.navbar-nav.pull-left a{
	font-size: 16px; font-weight: bold;
}
.navbar-nav>li> a{
	color: #fff; font-size: 14px; padding: 0 20px;
}

.navbar-nav > li > a:hover{
	background: none;
}
.navbar-nav>.active>a,
.navbar-nav>.active>a:hover{
	background: #1e5adc;
}
.navbar-brand{
	margin-right: 80px; padding-top: 2px;
}
.header .badge{
	background: #d20d25;
}
/*åˆ†é¡µ*/
.nav-pagination{
	text-align: right;
}
.nav-pagination .form-control{
	width: 40px;
}
.nav-pagination .pagination{
	margin: 0; margin-left: 25px;
}
.nav-pagination .pagination > li > a, 
.nav-pagination .pagination > li > span{
	float: none;
}
.nav-pagination label{
	margin-left: 10px;
}

.pt-page-moveToLeft {
    -webkit-animation: moveToLeft .6s ease both;
    animation: moveToLeft .6s ease both
}

.pt-page-moveFromLeft {
    -webkit-animation: moveFromLeft .6s ease both;
    animation: moveFromLeft .6s ease both
}

.pt-page-moveToRight {
    -webkit-animation: moveToRight .6s ease both;
    animation: moveToRight .6s ease both
}

.pt-page-moveFromRight {
    -webkit-animation: moveFromRight .6s ease both;
    animation: moveFromRight .6s ease both
}

.pt-page-moveToTop {
    -webkit-animation: moveToTop .6s ease both;
    animation: moveToTop .6s ease both
}

.pt-page-moveFromTop {
    -webkit-animation: moveFromTop .6s ease both;
    animation: moveFromTop .6s ease both
}

.pt-page-moveToBottom {
    -webkit-animation: moveToBottom .6s ease both;
    animation: moveToBottom .6s ease both
}

.pt-page-moveFromBottom {
    -webkit-animation: moveFromBottom .6s ease both;
    animation: moveFromBottom .6s ease both
}

.pt-page-fade {
    -webkit-animation: fade .7s ease both;
    animation: fade .7s ease both
}

.pt-page-moveToLeftFade {
    -webkit-animation: moveToLeftFade .7s ease both;
    animation: moveToLeftFade .7s ease both
}

.pt-page-moveFromLeftFade {
    -webkit-animation: moveFromLeftFade .7s ease both;
    animation: moveFromLeftFade .7s ease both
}

.pt-page-moveToRightFade {
    -webkit-animation: moveToRightFade .7s ease both;
    animation: moveToRightFade .7s ease both
}

.pt-page-moveFromRightFade {
    -webkit-animation: moveFromRightFade .7s ease both;
    animation: moveFromRightFade .7s ease both
}

.pt-page-moveToTopFade {
    -webkit-animation: moveToTopFade .7s ease both;
    animation: moveToTopFade .7s ease both
}

.pt-page-moveFromTopFade {
    -webkit-animation: moveFromTopFade .7s ease both;
    animation: moveFromTopFade .7s ease both
}

.pt-page-moveToBottomFade {
    -webkit-animation: moveToBottomFade .7s ease both;
    animation: moveToBottomFade .7s ease both
}

.pt-page-moveFromBottomFade {
    -webkit-animation: moveFromBottomFade .7s ease both;
    animation: moveFromBottomFade .7s ease both
}

.pt-page-moveToLeftEasing {
    -webkit-animation: moveToLeft .7s ease-in-out both;
    animation: moveToLeft .7s ease-in-out both
}

.pt-page-moveToRightEasing {
    -webkit-animation: moveToRight .7s ease-in-out both;
    animation: moveToRight .7s ease-in-out both
}

.pt-page-moveToTopEasing {
    -webkit-animation: moveToTop .7s ease-in-out both;
    animation: moveToTop .7s ease-in-out both
}

.pt-page-moveToBottomEasing {
    -webkit-animation: moveToBottom .7s ease-in-out both;
    animation: moveToBottom .7s ease-in-out both
}

.pt-page-scaleDown {
    -webkit-animation: scaleDown .7s ease both;
    animation: scaleDown .7s ease both
}

.pt-page-scaleUp {
    -webkit-animation: scaleUp .7s ease both;
    animation: scaleUp .7s ease both
}

.pt-page-scaleUpDown {
    -webkit-animation: scaleUpDown .5s ease both;
    animation: scaleUpDown .5s ease both
}

.pt-page-scaleDownUp {
    -webkit-animation: scaleDownUp .5s ease both;
    animation: scaleDownUp .5s ease both
}

.pt-page-scaleDownCenter {
    -webkit-animation: scaleDownCenter .4s ease-in both;
    animation: scaleDownCenter .4s ease-in both
}

.pt-page-scaleUpCenter {
    -webkit-animation: scaleUpCenter .4s ease-out both;
    animation: scaleUpCenter .4s ease-out both
}

.pt-page-rotateRightSideFirst {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateRightSideFirst .8s both ease-in;
    animation: rotateRightSideFirst .8s both ease-in
}

.pt-page-rotateLeftSideFirst {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateLeftSideFirst .8s both ease-in;
    animation: rotateLeftSideFirst .8s both ease-in
}

.pt-page-rotateTopSideFirst {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateTopSideFirst .8s both ease-in;
    animation: rotateTopSideFirst .8s both ease-in
}

.pt-page-rotateBottomSideFirst {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateBottomSideFirst .8s both ease-in;
    animation: rotateBottomSideFirst .8s both ease-in
}

.pt-page-flipInLeft, .pt-page-flipOutLeft, .pt-page-flipOutRight {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipOutRight .5s both ease-in;
    animation: flipOutRight .5s both ease-in
}

.pt-page-flipInLeft, .pt-page-flipOutLeft {
    -webkit-animation: flipInLeft .5s both ease-out;
    animation: flipInLeft .5s both ease-out
}

.pt-page-flipOutLeft {
    -webkit-animation: flipOutLeft .5s both ease-in;
    animation: flipOutLeft .5s both ease-in
}

.pt-page-flipInBottom, .pt-page-flipInRight, .pt-page-flipInTop,
.pt-page-flipOutBottom, .pt-page-flipOutTop {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipInRight .5s both ease-out;
    animation: flipInRight .5s both ease-out
}

.pt-page-flipInBottom, .pt-page-flipInTop, .pt-page-flipOutBottom,
.pt-page-flipOutTop {
    -webkit-animation: flipOutTop .5s both ease-in;
    animation: flipOutTop .5s both ease-in
}

.pt-page-flipInBottom, .pt-page-flipInTop, .pt-page-flipOutBottom {
    -webkit-animation: flipInBottom .5s both ease-out;
    animation: flipInBottom .5s both ease-out
}

.pt-page-flipInTop, .pt-page-flipOutBottom {
    -webkit-animation: flipOutBottom .5s both ease-in;
    animation: flipOutBottom .5s both ease-in
}

.pt-page-flipInTop {
    -webkit-animation: flipInTop .5s both ease-out;
    animation: flipInTop .5s both ease-out
}

.pt-page-rotateFall {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: rotateFall 1s both ease-in;
    animation: rotateFall 1s both ease-in
}

.pt-page-rotateInNewspaper, .pt-page-rotateOutNewspaper {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateOutNewspaper .5s both ease-in;
    animation: rotateOutNewspaper .5s both ease-in
}

.pt-page-rotateInNewspaper {
    -webkit-animation: rotateInNewspaper .5s both ease-out;
    animation: rotateInNewspaper .5s both ease-out
}

.pt-page-rotatePushLeft {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotatePushLeft .8s both ease;
    animation: rotatePushLeft .8s both ease
}

.pt-page-rotatePushRight {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotatePushRight .8s both ease;
    animation: rotatePushRight .8s both ease
}

.pt-page-rotatePushTop {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotatePushTop .8s both ease;
    animation: rotatePushTop .8s both ease
}

.pt-page-rotatePushBottom {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotatePushBottom .8s both ease;
    animation: rotatePushBottom .8s both ease
}

.pt-page-rotatePullRight {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotatePullRight .5s both ease;
    animation: rotatePullRight .5s both ease
}

.pt-page-rotatePullLeft {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotatePullLeft .5s both ease;
    animation: rotatePullLeft .5s both ease
}

.pt-page-rotatePullTop {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotatePullTop .5s both ease;
    animation: rotatePullTop .5s both ease
}

.pt-page-rotatePullBottom {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotatePullBottom .5s both ease;
    animation: rotatePullBottom .5s both ease
}

.pt-page-rotateFoldRight {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateFoldRight .7s both ease;
    animation: rotateFoldRight .7s both ease
}

.pt-page-rotateFoldLeft {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateFoldLeft .7s both ease;
    animation: rotateFoldLeft .7s both ease
}

.pt-page-rotateFoldTop {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateFoldTop .7s both ease;
    animation: rotateFoldTop .7s both ease
}

.pt-page-rotateFoldBottom {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateFoldBottom .7s both ease;
    animation: rotateFoldBottom .7s both ease
}

.pt-page-rotateUnfoldLeft {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateUnfoldLeft .7s both ease;
    animation: rotateUnfoldLeft .7s both ease
}

.pt-page-rotateUnfoldRight {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateUnfoldRight .7s both ease;
    animation: rotateUnfoldRight .7s both ease
}

.pt-page-rotateUnfoldTop {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateUnfoldTop .7s both ease;
    animation: rotateUnfoldTop .7s both ease
}

.pt-page-rotateUnfoldBottom {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateUnfoldBottom .7s both ease;
    animation: rotateUnfoldBottom .7s both ease
}

.pt-page-rotateRoomLeftOut {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateRoomLeftOut .8s both ease;
    animation: rotateRoomLeftOut .8s both ease
}

.pt-page-rotateRoomLeftIn, .pt-page-rotateRoomRightOut {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateRoomLeftIn .8s both ease;
    animation: rotateRoomLeftIn .8s both ease
}

.pt-page-rotateRoomRightOut {
    -webkit-animation: rotateRoomRightOut .8s both ease;
    animation: rotateRoomRightOut .8s both ease
}

.pt-page-rotateRoomRightIn {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateRoomRightIn .8s both ease;
    animation: rotateRoomRightIn .8s both ease
}

.pt-page-rotateRoomTopOut {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateRoomTopOut .8s both ease;
    animation: rotateRoomTopOut .8s both ease
}

