/* global */
.btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.w-35 {
  width: 35% !important;
}
.w-45 {
  width: 45% !important;
}
.f1 {
    font-size: 1rem !important;
}
.alert-avatar .avatar {
    top: .9rem;
}
.alert-avatar-right {
    padding-right: 3.75rem;
}
.alert-avatar-right .avatar {
    position: absolute;
    top: .9rem;
    right: .75rem;
}
.alert-icon {
    padding: .55rem 2.5rem;
    padding-right: .8rem;
}
.alert-icon > i {
    top: .9rem;
    left: .75rem;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.fa-spinner {
    animation: rotate .5s linear infinite both;
}
.o-auto {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.news .card-title {
    font-size: 1rem;
}
.input-group-text {
    background-color: #fff;
}
.input-group-text img {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
}
.col-login .card-title .text-muted {
    font-size: initial;
}
.col-login .alert-success {
    margin: -2rem;
}
@-webkit-keyframes col-login-avatar {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    20% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(1, 1, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
.col-login .avatar {
    margin: 0 0 0 -2.7rem;
    width: 2.5rem;
    height: 2.5rem;
    animation: col-login-avatar 2s linear infinite both;
}
.col-login .quick {
    position: absolute;
    right: -2rem;
    top: -2rem;
    color: #467fcf;
    opacity: .5;
    padding: 1rem;
    display: none;
}
.quick-operation .list-group-item {
    border-left: none;
    border-right: none;
    padding: .5rem .75rem;
    /*padding-right: .75rem;*/
}
.btn-proof {
    position: relative;
}
.btn-proof input[type="file"] {
    position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;
    opacity: 0;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: '浏览';
}
.dropdown-menu {
    z-index: 2200;
}


/* form */
.input-group-prepend .form-control {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.selectgroup-button-sm {
    font-size: .7rem;
    padding: .09rem .8rem;
}


/* card */
.card {
	background-color: #21176b;
    margin-bottom: .75rem;
	border: 1px solid #584acd;
}
.card-header {
	background-color: #17104c;
    padding: .5rem .75rem;
    min-height: 2.8rem;
}
.market-card .card-header{
	background: none;
	padding: .5rem 0;
}
.card-table tr td:first-child, .card-table tr th:first-child {
    padding-left: .75rem;
    word-break: break-word;
}
.card-table tr td:last-child, .card-table tr th:last-child {
    padding-right: .75rem;
}
.card-footer, .card-bottom {
    padding: .5rem .75rem;
}
.card-fullscreen {
    border: none;
    z-index: 1234;
}
.card-aside-column {
    padding: 1rem;
	height: 140px;
    width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
.card-aside-column a {
    display: block;
    width: 100%; height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.card-aside .card-body {
    padding: 1rem;
    padding-left: 0rem;
}

.table th, .text-wrap table th, .table td, .text-wrap table td {
    padding: .5rem;
}


/* nav */
.nav-option {
    width: 100%;
}
.nav-option.active {
    color: #fefefe !important;
    background-color: #467fcf !important;
}



/* ichart */
.ichart {
    height: 15rem;
    overflow: hidden;
}
.ichart-title {
    position: absolute;left: 1rem;top: .7rem;
}
.ichart-options {
    position: absolute;right: 1rem;top: .7rem;
    text-align: right;
}
.ichart-body {
    height: 90%;
    margin-top: 2.2rem;
}



/* toast */
.toast {
    position: fixed; z-index: 2456;
    left: 0;top: 0;right: 0;bottom: 0;
    text-align: center;
}
.toast-mask {
    position: fixed; z-index: 2456;
    left: 0;top: 0;right: 0;bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.toast-body {
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #171145;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}
.toast-icon {
	margin: 0 20px;
	background-color: #100a44;
	padding: 20px;
	border: 5px solid #191256;
	border-radius: 100px;
    padding: 1rem;
    min-height: 40px;
    line-height: 1.3;
}
.toast-icon i {
    font-size: 5rem;
	background: linear-gradient(to right, #0972cd, #22caba);
	-webkit-background-clip: text;
	color: transparent;
}
.toast-message {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 1.1rem;
	padding: 10px 0;
}




/* media */
@media (min-width: 120px) {
    .d-xs-none {
        display: none;
    }
    .d-xs-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .mb-xs-3 {
        margin-bottom: 0.75rem !important;
    }
}
@media (min-width: 640px) {
    .dropdown-menu-msg .dropdown-item  {
        padding: 0.25rem 1rem;
    }
    .col-login .input-group {
        margin-bottom: 1rem;
    }
}
@media (max-width: 640px) {
    .col-login {
        max-width: 90%;
    }
    .col-login .mb-6 {
        margin-bottom: 1rem !important;
    }
    .col-login .card-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .col-login .form-group, .col-login .input-group {
        margin-bottom: .5rem;
    }
    .col-login .form-control, .col-login .btn {
        padding: 0.275rem 0.75rem;
        font-size: .8rem;
    }
    .col-login .text-muted {
        font-size: .8rem !important;
    }
    .col-login .captcha {
        width: 4rem;
    }
    .col-login .form-footer {
        margin-top: 1rem;
    }
    .toast-body {
        width: 70%;
    }
    .toast-message {
        font-size: .8rem;
    }
    .toast-icon i {
        font-size: 4rem;
    }
}
@media (min-width: 768px) {
    .col-login {
        max-width: 24rem;
    }

}
@media (max-width: 768px) {
    .col-3:nth-of-type(1) {
        padding-right: .375rem;
    }
    .col-3:nth-of-type(2) {
        padding-left: .375rem;
        padding-right: .375rem;
    }
    .col-3:nth-of-type(3) {
        padding-left: .375rem;
        padding-right: .375rem;
    }
    .col-3:nth-of-type(4) {
        padding-left: .375rem;
    }

    .col-4:nth-of-type(1) {
        padding-right: .375rem;
    }
    .col-4:nth-of-type(2) {
        padding-left: .375rem;
        padding-right: .375rem;
    }
    .col-4:nth-of-type(3) {
        padding-left: .375rem;
    }

    .col-6:nth-of-type(odd) {
        padding-right: .375rem;
    }
    .col-6:nth-of-type(even) {
        padding-left: .375rem;
    }
    .col-xs-6:nth-of-type(odd) {
        padding-right: .375rem;
    }
    .col-xs-6:nth-of-type(even) {
        padding-left: .375rem;
    }
}
@media (min-width: 992px) {
    .col-login {
        max-width: 24rem;
    }
}
@media (max-width: 991px) {
    .header.collapse {
        display: block !important;
        position: fixed; z-index: 1030;
        left: 0; right: 0; bottom: 0;
        border-bottom: none;
        border-top: 1px solid rgba(0, 40, 100, 0.12);
    }
    .header.collapse .nav-tabs.flex-column {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        justify-content: space-around;
    }
    .header.collapse .nav-tabs.flex-column .nav-link {
        display: block; text-align: center;
        padding: .5rem 0;
    }
    .header.collapse .nav-tabs.flex-column .nav-link span {
        display: block;
    }
    .container-padding {
        padding-bottom: 50px;
    }
}
@media (min-width: 1280px) {
    .col-login {
        max-width: 24rem;
    }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){
    .header.collapse .nav-tabs.flex-column {
        /*padding-bottom: 24px;*/
    }
    .container-padding {
        /*padding-bottom: 73px;*/
    }
}



/* oauth */
.oauth {
    position: absolute;left: 0px;top: 0px;
    width: 100%;height: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 5;
    text-align: center;
}
.oauth .btn-login {
    width: 76%;
    position: absolute;left: 50%;bottom: 2rem;
    margin: 0 0 0 -38%;
}
.oauth button.close {
    padding: 1rem;
}
.oauth .alert {
    text-align: left;
    margin-top: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
}


/* new */
.nav-footer-tabs{
	background: #080234;
}
.card-uc{
	margin-bottom: .75rem;
	border-radius:0 16px 0 16px;
	padding-left: 30px!important;
	color: #ffffff;
	background-image: linear-gradient(to right, #0971cd , #41b9fe);
}
.card-uc .bg-circle{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 40px;
	background-color: #fff;
	color:#0971cd;
}
.card-uc .bg-circle .iconfont{
	font-size:24px
}
.card-uc small{
	font-size:12px
}
.card-uc .text-x{
	font-size:12px
}

.flex-box{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/* 侧轴居中 */
.flex-ac {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
/*充满父元素*/
.flex_bd{
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	min-width: 0;
}

/* 显示两行文字 */
.line-2{ 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;   
}
.line-3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;   
}

/* 文字省略号 */
.ellipsis{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.bs-card{
	background-color: #1e165c;
	border: 1px solid #3b2f99;
	margin-bottom: 20px;
}
.bs-card .bs-card-item{
	color: #ffffff;
	padding:10px 15px;
	font-size:14px;
	border-bottom: 1px solid #3b2f99;
}
.bs-card .bs-card-item:last-child{
	border-bottom: 0;
}
.bs-card-item .list-ico{
	font-size:0;
	margin-right: 10px;
}
.list-ico img{
	width: 38px;
	height: 38px;
}
.bs-card-item .value{
	font-size:16px;
	color: #cba717;
}
.bs-card-item .value a{
	font-size:16px;
	color: #cba717;
}
.bs-card-item .btn{
    padding: 0.3rem 0.75rem;
}

.uc-top-main{
	text-align: center;
	margin-bottom: 20px;
}
.uc-info{
	margin-bottom: 20px;
	text-align: center;
	font-size:12px
}
.uc-info img{
	width:56px;
	height: 56px;
	border-radius: 65px;
}
.uc-info .uc-nc{
	font-size:18px;
	padding-top: 10px;
}


.uc-top-card{
	border-radius: 20px 20px 0 0;
	border:1px solid #2c65b4;
	background-color: rgba(28,20,88,.67);
}
.radius-card{
	border-radius: 20px 20px 0 0;
	min-height: 400px;
	border:1px solid #2c65b4;
	background-color: rgba(28,20,88,.67);
}
.uc-data{
	position: relative;
	padding: 10px 0;
	border-top:1px solid #2c65b4;
}
.uc-data:after{
	content:'';
	width: 1px;
	height: 40px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-top: -20px;
	background-color: #ffffff;
	opacity: .5;
}
.uc-data .val{
	font-weight: bold;
	color: #cba717;
	font-size: 18px;
}
.uc-data .text{
	color: #ffffff;
	font-size: 12px;
}
.uc-link{
	padding: 0 10px;
}
.uc-link .flex_bd{
	padding:0 10px;
}
.uc-inner{
	padding:20px 0;
}
.uc-pr{
	margin-bottom: 15px;
}
.text-light-blue{
	color: #00deff!important;
}
.uc-pr .text-light-blue{
	font-size: 18px;
	font-weight: bold;
}
.uc-link .btn{
	width:100%;
	border-radius: 40px;
}

.bs-strip .bs-card-item:nth-child(odd){
	background-color: #251d68;
}
.bs-card-item .iconfont{
	font-size: 20px;
}
.bs-card-item .icon-zichan{
	color: #e8c003;
}
.bs-card-item .icon-gerenziliao{
	color: #2899ed;
}
.bs-card-item .icon-xiugaimima{
	color: #35df8d;
}
.bs-card-item .icon-lianxiwomen{
	color: #e8c003;
}
.bs-card-item .icon-jinru{
	color: #c323c9;
}
.bs-card-item .icon-newspaper{
	color: #ff0013;
}

.bs-card-item .icon-guaguaqia{
	color: #ff7100;
}

/* 个人资料 */
.dimmer-body {
	font-size:14px
}
.dimmer-body .dimmer-title{
	padding:15px;
	font-size:14px;
	margin-bottom: 0;
	border-bottom: 1px solid #352c7c;
}
label{
	margin: 0;
}
.dimmer-body .form-group{
	padding:10px 15px;
	align-items: center;
	border-bottom: 1px solid #352c7c;
	margin-bottom: 0;
}
.dimmer-body .form-group .form-left{
	white-space: nowrap;
}
.dimmer-body input.form-control{
	border: 0;
	padding: 0;
	height: 24px!important;
	text-align: right;
	color:#fff;
	font-size:14px;
}
.dimmer-body select.form-control,
.dimmer-body select.form-control:focus,
.dimmer-body select.form-control:active{
	border: 0;
	padding: 0;
	height: 24px!important;
	text-align: right;
	color:#fff;
	font-size:14px;
	background:#1e165c;
}

.dimmer-body input.form-control{
	background:transparent;
}
.upload-footer{
	padding: 20px 10%;
	text-align:center;
}
.upload-footer .btn{
	width: 100%;
	border-radius: 30px;
	height: 45px;
	font-size: 16px;
}

.media-cell{
  margin-bottom: 20px;
  text-align: center;
}
.list-inline-item .icon-yinhangqia{
  background-color: #03ce8e;
}
.list-inline-item .icon-dianhua{
  background-color: #e6a129;
}
.page{
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../image/new/pc-top-bg.png);
}
@media (max-width:750px) {
	.page{
	  background-image: url(../image/new/topbg.png);
	  background-size: contain;
	}
	.jk-page{
		position: relative;
		background-image: url(../image/new/jk-topbg.png);
	}
	.jk-page .container-padding{
		padding-top: 100px;
	}
	.jk-page:before{
		background-image: url(../image/new/loading.gif);
		width: 150px;
		height: 150px;
		position: absolute;
		top: 30px;
		right: 15px;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
	}
}
.table-top{
	padding:15px;
	border-bottom: 1px solid #352c7c;
}
.text-hj{
	color: #ffffff;
	line-height: 1;
}
.text-hj span{
	font-size:16px;
}
.ts-card tbody tr:nth-child(even){
    background-color: rgba(0,0,0,.1);
}
.ts-card thead tr{
	background-color: #17104c;
}

.selectgroup-bar{
	display: flex;
	align-items: center;
	justify-content: center;
}
.selectgroup-bar-pills{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border:1px solid #5447c6;
	height: 38px;
	border-radius:50px;
	min-width: 200px;
}
.selectgroup-bar .selectgroup-item{
	display: block;
}
.selectgroup-bar .selectgroup-item:first-child .selectgroup-button{
	border-radius: 40px 0 0 40px;
}
.selectgroup-bar .selectgroup-item:last-child .selectgroup-button{
	border-radius:0 40px 40px 0;
}
.selectgroup-bar .selectgroup-input:checked + .selectgroup-button {
    border:0;
    color: #ffffff;
	background-image: linear-gradient(to right, #0870cc , #41b9fd);
}
.selectgroup-bar .selectgroup-button.active {
    border:0;
    color: #ffffff;
	background-image: linear-gradient(to right, #0870cc , #41b9fd);
}

.input-group{
	align-items: center;
}
.input-group .captcha-touch{
	padding:0;
	margin-left: 10px;
	border:0;
}
.captcha-touch .captcha{
	width: 75px;
	height: 31px;
}
.input-group .btn-send{
	margin-left: 10px;
	line-height: 1;
	padding: 6px 8px;
}
.dimmer-body .media{
	align-items: center;
}
.kefu-card{
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	background-image: url(../image/new/kefu-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.news-list-card .d-flex{
	padding:15px 20px;
	border-bottom: 1px solid #352c7c;
}
.news-list-card .n-ico{
	font-size: 0;
}
.news-list-card .n-ico img{
	width: 40px;
	height: 40px;
	border-radius: 16px;
}
.news-list-card .card-title{
	color: #fff;
	margin: 0;
	margin-bottom: 5px;
}
.news-list-card .date{
	color: #9994c2;
	font-size: 14px;
}
.news-radius-header{
	padding: 15px 20px;
	line-height: 1.2;
	border-bottom: 1px solid #352c7c;
}
.news-radius-header .card-title{
	margin-bottom: 10px;
}
.news-radius-header .card-time{
	color: #9994c2;
	font-size: 13px;
}
.news-radius-body{
	font-size: 14px;
	line-height: 1.8;
	padding: 15px;
}
.form-card{
	border-radius: 20px;
	background-color: rgba(17, 10, 72, 0.72);
	border:1px solid #34a2ea;
	margin-bottom: 20px;
}

.form-card .selectgroup-bar{
	margin-bottom: 20px;
}
.form-row{
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #352c7c;
}
.form-row .form-control{
	background-color: transparent;
	border: 0;
}
.ic .iconfont{
	color: #63d8ca;
}

/* 刮刮 */
.sc-section{
	margin-bottom: 20px;
}
.sc-panel{
	border:1px solid #5447c5;
	background-color: #1e165c;
}
.sc-panel_bd{
	padding:15px;
	font-size:14px;
}
.mid-header{
	margin-bottom: 15px;
	text-align: center;
}
.mid-title{
	background:url(../image/new/tt.png) center no-repeat;
	background-size: 210px 6px;
	color: #068bf1;
	font-size:16px;
	font-weight: bold;
}
.sc-header{
	margin-bottom: 15px;
}
.sc-header .card-title{
	font-size:16px;
	font-weight: bold;
}
.namelist li{
	padding:10px 15px!important;
	border-bottom: 1px solid #5447c5;
}
.namelist li:nth-child(odd){
	background:#21176b;
}
.namelist li .text-muted{
	color:#f79218!important;
}
.nm-thead{
	background:#17104c;
	padding:10px 15px;
  border:1px solid #5447c5;
  border-bottom: 0;
  color: #6c6799;
	display:flex;
	align-items: center;
  justify-content: space-between;
}
.card-table tbody tr:nth-child(odd){
  background-color: #21176b;
}
.card-table thead tr{
  border-bottom: 1px solid #5447c5;
  color: #6c6799;
}

.hz-row{
	font-size:0
}
.hz-row .hz-box{
	margin-bottom:15px;
}
.hz-box img{
	border-radius:6px;
}

/* index */
.btn-index-list{
	position: relative;
	margin-bottom: 15px;
}
.index-section{
	margin-bottom: 20px;
}
.tab-pill{
	width: 50%;
	background-color: transparent;
	color: #8d8b96;
}
.tab-pill:first-child{
	border-radius: 40px 0 0 40px;
}
.tab-pill:last-child{
	border-radius:0 40px 40px 0;
}
.selectgroup-bar-pills .btn-primary,
.selectgroup-bar-pills .btn-primary:active,
.selectgroup-bar-pills .btn-primary:focus,
.selectgroup-bar-pills .btn-primary:hover{
    border:0;
    color: #ffffff;
	background-image: linear-gradient(to right, #0870cc , #41b9fd);
}
.btn-index-list .selectgroup-bar-pills{
	height: 32px;
}
.btn-index-list .selectgroup-bar-pills .tab-pill{
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
}
.selectgroup-bar-pills .tab-pill:hover,
.selectgroup-bar-pills .tab-pill:focus,
.selectgroup-bar-pills .tab-pill:active,
.selectgroup-bar-pills .tab-pill:focus:active{
    border:0!important;
    color: #ffffff;
	background-image: linear-gradient(to right, #0870cc , #41b9fd);
}
.btn-index-list .item-btn{
	font-size:14px;
    border: 1px solid #5447c6;
	color:#fff;
	position: absolute;
	right: -15px;
	height: 32px;
	top:0;
	display: inline-flex;
	align-items: center;
	padding: 0 12px;
	border-radius: 20px 0 0 20px;
}
.shop-card{
	display: flex;
	align-items: center;
	background:url(../image/new/shop-panel.png) center no-repeat;
	background-size: 100% 100%;
	margin-bottom: 15px;
	padding-top: 15px;
}
.shop-card .card-title{
	margin-bottom: 6px;
	color: #cea63b;
}
.shop-card .card-item{
	font-size:12px;
}
.shop-card .card-item span{
	opacity: .55;
}
.shop-card .c-foot{
	padding-top: 5px;
}
.menu-panel{
	background-image:url(../image/new/menu-panel.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding-top: 40px;
	padding-bottom:16px;
	padding-left: 15px;
	padding-right: 15px;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.menu-panel .row{
	padding: 0;
}
.menu-panel .menu-link {
	display: block;
	text-align: center;
	color:#fff;
}
.menu-link img{
	width:34px;
	height:34px;
}
.menu-link .text{
	font-size:12px;
	margin-top: 6px;
}
.banner-flex{
	display:flex;
}
.ban-circle img{
	width:150px;
	height:150px;
}
.carousel-banner .carousel-item{
	max-height: 300px;
}
.banner-flex .flex_bd{
	padding:30px 20px;
}
.banner-flex .ban-title{
	font-weight: bold;
	font-size: 16px;
}
.banner-flex .ban-desc{
	color: #ccd4fd;
	line-height: 1.5;
	font-size:13px
}


@media(min-width:1200px){
	.container{
		padding: 0;
	}
	.menu-panel{
		background-image:url(../image/new/menu-panel-lg.png);
	}
}
.market-card .btn-secondary,
.market-card .btn-secondary:hover,
.market-card .btn-secondary:focus{
  color: #fff;
  background-color: #03ce8e;
  border-color: #03ce8e;
}
.market-card .table{
	border: 1px solid #5447c5;
}


.market-card .table thead tr{
  background-color: #17104c;
}
.market-card .table tbody tr:nth-child(even){
  background-color: #17104c;
}
.market-echart{
	position: relative;
	background-image:url(../image/new/echart-fk.png);
	margin-right: -0.75rem;
	margin-left: -0.75rem;
	margin-top: 32px;
	padding: 12px;
	margin-bottom: 15px;
}
.market-echart::before{
	height: 32px;
	content: '';
	position:absolute;
	left: 0;
	top: -32px;
	right: 0;
	background-image:url(../image/new/e-top.png);
	background-repeat:no-repeat;
	background-size: auto 32px;
}
.market-echart::after{
	height: 1px;
	content: '';
	position:absolute;
	background-color: #194995;
	left: 0;
	bottom: 0;
	right: 0;
}
.card-solid{
	border: 1px solid #584acd;
}
.card-solid .form-control{
	background-color: #17104c;
	border: 1px solid #584acd;
}
.card-solid .input-group-text{
	background-color: #17104c;
	border: 1px solid #584acd;
	color: #ffffff;
}
/* 团队 */
.card-uc_bds{
	padding: 16px 0;
}
.card-uc_bds .h2{
	margin-bottom: 5px;
}
.card-uc_bds .h2 .sm{
	font-size: 14px;
}
.pool-card{
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #2b207b;
	box-shadow:inset 0 0 0 1px #484ec9;
	padding: 15px 0;
}
.pool-card .small{
	opacity: .5;
}
.pool-card strong{
	font-size:18px;
}

.pool-card .line:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #076fcc, #21176b);
  animation: animate1 3s linear infinite;
  -webkit-animation: animate1 3s linear infinite;
}
.pool-card .line:nth-child(2) {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #076fcc, #21176b);
  animation: animate2 3s linear infinite;
  -webkit-animation: animate2 3s linear infinite;
  /* add delay to have continuity on effect*/
  animation-delay: 1s;
}
.pool-card .line:nth-child(3) {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #076fcc, #21176b);
  animation: animate3 3s linear infinite;
  -webkit-animation: animate3 3s linear infinite;
}
.pool-card .line:nth-child(4) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #076fcc, #21176b);
  animation: animate4 3s linear infinite;
  -webkit-animation: animate4 3s linear infinite;
  /* add delay to have continuity on effect*/
  animation-delay: 1s;
}



.pool-complexity .line:nth-child(1) {
  background: linear-gradient(to right, #4b23c4, #1e1562);
}
.pool-complexity .line:nth-child(2) {
  background: linear-gradient(to bottom, #4b23c4, #1e1562);
}
.pool-complexity .line:nth-child(3) {
  background: linear-gradient(to left, #4b23c4, #1e1562);
}
.pool-complexity .line:nth-child(4) {
  background: linear-gradient(to top, #4b23c4, #1e1562);
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
}


@keyframes animate2 {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
}


@keyframes animate3 {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}


@keyframes animate4 {
  0% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
}

.pool{
    margin-bottom: 0.75rem;
}
.pool-cell{
    margin-bottom: 0.75rem;
}

.pool-card.text-center{
	justify-content: center;
	align-items: center;
}
.pool-card .timer{
	width: 30px;
	height: 30px;
}
.pool-card .pool-card-col{
	padding:0 10px;
}
.progress{
	background-color: #181058;
	border-radius: 40px;
	height: 6px;
}
.pool .progress{
	height: 10px;
}
.pool .progress-bar{
	background-image: linear-gradient(to right, #0972cd , #23ceb9);
}
.pool-card .lg{
	font-size: 22px;
}
.profit-foot{
	padding:10px 15%
}
.profit-foot .btn-profit{
	border-radius:40px;
	width: 100%;
}
.card-table thead tr{
    background-color: #17104c;
}

.tm-tbody .btn-secondary{
	background-color: transparent;
	border: 1px solid #5244c1;
	color: #ffffff;
}

.input-group > .form-control{
	border-color: #584acd;
	border-right: 0;
	color: #ffffff;
	background-color: transparent;
}
.input-group-prepend .form-control{
	background-color: #1e165c;
	border:1px solid #584acd;
	color: #ffffff;
	border-right: 0;
    border-radius: 43px 0 0 43px;
}
.input-group-append > .btn{
	border-color: #584acd;
	color: #ffffff;
	min-height: 38px;
    border-radius:0 43px 43px 0;
	border-left: 0;
	background-color: transparent;
}
.team-panel{
	padding:0
}
.t-footer{
	padding:10px 0;
	border-top: 1px solid #154795;
}
.t-footer div{
	font-size:12px;
	text-align:center;
}
.team-panel .t-title{
	font-size:14px;
	position: absolute;
	left: 10px;
	top: -30px;
	line-height: 40px;
}
.team-panel .form-control{
	border-color: #0c4c83;
	background-color: #171145;
}
.team-panel .input-group-append > .btn{
	border-color: #0c4c83;
	background-image: linear-gradient(to right, #0972cd , #23ceb9);
	border-radius: 0 4px 4px 0;
}
.qrcode-img{
	text-align:center;
	margin-bottom: 20px;
}
.qrcode-img img{
	margin: 0 auto;
	width:200px;
	height: 200px;
	border: 5px solid #507cc2;
}
.team-wrapper{
	position: relative;
	padding-top: 100px;
}
.team-top{
	position: absolute;
	right: -20px;
	top: -20px;
}
.team-top img{
	width:150px;
	height:150px
}
.team-panel .card-body{
    background-image: url(../image/new/fk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.tag-default{
	background-color: #2f247d;
	color: #ffffff;
}
.bg-green {
  background-color: #03ce8e !important;
}
.k-foot{
	padding:15px 10% 8px 10%;
}
.k-foot .btn{
	height: 40px;
	border-radius: 50px;
}
.v-lg{
	font-size:16px;
	font-weight: bold;
}
.table-striped tbody tr:nth-child(even){
	background-color: #1e165c;
}

.dr-row{
	padding:8px 8px 8px 15px;
	border-bottom: 1px solid #352c7c;
}
.dr-row .form-label{
	margin: 0;
	line-height: 32px;
	width:68px;
}
.dr-row .form-control{
	background:transparent;
	border: 0;height: 32px!important;
	color: #ffffff;
	text-align: right;
	padding: 0;
}
.dr-row select.form-control{
	background-color: #1e165c;
}
.dr-row .input-group-text{
	background-color: transparent;
	color: #ffffff;
	opacity: .4;
}

.radius-card.card-form{
	min-height: auto;
	margin-bottom: 20px;
}
.cash-btn-foot{
	text-align: center;
	padding:15px 30px;
}
.cash-btn-foot .btn{
	border-radius: 30px;
	width: 100%;
	max-width: 500px;
}
.dr-less-val{
	margin-top: -5px;
	padding: 0 10px;
	font-size: 12px;
	text-align: right;
	color: #6c6799;
}
.form-deep-control,
.form-deep-control:focus,
.form-deep-control:hover,
.form-deep-control:active{
	background-color: #100a44;
	border-color: #0b548b;
	color: #ffffff;
	border-radius: 6px;
}
.dr-input-row{
	padding: 15px;
}

.card-tabs{
	padding:20px 20px 10px 20px;
}

.custom-file-input{
	height: 32px;
	text-align: right;
	color: #ffffff;
}
.custom-file-label{
	background-color: transparent;
	border: 0;
	text-align: right;
	color: #ffffff;
	padding-right: 36px;
	font-size: 14px;
	height: 32px;
}
.align-center{
	align-items: center;
}
.custom-file-label::after{
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	background-color: transparent;
	border: 0;
	content: "\e61f"!important;
}
.dr-row .iconfont{
	line-height: 1;
	margin-left: 5px;
	height: 16px;
}
.adr-cells{
	padding:10px 15px;
}
.dr-wx{
	text-align:center;
	margin-bottom: 10px;
}
.dr-wx img{
	margin: 0 auto;
	width:200px;
	height: 200px;
	border: 5px solid #507cc2;
}

.adr-cells .input-group-append > .input-group-text{
	border-color: #0b548b;
	color: #ffffff;
	height: 32px;
	width: 32px;
	text-align: center;
	justify-content: center;
	padding: 0;
	background-image: linear-gradient(to right, #0972cd , #23ceb9);
	border-radius: 0 4px 4px 0;
}

.adr-cells .input-group > .form-control{
	border-color: #0b548b;
	background-color: #100a44;
	color: #ffffff;
	height: 32px;
}
.adr-cells .form-label{
	text-align:center;
}

.radio-check{
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 18px;
	margin-right: 20px;
	background-image: url(../image/new/radio.png);
	background-size: 12px 12px;
}
.radio-check.active{
	background-image: url(../image/new/radioed.png);
}
/* 理财 */
.tra-card{
	background-image: url(../image/new/tra-panel.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 25px 15px 15px 15px;
	margin-bottom: 20px;
	align-items: center;
}
.tra-left{
	text-align:center;
	margin-right: 15px;
}
.tra-left .t-label{
	color: #cea63b;
	font-size:14px;
}
.tra-left img{
	width:28px;
	height: 28px;
}
.t-price-item{
	font-size:13px;
	margin-top: 5px;
}
.t-price-item .t{
	opacity: .5;
}
.tra-card .btn{
	padding: 0;
	height: 28px;
	width: 60px;
}

.cd-foot{
	padding:20px 30px;
}
.cd-foot .btn{
	font-size:16px;
	border-radius:40px;
	height: 44px;
}
.cd-panel{
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 0 1px #393aa0 inset;
	border-radius: 4px 4px 0 0;
	font-size:14px;
	background-image: linear-gradient(to right top, rgba(34,23,112,.43) , rgba(0,0,0,.43));
}
.cd-data-flex{
	text-align:center;
}


.cd-panel .line:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #3486cd, #393aa0);
  animation: animate1 3s linear infinite;
  -webkit-animation: animate1 3s linear infinite;
}
.cd-panel .line:nth-child(2) {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #3486cd, #393aa0);
  animation: animate2 3s linear infinite;
  -webkit-animation: animate2 3s linear infinite;
  /* add delay to have continuity on effect*/
  animation-delay: 1s;
}
.cd-panel .line:nth-child(3) {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #3486cd, #393aa0);
  animation: animate3 3s linear infinite;
  -webkit-animation: animate3 3s linear infinite;
}
.cd-panel .line:nth-child(4) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top,#3486cd, #393aa0);
  animation: animate4 3s linear infinite;
  -webkit-animation: animate4 3s linear infinite;
  /* add delay to have continuity on effect*/
  animation-delay: 1s;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
}


@keyframes animate2 {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
}


@keyframes animate3 {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}


@keyframes animate4 {
  0% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
}
.cd-preview{
	padding:10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #393aa0;
}
.cd-panel .c-label{
	opacity: .6;
}
.cd-preview:first-child{
	border-top: 0;
}
.cd-form{
	display: flex;
	padding: 16px;
	border-bottom: 1px solid #393aa0;
}
.cd-form .form-control{
	height:32px;
	font-size:14px;
}
.cd-form .dw-text{
	margin-left:10px;
	line-height:32px;
}
.cd-tip{
	text-align: right;
	font-size: 12px;
	margin-top: 6px;
}
.cd-data-flex{
	border-bottom: 1px solid #393aa0;
}
.cd-data-flex .col{
	position: relative;
	padding: 15px 0;
	width:33.33%;
	text-align: center;
}
.cd-data-flex .col:before{
	content: '';
	width: 1px;
	height: 30px;
	background-color: #ffffff;
	opacity: .2;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}
.cd-data-flex .col:last-child:before{
	display: none;
}
.cd-data-flex .c-val{
	height:28px;
	line-height:28px;
	font-size: 17px;
	color: #cea63b;
	margin-bottom: 5px;
}
.cd-data-flex .c-val img{
	width:28px;
	height:28px;
}


.cd-preview .timer{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.cd-preview .pool-card-col{
	padding:0 10px;
}
.cd-timer-flex .lg{
	font-size: 20px;
	font-weight: bold;
}
.cd-timer-flex{
	align-items: center;
}
.cd-timer-flex .sm{
	opacity: .5;
}

.d-wrapper{
	margin: 0 auto;
	max-width: 414px;
	text-align: center;
}
.d-phone img{
	width: 230px;
}
.d-links{
	position: relative;
	z-index: 11;
	margin-top: -50px;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	padding: 80px 20px 100px 20px;
	background: url(../image/new/d-panel.png) center top no-repeat;
	background-size: 100% 100%;
}
.d-links .btn{
	width: 100%;
	margin: 10px 0;
	border-radius: 40px;
	height: 44px;
}
.d-links img{
	width: 30px;
	height: 30px;
}

.modal-footer .btn-block{
	border-radius: 40px;
	height: 45px;
	margin: 10px 0;
}
.j-modal-end .btn-block{
	border-radius: 40px;
	height: 45px;
	margin: 10px 0;
	font-size: 16px;
}

/* jmodal */
.modal-content{
	border-radius: 8px;
}
.j-modal-body{
	padding:40px 20px 20px 20px;
}
.j-group{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	background-color: #16104c;
	border: 1px solid #4a3cab;
	border-radius: 40px;
	height: 50px;
	padding: 0 15px 0 10px;
}
.j-group .form-control{
	border:0;
	color: #fff;
	background: none;
}
.j-group .form-control::placeholder{
	color: #6c679f;
}
.j-group .j-label{
	padding-right:10px;
}
.j-bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size:14px;
}
.j-bar .j-label{
	color: #6c679f;
}

.modal-dialog .icon-close{
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 20px;
}
.j-step{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 3px;
	background-color: #3277b1;
	margin: 20px 10px;
}
.j-step .j-step-item{
	width:16px;
	height: 16px;
	border-radius: 16px;
	border: 1px solid #3277b1;
	background-color: #1e165f;
}
.j-step .j-step-item.active{
	background-color: #b29942;
	border-color: #b29942;
}
.card-btn-flex{
	display:flex;
	align-items: center;
}
.card-subtitle{
	font-size: 13px;
}
.card-subtitle .val{
	color:#ffffff;
}
select {
    background: #1e165c;
}

.dr-row .form-bg-control{
	border: 1px solid #0b548b;
	background: #100a44!important;
	border-radius: 4px!important;
	padding: 0 10px;
}
.custom-file{
	border: 1px solid #0b548b;
	background: #100a44!important;
	border-radius: 4px!important;
	height: 34px;
	padding: 0 10px;
}
.card-timeline{
	width: auto!important;
	margin-left:50px;
}
.timeline-item{
	padding-left: 0;
}
.k-topsss .fe{
	color: #03ce8e;
}
.modal-notice-content{
	padding:40px 20px 20px 20px;
	margin: 0 auto;
	border-radius: 10px;
	max-width: 300px;
}
.art-scroll{
	border-radius: 10px;
	padding: 15px;
	overflow: hidden;
	overflow-y: auto;
	border: 1px solid #4a3cab;
	background-color: #16104c;
	max-height: 422px;
	font-size: 14px;
	line-height: 1.8;
}

.notice-top{
	background-image: url(../image/new/notice-tt.png) ;
	width: 160px;
	height: 55px;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
	margin-top: -55px;
}
.modal-market .modal-content{
	max-width: 300px;
}

/* 进度条 */
.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -28px;
  font-size: 8px;
  background: #b29942;
  color: #ffffff;
  border-radius: 4px;
  padding: 4px 8px;
  white-space: nowrap;
  line-height: 1;
  margin-left: -22px;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
  margin-left: 7px;
}
.slider-container .scale span {
	position: absolute;
	top: -10px;
	display: inline-block;
	width:10px;
	height: 10px;
	border-radius: 16px;
	border: 1px solid #3277b1;
	background-color: #1e165f;
}
.slider-container .scale span{
	margin-left: -7px;
}
.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #ffffff;
  line-height: 1;
  background-color: #b29942;
  padding: 3px 7px;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-green .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #3277b1;
}
.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #b29942;
}
.theme-green .back-bar .pointer {
  width: 16px;
  height: 16px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #b29942;
  background-color: #b29942;
}
.theme-green .back-bar .focused {
  color: #333;
}
/* .theme-green .scale span {
  border-left: 1px solid #e5e5e5;
} */
.theme-green .scale ins {
  color: #999;
  display: none;
}

/* .j-step .j-step-item.active{
	background-color: #b29942;
	border-color: #b29942;
} */
.demo-output{
	margin-bottom:20px;
	padding-top: 10px;
	margin-left: 10px;
}
.j-tip-bd{
	text-align: center;
	margin-bottom: 20px;
}