@charset "utf-8";

/* member-public */
.member-public{
	text-align: center;
	padding: 20px 30px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
}
.member-public .avatar-box{
	width: 70px;
	height: 70px;
	margin: 0 auto 15px;
	border: solid 2px #c0cde5;
	border-radius: 50%;
	overflow: hidden;
}
.member-public .avatar-pic{
	display: block;
	width: 100%;
}
.member-public .name{
	font-size: 2rem;
	line-height: normal;
}
.member-public .email{
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 300;
	margin-top: 5px;
	color: #5e6879;
}
.member-leftsidebar{
	float: left;
	width: 300px;
}
.page-member-index .member-leftsidebar{
	width: 100%;
}
.member-leftsidebar .nav-box{
	padding: 5px 10px;
	background: #fff;
	border-radius: 4px;
}
.member-leftsidebar .nav-box>li{
	border-bottom: solid 1px #c0cde5;
}
.member-leftsidebar .nav-box>li:last-child{
	border-bottom: none;
}
.member-leftsidebar .nav-box a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
    align-items: center;
	width: 100%;
	padding: 15px;
	font-size: 1.6rem;
	text-transform: capitalize;
	transition: all 0.1s;
}
.member-leftsidebar .nav-box a:hover,.member-leftsidebar .nav-box a.active{
	color: #ff7723;
}
.member-leftsidebar .nav-icon{
	-webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
	width: 22px;
	margin-right: 10px;
}
.member-leftsidebar .nav-text{
	-webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.member-leftsidebar .nav-box .icon-arrow{
	width: 10px;
	transition: all 0.2s;
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.member-leftsidebar .nav-box .collapsed .icon-arrow{
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.member-leftsidebar .nav-box-2 li{
	border-top: solid 1px #c0cde5;
}
.member-leftsidebar .nav-box-2 a{
	padding-left: 40px;
	font-size: 1.5rem;
	font-weight: 300;
}
.member-leftsidebar .nav-box-2 .nav-icon{
	width: 20px;
}
.member-leftsidebar .nav-box-2 .icon-arrow-2{
	width: 5px;
}
.page-member-index .log-out-btn{
	display: block;
	width: 100%;
	padding: 15px;
	margin-top: 20px;
	text-align: center;
	background: #fff;
	border-radius: 4px;
}
.member-rightcontent{
	float: right;
	width: calc(100% - 320px);
}
.member-section{
	background: #fff;
	margin-bottom: 20px;
	border-radius: 4px;
}
.member-section-title{
	position: relative;
	padding: 15px 20px;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.member-section-title .title-box{
	-webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.member-section-title .title-icon{
	width: 16px;
	margin: 0 2px;
}
.member-section-title .title-icon.right{
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.member-section-title .title-text{
	margin: 0 10px;
	font-size: 1.6rem;
	text-transform: capitalize;
}
.member-section-title .title-box::before,.member-section-title .title-box::after{
	content: "";
	width: 40px;
	height: 2px;
	background-image: -moz-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 50%,rgba(178,195,231,0) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 50%,rgba(178,195,231,0) 100%);
	background-image: linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 50%,rgba(178,195,231,0) 100%);
	border-radius: 50%;
}
.member-section-title::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-image: -moz-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
	background-image: linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
}
.member-section-content{
	padding: 15px 20px;
}

/* page-order-list */
.page-order-list .list-title,.page-sell-record .list-title,.page-notify .message-list-top,.page-my-wallet .withdraw-list-top{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	width: 100%;
	background: #eef2fd;
	padding: 15px;
	border-radius: 4px;
	font-size: 1.4rem;
	text-transform: capitalize;
}
.page-order-list .list-item{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	margin-top: 17px;
	padding: 0 15px;
	font-size: 1.4rem;
	color: #576173;
}
.page-order-list .list-box .order-id{
	width: 270px;
}
.page-order-list .list-box .pro-box{
	-webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.page-order-list .list-title .pro-box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.page-order-list .list-content .pro-line{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	width: 100%;
	padding: 10px 0;
	border-bottom: dashed 1px #d4ddf2;
}
.page-order-list .list-content .pro-line:last-child{
	border-bottom: none;
}
.page-order-list .list-box .order-info{
	width: 240px;
}
.page-order-list .list-box .price{
	width: 100px;
	text-align: center;
}
.page-order-list .list-box .status{
	position: relative;
	width: 180px;
	text-align: center;
	padding-right: 20px;
}
.page-order-list .list-box .id-text{
	font-weight: 300;
}
.page-order-list .list-box .time{
	font-size: 1.2rem;
	color: #a4a5a7;
	font-weight: 300;
	white-space: nowrap;
}
.page-order-list .list-content .price{
	color: #ff7723;
}
.page-order-list .list-content .status .text{
	text-decoration: underline;
	text-transform: capitalize;
}
.page-order-list .list-content .status .wrong{
	color: #fd817f;
}
.page-order-list .list-content .status .progressing{
	color: #5687e1;
}
.page-order-list .list-content .status .complete{
	color: #2cb774;
}
.page-order-list .list-content .status .get-coins{
	padding: 5px 20px;
	border-radius: 15px;
	color: #fff;
	text-transform: capitalize;
	background-image: -moz-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: -webkit-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
}
.page-order-list .list-box .status .icon-comment{
	position: absolute;
	top: 50%;
	right: 0;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 18px;
	cursor: pointer;
}

/* page-get-coins */
.page-get-coins .order-info-box{
	padding: 10px 15px;
	background: #f7f8f8;
	border-radius: 4px;
	color: #576173;
}
.page-get-coins .order-info-box .order-id{
	font-weight: 300;
}
.page-get-coins .order-info-box .order-time{
	color: #a4a5a7;
	margin-left: 0.5rem;
}
.page-get-coins .order-info-box .order-pro{
	margin-top: 5px;
}
.page-get-coins .order-info-box .card-overview{
	margin-left: 0.5rem;
	font-weight: 300;
}
.page-get-coins .coin-change-plat-box{
	position: relative;
	margin-top: 7px;
	margin-bottom: 3px;
}
.page-get-coins .change-plat-btn{
	display: inline-block;
	padding: 3px 10px;
	font-size: 1.2rem;
	color: #ff7723;
	border: solid 1px #ff7723;
	border-radius: 4px;
}
.page-get-coins .change-plat-content{
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 10;
	background: #fff;
	-moz-box-shadow: 0px 4px 8px 1px rgba(57, 61, 67, 0.14), 0px 2px 0px 0px #ff7723 inset;
	-webkit-box-shadow: 0px 4px 8px 1px rgba(57, 61, 67, 0.14), 0px 2px 0px 0px #ff7723 inset;
	-o-box-shadow: 0px 4px 8px 1px rgba(57, 61, 67, 0.14), 0px 2px 0px 0px #ff7723 inset;
	box-shadow: 0px 4px 8px 1px rgba(57, 61, 67, 0.14), 0px 2px 0px 0px #ff7723 inset;
	border-radius: 4px;
}
.page-get-coins .change-plat-content li:first-child{
	margin-top: 7px;
}
.page-get-coins .change-plat-content li:last-child{
	margin-bottom: 5px;
}
.page-get-coins .change-plat-content li a{
	display: block;
	white-space: nowrap;
	padding: 3px 10px;
	font-size: 1.3rem;
	font-weight: 300;
}
.page-get-coins .change-plat-content li.change-plat-tip a{
	max-width: 100%;
	font-size: 1.2rem;
	white-space: normal;
}
.page-get-coins .change-plat-content li.change-plat-tip .icon{
	width: 12px;
	margin-right: 3px;
	margin-bottom: 2px;
}
.page-get-coins .change-plat-content li a:hover{
	background: #f7f8f9;
}
.page-get-coins .change-plat-content .coins-num{
	font-weight: 500;
}
.page-get-coins .change-plat-content li.change-plat-tip a:hover{
	background: none;
	cursor: auto;
}
.page-get-coins .transaction-mode-title{
	position: relative;
	z-index: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    -moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.page-get-coins .transaction-mode-title::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 1px;
	background-image: -moz-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
	background-image: linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
}
.page-get-coins .transaction-mode-title .tab-title-item{
	padding: 7px 25px;
	margin-bottom: 1px;
	font-weight: 300;
	color: #576173;
	background: #f7f8f9;
	border-radius: 4px 4px 0 0;
}
.page-get-coins .transaction-mode-title .tab-title-item.active{
	padding-top: 10px;
	margin-bottom: 0;
	color: inherit;
	font-weight: 500;
	background: #fff;
	border-top: solid 1px #c0cde5;
	border-left: solid 1px #c0cde5;
	border-right: solid 1px #c0cde5;
	border-bottom: solid 1px #fff;
}
.page-get-coins .transaction-mode-title .tab-title-item a{
	display: block;
}
.page-get-coins .coins-overview-box{
	padding: 15px;
}
.page-get-coins .coins-overview-box .text-line{
	margin-bottom: 5px;
}
.page-get-coins .coins-overview-box .title{
	font-weight: 300;
}
.page-get-coins .coins-overview-box .completed-coins{
	color: #2cb774;
}
.page-get-coins .coins-overview-box .coins-text-box{
	margin-right: 20px;
}
.page-get-coins .coins-overview-box .wrong-coins{
	color: #fd817f;
}
.page-get-coins .coins-overview-box .wrong-tip-box{
	padding-left: 20px;
	font-weight: 300;
	color: #f76260;
	background: url(/images/icon/icon-exclamatory-mark-red.png) no-repeat left center;
	background-size: 14px auto;
}
.page-get-coins .notes-box,.page-my-wallet .notes-box{
	position: relative;
	z-index: 1;
}
.page-get-coins .notes-box::before,.page-my-wallet .notes-box::before{
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	z-index: -1;
	background-image: -moz-linear-gradient(0deg,#f9d5ac 0%,#fff4e7 100%);
	background-image: -webkit-linear-gradient(90deg,#f9d5ac 0%,#fff4e7 100%);
	background-image: linear-gradient(0deg,#f9d5ac 0%,#fff4e7 100%);
	border-radius: 4px;
}
.page-get-coins .notes-content,.page-my-wallet .notes-content{
	padding: 15px 20px;
	background: #fff4e7;
	border-radius: 4px;
}
.page-get-coins .notes-box .paper-clip,.page-my-wallet .notes-box .paper-clip{
	position: absolute;
	height: 20px;
	top: -6px;
}
.page-get-coins .notes-box .paper-clip.left,.page-my-wallet .notes-box .paper-clip.left{
	left: 12px;
}
.page-get-coins .notes-box .paper-clip.right,.page-my-wallet .notes-box .paper-clip.right{
	right: 12px;
}
.page-get-coins .notes-box .loudspeaker{
	position: absolute;
	right: 20px;
	bottom: 15px;
	width: 25px;
}
.page-get-coins .notes-box .note-line,.page-my-wallet .notes-box .note-line,.page-withdraw .policies-content .note-line{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.page-get-coins .notes-box .note-line .icon{
	width: 14px;
	margin-top: 6px;
	margin-right: 8px;
}
.page-get-coins .notes-box .note-line .text{
	color: #576173;
	font-weight: 300;
	line-height: 26px;
}
.page-get-coins .player-card-box{
	margin-top: 30px;
}
.page-get-coins .player-card-ul,.page-get-coins .player-card-ul.collapse.in{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
	justify-content: space-between;
}
.page-get-coins .player-card-ul.collapse{
	display: none;
}
.page-get-coins .player-card-item{
	width: calc(50% - 10px);
	margin-bottom: 20px;
	background: #f7f8f9;
	-moz-box-shadow: 0px 3px 0px 0px #334565 inset;
	-webkit-box-shadow: 0px 3px 0px 0px #334565 inset;
	-o-box-shadow: 0px 3px 0px 0px #334565 inset;
	box-shadow: 0px 3px 0px 0px #334565 inset;
	border-radius: 4px;
}
.page-get-coins .player-card-item .top-line{
	position: relative;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	padding: 15px 15px 10px 15px;
}
.page-get-coins .player-card-item .top-line::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-image: -moz-linear-gradient(90deg,rgba(226,232,241,0) 0%,rgba(226,232,241,1) 5%,rgba(226,232,241,1) 95%,rgba(226,232,241,0) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(226,232,241,0) 0%,rgba(226,232,241,1) 5%,rgba(226,232,241,1) 95%,rgba(226,232,241,0) 100%);
	background-image: linear-gradient(90deg,rgba(226,232,241,0) 0%,rgba(226,232,241,1) 5%,rgba(226,232,241,1) 95%,rgba(226,232,241,0) 100%);
}
.page-get-coins .player-card-item .top-line img{
	-webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
	height: 30px;
	margin-right: 10px;
}
.page-get-coins .player-card-item .player-card-tip{
	font-weight: 300;
}
.page-get-coins .player-card-item.not-filled-in .player-card-tip{
	color: #ff7723;
}
.page-get-coins .player-card-item.tip .player-card-tip{
	color: #ff7723;
	padding-left: 20px;
	background: url(/images/icon/icon-exclamatory-mark-y.png) no-repeat left center;
    background-size: 14px auto;
}
.page-get-coins .player-card-item.wrong .player-card-tip{
	color: #f76260;
	padding-left: 20px;
	background: url(/images/icon/icon-exclamatory-mark-red.png) no-repeat left center;
    background-size: 14px auto;
}
.page-get-coins .player-card-item.normal .player-card-tip{
	color: #5687e1;
}
.page-get-coins .player-card-item.completed .player-card-tip{
	color: #2cb774;
}
.page-get-coins .player-card-item .content-box{
	padding: 15px;
}
.page-get-coins .player-card-item .info-line{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 15px;
}
.page-get-coins .player-card-item .title{
	-webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
	width: 140px;
	font-weight: 300;
	color: #576173;
	margin-right: 5px;
}
.page-get-coins .player-card-item .text-title{
	width: auto !important;
}
.page-get-coins .player-card-item .playername-box{
	position: relative;
	-webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
	width: 150px;
	font-weight: 500;
}
.page-get-coins .player-card-item .playername-box img{
	position: absolute;
	left: 15px;
	top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 16px;
}
.page-get-coins .player-card-item .playername-box .border,.page-get-coins .player-card-item .input-box .border{
	content: "";
	position: absolute;
	top: 7px;
    bottom: 7px;
    left: 45px;
    width: 1px;
    background: #b2c3e7;
}
.page-get-coins .player-card-item .bootstrap-select .dropdown-toggle{
	padding-top: 0;
	padding-bottom: 0;
	line-height: 36px;
	background: none !important;
	-moz-box-shadow: 0px 0px 8px 0px rgba(182, 199, 229, 0.75) inset !important;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(182, 199, 229, 0.75) inset !important;
	-o-box-shadow: 0px 0px 8px 0px rgba(182, 199, 229, 0.75) inset !important;
	box-shadow: 0px 0px 8px 0px rgba(182, 199, 229, 0.75) inset !important;
}
.page-get-coins .player-card-item .playername-box .bootstrap-select{
	width: 100% !important;
	padding-left: 0;
}
.page-get-coins .player-card-item .playername-box .bootstrap-select .dropdown-toggle{
	padding-left: 56px;
	color: #808793;
}
.page-get-coins .player-card-item .bootstrap-select .dropdown-menu{
	left: auto;
	right: 0;
	font-size: inherit;
}
.page-get-coins .player-card-item .input-box{
	position: relative;
	-webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 0;
	font-weight: 500;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 8px 0px rgba(182, 199, 229, 0.75) inset;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(182, 199, 229, 0.75) inset;
	-o-box-shadow: 0px 0px 8px 0px rgba(182, 199, 229, 0.75) inset;
	box-shadow: 0px 0px 8px 0px rgba(182, 199, 229, 0.75) inset;
}
.page-get-coins .player-card-item .input-box img{
	width: 16px;
	margin-left: 15px;
	margin-right: 15px;
}
.page-get-coins .player-card-item .input-box input{
	-webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
	width: 100px;
	height: 36px;
	padding: 0 10px;
	background: none !important;
}
.page-get-coins .player-card-item .input-box input::-webkit-input-placeholder{
	color: #808793;
	font-weight: 300;
}
.page-get-coins .player-card-item .select-box{
	display: -webkit-flex;
    display: flex;
	width: 100%;
}
.page-get-coins .player-card-item .select-box .bootstrap-select{
	width: 50% !important;
	padding-left: 20px;
}
.page-get-coins .player-card-item .text-box img{
	width: 16px;
	margin: 0 2px 3px 2px;
}
.page-get-coins .player-card-item .btn-box{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
    -moz-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.page-get-coins .player-card-item .add-btn{
	padding: 6px 25px 4px;
	margin: 0 5px;
	color: #ff771d;
	background: none;
	border: solid 1px #fca76a;
	border-radius: 20px;
	text-transform: capitalize;
}
.page-get-coins .player-card-item .delete-btn{
	padding: 6px 25px 4px;
	margin: 0 5px;
	color: #576173;
	background: none;
	border: solid 1px #576173;
	border-radius: 20px;
	text-transform: capitalize;
}
.page-get-coins .player-card-item .submit-btn{
	width: 180px;
	padding: 7px 20px 5px;
	text-align: center;
	color: #fff;
	background-image: -moz-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: -webkit-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	border-radius: 20px;
	text-transform: capitalize;
}
.page-get-coins .new-submit-btn-box{
	position: relative;
	text-align: center;
}
.page-get-coins .new-submit-btn{
	padding: 7px 45px 5px;
	margin: 20px auto;
	font-size: 1.6rem;
	color: #fff;
	background-image: -moz-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: -webkit-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	border-radius: 20px;
	text-transform: capitalize;
}
.page-get-coins .new-submit-btn-box::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background-image: -moz-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
	background-image: linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
}
.page-get-coins .view-completed-btn{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
    -moz-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin: 0 auto 20px;
	font-weight: 300;
	color: #576173;
	text-decoration: underline;
}
.page-get-coins .view-completed-btn::after{
	content: "";
	width: 10px;
	height: 6px;
	background: url(/images/icon/icon-arrow-down.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 10px;
	-ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page-get-coins .view-completed-btn.collapsed::after{
	-ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* page-my-wallet */
.page-my-wallet .notes-box .note-line{
	margin-top: 10px;
}
.page-my-wallet .notes-box .note-line:last-child{
	margin-bottom: 10px;
}
.page-my-wallet .notes-box .note-line .icon,.page-withdraw .policies-content .note-line .icon{
	width: 14px;
	margin-top: 2px;
	margin-right: 8px;
}
.page-my-wallet .notes-box .note-line .content,.page-withdraw .policies-content .note-line .content{
	color: #707786;
	font-weight: 300;
}
.page-my-wallet .withdraw-box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	margin-top: 20px;
}
.page-my-wallet .withdraw-card{
	position: relative;
	width: 390px;
	margin-bottom: 20px;
}
.page-my-wallet .withdraw-card img.bg{
	max-width: 100%;
}
.page-my-wallet .withdraw-card .info-line{
	position: absolute;
	left: 40px;
	right: 45px;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	line-height: normal;
	font-size: 1.2rem;
	font-weight: 300;
}
.page-my-wallet .withdraw-card .info-line.processing{
	top: 80px;
}
.page-my-wallet .withdraw-card .info-line.withdrawable{
	top: 122px;
}
.page-my-wallet .withdraw-card .info-line .price{
	-webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
	margin: 0 5px;
	font-size: 1.4rem;
	color: #ff7723;
}
.page-my-wallet .withdraw-card .info-line.withdrawable .price{
	font-weight: 500;
	font-size: 1.6rem;
}
.page-my-wallet .withdraw-card .detail-link{
	color: #ff7723;
	text-decoration: underline;
}
.page-my-wallet .withdraw-card .withdraw-btn{
	position: absolute;
	bottom: -12px;
	left: 50%;
	-ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	padding: 5px 30px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #fff;
	background-image: -moz-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: -webkit-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	border-radius: 20px;
}
.page-my-wallet .withdraw-payment-box{
	-webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.page-my-wallet .withdraw-payment{
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
}
.page-my-wallet .withdraw-payment .info-line{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	line-height: normal;
	font-weight: 300;
	margin-top: 15px;
}
.page-my-wallet .withdraw-payment .info-line .icon{
	width: 20px;
}
.page-my-wallet .withdraw-payment .info-line .title{
	margin: 0 5px;
}
.page-my-wallet .withdraw-payment .info-line .payment-pic{
	width: 100px;
	margin: 0 5px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px 1px #c0cde5;
	-webkit-box-shadow: 0px 0px 2px 1px #c0cde5;
	-o-box-shadow: 0px 0px 2px 1px #c0cde5;
	box-shadow: 0px 0px 2px 1px #c0cde5;
}
.page-my-wallet .withdraw-list-box .date{
	-webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
	width: 80px;
}
.page-my-wallet .withdraw-list-box .id{
	-webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
	width: 220px;
}
.page-my-wallet .withdraw-list-box .fee{
	width: 80px;
}
.page-my-wallet .withdraw-list-box .income{
	width: 100px;
}
.page-my-wallet .withdraw-list-box .status{
	width: 200px;
}
.page-my-wallet .withdraw-list-box .details{
	width: 16px;
}
.page-my-wallet .withdraw-list-item,.page-sell-record .list-item{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	margin-top: 17px;
	padding: 0 15px;
	font-size: 1.4rem;
}
.page-my-wallet .withdraw-list-item .date,.page-my-wallet .withdraw-list-item .fee{
	font-weight: 300;
	color: #576173
}
.page-my-wallet .withdraw-list-item .time{
	color: #a4a5a7;
}
.page-my-wallet .withdraw-list-item .status{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.page-my-wallet .withdraw-list-item .status .icon{
	width: 16px;
	margin-right: 5px;
}
.page-my-wallet .withdraw-list-item .status .modify-btn{
	color: #ff7723;
	text-decoration: underline;
}
.page-my-wallet .withdraw-list-item .details img{
	display: block;
	width: 100%;
	cursor: pointer;
}

/* page-withdraw */
.page-withdraw .withdraw-top{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: flex-start;
	align-items: flex-start;
}
.page-withdraw .balance-box{
	position: relative;
	width: calc(35% - 30px);
	margin-bottom: 80px;
}
.page-withdraw .member-section-title .title-box{
	-webkit-justify-content: center;
    -moz-justify-content: center;
	justify-content: center;
}
.page-withdraw .member-section-title::after{
	display: none;
}
.page-withdraw .info-line{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	border-top: solid 1px #eaeef6;
}
.page-withdraw .info-line .title{
	width: 180px;
	padding: 10px 15px;
	border-right: solid 1px #eaeef6;
}
.page-withdraw .info-line .content{
	-webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
	padding: 10px 15px;
	font-weight: 300;
}
.page-withdraw .info-line .content.total-payout{
	font-weight: 700;
	color: #ff7723;
}
.page-withdraw .info-line .change-btn{
	width: 16px;
	margin-right: 15px;
	cursor: pointer;
}
.page-withdraw .withdraw-btn{
	position: absolute;
	bottom: -45px;
	left: 50%;
	-ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	padding: 5px 30px;
	color: #fff;
	background-image: -moz-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: -webkit-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	border-radius: 20px;
}
.page-withdraw .fee-box{
	width: 65%;
}
.page-withdraw .fee-box .info-line{
	font-weight: 300;
	line-height: 40px;
}
.page-withdraw .fee-box .info-line.info-top{
	line-height: 80px;
	font-weight: 500;
	white-space: nowrap;
}
.page-withdraw .fee-box .title-payment{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    -moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
    align-items: center;
	width: 180px;
	font-weight: 500;
}
.page-withdraw .fee-box .content-item{
	width: calc(20% - 36px);
	text-align: center;
	border-left: solid 1px #eaeef6;
}
.page-withdraw .fee-box .payment-icon{
	width: 20px;
	margin-right: 5px;
}
.page-withdraw .policies-box{
	position: relative;
}
.page-withdraw .policies-box .paper-clip{
	position: absolute;
	top: -7px;
	height: 30px;
}
.page-withdraw .policies-box .paper-clip.left{
	left: 15px;
}
.page-withdraw .policies-box .paper-clip.right{
	right: 15px;
}
.page-withdraw .policies-content{
	padding: 0 20px 20px 20px;
}
.page-withdraw .policies-content .note-line{
	margin-bottom: 10px;
}

/* page-sell-record */
.page-sell-record .list-box .date{
	width: 80px;
}
.page-sell-record .list-box .player-name{
	width: 230px;
}
.page-sell-record .list-box .coins-spent,.page-sell-record .list-box .balance{
	width: 100px;
	text-align: center;
}
.page-sell-record .list-box .status{
	width: 150px;
}
.page-sell-record .list-box .action{
	width: 50px;
	text-align: right;
}
.page-sell-record .list-item .date{
	font-weight: 300;
	color: #576173;
}
.page-sell-record .list-item .time{
	color: #a4a5a7;
}
.page-sell-record .list-item .player-name{
	color: #576173;
}
.page-sell-record .list-item .platform{
	font-weight: 300;
	color: #a4a5a7;
}
.page-sell-record .list-item .coins-spent{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    -moz-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	color: #576173;
}
.page-sell-record .list-item .coins-spent .icon,.page-sell-record .list-item .status .icon{
	-webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
	width: 16px;
	margin-right: 5px;
}
.page-sell-record .list-item .status{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.page-sell-record .list-item .action .icon-arrow{
	width: 20px;
	cursor: pointer;
}

/* page-sell-record-details */
.page-sell-record-details .order-status{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.page-sell-record-details .order-status .title{
	margin-right: 5px;
}
.page-sell-record-details .order-status .icon{
	width: 16px;
	margin: -3px 5px 0;
}
.page-sell-record-details .order-status .under-review{
	color: #5687e1;
}
.page-sell-record-details .order-status .wrong{
	color: #fd817f;
}
.page-sell-record-details .order-status .complete{
	color: #2cb774;
}
.page-sell-record-details .screenshot-line{
	margin-bottom: 20px;
}
.page-sell-record-details .screenshot-tip-box{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	color: #576173;
	padding: 0 10px;
}
.page-sell-record-details .screenshot-tip-box .icon{
	width: 16px;
	margin: 1px 5px 0;
}
.page-sell-record-details .screenshot-tip-box .light{
	font-weight: 300;
}
.page-sell-record-details .screenshot-tip-box .click-btn{
	color: #ff7723;
	text-decoration: underline;
}
.page-sell-record-details .screenshot-show-box{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.page-sell-record-details .screenshot-show-box .item{
	width: 50%;
	padding: 0 10px;
	text-align: center;
}
.page-sell-record-details .screenshot-show-box .upload-box{
	position: relative;
	width: 200px;
	max-width: 100%;
	margin: 20px auto;
}
.page-sell-record-details .screenshot-show-box .re-upload .upload-box{
	cursor: pointer;
}
.page-sell-record-details .screenshot-show-box .upload-box::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(227,233,250,0.9);
}
.page-sell-record-details .screenshot-show-box .state-show{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-sell-record-details .screenshot-show-box .re-upload .state-show{
	color: #fd817f;
	text-decoration: underline;
}
.page-sell-record-details .screenshot-show-box .upload-box .screenshot-pic{
	width: 100%;
	height: 100px;
}
.page-sell-record-details .screenshot-show-box .upload-box .state-icon{
	display: block;
	width: 50px;
	margin: 0 auto;
}
.page-sell-record-details .screenshot-show-box .upload-box .state-icon.re-upload{
	width: 24px;
	margin: 0 auto 10px;
}
.page-sell-record-details .screenshot-line .btn-box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    -moz-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-top: 20px;
}
.page-sell-record-details .screenshot-line .btn-box button{
	padding: 7px 25px;
	margin: 0 10px;
	line-height: normal;
	border: solid 1px #fca76a;
	border-radius: 20px;
	text-transform: capitalize;
}
.page-sell-record-details .screenshot-line .btn-box button.cancel{
	background: none;
	color: #ff771d;
}
.page-sell-record-details .screenshot-line .btn-box button.sure{
	color: #fff;
	background-image: -moz-linear-gradient(0deg,#ff7723 0%,#fca76a 100%);
	background-image: -webkit-linear-gradient(90deg,#ff7723 0%,#fca76a 100%);
	background-image: linear-gradient(0deg,#ff7723 0%,#fca76a 100%);
}
.page-sell-record-details .info-line{
	position: relative;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	padding: 15px 10px;
}
.page-sell-record-details .info-line::before{
	content: "";
	position: absolute;
	left: -20px;
	right: -20px;
	top: 0;
	height: 1px;
	background-image: -moz-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
	background-image: linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
}
.page-sell-record-details .info-title{
	font-weight: 300;
	color: #576173;
	margin-right: 10px;
}
.page-sell-record-details .info-content{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.page-sell-record-details .info-content .icon{
	width: 16px;
	margin-right: 5px;
}
.page-sell-record-details .info-content .copy-input{
	padding: 0;
	width: 230px;
}
.page-sell-record-details .info-content .icon-copy{
	width: 16px;
	cursor: pointer;
}
.page-sell-record-details .info-line.countdown,.page-sell-record-details .info-content.card-countdown{
    -webkit-align-items: flex-end;
	align-items: flex-end;
}
.page-sell-record-details .info-content.card-countdown span{
	padding: 0 5px;
	margin: 0 2px;
	line-height: 30px;
	background: #e3e9fa;
	border-radius: 4px;
}

/* page-notify */
.page-notify .message-list-nav,.page-notify .status-action-box{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.page-notify .message-list-nav li{
	position: relative;
	margin-right: 30px;
	color: #576173;
}
.page-notify .message-list-nav li.active{
	color: #ff7723;
}
.page-notify .message-list-nav li.active::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	height: 3px;
	background-image: -moz-linear-gradient(0deg,#fca76a 0%,#ff7723 100%);
	background-image: -webkit-linear-gradient(90deg,#fca76a 0%,#ff7723 100%);
	background-image: linear-gradient(0deg,#fca76a 0%,#ff7723 100%);
	border-radius: 2px;
}
.page-notify .message-list-nav a{
	display: block;
}
.page-notify .status-action-icon{
	padding: 0 10px;
	font-size: 1.2rem;
	line-height: 20px;
	color: #ff7723;
	font-weight: 300;
	border-radius: 15px;
	border: solid 1px #ff7723;
}
.page-notify .allow-messages-box{
	position: relative;
}
.page-notify .icon-operations{
	width: 20px;
}
.page-notify .allow-messages-group{
	position: absolute;
	top: 25px;
	right: 0;
	background: #fff;
	-moz-box-shadow: 0px 4px 8px 1px rgba(57, 61, 67, 0.14), 0px 2px 0px 0px #4558a8 inset;
	-webkit-box-shadow: 0px 4px 8px 1px rgba(57, 61, 67, 0.14), 0px 2px 0px 0px #4558a8 inset;
	-o-box-shadow: 0px 4px 8px 1px rgba(57, 61, 67, 0.14), 0px 2px 0px 0px #4558a8 inset;
	box-shadow: 0px 4px 8px 1px rgba(57, 61, 67, 0.14), 0px 2px 0px 0px #4558a8 inset;
	border-radius: 4px;
}
.page-notify .allow-messages-group label{
	position: relative;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	width: 100%;
    padding: 10px 25px;
	margin-bottom: 0;
	font-size: 1.3rem;
	color: #5e6879;
	font-weight: 300;
	white-space: nowrap;
    transition: all 0.1s;
	cursor: pointer;
}
.page-notify .allow-messages-group label:first-child{
	margin-top: 2px;
}
.page-notify .allow-messages-group label::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-image: -moz-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
	background-image: linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
}
.page-notify .allow-messages-group label:last-child::after{
	display: none;
}
.page-notify .allow-messages-group input[type=radio]{
	-webkit-appearance: none;
    outline: none;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0;
    background: url(/images/icon/radio-bg.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: none;
}
.page-notify .allow-messages-group input[type=radio]:checked{
	outline: none;
    border: none;
    background: url(/images/icon/radio-checked-bg.png) no-repeat center;
    background-size: 100% 100%;
}
.page-notify .allow-messages-group input[type=radio]:checked + span{
	color: #ff7723;
}
.page-notify .message-list-item{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	padding: 0 15px;
	margin-top: 20px;
}
.page-notify .message-list-item .message-info{
	-webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
	width: 240px;
}
.page-notify .message-list-item .message-text{
	margin-bottom: 3px;
}
.page-notify .message-list-item .order-info{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	font-size: 1.2rem;
	color: #a4a5a7;
	font-weight: 300;
}
.page-notify .message-list-item .order-info .border{
	width: 1px;
    height: 10px;
    background: #b2c3e7;
    margin: 0 10px
}
.page-notify .message-list-item .player-info{
	-webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
	width: 240px;
	text-align: center;
	margin: 0 20px;
	color: #576173;
	font-weight: 300;
}
.page-notify .message-list-item .message-status{
	-webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
	width: 100px;
	text-align: center;
	text-decoration: underline;
}
.page-notify .message-list-item .message-status .unread{
	color: #ff7723;
	text-decoration: underline;
}
.page-notify .message-list-item .details-btn{
	-webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
	padding: 3px 20px;
	margin-left: 20px;
	color: #fff;
	font-weight: 300;
	background-image: -moz-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: -webkit-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	border-radius: 20px;
	text-transform: capitalize;
}

/* page-my-info */
.page-my-info .info-line{
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	padding: 20px 40px;
	background: #f8f9f9;
	border-radius: 4px;
	margin-bottom: 15px;
}
.page-my-info .info-line:last-child{
	margin-bottom: 0;
}
.page-my-info .info-icon{
	width: 26px;
}
.page-my-info .info-icon.avatar{
	border-radius: 50%;
	-moz-box-shadow: 0px 0px 2px 1px #4559ab;
	-webkit-box-shadow: 0px 0px 2px 1px #4559ab;
	-o-box-shadow: 0px 0px 2px 1px #4559ab;
	box-shadow: 0px 0px 2px 1px #4559ab;
}
.page-my-info .info-text-box{
	-webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
	margin: 0 10px;
}
.page-my-info .info-title{
	display: inline-block;
	font-size: 1.6rem;
	text-transform: capitalize;
	vertical-align: middle;
}
.page-my-info .info-content{
	display: inline-block;
	font-weight: 300;
	color: #576173;
	vertical-align: middle;
}
.page-my-info .info-content .payment-pic{
	width: 100px;
	margin: 0 5px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px 1px #c0cde5;
	-webkit-box-shadow: 0px 0px 2px 1px #c0cde5;
	-o-box-shadow: 0px 0px 2px 1px #c0cde5;
	box-shadow: 0px 0px 2px 1px #c0cde5;
}
.page-my-info .info-content .payment-text{
	display: inline-block;
	vertical-align: middle;
}
.page-my-info .info-btn{
	padding: 5px 20px;
	font-size: 1.3rem;
	line-height: normal;
	color: #ff7723;
	border-radius: 15px;
	border: solid 1px #fca76a;
	text-transform: capitalize;
	transition: all 0.1s;
}
.page-my-info .info-btn:hover{
	color: #fff;
	background-image: -moz-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: -webkit-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
}
.page-my-info .be-seller-btn{
	display: block;
	width: fit-content;
    width: -moz-fit-content;
	line-height: normal;
	margin: 0 auto;
	padding: 7px 30px;
	font-size: 1.6rem;
	color: #fff;
	background-image: -moz-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: -webkit-linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	background-image: linear-gradient(180deg,#fca76a 0%,#ff7723 100%);
	border-radius: 20px;
	text-transform: capitalize;
}

@media(max-width:1599px){
	/* member-public */
	.member-leftsidebar{
		width: 260px;
	}
	.member-rightcontent{
		width: calc(100% - 280px);
	}

	/* page-notify */
	.page-notify .message-list-item .player-info{
		width: 200px;
	}
}

@media(max-width:1199px){
	/* member-public */
	.member-public{
		margin-bottom: 10px;
		padding: 15px 10px;
	}
	.member-public .avatar-box{
		width: 60px;
		height: 60px;
	}
	.member-public .name{
		font-size: 1.8rem;
	}
	.member-public .email{
		font-size: 1.3rem;
	}
	.member-leftsidebar{
		width: 200px;
	}
	.member-leftsidebar .nav-box a{
		padding: 15px 10px;
		font-size: 1.4rem;
	}
	.member-leftsidebar .nav-box-2 a{
		padding-left: 25px;
		font-size: 1.3rem;
	}
	.member-leftsidebar .nav-icon{
		width: 18px;
		margin-right: 7px;
	}
	.page-member-index .log-out-btn{
		margin-top: 10px;
	}
	.member-rightcontent{
		width: calc(100% - 210px);
	}
	.member-section-title{
		padding: 10px 15px;
	}
	.member-section-title .title-text{
		font-size: 1.4rem;
	}
	.member-section-title .bootstrap-select{
		font-size: 1.2rem;
	}
	.member-section-content{
		padding: 12px 15px;
	}

	/* page-order-list */
	.page-order-list .list-title,.page-sell-record .list-title,.page-notify .message-list-top,.page-my-wallet .withdraw-list-top{
		padding: 10px;
		font-size: 1.3rem;
	}
	.page-order-list .list-item,.page-my-wallet .withdraw-list-item,.page-sell-record .list-item{
		padding: 0 10px;
		margin-top: 12px;
		font-size: 1.3rem;
	}
	.page-order-list .list-box .order-id{
		width: 220px;
	}
	.page-order-list .list-box .order-info{
		width: 180px;
	}
	.page-order-list .list-box .price{
		width: 80px;
	}

	/* page-get-coins */
	.page-get-coins .member-section-content,.page-sell-record-details .member-section-content{
		font-size: 1.3rem;
	}
	.page-get-coins .notes-box .note-line .icon{
		margin-top: 4px;
	}
	.page-get-coins .notes-box .note-line .text{
		line-height: 22px;
	}
	.page-get-coins .player-card-item .title{
		width: 110px;
	}
	.page-get-coins .player-card-item .select-box .bootstrap-select{
		padding-left: 10px;
	}
	.page-get-coins .player-card-item .bootstrap-select .dropdown-toggle{
		line-height: 32px;
	}
	.page-get-coins .player-card-item .input-box input{
		height: 32px;
	}
	.page-get-coins .new-submit-btn{
		font-size: 1.4rem;
	}

	/* page-sell-record */
	.page-sell-record .list-box .player-name{
		width: 200px;
	}
	.page-sell-record .list-item .action .icon-arrow{
		width: 18px;
	}

	/* page-sell-record-details */
	.page-sell-record-details .info-line{
		padding: 10px;
	}
	.page-sell-record-details .info-line::before{
		left: -15px;
		right: -15px;
	}

	/* page-my-wallet */
	.page-my-wallet .notes-content{
		padding: 10px 15px;
		font-size: 1.3rem;
	}
	.page-my-wallet .withdraw-card{
		width: 320px;
	}
	.page-my-wallet .withdraw-card .info-line.processing{
		top: 64px;
	}
	.page-my-wallet .withdraw-card .info-line.withdrawable{
		top: 98px;
	}
	.page-my-wallet .withdraw-card .withdraw-btn{
		padding: 3px 25px;
	}
	.page-my-wallet .withdraw-payment .info-line{
		font-size: 1.3rem;
	}
	.page-my-wallet .withdraw-payment .info-line .payment-pic{
		width: 90px;
	}
	.page-my-wallet .withdraw-list-box .id{
		width: 210px;
	}
	.page-my-wallet .withdraw-list-box .status{
		width: 160px;
	}

	/* page-withdraw */
	.page-withdraw{
		font-size: 1.3rem;
	}
	.page-withdraw .balance-box{
		width: calc(35% - 20px);
	}
	.page-withdraw .info-line .title{
		width: 140px;
		padding: 10px;
	}
	.page-withdraw .info-line .change-btn{
		width: 14px;
		margin-right: 10px;
	}
	.page-withdraw .fee-box .title-payment{
		width: 160px;
	}
	.page-withdraw .fee-box .content-item{
		width: calc(20% - 32px);
	}
	.page-withdraw .fee-box .info-line.info-top{
		line-height: 74px;
	}
	.page-withdraw .policies-box .paper-clip{
		height: 24px;
		top: -6px;
	}
	.page-withdraw .policies-box{
		padding-top: 5px;
	}
	.page-withdraw .policies-content{
		padding-bottom: 10px;
	}

	/* page-notify */
	.page-notify .message-list-content{
		font-size: 1.3rem;
	}
	.page-notify .message-list-item .player-info{
		width: 140px;
		margin: 0 10px;
	}
	.page-notify .message-list-item .details-btn{
		margin-left: 10px;
		padding: 3px 15px;
	}

	/* page-my-info */
	.page-my-info .info-icon{
		width: 24px;
	}
	.page-my-info .info-title{
		font-size: 1.4rem;
	}
	.page-my-info .info-content{
		font-size: 1.3rem;
	}
	.page-my-info .info-btn{
		font-size: 1.2rem;
	}
	.page-my-info .info-content .payment-pic{
		width: 90px;
	}
}

@media(max-width:991px){
	/* member-public */
	.member-leftsidebar,.member-rightcontent{
		width: 100%;
	}
	.member-leftsidebar .nav-box a{
		padding: 15px 20px;
	}
	.member-leftsidebar .nav-box-2 a{
		padding-left: 40px;
	}
	
	/* page-withdraw */
	.page-withdraw .withdraw-top{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page-withdraw .balance-box{
		width: 100%;
		margin-bottom: 70px;
	}
	.page-withdraw .fee-box{
		width: 100%;
		margin-bottom: 30px;
	}
	.page-withdraw .fee-box .info-line.info-top{
		line-height: 40px;
	}
}

@media(max-width:767px){
	/* member-public */
	.member-section-title{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 15px;
	}
	.member-section-title .title-box{
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
		width: 100%;
	}
	.member-section-title form{
		width: 100%;
		margin-top: 20px;
		margin-bottom: -10px;
	}
	.member-section-title .bootstrap-select{
		width: 100% !important;
	}
	.member-section-title::after{
		top: 45px;
		bottom: auto;
	}

	/* page-order-list */
	.page-order-list .list-item,.page-my-wallet .withdraw-list-item,.page-sell-record .list-item,.page-notify .message-list-item{
		position: relative;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
		margin-bottom: 10px;
		padding: 0;
		background: #f3f4f7;
		font-size: 1.2rem;
	}
	.page-order-list .list-box .order-id,.page-sell-record .list-item .date{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
		padding: 0 10px;
		line-height: 30px;
		border-bottom: solid 2px #fff;
	}
	.page-order-list .list-box .id-text,.page-order-list .list-box .time{
		font-size: 1rem;
		font-weight: 100;
	}
	.page-order-list .list-content .pro-line{
		position: relative;
	}
	.page-order-list .list-box .pro-box{
		padding: 0 10px;
	}
	.page-order-list .list-box .order-info{
		width: 100%;
	}
	.page-order-list .list-box .order-info .platform{
		display: block;
		color: #939497;
		margin-top: 3px;
	}
	.page-order-list .list-box .price{
		position: absolute;
		width: auto;
		top: 10px;
		right: 10px;
	}
	.page-order-list .list-box .status{
		position: absolute;
		width: auto;
		bottom: 10px;
		right: 10px;
		padding-right: 0;
	}
	.page-order-list .list-content .status .get-coins{
		padding: 3px 15px;
		font-weight: 100;
	}
	.page-order-list .list-box .status .icon-comment{
		position: static;
		-ms-transform: translateY(0%);
		-moz-transform: translateY(00%);
		-webkit-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
		width: 14px;
		margin-left: 5px;
	}

	/* page-get-coins */
	.page-get-coins .member-section-content,.page-sell-record-details .member-section-content,.page-get-coins .change-plat-content li a{
		font-size: 1.2rem;
	}
	.page-get-coins .transaction-mode-title{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.page-get-coins .transaction-mode-title .tab-title-item{
		padding-left: 10px;
		padding-right: 10px;
	}
	.page-get-coins .player-card-item{
		width: 100%;
		margin-bottom: 15px;
	}

	/* page-sell-record */
	.page-sell-record .list-item .date br{
		display: none;
	}
	.page-sell-record .list-box .player-name{
		width: 100%;
		padding: 10px;
	}
	.page-sell-record .list-item .platform{
		margin-top: 5px;
	}
	.page-sell-record .list-item .coins-spent{
		position: absolute;
		top: 40px;
		right: 10px;
		width: auto;
	}
	.page-sell-record .list-item .coins-spent .icon, .page-sell-record .list-item .status .icon{
		width: 14px;
	}
	.page-sell-record .list-item .balance{
		position: absolute;
		bottom: 37px;
		right: 10px;
		width: auto;
		color: #ff7723;
	}
	.page-sell-record .list-item .status{
		width: 100%;
		padding: 0 10px;
		line-height: 30px;
		border-top: solid 2px #fff;
		white-space: nowrap;
	}
	.page-sell-record .list-box .action{
		position: absolute;
		right: 10px;
		bottom: 0;
		width: auto;
		line-height: 30px;
		text-decoration: underline;
	}

	/* page-sell-record-details */
	.page-sell-record-details .order-status{
		position: relative;
		width: 100%;
		margin-top: 20px;
		margin-bottom: -6px;
		font-size: 1.3rem;
	}
	.page-sell-record-details .order-status::after{
		content: "";
		position: absolute;
		left: -15px;
		right: -15px;
		bottom: -10px;
		height: 1px;
		background-image: -moz-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
		background-image: -webkit-linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);
		background-image: linear-gradient(90deg,rgba(178,195,231,0) 0%,rgba(178,195,231,0.7) 5%,rgba(178,195,231,0.7) 95%,rgba(178,195,231,0) 100%);	
	}
	.page-sell-record-details .screenshot-tip-box{
		padding: 0;
	}
	.page-sell-record-details .info-line{
		padding: 10px 0;
	}

	/* page-my-wallet */
	.page-my-wallet .withdraw-box{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}
	.page-my-wallet .withdraw-payment .info-line{
		margin-top: 10px;
	}
	.page-my-wallet .withdraw-list-box .id{
		width: 100%;
		padding: 0 10px;
		margin-bottom: 10px;
		line-height: 30px;
		font-size: 1rem;
		font-weight: 100;
		border-bottom: solid 2px #fff;
	}
	.page-my-wallet .withdraw-list-item .date{
		position: absolute;
		top: 0;
		right: 10px;
		width: auto;
		line-height: 30px;
		color: #a4a5a7;
		font-size: 1rem;
		font-weight: 100;
	}
	.page-my-wallet .withdraw-list-item .date br{
		display: none;
	}
	.page-my-wallet .withdraw-list-item .time{
		margin-left: 0.5rem;
	}
	.page-my-wallet .withdraw-list-item .fee,.page-my-wallet .withdraw-list-box .income{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.page-my-wallet .withdraw-list-box .status{
		width: 100%;
		padding: 0 30px 0 10px;
		line-height: 30px;
		border-top: solid 2px #fff;
		white-space: nowrap;
	}
	.page-my-wallet .withdraw-list-item .status .icon{
		width: 12px;
	}
	.page-my-wallet .withdraw-list-box .details{
		position: absolute;
		right: 10px;
		bottom: 6px;
	}
	.page-my-wallet .withdraw-list-item .title{
		color: #a4a5a7;
	}

	/* page-withdraw */
	.page-withdraw{
		font-size: 1.2rem;
	}
	.page-withdraw .fee-box .info-line.info-top{
		-webkit-align-items: stretch;
		align-items: stretch;
		line-height: 20px;
		white-space: normal;
	}
	.page-withdraw .fee-box .info-line.info-top .content-item{
		padding: 10px 2px;
	}
	.page-withdraw .fee-box .title-payment{
		width: 120px;
	}
	.page-withdraw .fee-box .content-item{
		width: calc(20% - 24px);
	}
	.page-withdraw .fee-box .payment-icon{
		width: 16px;
	}

	/* page-notify */
	.page-notify .message-list-top{
		margin-bottom: 10px;
	}
	.page-notify .message-list-item .player-info{
		-webkit-order: -1;
		-moz-order: -1;
		order: -1;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0 10px;
		font-weight: 500;
		line-height: 30px;
		border-bottom: solid 2px #fff;
	}
	.page-notify .message-list-item .player-info .icon-box{
		position: relative;
		width: 20px;
		margin-right: 5px;
	}
	.page-notify .message-list-item .player-info .icon-player{
		display: block;
		width: 100%;
	}
	.page-notify .message-list-item .player-info .icon-unread{
		position: absolute;
		top: 0;
		right: 4px;
		width: 6px;
	}
	.page-notify .message-list-item .message-info{
		width: 100%;
		padding: 10px;
		border-bottom: solid 2px #fff;
	}
	.page-notify .message-list-item .message-info .time{
		position: absolute;
		left: 10px;
		bottom: 0;
		line-height: 30px;
	}
	.page-notify .message-list-item .details-btn{
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
		margin: 0;
		padding: 0 10px;
    	line-height: 30px;
		text-align: right;
		text-decoration: underline;
		background: none;
		color: inherit;
	}
	/* .page-notify .message-list-item .details-btn::after{
		content: "\003E";
	} */

	/* page-my-info */
	.page-my-info .info-line{
		padding: 10px;
	}
	.page-my-info .info-title,.page-my-info .info-content{
		display: block;
	}
	.page-my-info .info-content .payment-pic,.page-my-info .info-content .payment-text{
		margin-top: 5px;
	}
	.page-my-info .info-btn{
		padding: 3px 10px;
	}
}

@media(max-width:575px){
	/* member-public */
	.member-section-title .title-icon{
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		-moz-flex-shrink: 0;
		flex-shrink: 0;
		width: 14px;
	}
	.member-section-title .title-text{
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		-moz-flex-shrink: 0;
		flex-shrink: 0;
		margin: 0 5px;
	}
	.member-section-title .title-box::before,.member-section-title .title-box::after{
		width: 30px;
	}

	/* page-get-coins */
	.page-get-coins .player-card-item .title{
		width: 100px;
	}
	.page-get-coins .player-card-item .delete-btn{
		padding: 4px 20px 2px;
	}
	.page-get-coins .new-submit-btn{
		font-size: 1.2rem;
	}
	.page-get-coins .order-info-box .order-time{
		display: block;
		margin-left: 0;
	}
	.page-get-coins .notes-content{
		padding: 20px 10px 10px;
	}
	.page-get-coins .notes-box .note-line .icon{
		width: 12px;
		margin-top: 5px;
		margin-right: 6px;
	}
	.page-get-coins .notes-box .note-line .text{
		line-height: 20px;
	}
	.page-get-coins .notes-box .loudspeaker{
		display: none;
	}
	.page-get-coins .player-card-item .top-line img{
		height: 24px;
	}
	.page-get-coins .player-card-item .bootstrap-select .dropdown-toggle{
		line-height: 30px;
	}
	.page-get-coins .player-card-item .input-box input{
		height: 30px;
	}

	/* page-sell-record-details */
	.page-sell-record-details .screenshot-tip-box{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page-sell-record-details .screenshot-tip-box .info-title{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.page-sell-record-details .screenshot-tip-box .icon{
		width: 14px;
		margin-left: 0;
	}
	.page-sell-record-details .screenshot-show-box .upload-box{
		margin: 10px auto;
	}
	.page-sell-record-details .screenshot-show-box .upload-box .screenshot-pic{
		height: 80px;
	}
	.page-sell-record-details .screenshot-show-box .upload-box .state-icon{
		width: 40px;
	}
	.page-sell-record-details .screenshot-show-box .upload-box .state-icon.re-upload{
		width: 20px;
	}
	.page-sell-record-details .info-content .icon,.page-sell-record-details .info-content .icon-copy{
		width: 14px;
	}
	.page-sell-record-details .info-content .copy-input{
		width: 200px;
	}

	/* page-my-wallet */
	.page-my-wallet .notes-content{
		padding: 10px;
		font-size: 1.2rem;
	}
	.page-my-wallet .withdraw-card{
		width: 300px;
	}
	.page-my-wallet .withdraw-card .info-line.processing{
		top: 60px;
	}
	.page-my-wallet .withdraw-card .info-line.withdrawable{
		top: 90px;
	}

	/* page-notify */
	.page-notify .member-section-title form{
		width: 50%;
	}
	.page-notify .message-list-top{
		position: relative;
	}
	.page-notify .status-action-box{
		position: absolute;
		right: 0;
		top: -42px;
	}
	.page-notify .message-list-top{
		padding: 7px 10px;
	}
	.page-notify .message-list-nav li.active::after{
		height: 2px;
		bottom: -7px;
	}
}