.pt-page-rotateRoomBottomOut, .pt-page-rotateRoomTopIn {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateRoomTopIn .8s both ease;
    animation: rotateRoomTopIn .8s both ease
}

.pt-page-rotateRoomBottomOut {
    -webkit-animation: rotateRoomBottomOut .8s both ease;
    animation: rotateRoomBottomOut .8s both ease
}

.pt-page-rotateRoomBottomIn {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateRoomBottomIn .8s both ease;
    animation: rotateRoomBottomIn .8s both ease
}

.pt-page-rotateCubeLeftOut {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateCubeLeftOut .6s both ease-in;
    animation: rotateCubeLeftOut .6s both ease-in
}

.pt-page-rotateCubeLeftIn, .pt-page-rotateCubeRightOut {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateCubeLeftIn .6s both ease-in;
    animation: rotateCubeLeftIn .6s both ease-in
}

.pt-page-rotateCubeRightOut {
    -webkit-animation: rotateCubeRightOut .6s both ease-in;
    animation: rotateCubeRightOut .6s both ease-in
}

.pt-page-rotateCubeRightIn {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateCubeRightIn .6s both ease-in;
    animation: rotateCubeRightIn .6s both ease-in
}

.pt-page-rotateCubeTopOut {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateCubeTopOut .6s both ease-in;
    animation: rotateCubeTopOut .6s both ease-in
}

.pt-page-rotateCubeBottomOut, .pt-page-rotateCubeTopIn {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateCubeTopIn .6s both ease-in;
    animation: rotateCubeTopIn .6s both ease-in
}

.pt-page-rotateCubeBottomOut {
    -webkit-animation: rotateCubeBottomOut .6s both ease-in;
    animation: rotateCubeBottomOut .6s both ease-in
}

.pt-page-rotateCubeBottomIn {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateCubeBottomIn .6s both ease-in;
    animation: rotateCubeBottomIn .6s both ease-in
}

.pt-page-rotateCarouselLeftOut {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateCarouselLeftOut .8s both ease;
    animation: rotateCarouselLeftOut .8s both ease
}

.pt-page-rotateCarouselLeftIn, .pt-page-rotateCarouselRightOut {
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateCarouselLeftIn .8s both ease;
    animation: rotateCarouselLeftIn .8s both ease
}

.pt-page-rotateCarouselRightOut {
    -webkit-animation: rotateCarouselRightOut .8s both ease;
    animation: rotateCarouselRightOut .8s both ease
}

.pt-page-rotateCarouselRightIn {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateCarouselRightIn .8s both ease;
    animation: rotateCarouselRightIn .8s both ease
}

.pt-page-rotateCarouselTopOut {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateCarouselTopOut .8s both ease;
    animation: rotateCarouselTopOut .8s both ease
}

.pt-page-rotateCarouselBottomOut, .pt-page-rotateCarouselTopIn {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateCarouselTopIn .8s both ease;
    animation: rotateCarouselTopIn .8s both ease
}

.pt-page-rotateCarouselBottomOut {
    -webkit-animation: rotateCarouselBottomOut .8s both ease;
    animation: rotateCarouselBottomOut .8s both ease
}

.pt-page-rotateCarouselBottomIn {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateCarouselBottomIn .8s both ease;
    animation: rotateCarouselBottomIn .8s both ease
}

.pt-page-rotateSidesOut {
    -webkit-transform-origin: -50% 50%;
    -ms-transform-origin: -50% 50%;
    transform-origin: -50% 50%;
    -webkit-animation: rotateSidesOut .5s both ease-in;
    animation: rotateSidesOut .5s both ease-in
}

.pt-page-rotateSidesIn {
    -webkit-transform-origin: 150% 50%;
    -ms-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
    -webkit-animation: rotateSidesIn .5s both ease-out;
    animation: rotateSidesIn .5s both ease-out
}

.pt-page-rotateSlideOut {
    -webkit-animation: rotateSlideOut 1s both ease;
    animation: rotateSlideOut 1s both ease
}

.pt-page-rotateSlideIn {
    -webkit-animation: rotateSlideIn 1s both ease;
    animation: rotateSlideIn 1s both ease
}

.pt-page-delay100 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.pt-page-delay180 {
    -webkit-animation-delay: .18s;
    animation-delay: .18s
}

.pt-page-delay200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.pt-page-delay300 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.pt-page-delay400 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.pt-page-delay500 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.pt-page-delay700 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.pt-page-delay1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.dashboard-center__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .2rem
}

.dashboard-center__row--win-lose {
    margin-bottom: .6rem
}

.dashboard-center__title {
    font-size: .24rem;
    font-weight: 700;
    margin-bottom: .15rem
}

.commission-center {
    position: relative
}

.commission-center__info {
    position: absolute;
    left: 2.93rem;
    width: 2.3rem;
    height: .16rem
}

.commission-center__info-tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    font-size: .12rem;
    font-weight: 700;
    margin-top: .17rem;
    margin-left: .15rem;
    position: absolute;
    background: #fbfbfb !important;
    z-index: 1
}

.commission-center .commission-location-left .commission-tab .commission-btn,
.commission-center__info-btn {
    float: left;
    cursor: pointer;
    color: #909399
}

.commission-center__info-btn:first-child {
    padding-right: .1rem;
    border-right: 3px solid #1e5adc
}

.commission-center__info-btn:last-child {
    padding-left: .1rem
}

.commission-center__info-btn:active, .commission-center__info-tab .active {
    color: #000
}

.commission-center__info .statistics-container {
    width: 6rem !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important
}

.commission-center .commission-location-left {
    background: #fff;
    position: absolute;
    top: 5.8rem;
    width: 6rem;
    left: 0
}

.commission-center .commission-location-left .commission-tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    font-size: .24rem;
    font-weight: 700;
    margin-bottom: .15rem;
    position: absolute;
    background: #fff
}

.commission-center .commission-location-left .commission-tab .commission-btn:first-child {
    padding-right: .2rem;
    border-right: 3px solid #1e5adc
}

.commission-center .commission-location-left .commission-tab .commission-btn:last-child {
    padding-left: .2rem
}

.commission-center .commission-location-left .commission-tab .active,
.commission-center .commission-location-left .commission-tab .commission-btn:active {
    color: #000
}

.commission-center .commission-location-left .statistics-container {
    width: 6rem !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important
}

.commission-center .commission-location-right {
    background: #fff;
    position: absolute;
    top: 5.8rem;
    width: 6rem;
    right: -.2rem
}

.commission-center .commission-location-right .commission-tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    font-size: .24rem;
    font-weight: 700;
    margin-bottom: .15rem;
    position: absolute;
    background: #fff
}

.commission-center .commission-location-right .commission-tab .commission-btn {
    float: left;
    cursor: pointer;
    color: #909399
}

.commission-center .commission-location-right .commission-tab .commission-btn:first-child {
    padding-right: .2rem;
    border-right: 3px solid #1e5adc
}

.commission-center .commission-location-right .commission-tab .commission-btn:nth-child(2) {
    padding-left: .2rem
}

.commission-center .commission-location-right .commission-tab .active,
.commission-center .commission-location-right .commission-tab .commission-btn:active {
    color: #000
}

.commission-center .commission-location-right .statistics-container,
.real-time-statistics .commission-location-left .statistics-container,
.real-time-statistics .commission-location-right .statistics-container {
    width: 6rem !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important
}

.commission-center .commission-location-right .commission-tab-tip {
    display: inline-block;
    margin-left: .15rem
}

.commission-tab-tip__tip-icon {
    width: .24rem;
    height: .24rem;
    background: #f3f3f3;
    color: #000;
    color: rgba(0, 0, 0, .4);
    font-size: .18rem;
    border-radius: 100%;
    text-align: center;
    line-height: .24rem;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-top: .04rem
}

.commission-tab-tip__tip {
    padding: .1rem .08rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.commission-tab-tip__tip-title {
    font-size: .12rem;
    font-weight: 700;
    margin-bottom: .04rem
}

.commission-tab-tip__tip-content {
    font-size: .12rem;
    line-height: .22rem;
    margin-bottom: .12rem
}

.commission-tab-tip__tip-content:last-of-type {
    margin-bottom: 0
}

.commission-center .statistics-container {
    /*-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;*/
    width: 6rem
}

.current-progress {
    width: 100%;
    height: .56rem;
    margin-top: .2rem;
    margin-bottom: .4rem
}

.current-progress__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .06rem
}

.current-progress__left-day {
    font-weight: 700;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.current-progress .progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: .26rem;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 8px
}

.current-progress .progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1e5adc;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    margin: .04rem
}

.current-progress .progress-bar-striped {
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgb(38, 255, 255)', GradientType=1);
    background-size: .26rem .26rem
}

.current-progress .progress-bar-animated {
    -webkit-animation: progress-bar-stripes-data-v-2d4aa9de 1s linear infinite;
    animation: progress-bar-stripes-data-v-2d4aa9de 1s linear infinite
}

.commission-statistic {
    width: 2.8rem;
    height: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e9811d;
    -webkit-box-shadow: 0 .06rem .3rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .06rem .3rem 0 rgba(0, 0, 0, .05);
    border-radius: 8px;
    text-align: center;
    padding: .24rem 0 .1rem;
    position: relative;
    color: #fff
}

.commission-statistic__top {
    font-size: .12rem;
    margin-bottom: .24rem
}

.commission-statistic__amount {
    font-size: .22rem;
    font-weight: 700;
    margin-bottom: .2rem
}

.commission-statistic__last-amount {
    color: #fff;
    color: rgba(255, 255, 255, .8);
    padding-bottom: .2rem;
    display: inline-block;
    border-bottom: 1px solid #eaeaea;
    margin: 0 auto .15rem
}

.commission-statistic__percentage {
    font-size: .12rem
}

.commission-statistic__refresh {
    cursor: pointer;
    position: absolute;
    top: .17rem;
    right: .17rem;
    width: .17rem;
    height: .17rem
}

.commission-statistic__refresh .svg-icon {
    width: .14rem;
    height: .14rem
}

.commission-detail {
    height: 1.47rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.commission-detail__title-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: .7rem;
    height: 100%;
    /*padding-top: .86rem*/
   padding-top: 0.45rem;
}

.commission-detail__title-tab {
    font-size: .12rem;
    font-weight: 700;
    margin-bottom: .22rem
}

.commission-detail-cell {
    -webkit-box-shadow: 0 .06rem .3rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .06rem .3rem 0 rgba(0, 0, 0, .05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

.commission-detail-cell--out {
    width: 4.96rem
}

.commission-detail-cell--in {
    width: 5.89rem
}

.commission-detail-cell__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 1.17rem
}

.commission-detail-cell__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: .12rem 0;
    border-right: 1px solid #eaeaea
}

