@font-face {
	font-family: 'DINAlternate-Bold';
	/* src: url('../fonts/DIN Alternate Bold.ttf') format('truetype'); */
}
@font-face {
	font-family: 'PingFangSC-Regular';
	/* src: url('../fonts/PingFangSC-Regular.ttf') format('truetype'); */
}
@font-face {
	font-family: 'PingFangSC-Medium';
	/* src: url('../fonts/PingFangSC-Medium.ttf') format('truetype'); */
}
@font-face {
	font-family: 'PingFangSC-Semibold';
	/* src: url('../fonts/PingFangSC-Semibold.ttf') format('truetype'); */
}
.pd-45-30 {
	padding: 45px 30px;
}
button,input{
	outline:none;
	transition: 0.5s;
}
input:focus,
textarea:focus{
	border: 1px solid #63BCFC !important;
}
input{
	border:1px solid rgba(192,196,204,1);
}
.submitBtn {
	display: inline-block;
	height: 36px;
	padding: 0 27px;
	box-sizing: border-box;
	background: rgba(108, 198, 241, 1);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #fff;
	outline: none;
	font-family: PingFangSC-Regular;
	font-size: 14px;
}
.submitBtn:hover{
	background: rgba(108, 198, 241, 0.7);
}
.submitBtn[disabled] {
	background: rgba(207, 214, 217, 1);
	color: #fff;
	outline: none;
	cursor: not-allowed;
}

button[disabled] {
	background: rgba(207, 214, 217, 1) !important;
	color: #fff !important;
	outline: none !important;
	cursor: not-allowed;
	border: 1px solid rgba(192, 196, 204, 1) !important;
}

.plainBtn {
	height: 36px;
	padding: 0 26px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	border: 1px solid rgba(192, 196, 204, 1);
	margin-left: 20px;
	outline: none;
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(88, 97, 111, 1);
}
.plainBtn:hover{
	background-color:rgb(236,244,255);
	/*color: #409eff;*/
}

.markBtn {
	padding: 9.5px 16px;
	outline: none;
	background: rgba(230, 241, 252, 1);
	border-radius: 2px;
	border: 1px solid rgba(163, 208, 253, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(69, 141, 252, 1);
	box-sizing: border-box;
}

.box-md-2 {
	width: 96%;
	margin-left: 2%;
}

.listArr {
	border: 1px solid rgba(234, 234, 234, 1);
}

.listArr>div {
	height: 45px;
	border-bottom: 1px solid rgba(234, 234, 234, 1);
	border-radius: 2px 2px 0px 0px;
}

.listArr>div:last-child {
	border: none;
}

.listArr>div>div {
	height: 100%;
	float: left;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(88, 97, 111, 1);
}

.listArr>div:nth-child(1)>div {
	font-weight: 600;
}

.listArr>div:nth-child(1) {
	background-color: #EEF1F6 !important;
}

.listArr>div:hover {
	background-color: rgba(248, 250, 254, 1);
}

.listArr>div:nth-child(1)>div {
	font-size: 14px;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	color: rgba(88, 97, 111, 1);
}

.balanceBread {
	font-size: 14px;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	color: rgba(88, 97, 111, 1);
}

.inputClass {
	padding-left: 30px;
	margin-bottom: 35px;
}

.inputClass span {
	display: block;
	margin-bottom: 24px;
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(88, 97, 111, 1);
}

.inputClass span i {
	font-style: normal;
	color: #FA5555;
}

.inputClass input {
	height: 40px;
	width: 260px;
	margin-left: 20px;
	padding: 0px 15px;
	border-radius: 2px;
	border: 1px solid rgba(192, 196, 204, 1);
}

.balance-btn {
	margin-left: 125px;
}


/*添加子账号*/

.addAccount-btn {
	margin-left: 125px;
}


/*余额提醒*/

.remind-btn {
	margin-left: 143px;
	margin-top: 35px;
}

.checke {
	position: relative;
	-webkit-appearance: none;
	width: 40px !important;
	height: 22px !important;
	line-height: 22px;
	background: #C0C4CC;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px !important;
	outline: none;
}

.checke:before {
	position: absolute;
	left: 0;
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #eee;
	box-shadow: 0px 0px 5px #ddd;
	transition: all 0.2s linear;
}

.checke:checked {
	background: rgba(108, 198, 241, 1);
}

.checke:checked:before {
	left: 20px;
	transition: all 0.2s linear;
}


/*实名认证*/

.authInfo-header {
	text-align: center;
}

.authInfo-header img {
	width: 85px;
	height: 88px;
}

.authInfo-header p {
	font-size: 20px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(88, 97, 111, 1);
	margin-top: 20px;
}

.authInfo-table {
	padding: 30px;
}

.authInfo-table table {
	width: 100%;
	border: 2px solid #EAEAEA;
	border-collapse: collapse;
	border-spacing: 0;
}

.authInfo-table th {
	height: 40px;
	line-height: 40px;
	background: rgba(232, 235, 239, 1);
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(88, 97, 111, 1);
	border:1px solid #EAEAEA;
}
.crumbs-last{
	font-size:14px;
	font-family:PingFangSC-Semibold;
	font-weight:600;
	color:rgba(88,97,111,1);
}
.authInfo-table td {
	height: 59px;
	padding-left: 20px;
	font-size: 14px;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	color: rgba(88, 97, 111, 1);
	border:1px solid #EAEAEA;
}

.authInfo-table tr td:nth-child(1) {
	width: 160px;
}

.signBtn {
	width: 80px;
	height: 30px;
	border-radius: 2px;
	border: 1px solid rgba(192, 196, 204, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(88, 97, 111, 1);
	background-color: white;
}
/*.breadcrumb{
	margin-bottom: 0;
}*/