.commission-detail-cell__main:last-of-type {
    border-right: 0
}

.commission-detail-cell__title {
    font-size: .12rem;
    margin-bottom: .14rem
}

.commission-detail-cell__main-count {
    font-weight: 700;
    margin-bottom: .2rem
}

.commission-detail-cell__sub-count {
    font-weight: 700;
    color: #909399
}

.commission-detail-cell__main-intro {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    text-align: center;
    color: #909399;
    margin: .04rem auto 0;
    border-top: 1px solid #eaeaea;
    font-size: .12rem
}

.statistics-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: .2rem
}

.statistics-container:last-of-type {
    margin-right: 0
}

.statistics-container__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.statistics-container__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    font-size: .24rem;
    font-weight: 700;
    margin-bottom: .15rem
}

.statistics-container__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.statistics-container__capital-statistics {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

.statistics-container__title-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: .7rem;
    height: 1.6rem;
    padding-top: .7rem
}

.statistics-container__title-tab {
    font-size: .12rem;
    font-weight: 700;
    margin-bottom: .32rem
}

.capital-statistics__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    border: 1px solid #eaeaea
}

.capital-statistics__cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    height: 1.6rem;
    border-right: 1px solid #eaeaea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .3rem;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.capital-statistics__cell:last-child{
	border-right: none;
}
.capital-statistics__cell.is-active {
    color: #fff;
    background: #1e5adc;
    border-radius: 8px;
    -webkit-box-shadow: 0 .1rem .3rem 0 rgba(0, 0, 0, .18);
    box-shadow: 0 .1rem .3rem 0 rgba(0, 0, 0, .18)
}

.capital-statistics__title {
    margin-bottom: .2rem;
    font-size: .12rem
}

.capital-statistics__amount {
    font-weight: 700;
    margin-bottom: .3rem
}

.capital-statistics__sub-amount {
    font-weight: 700;
    color: #909399
}

.wl-and-eb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.wl-and-eb__nav {
    position: relative;
    z-index: 1;
    font-size: .18rem;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3.6rem
}

.wl-and-eb__tab {
    color: #909399;
    padding-right: .2rem;
    margin-right: .2rem;
    cursor: pointer;
    border-right: 3px solid #eaeaea;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.wl-and-eb__tab:last-of-type {
    border-right: 0
}

.wl-and-eb__tab.is-active {
    color: #1e5adc
}

.wl-and-eb__line {
    margin-top: -.22rem
}

.custom-container-header, .custom-container-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.user-table {
    width: 5rem;
    height: 2rem;
    margin: .05rem
}

.user-table__inner {
    height: 2rem;
    -webkit-box-shadow: 0 .06rem .3rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .06rem .3rem 0 rgba(0, 0, 0, .05)
}

.user-table__empty {
    line-height: 1.6rem
}

.user-table__header {
    height: .4rem;
    padding: .08rem 0
}

.user-table__header th {
    background: #fbfbfb !important;
    border-bottom: 0 !important;
    font-size: .12rem
}

.user-table__tr {
    padding: .08rem 0 !important
}

.user-table__tr .text-button {
    height: .14rem;
    line-height: .14rem;
    padding: 0;
    font-size: .14rem
}

.user-table__tr-small .cell {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.user-table__pagination {
    display: block !important;
    padding: 0 !important;
    line-height: .2rem !important;
    text-align: right;
}

.small {
    width: 3.8rem
}

.real-time-statistics {
    width: 100%;
    height: auto;
    padding: 0 .45rem;
    position: relative
}

.real-time-statistics .commission-location-left {
    background: #fff;
    position: absolute;
    top: 0;
    width: 6rem
}

.real-time-statistics__tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    font-size: .24rem;
    font-weight: 700;
    margin-bottom: .15rem;
    position: absolute;
    background: #fff
}

.real-time-statistics__btn {
    float: left;
    cursor: pointer;
    color: #909399
}

.real-time-statistics__btn:first-child {
    padding-right: .2rem;
    border-right: 3px solid #1e5adc
}

.real-time-statistics__btn:nth-child(2) {
    padding-left: .2rem
}

.real-time-statistics__btn:active, .real-time-statistics__tab .active {
    color: #000
}

.real-time-statistics__tab .real-time-statistics-tip {
    display: inline-block;
    margin-left: .15rem
}

.real-time-statistics-tip__tip-icon {
    width: .24rem;
    height: .24rem;
    background: #f3f3f3;
    color: #000;
    color: rgba(0, 0, 0, .4);
    font-size: .18rem;
    border-radius: 100%;
    text-align: center;
    line-height: .24rem;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-top: .04rem
}

.real-time-statistics-tip__tip {
    padding: .1rem .08rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.real-time-statistics-tip__tip-title {
    font-size: .12rem;
    font-weight: 700;
    margin-bottom: .04rem
}

.real-time-statistics-tip__tip-content {
    font-size: .12rem;
    line-height: .22rem;
    margin-bottom: .12rem
}

.real-time-statistics-tip__tip-content:last-of-type {
    margin-bottom: 0
}

.real-time-statistics .commission-location-right {
    background: #fff;
    position: absolute;
    top: 0;
    width: 6rem;
    right: .25rem
}

.statistics-container__tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    font-size: .24rem;
    font-weight: 700;
    margin-bottom: .15rem;
    position: absolute;
    background: #fff
}

.statistics-container__btn {
    float: left;
    cursor: pointer;
    color: #909399
}

.statistics-container__btn:first-child {
    padding-right: .2rem;
    border-right: 3px solid #1e5adc
}

.statistics-container__btn:last-child {
    padding-left: .2rem
}

.statistics-container__btn:active, .statistics-container__tab .active {
    color: #000
}

.retain-page__title {
    margin-bottom: .3rem;
    font-size: .24rem;
    font-weight: 700;
    color: #202124;
    margin-right: .12rem
}

.retain-page__tip-icon {
    width: .24rem;
    height: .24rem;
    background: #f3f3f3;
    color: #000;
    color: rgba(0, 0, 0, .4);
    font-size: .18rem;
    border-radius: 100%;
    text-align: center;
    line-height: .24rem;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-top: .04rem
}

.retain-page__tip {
    padding: .1rem .08rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.retain-page__tip-title {
    font-size: .12rem;
    font-weight: 700;
    margin-bottom: .04rem
}

.retain-page__tip-content {
    font-size: .12rem;
    line-height: .22rem;
    margin-bottom: .12rem
}

.retain-page__tip-content:last-of-type {
    margin-bottom: 0
}

.chart-line {
    width: 100%
}

.app {
    width: 100%;
    margin: 0 auto
}

.app__footer, .app__main {
    padding: 0
}

.header {
    background-color: #000;
    width: 100%;
    height: .7rem
}

.header-top {
    height: 100%;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    width: 12rem;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top__logo-wrapper {
    margin-right: .8rem; float: left;
}

.header-top__menu {
    width: 1.94rem;
    height: 1.85rem;
    top: .9rem;
    left: -.8rem;
    position: absolute;
    border-radius: 8px;
    padding: .1rem;
    background: #000;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 10;
    display: none
}

.header-top__menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 20px;
    border-style: solid;
    position: absolute;
    border-color: transparent transparent #000;
    border-color: transparent transparent rgba(0, 0, 0, .7);
    top: -.2rem;
    left: 50%;
    margin-left: -.05rem;
    overflow: hidden
}

.header-top__qrcode_box {
    width: 1.02rem;
    padding: .05rem;
    border-radius: 6px;
    background: #fff;
    margin: 0 auto
}

.header-top__qrcode_box canvas {
    width: 1.02rem;
    height: 1.02rem
}

.header-top__qrcode_detaile {
    color: #fff;
    font-size: .14rem;
    text-align: center;
    line-height: .14rem;
    margin-top: .15rem;
    margin-bottom: .15rem
}

.header-top__logo {
    background: url(./img/logo.png) no-repeat center;
    background-size: contain;
    width: 2.15rem;
    height: .7rem;
    stroke: #eceded
}

.header-top__link-group {
    margin-right: 1.33rem
}

.header-top__link-group a {
    font-size: .12rem;
    color: #fff;
    color: rgba(255, 255, 255, .6)
}

.header-top__button, .header-top__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header-top__buttons {
    color: #fff
}

.header-top__button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    min-width: .7rem;
    padding: 0 .2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.header-top__button--service {
    width: .28rem;
    height: .28rem
}

.header-top__button--mobile 
 {
    width: .17rem;
    height: .29rem
}

.header-top__button--mobile:hover .header-top__menu {
    opacity: 1;
    display: block
}

.header-top__button--notice {
    position: relative
}

.header-top__button--notice   {
    width: .21rem;
    height: .26rem
}

.header-top__button--user   {
       width: .19rem;
    height: .23rem;
    margin-right: .1rem;
}

.header-top__button--notice .header-top__notice-count {
    position: absolute;
    top: .16rem;
    right: .16rem
}

.header-top__button.router-link-active {
    background-color: #1e5adc
}

.header-top__dropmenu, .header-top__personal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top__dropmenu-wrapper .svg-icon {
    width: .19rem;
    height: .23rem;
    margin-right: .1rem
}

.header-top__dropmenu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    cursor: pointer
}

.header-top__dropmenu:last-of-type {
    margin-right: 0
}

.header-top-nav, .header-top-nav__tab {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

.header-top-nav__tab {
    font-size: .16rem;
    font-weight: 700;
    padding: 0 .22rem;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header-top-nav__tab.router-link-active {
    background-color: #1e5adc
}

.profile-dropdown__menu {
    min-width: 1.38rem;
    padding: 0
}

.profile-dropdown__link {
    height: 100%;
    outline: 0
}

.profile-dropdown__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .3rem .3rem .2rem;
    border: 1px solid #eaeaea;
    border-radius: 5px
}

.profile-dropdown__menu-item, .profile-dropdown__menu-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-dropdown__menu-item {
    color: #000;
    background: #f8f8f8;
    font-size: .14rem;
    padding: .06rem .2rem;
    font-weight: 700;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.profile-dropdown__menu-item:hover {
    background: #f5f7fa;
    color: #1e5adc
}

.profile-dropdown__menu-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.app-footer-top-wrapper {
    background: url(../img/footerbg.png) #666;
    background-size: contain;
    height: 4.2rem
}

.app-footer-top {
    width: 12rem;
    margin: 0 auto;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: .75rem 0 .32rem;
    margin-bottom: .38rem
}

.app-footer-top__logo {
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    width: 1.9rem;
    height: .7rem
}

.app-footer-top__intro {
    font-size: .16rem;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    line-height: .32rem;
    text-align: center
}

.app-footer-middle {
    width: 12rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: .2rem
}

.app-footer-middle__cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5rem
}

.app-footer-middle__icon-wrapper {
    margin-right: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

.app-footer-middle__icon-wrapper:last-of-type {
    margin-right: 0
}

.app-footer-middle__icon-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: .2rem
}

.app-footer-middle__qrcode {
    width: .76rem;
    height: .76rem;
    border-radius: 8px;
    margin-right: .12rem;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.app-footer-middle__qrcode-pic canvas {
    width: .64rem;
    height: .64rem
}

.app-footer-middle__qrcode-title {
    padding-top: .28rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .1rem
}

.app-footer-middle__qrcode-intro {
    color: #fff
}

.app-footer-middle__icons--license {
    background: url(../img/2b07ef3102ff90bb790007f03804ffaa.png);
    background-size: contain;
    width: .58rem;
    height: .21rem
}

.app-footer-middle__icons--partner {
    background: url(../img/fe78a495341f257b458f35e4b1de4681.png);
    background-size: contain;
    width: 3.84rem;
    height: .23rem
}

.app-footer-middle__icons--zeren {
    background: url(../img/7813da2f42e0aa0aa610549736f7cb48.png);
    background-size: contain;
    width: 2.6rem;
    height: .22rem
}

.app-footer-bottom-wrapper {
    background-color: #24282d
}

.app-footer-bottom {
    width: 12rem;
    margin: 0 auto;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: .72rem;
    line-height: .72rem
}

.app-footer-bottom__copyright {
    font-size: .13rem;
    color: #fff;
    color: rgba(255, 255, 255, .5);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

.app-footer-bottom__tab {
    font-size: .13rem;
    color: #fff;
    color: rgba(255, 255, 255, .4);
    margin: 0 .2rem
}

.global-notice, .global-notice__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.global-notice {
    width: 3.4rem;
    height: 2.2rem;
    position: fixed;
    right: 2%;
    bottom: 2%;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #2c2c2c;
    z-index: 4000;
    -webkit-box-shadow: 0 .06rem .3rem 0 rgba(0, 0, 0, .18);
    box-shadow: 0 .06rem .3rem 0 rgba(0, 0, 0, .18);
    border-radius: 2px
}

.global-notice__header {
    margin: 0 .26rem;
    padding: .11rem 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #eaeaea
}

.global-notice__close {
    position: absolute;
    right: -.2rem;
    top: -.2rem
}

.global-notice__main {
    padding: .13rem .26rem 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    font-size: .12rem;
    line-height: .18rem;
    color: #2c2c2c
}

.global-notice__main-title {
    margin-bottom: .2rem
}

.global-notice__footer {
    padding-bottom: .08rem;
    margin: 0 auto;
    width: 2.2rem
}

.global-notice__footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .1rem
}

.global-notice__footer-left .el-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    min-width: 1rem;
    font-weight: 400;
    height: .36rem
}

.global-notice__footer-right {
    text-align: right;
    cursor: pointer
}

.global-activity__sub-title {
    text-align: center;
    color: #2c2c2c;
    padding-bottom: .15rem;
    border-bottom: 1px solid #eaeaea
}

.global-activity__main {
    width: 7.5rem;
    height: 2.5rem;
    margin: .35rem auto;
    overflow: auto
}

.global-activity__footer, .global-activity__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.global-activity__footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999
}

.global-activity__nav {
    color: #1e5adc;
    font-weight: 700;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.global-activity__nav .svg-icon {
    stroke: #1e5adc;
    width: .1rem;
    height: .1rem
}

.global-activity__nav--left .svg-icon {
    margin-right: .1rem
}

.global-activity__nav--right .svg-icon {
    margin-left: .1rem
}

.global-bank-change {
    margin: 0 auto;
    border-radius: 2px;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: .3rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: hidden
}

.global-bank-change__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .3rem
}

.global-bank-change__row:last-of-type {
    margin-bottom: 0
}

.global-bank-change__row--primary .global-bank-change__cell {
    color: #1e5adc
}

.global-bank-change__cell {
    color: #2c2c2c;
    font-weight: 700;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

.global-bank-change__cell--main {
    font-size: .24rem
}

.maintain {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-image: url(./548c2e1cc0e8c24bd80e671ef7ef9c82.jpg);
    background-size: 100% 100%;
    font-family: 'PingFangSC-Semibold'
}

.maintain p {
    padding: 0;
    margin: 0;
    text-align: left
}

.maintain .maintain-wrapper {
    position: absolute;
    left: 60%;
    top: 44%
}

.maintain .maintain-title-big {
    font-size: .28rem;
    color: #424242
}

.maintain .maintain-title-content, .maintain .maintain-title-time {
    font-size: .18rem;
    color: #7c7c7c
}

.maintain .customer-service_img {
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: 1.3rem;
    height: .19rem
}

.maintain .customer-service_btn {
    float: left;
    width: .86rem;
    height: .27rem;
    margin-left: .1rem;
    line-height: .27rem;
    text-align: center;
    color: #fff;
    background-color: #1e5adc;
    border-radius: 6px
}

.maintain .svg-icon-customer-service {
    width: .22rem;
    height: .22rem;
    background-image: url(./9523551ddea687273004ce53e5a6251a.svg);
    background-size: 100% 100%;
    float: left
}

/*notice*/
.notice-card {
	border-bottom: 1px solid #eaeaea;
	height: 1.23rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .2rem .3rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.notice-card__not-select,
.notice-card__selected {
	display: inline-block;
	width: .17rem;
	height: .17rem;
	border-radius: 50%;
	border: 1px solid #999;
	margin-right: .2rem
}

.notice-card__selected {
	width: .1rem;
	height: .1rem;
	border: 5px solid #1e5adc
}

.notice-card.is-readable {
	cursor: pointer
}

.notice-card:nth-child(even) {
	background: #fbfbfb
}

.notice-card:last-child {
	border-bottom: 0
}

.notice-card__goto-detail {
	text-decoration: underline;
	padding-left: .1rem;
	cursor: pointer
}

.notice-card__main {
	font-size: .14rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

.notice-card__title {
	margin-bottom: .12rem;
	color: #000;
	font-weight: 700
}

.notice-card__content,
.notice-card__time {
	font-size: .12rem
}

.notice-card__icon {
	display: inline-block;
	width: .08rem;
	height: .08rem;
	border-radius: 50%;
	margin-right: 0;
	background: #d20d25;
	margin-left: .05rem;
	position: relative;
	top: -.05rem
}

.notice-card__icon-front {
	display: inline-block;
	width: .28rem;
	height: .28rem;
	vertical-align: middle
}

.notice-card__icon-front .svg-icon {
	fill: #969696;
	width: 100%;
	height: 100%
}

.notice-card__pointer {
	font-size: .18rem;
	color: #000
}

.notice-card__detail {
	font-size: .14rem;
	color: #000
}

.notice-card__detail span {
	display: inline-block
}

.notice-card.is-readed .notice-card__icon {
	display: inline-block;
	width: .08rem;
	height: .08rem;
	border-radius: 100%;
	margin-right: .1rem;
	background: #e1e1e1
}

.notice-card.is-readed .notice-card__pointer {
	font-size: .18rem;
	color: #969696
}

.notice-card.is-readed .notice-card__detail {
	font-size: .14rem;
	color: #969696
}

.notice-card.is-readed .notice-card__time {
	color: #969696
}

.notice-card.is-readed .notice-card__time .svg-icon {
	fill: #969696
}

.notice-detail {
	position: relative
}

.notice-detail__header {
	text-align: center
}

.notice-detail__title {
	font-size: .18rem;
	font-weight: 700;
	padding: .2rem 0 .15rem
}

.notice-detail__brief {
	color: #999;
	font-size: .12rem;
	padding-bottom: .3rem
}

.notice-detail__main {
	padding: 0 .3rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 6rem;
	max-width: 7rem;
	overflow: auto
}
.notice-card-list {
	border-radius: 8px;
	border: 1px solid #eaeaea
}
.user-notice__radio-group {
    margin-bottom: .3rem;
}
/*.app__main {
    width: 12rem;
    margin: 20px auto;
}*/
.app__main .container,
.app__main.container{
	 margin: 20px auto;
}

.man-account__form {
    width: 4.1rem;
}
.man-account-list__nav {
    float: right;
    margin-bottom: .2rem;
}
.domain__tip-icon,
.extension-data__tip-icon {
    width: .24rem;
    height: .24rem;
    background: #f3f3f3;
    color: #000;
    color: rgba(0, 0, 0, .4);
    font-size: .18rem;
    border-radius: 100%;
    text-align: center;
    line-height: .24rem;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-top: .04rem;
    margin-left: .1rem;
}
.about-us-wrapper {
    background: #fff
}

.about-us {
    position: relative
}

.about-us__header {
    text-align: center
}

.about-us__title {
    font-size: .4rem;
    margin-bottom: .2rem
}

.about-us__sub-title {
    font-size: .2rem;
    margin-bottom: .1rem
}

.about-us__brief {
    font-size: .16rem;
    margin-bottom: .2rem
}

.about-us-banner__container {
    height: 4.05rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "MicrosoftYaHei-Bold";
    font-weight: 700;
    color: #fff;
    background: url(../img/501e84a152a0fb967f4d6d528899bef3.png) no-repeat;
    background-size: cover
}

.about-us-banner__container .about-us-banner__title {
    font-size: .43rem
}

.about-us-banner__container .about-us-banner__sub-title {
    font-size: .18rem;
    margin-top: .12rem
}

.about-us-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .3rem;
    padding-bottom: .4rem
}

.about-us-main__title {
    color: #fff
}

.about-us-main__container {
    background: #fff;
    overflow: auto;
    width: 12rem;
    margin: 40px auto;
}

.about-us-nav-wrapper {
    width: 2.1rem
}

.about-us-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    overflow: auto
}

.about-us-nav__tab {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about-us-nav__sub-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.about-us-nav__sub-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: .13rem 0;
    height: .26rem
}

.about-us-nav__sub-tab-text {
    height: .26rem;
    line-height: .26rem;
    color: #909399;
    border-left: 2px solid #fff;
    padding-left: .73rem;
    cursor: pointer
}

.about-us-nav__title, .back-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-us-nav__title {
    padding: .13rem .27rem;
    font-size: .14rem;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: .52rem
}

.about-us-nav__title .svg-icon {
    width: .34rem;
    height: .24rem;
    margin-right: .16rem
}


.back-top {
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    background: #1e5adc;
    -webkit-box-shadow: 0 .11rem .34rem 0 rgba(0, 0, 0, .16);
    box-shadow: 0 .11rem .34rem 0 rgba(0, 0, 0, .16);
    position: absolute;
    bottom: .88rem;
    right: .45rem;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.back-top__icon .svg-icon {
    width: .18rem;
    height: .22rem
}

.router-link-exact-active .about-us-nav__sub-tab-text {
    border-left: 2px solid #1e5adc
}

.about-us-html__header[data-v-03866da4] {
    padding: .24rem .3rem;
    border-bottom: 1px solid #e2e2e2
}

.about-us-html__header-title[data-v-03866da4] {
    font-size: .16rem
}

.about-us-html__content[data-v-03866da4] {
    padding: .63rem .45rem 1.4rem
}

.article-item[data-v-03866da4] {
    padding: .24rem 0
}

.article-item-header__title[data-v-03866da4] {
    font-size: .24rem;
    color: #202124;
    font-family: 'MicrosoftYaHei-Bold';
    font-weight: 700;
    line-height: .35rem
}

.article-item-header__detaile[data-v-03866da4] {
    font-size: .16rem;
    color: #202124;
    font-family: 'MicrosoftYaHei';
    line-height: .27rem;
    margin-top: .1rem
}

.article-item-header__detaile.main-sub__title[data-v-03866da4] {
    margin-top: .3rem
}

.article-item-content[data-v-03866da4] {
    margin: .1rem 0 .16rem
}

.article-item-content__sports_bg[data-v-03866da4] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 .86rem;
    -ms-flex: 0 0 .86rem;
    flex: 0 0 .86rem;
    width: .86rem;
    height: .86rem;
    background: url(/3052783b4cdb690a186d66e1743fd5c2.png) no-repeat;
    background-size: contain
}

.article-item-content__sports_bg1[data-v-03866da4] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.48rem;
    -ms-flex: 0 0 6.48rem;
    flex: 0 0 6.48rem;
    width: 6.48rem;
    height: 1.6rem;
    background: url(/28ddb2735e85482bbdfee9efe7288232.png) no-repeat;
    background-size: contain
}

.article-item-content[data-v-03866da4] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.article-item-content__text[data-v-03866da4] {
    font-size: .16rem;
    color: #202124;
    font-family: 'MicrosoftYaHei';
    line-height: .27rem
}

.article-item-content__paragraph[data-v-03866da4] {
    margin: 0;
    padding: 0;
    list-style: none
}

.article-item-content__paragraph-li[data-v-03866da4] {
    font-size: .16rem;
    color: #202124;
    font-family: 'MicrosoftYaHei';
    line-height: .27rem
}

.article-item_border_empty[data-v-03866da4] {
    border-bottom: 0
}

.article-item_margin_0[data-v-03866da4] {
    margin: 0
}

.article-item_margin_l30[data-v-03866da4] {
    margin-left: .3rem
}

.article-item_margin_r30[data-v-03866da4] {
    margin-right: .3rem
}

.mt44[data-v-03866da4] {
    margin-top: .44rem
}

.about-html {
    padding: .83rem .45rem 1.83rem
}

.about-html__header {
    font-size: .18rem;
    margin-bottom: .2rem;
    line-height: 1.5
}

.about-html__title {
    font-size: .24rem;
    font-weight: 700;
    color: #202124;
    margin-bottom: .1rem
}

.about-html__content {
    margin-bottom: .2rem
}

.about-html__sub-title {
    font-size: .18rem;
    font-weight: 700;
    color: #202124;
    margin-bottom: .1rem
}

.about-html__sub-content {
    margin-bottom: .1rem
}

.about-html .el-table {
    /*font-size: .18rem;*/
    font-weight: 400
}

.about-html .el-table thead {
    font-weight: 700
}

.about-html .el-table th {
    /*padding-top: .17rem;
    padding-bottom: .14rem*/
}

.about-html .el-table thead.is-group th {
    background: #fbfbfb;
    font-weight: 700
}

.about-html__ul {
    list-style: none;
    padding: 0;
    margin: 0 0 .28rem
}

.about-html__li {
    line-height: .24rem
}

.about-html__example {
    margin-top: .1rem;
    color: #202124;
    font-weight: 400
}

.about-html__tips {
    height: .73rem;
    font-size: .16rem;
    color: #fa741c;
    margin-bottom: .09rem
}

.commision-step {
    width: 9.05rem;
    margin: 0 auto;
    padding-top: .88rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.commision-step__cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.74rem;
    -ms-flex: 0 0 1.74rem;
    flex: 0 0 1.74rem;
    position: relative
}

.commision-step__line {
    position: absolute;
    width: 1.24rem;
    height: .01rem;
    background: #1e5adc;
    background: rgba(30, 90, 220, .2);
    top: 50%;
    left: .62rem;
    margin-left: 1.54rem
}

.commision-step__icon {
    width: .56rem;
    height: .56rem;
    border: 1px dashed #1e5adc;
    border: 1px dashed rgba(30, 90, 220, .5);
    border-radius: 50%;
    padding: .07rem
}

.commision-step__inner {
    width: 100%;
    height: 100%;
    background: #1e5adc;
    border-radius: 50%;
    font-size: .2rem;
    font-family: "AppleSystemUIFont";
    color: #fff;
    text-align: center
}

.commision-step__inner, .commision-step__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.commision-step__text {
    margin-left: .17rem
}

.commision-step__title {
    font-size: .24rem;
    font-weight: 700;
    color: #1e5adc
}

.commision-step__brief {
    font-size: .18rem;
    color: #000;
    margin-top: .05rem
}
/*.app__main {
	width: 12rem;
	margin: 20px auto;
}*/


.main-menu {
	border-top: 1px solid #eaeaea
}

.main-menu__inner {
	width: 12rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	height: 100%
}

.main-menu__left {
	width: 3.35rem;
	height: auto;
	-webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
	transition: all .5s cubic-bezier(.645, .045, .355, 1);
	z-index: 5;
	border-top: 1px solid #fff;
	margin-top: -.01rem;
	margin-bottom: .7rem
}

.main-menu__security {
	width: 80%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.main-menu__security-progress {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	margin-right: .1rem
}

.main-menu__security-level {
	color: #a7c3db;
	font-size: .12rem
}

.main-menu__main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	padding: .44rem 0 0 .72rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: .7rem
}

.main-menu-header,
.main-menu-list {
	border: 1px solid #eaeaea;
	border-top: 0
}

.main-menu-header {
	border-bottom: 0
}

.main-menu-list {
	width: 3.35rem;
	border-radius: 0 0 8px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden
}

.main-menu-list__item {
	background-color: #f9f9f9;
	border-bottom: 1px solid #e2e2e2
}

.main-menu-list__item:last-of-type {
	border-bottom: 0
}

.main-menu-list__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: .2rem 0 .2rem .3rem;
	color: #000;
	position: relative;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	font-weight: 700
}

.main-menu-list__link .el-badge {
	margin-left: .14rem
}

.main-menu-list__link.active .el-badge__content {
	background: #fff;
	color: #1e5adc
}

.main-menu-list__link.active,
.main-menu-list__link:hover {
	color: #fff;
	background: #1e5adc
}

.main-menu-list__link.active .svg-icon,
.main-menu-list__link:hover .svg-icon {
	fill: #fff
}

.main-menu-list__icon_svg {
	margin-right: .15rem
}

.main-menu-header__card {
	text-align: center
}

.main-menu-header__avatar {
	padding-bottom: .3rem;
	margin-bottom: .3rem;
	border-bottom: 1px solid #eaeaea
}

.main-menu-header__avatar-inner {
	margin: .35rem 0 .32rem
}

.main-menu-header__name {
	color: #000;
	padding: 0 .2rem;
	margin-bottom: .1rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.main-menu-header__tip {
	color: #a7c3db;
	font-size: .12rem;
	margin-bottom: .2rem
}

.main-menu-header__service {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 .1rem;
	cursor: pointer
}

.main-menu-header__service:hover .main-menu-header__service_tooltip {
	display: block;
	opacity: 1
}

.main-menu-header__service:nth-child(1) .main-menu-header__service_tooltip .main-menu-header__service--animation:before {
	left: .86rem
}

.main-menu-header__service:nth-child(2) .main-menu-header__service_tooltip .main-menu-header__service--animation:before {
	left: 1.22rem
}

.main-menu-header__service:nth-child(3) .main-menu-header__service_tooltip .main-menu-header__service--animation:before {
	left: 1.58rem
}

.main-menu-header__service:nth-child(4) .main-menu-header__service_tooltip .main-menu-header__service--animation:before {
	left: 1.94rem
}

.main-menu-header__service:nth-child(5) .main-menu-header__service_tooltip .main-menu-header__service--animation:before {
	left: 2.3rem
}

.main-menu-header__service_tooltip {
	display: none;
	position: absolute;
	top: .15rem;
	left: -.29rem;
	width: 3.34rem;
	padding-top: .2rem
}

.main-menu-header__service--animation {
	padding: .14rem .2rem;
	background: red;
	-webkit-animation: service-data-v-f855bc7e 1s;
	animation: service-data-v-f855bc7e 1s;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	border-radius: 8px;
	font-size: .12rem;
	color: #fff
}

.main-menu-header__service--animation:before {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	border: 10px solid transparent;
	border-bottom-color: #000;
	border-bottom-color: rgba(0, 0, 0, .7)
}

.main-menu-header__service--animation .router-link-active,
.main-menu-header__service--animation .text-white {
	color: #fff;
	border-bottom: 1px dotted #fff
}

.main-menu-header__service_main {
	position: relative
}

.main-menu-header__service_tip {
	position: absolute;
	top: -.03rem;
	right: -.03rem;
	width: .14rem;
	height: .14rem;
	line-height: .12rem;
	background: #1e5adc;
	border-radius: 100%;
	z-index: 3
}

.main-menu-header__service_tip .el-icon-check {
	font-size: .1rem;
	color: #fff;
	font-weight: 700
}

.main-menu-header__bottom {
	padding: 0 .3rem .3rem
}

.main-menu-header__balance {
	color: #a7c3db;
	margin-bottom: .18rem;
	text-align: left
}

.main-menu-header__balance-title {
	font-size: .12rem;
	color: #000;
	margin-bottom: .06rem;
	margin-left: .3rem
}

.main-menu-header__balance-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.main-menu-header__money {
	text-align: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #000;
	font-size: .14rem;
	margin: 0 .1rem
}

.main-menu-header__balance-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-menu-header__balance-btns .el-button {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	min-width: auto;
	padding-left: 0;
	padding-right: 0
}

.main-menu-header__balance-btns .el-button:focus {
	color: #1e5adc;
	border-color: #bccef5;
	background-color: #e9effc
}

.main-menu-header__balance-btns .el-button+.el-button {
	margin-left: .06rem
}

.menu-tooltip-fixed {
	left: .3rem
}

.user-bet__detail-btn {
	text-decoration: underline
}

.user-bet__search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.info[data-v-33da00d6] {
	padding-bottom: .4rem;
	margin-bottom: .2rem;
	border-bottom: 1px solid #eaeaea
}

.user-info__nickName {
	width: 3.8rem
}

.user-info__item-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.user-info__item-main .el-tip {
	margin-left: .3rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.user-info__item-input {
	width: 3.8rem
}

.user-info .el-button {
	width: 2.6rem
}

.user-address__count {
	color: #1e5adc
}

.user-address__header-left,
.user-address__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.user-address__header-left {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

.user-address__header-brief {
	color: #000;
	color: rgba(0, 0, 0, .3);
	font-size: .12rem;
	margin-left: .3rem;
	font-weight: 400
}

.address-item {
	padding: .2rem .2rem .28rem;
	background: #fff;
	border-radius: 6px;
	margin-bottom: .2rem;
	-webkit-box-shadow: 0 .06rem .3rem 0 rgba(0, 0, 0, .05);
	box-shadow: 0 .06rem .3rem 0 rgba(0, 0, 0, .05)
}

.address-item__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: .12rem;
	margin-bottom: .2rem;
	border-bottom: 1px solid #eaeaea
}

.address-item__title-name {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: .14rem;
	font-weight: 700
}

.address-item__title-defaultbtn {
	padding: 0;
	min-width: auto;
	height: .16rem;
	border-radius: 1px;
	margin-left: .19rem;
	font-size: .12rem;
	background-color: #e9811d
}

.address-item__title-defaultbtn span {
	font-weight: 400!important
}

.address-item__editor {
	font-size: .14rem;
	color: #1e5adc;
	font-weight: 700
}

.address-item__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.address-item__info-detail {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #999
}

.address-item__info-detail-span {
	display: block;
	width: 6rem
}

.address-item__info-detail-span:first-child {
	margin-bottom: .1rem
}

.address-item__info-defaultbtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.address-item__info-defaultbtn-a {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.address-set {
	width: 7.05rem;
	margin: 0 auto
}

.address-set__item-input {
	width: 3.8rem
}

.address-set .el-button {
	width: 4.1rem
}

.address-set__select-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.address-set__select_margin_r20 {
	margin-right: .2rem
}

.card-bind .el-input {
	width: 3.8rem
}

.card-bind .el-button {
	width: 2.6rem
}

.card-bind__form {
	padding-bottom: .78rem
}

.card-list {
	margin-bottom: .62rem;
	border-top: 1px solid #eaeaea;
	padding-top: .55rem
}

.bank-card {
	width: 2.55rem;
	height: .9rem;
	color: #fff;
	font-size: .12rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .16rem .3rem 0 .54rem;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	margin-right: .1rem;
	background: #1e5adc no-repeat .08rem .08rem
}

.bank-card--zhaoshang {
	background-color: #ef3f57
}

.bank-card--gongshang {
	background-color: #e95a64
}

.bank-card--jianshe {
	background-color: #4f83bd
}

.bank-card--nongye {
	background-color: #0099b3
}

.bank-card--zhongguo {
	background-color: #fa4c52
}

.bank-card--jiaotong {
	background-color: #4f83bd
}

.bank-card--guangfa {
	background-color: #eb4d60
}

.bank-card--guangda {
	background-color: #fbbd00
}

.bank-card--pufa {
	background-color: #4373aa
}

.bank-card--minsheng {
	background-color: #5aa572
}

.bank-card--pingan {
	background-color: #ec681b
}

.bank-card--xinye {
	background-color: #4f83bd
}

.bank-card--zhongxin {
	background-color: #ff4150
}

.bank-card--youzheng {
	background-color: #009174
}

.bank-card:last-of-type {
	margin-right: 0
}

.bank-card__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.bank-card__title {
	margin-bottom: .24rem;
	font-weight: 700;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.bank-card__delete {
	cursor: pointer
}

.bank-card__number {
	font-size: .14rem;
	letter-spacing: .02rem
}

.bank-card__select {
	position: absolute;
	top: 0;
	right: 0;
	width: .37rem;
	height: .37rem;
	cursor: pointer
}

.bank-card__select.is-select {
	cursor: default
}

.bank-card__select.is-select .bank-card__select-check {
	fill: #fff
}

.bank-card__select-polygon {
	opacity: .2
}

.bank-card__select-check {
	position: absolute;
	top: .02rem;
	right: .04rem;
	width: .15rem;
	fill: rgba(0, 0, 0, .4)
}

.safety-card,
.safety-card__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.safety-card {
	border-radius: 8px;
	border: 1px solid #eaeaea;
	margin-bottom: .2rem;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: .25rem .3rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.safety-card__title {
	width: .5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.safety-card__icon .svg-icon {
	width: .24rem;
	height: .3rem
}

.safety-card-item {
	display: inline-block;
	vertical-align: top;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

.safety-card-item__title {
	font-size: .18rem;
	color: #000;
	font-weight: 700;
	margin-bottom: .12rem
}

.safety-card-item__desc {
	color: #000;
	color: rgba(0, 0, 0, .4)
}

.safety-detail-content {
	color: #333;
	font-size: .14rem
}

.safety-detail-content__title {
	color: #333;
	font-size: .14rem;
	padding-bottom: .1rem;
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.safety-detail-content__icon {
	margin-right: .06rem
}

.safety-detail-content__title-block {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

.safety-detail-content__sub-title {
	color: #999;
	font-size: .12rem;
	padding: .35rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}



.user-notice__radio-group {
	margin-bottom: .3rem
}

.user-notice__radio-group .el-radio-button__inner {
	width: 2.06rem;
	height: .4rem
}

.option-btn {
	display: block;
	margin-bottom: .15rem
}



.reply-detail__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.reply-detail__header-icon {
	width: .34rem;
	height: .34rem;
	margin-right: .1rem
}

.reply-detail__header-icon .svg-icon {
	fill: #969696;
	width: 100%;
	height: 100%
}

.reply-detail__header-title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.reply-detail__header-title span {
	display: block;
	font-size: .12rem;
	color: #999;
	letter-spacing: 0
}

.reply-detail__content {
	margin-top: .2rem;
	font-family: PingFangSC-Regular;
	font-size: .14rem;
	color: #333;
	letter-spacing: 0
}

.notice-detail .message-detail {
	padding: .2rem;
	background: #fbfbfb;
	border: 1px solid #dedede;
	border-radius: 8px;
	margin-bottom: .34rem;
	font-size: .16rem
}

.message-detail__padding {
	padding-bottom: .05rem
}

.message-detail__time {
	margin-bottom: .1rem
}

.message-detail__img img {
	width: 1.17rem;
	height: 1.17rem;
	margin-right: .37rem
}

.no-message {
	text-align: center;
	padding: .1rem 0;
	margin-top: 1.5rem
}

.no-message__icon {
	width: 2.23rem;
	height: 1.49rem;
	margin-bottom: .3rem
}

.write-message {
	border-radius: 8px;
	border: 1px solid #eaeaea;
	padding: .3rem
}

.write-message .el-button {
	width: 2.6rem
}

.static-container-header__title {
    /*color: #000;
    font-size: .28rem;
    padding-bottom: .2rem;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;*/
}

.table-scroll{
	overflow-x: scroll;
}
.table-scroll table{
	max-width: inherit;
}

/*login*/
.login-manager {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url(../img/0170b53907b4bcd81cb1ad5175562d9c.png) no-repeat no-repeat top center;
	background-size: cover
}

.login-manager__header,
.login-manager__left-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.login-manager__header {
	width: 11.9rem;
	margin: 0 auto;
	margin-top: .27rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.login-manager__left-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	color: #fff
}

.login-manager__logo-wrapper {
	margin-right: .15rem;
	/*padding-right: .15rem;*/
	border-right: 1px solid #eaeaea;
	padding-bottom: .05rem
}

.login-manager__logo {
	background: url(../img/logo.png) no-repeat no-repeat top left;
	background-size: contain;
	width: 1.9rem;
	height: .6rem
}

.login-manager__partner-title {
	font-size: .18rem;
	font-weight: 700;
	margin-bottom: .08rem
}

.login-manager__close {
	font-size: .15rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.login-manager__close .svg-icon {
	width: .12rem;
	height: .12rem;
	margin-right: .1rem
}

.login-manager .main-container {
	width: 5.1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	background: #fff;
	border-radius: 6px
}

.login-manager .main-container .link {
	color: #c3c2c2
}

.main-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .4rem .5rem .14rem
}

.main-container__header {
	width: 100%;
	margin-bottom: .5rem
}

.main-container__header .svg-icon,
.main-container__header-btn .svg-icon {
	width: .14rem;
	height: .24rem;
	margin-right: .24rem
}

.main-container__header-btn-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.main-container__header-btn {
	width: 49.9%
}

.main-container__footer {
	padding: 0 .5rem;
	text-align: center
}

.main-container__footer-custom {
	color: #000;
	color: rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-container__footer-custom .svg-icon {
	margin-right: .13rem
}

.main-container__main {
	padding-bottom: .22rem;
	margin-bottom: .14rem;
	border-bottom: 1px solid #dedede
}

.main-container__links {
	margin-top: .36rem
}

.main-container__link .svg-icon {
	width: .04rem;
	height: .12rem
}

.main-container-main {
	padding-bottom: 0
}

.main-container-main__title {
	font-size: .28rem;
	font-weight: 700;
	color: #202124;
	margin-bottom: .6rem;
	text-align: center
}

.main-container-main__title--spacing-small {
	margin-bottom: .24rem
}

.main-container-main__sub-title {
	font-size: .12rem;
	color: #000;
	color: rgba(0, 0, 0, .4);
	margin-bottom: .08rem
}

.main-container-main__item {
	position: relative
}

.main-container-main__item--submit {
	margin-top: .36rem
}

.main-container-main__send-code {
	position: absolute;
	top: .04rem;
	right: .04rem;
	width: 1.29rem
}

.main-container-main__send-code .el-button {
	height: .42rem!important;
	text-align: center;
	padding: 0;
	font-size: .14rem
}

.main-container-main__steps {
	margin-bottom: .6rem
}

.main-container-main__radio {
	margin-bottom: .3rem
}

.main-container-main__radio+.el-radio {
	margin-left: 0
}

.main-container-main__radio-label {
	display: inline-block;
	font-size: .14rem;
	color: #000;
	vertical-align: middle
}

.main-container-main__radio-tip {
	color: #000;
	color: rgba(0, 0, 0, .4);
	margin-top: .08rem
}

.main-container-main__avatar,
.main-container-main__btn-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.main-container-main__btn-group .el-button {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

.main-container-main__btn-group .el-button+.el-button {
	margin-left: .2rem
}

.main-container-main__avatar {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: .4rem
}

/*info*/
.user-info[data-v-51f420b3]{padding:.2rem;width:8rem;margin:0 auto}.user-info__inner[data-v-51f420b3]{padding-bottom:.4rem;margin-bottom:.6rem;border-bottom:1px solid #eaeaea}.user-info__nickName[data-v-3c8cba7c]{width:3.8rem}.user-info__item-main[data-v-3c8cba7c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.user-info__item-main .el-tip[data-v-3c8cba7c]{margin-left:.3rem;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.user-info__item-input[data-v-3c8cba7c]{width:3.8rem}.user-info .el-button[data-v-3c8cba7c]{width:2.6rem}.user-address__count[data-v-38f3d286]{color:#1e5adc}.user-address__header-left[data-v-38f3d286],.user-address__header[data-v-38f3d286]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.user-address__header-left[data-v-38f3d286]{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0}.user-address__header-brief[data-v-38f3d286]{color:#000;color:rgba(0,0,0,.3);font-size:.12rem;margin-left:.3rem;font-weight:400}.address-item[data-v-38f3d286]{padding:.2rem .2rem .28rem;background:#fff;border-radius:6px;margin-bottom:.2rem;-webkit-box-shadow:0 .06rem .3rem 0 rgba(0,0,0,.05);box-shadow:0 .06rem .3rem 0 rgba(0,0,0,.05)}.address-item__title[data-v-38f3d286]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-bottom:.12rem;margin-bottom:.2rem;border-bottom:1px solid #eaeaea}.address-item__title-name[data-v-38f3d286]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-size:.14rem;font-weight:700}.address-item__title-defaultbtn[data-v-38f3d286]{padding:0;min-width:auto;height:.16rem;border-radius:1px;margin-left:.19rem;font-size:.12rem}.address-item__editor .el-button[data-v-38f3d286]{padding:.03rem 0}.address-item__editor .el-button[data-v-38f3d286]:after,.address-item__info-defaultbtn-a[data-v-38f3d286]:after{margin:0}.address-item__info[data-v-38f3d286]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.address-item__info-detail[data-v-38f3d286]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#999}.address-item__info-detail-span[data-v-38f3d286]{display:block;width:6rem}.address-item__info-detail-span[data-v-38f3d286]:first-child{margin-bottom:.1rem}.address-item__info-defaultbtn[data-v-38f3d286]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.address-item__info-defaultbtn-a[data-v-38f3d286]{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;padding:.03rem 0}.address-set[data-v-63fcb37c],.safety{width:7.05rem;margin:0 auto}.address-set__item-input[data-v-63fcb37c]{width:3.8rem}.address-set .el-button[data-v-63fcb37c]{width:4.1rem}.address-set__select-group[data-v-63fcb37c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.address-set__select_margin_r20[data-v-63fcb37c]{margin-right:.2rem}.safety{padding:.2rem;min-height:7.5rem;width:8rem}.card-bind .el-input[data-v-075ced94]{width:3.8rem}.card-bind .el-button[data-v-075ced94]{width:2.6rem}.card-bind__form[data-v-075ced94]{padding-bottom:.78rem}.card-list[data-v-e9e5d350]{margin-bottom:.62rem;border-top:1px solid #eaeaea;padding-top:.55rem}.bank-card[data-v-e9e5d350]{width:2.55rem;height:.9rem;color:#fff;font-size:.12rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.16rem .3rem 0 .54rem;position:relative;border-radius:4px;overflow:hidden;display:inline-block;margin-right:.1rem;background:#1e5adc no-repeat .08rem .08rem}.bank-card--zhaoshang[data-v-e9e5d350]{background-color:#ef3f57}.bank-card--gongshang[data-v-e9e5d350]{background-color:#e95a64}.bank-card--jianshe[data-v-e9e5d350]{background-color:#4f83bd}.bank-card--nongye[data-v-e9e5d350]{background-color:#0099b3}.bank-card--zhongguo[data-v-e9e5d350]{background-color:#fa4c52}.bank-card--jiaotong[data-v-e9e5d350]{background-color:#4f83bd}.bank-card--guangfa[data-v-e9e5d350]{background-color:#eb4d60}.bank-card--guangda[data-v-e9e5d350]{background-color:#fbbd00}.bank-card--pufa[data-v-e9e5d350]{background-color:#4373aa}.bank-card--minsheng[data-v-e9e5d350]{background-color:#5aa572}.bank-card--pingan[data-v-e9e5d350]{background-color:#ec681b}.bank-card--xinye[data-v-e9e5d350]{background-color:#4f83bd}.bank-card--zhongxin[data-v-e9e5d350]{background-color:#ff4150}.bank-card--youzheng[data-v-e9e5d350]{background-color:#009174}.bank-card[data-v-e9e5d350]:last-of-type{margin-right:0}.bank-card__top[data-v-e9e5d350]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.bank-card__title[data-v-e9e5d350]{margin-bottom:.24rem;font-weight:700;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.bank-card__delete[data-v-e9e5d350]{cursor:pointer}.bank-card__number[data-v-e9e5d350]{font-size:.14rem;letter-spacing:.02rem}.bank-card__select[data-v-e9e5d350]{position:absolute;top:0;right:0;width:.37rem;height:.37rem;cursor:pointer}.bank-card__select.is-select[data-v-e9e5d350]{cursor:default}.bank-card__select.is-select .bank-card__select-check[data-v-e9e5d350]{fill:#fff}.bank-card__select-polygon[data-v-e9e5d350]{opacity:.2}.bank-card__select-check[data-v-e9e5d350]{position:absolute;top:.02rem;right:.04rem;width:.15rem;fill:rgba(0,0,0,.4)}.safety-card,.safety-card__title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.safety-card{border-radius:8px;border:1px solid #eaeaea;margin-bottom:.2rem;background-color:#fff;overflow:hidden;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;padding:.25rem .3rem;-webkit-box-sizing:border-box;box-sizing:border-box}.safety-card__title{width:.5rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.safety-card__icon .svg-icon{width:.24rem;height:.3rem}.safety-card-item{display:inline-block;vertical-align:top;-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0}.safety-card-item__title{font-size:.18rem;color:#000;font-weight:700;margin-bottom:.12rem}.safety-card-item__desc{color:#000;color:rgba(0,0,0,.4)}.safety-detail-content{color:#333;font-size:.14rem}.safety-detail-content__title{color:#333;font-size:.14rem;padding-bottom:.1rem;border-bottom:1px solid #ddd;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.safety-detail-content__icon{margin-right:.06rem}.safety-detail-content__title-block{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0}.safety-detail-content__sub-title{color:#999;font-size:.12rem;padding:.35rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.notice-card-list{border-radius:8px;border:1px solid #eaeaea}.user-notice{padding:.2rem;width:8rem;margin:0 auto}.user-notice__radio-group{margin-bottom:.3rem}.user-notice__radio-group .el-radio-button__inner{width:2.06rem;height:.4rem}.notice-card{border-bottom:1px solid #eaeaea;height:1.23rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.2rem .3rem;-webkit-box-sizing:border-box;box-sizing:border-box}.notice-card.is-readable{cursor:pointer}.notice-card:nth-child(even){background:#fbfbfb}.notice-card:last-child{border-bottom:0}.notice-card__main{font-size:.14rem;-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0}.notice-card__title{margin-bottom:.12rem;color:#000;font-weight:700}.notice-card__content,.notice-card__time{font-size:.12rem}.notice-card__icon{display:inline-block;width:.08rem;height:.08rem;border-radius:100%;margin-right:.1rem;background:#d20d25}.notice-card__pointer{font-size:.18rem;color:#000}.notice-card__detail{font-size:.14rem;color:#000}.notice-card.is-readed .notice-card__icon{display:inline-block;width:.08rem;height:.08rem;border-radius:100%;margin-right:.1rem;background:#e1e1e1}.notice-card.is-readed .notice-card__pointer{font-size:.18rem;color:#969696}.notice-card.is-readed .notice-card__detail{font-size:.14rem;color:#969696}.notice-card.is-readed .notice-card__time{color:#969696}.notice-card.is-readed .notice-card__time .svg-icon{fill:#969696}.notice-detail{position:relative}.notice-detail__header{text-align:center}.notice-detail__title{font-size:.18rem;font-weight:700;padding:.2rem 0 .15rem}.notice-detail__brief{color:#999;font-size:.12rem;padding-bottom:.3rem}.notice-detail__main{padding:0 .3rem;-webkit-box-sizing:border-box;box-sizing:border-box;height:6rem;max-width:7rem;overflow:auto}

.is-bold{ font-weight:bold;}

/*æ��çŽ°*/
.withdraw {
	width:9rem;
	margin:0 auto;
	border-radius:8px;
	border:1px solid #eaeaea;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
padding:.4rem .5rem
}
.withdraw__header {
padding-bottom:.3rem;
margin-bottom:.1rem;
	border-bottom:1px solid #eaeaea
}
.withdraw__header-item {
font-size:.16rem
}
.withdraw__header-item--center {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.withdraw__header-item-cell {
font-size:.16rem
}
.withdraw__header-amount {
font-size:.24rem;
	font-weight:700;
margin-top:.04rem
}
.withdraw__header-amount .svg-icon {
width:.22rem;
height:.22rem;
margin-right:.06rem
}
.withdraw__input {
	width:3rem
}
.withdraw__inline {
	display:inline-block
}
.withdraw__bank-select {
	width:3.2rem
}
.withdraw__submit {
margin-top:.5rem;
	width:3rem
}
.withdraw__bank-select .el-form-item__label {
	display:block
}
.withdraw__label-btn {
margin-left:.3rem;
	vertical-align:top;
margin-top:.1rem
}
.withdraw__name {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end
}
.withdraw__name .el-tip {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
margin-left:.3rem;
margin-bottom:.22rem
}
.withdraw__amount {
	width:3.2rem
}
.withdraw__explain {
	display:inline-block;
margin-left:.3rem;
	color:#d20d25
}
.withdraw__config, .withdraw__config:before {
	position:absolute;
	border:1px solid #000;
	background-color:#fff
}
.withdraw__config {
	border-radius:8px;
margin-left:.27rem;
	right:-2.4rem;
-webkit-box-shadow:0 .12rem .32rem 0 rgba(0, 0, 0, .12);
box-shadow:0 .12rem .32rem 0 rgba(0, 0, 0, .12);
line-height:.2rem;
top:-.3rem
}
.withdraw__config:before {
left:-.1rem;
top:.44rem;
	display:block;
width:.2rem;
height:.2rem;
	content:'';
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	z-index:1
}
.withdraw__config-inner {
	background-color:#fff;
	border-radius:8px;
padding:.16rem;
	position:relative;
	z-index:1;
	width:1.8rem;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.withdraw__config-label {
	font-weight:700
}
.withdraw__config-main {
margin-bottom:.06rem
}
.withdraw__config-main:last-of-type {
	margin-bottom:0
}
.withdraw__svg-prepend.svg-icon {
width:.22rem;
height:.22rem
}
.withdraw__payment-option {
height:.5rem;
line-height:.5rem;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.withdraw__bank-option .bank-pic, .withdraw__payment-option .payment-pic {
margin-right:.1rem
}
.withdraw__main {
	min-height:2rem
}
.bind-mobile, .withdraw__bank-option {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.withdraw__bank-option {
height:.5rem;
line-height:.5rem
}
.bind-mobile {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-flow:column;
	-ms-flex-flow:column;
	flex-flow:column;
margin:.2rem 0
}
.bind-mobile__icon {
	-webkit-box-flex:1;
	-webkit-flex:1 0 0;
	-ms-flex:1 0 0;
	flex:1 0 0;
margin-bottom:.2rem
}
.bind-mobile__icon .svg-icon {
width:.9rem;
height:.9rem
}
.bind-mobile__go-to, .bind-mobile__message {
	-webkit-box-flex:1;
	-webkit-flex:1 0 0;
	-ms-flex:1 0 0;
	flex:1 0 0;
	text-align:center
}
.bind-mobile__message {
margin-bottom:.6rem;
	color:#000;
line-height:.22rem
}
.bind-mobile__go-to {
	width:100%
}
.withdraw-progress__tip {
margin-top:.2rem;
height:.63rem;
line-height:.63rem
}
.withdraw-progress__tip-inner {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.withdraw-progress__tip-text {
	-webkit-box-flex:1;
	-webkit-flex:1 0 0;
	-ms-flex:1 0 0;
	flex:1 0 0
}
.withdraw-progress__countdown {
	display:inline-block;
	text-align:center;
	font-weight:700;
font-size:.28rem;
	color:#000;
margin-left:.1rem
}
.withdraw-progress__countdown .svg-icon {
width:.24rem;
height:.24rem
}
.withdraw-progress__steps {
	height:1.34rem;
	background:#fbfbfb;
	width:6.23rem;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
margin-bottom:.4rem;
padding-top:.3rem;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede
}
.withdraw-progress__step {
	background-color:#1e5adc;
width:.38rem;
height:.38rem;
	border-radius:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.withdraw-progress__step .svg-icon {
width:.22rem;
height:.22rem
}
.withdraw-progress__order {
padding-bottom:.3rem;
margin-bottom:.3rem
}
.withdraw-progress__all-order {
	cursor:pointer;
padding:.2rem;
	border:1px solid #eaeaea;
	border-radius:8px;
	position:relative;
margin-bottom:.2rem
}
.withdraw-progress__all-more {
	position:absolute;
	top:50%;
	right:2%;
	color:#1e5adc;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
.withdraw-progress__all-more span {
width:.14rem;
	display:inline-block;
	-webkit-writing-mode:vertical-lr;
	-ms-writing-mode:tb-lr;
	writing-mode:vertical-lr
}
.withdraw-progress__all-icon {
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
	vertical-align:top;
margin-top:.22rem;
margin-left:.05rem
}
.withdraw-progress__all-order-cell {
line-height:.3rem
}
.withdraw-progress__all-order-cell span {
margin-right:.5rem
}
.withdraw-progress__order-info span {
	color:#d20d25
}
.withdraw-progress__order-list {
padding-top:.2rem;
padding-bottom:.1rem;
	display:-webkit-box;
	overflow-y:hidden;
	overflow-x:scroll;
	-webkit-overflow-scrolling:touch
}
.withdraw-progress__order-list::-webkit-scrollbar {
height:.08rem
}
.withdraw-progress__order-list::-webkit-scrollbar-track {
background-color:#fbfbfb;
border-radius:4px
}
.withdraw-progress__order-list::-webkit-scrollbar-thumb {
background-color:#eaeaea;
border-radius:4px
}
.withdraw-progress__order-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:wrap;
	-ms-flex-flow:wrap;
	flex-flow:wrap;
	border:1px solid #eaeaea;
	border-left:8px solid #eaeaea;
	border-radius:8px;
padding:.1rem;
margin-right:.2rem
}
.withdraw-progress__order-cell {
	-webkit-box-flex:50%;
	-webkit-flex:50% 0 0;
	-ms-flex:50% 0 0;
	flex:50% 0 0;
line-height:.3rem
}
.withdraw-progress__customer {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-flow:column;
	-ms-flex-flow:column;
	flex-flow:column;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
font-size:.16rem;
margin-bottom:.2rem
}
.withdraw-progress__customer .svg-icon, .withdraw-progress__customer-btn .svg-icon {
width:.17rem;
height:.16rem
}
.withdraw-progress__customer-btn {
font-size:.14rem;
	color:#1e5adc;
margin-top:.08rem
}
.recharge, .withdraw-trade {
	width:8rem;
	margin:0 auto
}
.recharge {
	width:6.25rem;
	border-radius:8px;
	border:1px solid #eaeaea;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
padding:.4rem .5rem
}
.recharge .el-form-item {
margin-bottom:.15rem
}
.recharge .el-form--label-top .el-form-item__label {
	padding:0
}
.recharge .el-input .el-input__prefix .svg-icon {
	fill:rgba(0, 0, 0, .3)
}
.recharge__tabs {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	border-bottom:1px solid #dedede;
	position:relative
}
.recharge__tabs-item {
	cursor:pointer;
font-size:.14rem;
height:.3rem;
line-height:.2rem;
	text-align:center;
	color:#999;
margin:0 .5rem;
	font-weight:700
}
.recharge__tabs-item.active {
	color:#1e5adc;
	border-bottom:1px solid #1e5adc
}
.recharge__tabs-line {
width:.01rem;
height:.23rem;
	background:#dedede
}
.recharge__center-amount {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
margin-top:.3rem
}
.recharge__amount .el-input__inner {
	-webkit-box-shadow:none;
	box-shadow:none
}
.recharge__amount .el-input__inner:focus, .recharge__amount .el-input__inner:hover {
	border:0
}
.recharge__card_no {
	display:block
}
.recharge__tip, .recharge__tip-faq {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.recharge__tip {
margin-top:.26rem;
	border-top:1px solid #dedede;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:#909399;
padding-top:.15rem
}
.recharge__tip-faq {
	cursor:pointer
}
.recharge__tip .svg-icon {
margin-right:.1rem
}
.recharge__fee {
	position:relative;
top:-.1rem;
	font-weight:700;
margin-bottom:.1rem
}
.recharge__fee.fee-top {
top:.1rem
}
.recharge__fee-block {
	width:2rem;
	display:inline-block
}
.recharge__quick, .recharge__quick-group {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.recharge__quick {
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.recharge__quick:after, .recharge__quick:before {
	display:none
}
.recharge__quick-group {
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:4.4rem;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.recharge__quick-button {
width:.9rem;
	min-width:auto;
	text-align:center;
	padding:0;
height:.38rem;
	border-radius:4px;
margin-bottom:.1rem
}
.recharge__quick-button:nth-child(n+4) {
margin-bottom:0
}
.recharge__next-btn {
	width:100%;
margin-top:.3rem
}
.recharge__to-amount {
	display:inline-block;
padding:.1rem .15rem;
	background:#1e5adc;
	border:2px solid #0c3da5;
	border-radius:4px;
	color:#fff;
font-size:.14rem;
margin-top:.2rem;
	font-weight:700
}
.recharge__payment-option {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.recharge__merchantAppId-limit {
	position:absolute;
top:.05rem;
right:.2rem
}
.finance-modal__bank-option, .finance-modal__payment-option {
height:.5rem;
line-height:.5rem;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.finance-modal__bank-option .bank-pic, .finance-modal__payment-option .payment-pic {
margin-right:.1rem
}
.recharge-status__header {
	text-align:center;
margin-bottom:.2rem;
font-size:.28rem;
	font-weight:700
}
.recharge-status__tip {
	text-align:center
}
.recharge-status__brief {
	color:#999;
	text-align:center;
	line-height:1.5;
margin-bottom:.3rem
}
.recharge-status__prepend {
width:.3rem;
	text-align:center
}
.recharge-status__detail {
	text-align:center;
padding:.2rem
}
.recharge-status__footer {
padding-top:.2rem;
	line-height:1.5;
	color:#999
}
.recharge-status__warning {
margin-top:.1rem
}
.recharge-status__notice {
	color:#999;
	font-weight:700
}
.recharge-status__qrcode {
	text-align:center
}
.recharge-status__qrcode-inner {
	display:inline-block;
padding:.14rem;
margin-bottom:.22rem;
-webkit-box-shadow:0 .13rem .18rem 0 rgba(0, 0, 0, .05);
box-shadow:0 .13rem .18rem 0 rgba(0, 0, 0, .05);
	border-radius:6px
}
.recharge-status__qrcode-img {
	width:1.43rem;
	height:1.43rem
}
.recharge-status__qrcode-name {
	font-weight:700
}
/*# sourceMappingURL=5.4116265502b1a828edac.styles.css.map*/
th .cell{
  text-align: center;
}
td .cell{
  text-align: center;
}

.table tbody tr td{
    vertical-align: middle;
}