/*公用样式*/

* {

	box-sizing: border-box;
	margin: 0;
	padding: 0;

}


div,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	zoom: 1;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	font-family: 'Microsoft YaHei', Arial;
	-webkit-text-size-adjust: none;
	background-color: #f0f0f0;
	color: #333;
	overflow: hidden;

}



html * {
	outline: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
#app {
	height: 100%;
	overflow: hidden;
}

.pagebody {
	-webkit-overflow-scrolling: touch;
}

input,
select {
	line-height: normal;
	vertical-align: middle;

	outline: none;
}

textarea {
	font-size: 1em;
	line-height: 1.5em;
	resize: none;
	outline: none;
	font-size: 0.333rem;
	background: #fff;
}

input,
textarea {}

a {
	text-decoration: none;

	outline: 0;
}

a:visited,
a:hover {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

.text-C {
	text-align: center;
}

.color-54 {
	color: #54a0ff;
}

.text-R {
	text-align: right;
}

.text-l {
	text-align: left;
}

html,
body {
	padding: 0;
	margin: 0;
	background: #efefef;
	width: 100%;
	height: 100%;
	box-sizing: border-box;




	.v-modal {
		background: rgba(9, 19, 47, 0.5);
	}
}

div,
p,
span {
	word-break: break-word !important;
}

.loading-box {
	position: absolute;
	width: 94%;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 92%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.5);

	// background: rgba(110,119,148,0.45);
	div {
		display: block;
	}
}

.loading-box .ball-pulse>div:nth-child(1) {
	-webkit-animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.loading-box .ball-pulse>div {
	background-color: #4b9df0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}

.loading-box .ball-pulse>div:nth-child(2) {
	-webkit-animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.loading-box .ball-pulse>div:nth-child(3) {
	-webkit-animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
}

@keyframes scale {
	30% {
		webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

ul,
li,
p {
	margin: 0;
	padding: 0;
}

button,
button:focus {
	outline: none;
}

textarea {
	font-family: "Microsoft YaHei", 'Avenir', Helvetica, Arial, sans-serif;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.linelimit {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

// 主内容区域
.maincon {
	position: absolute;
	bottom: 15px;
	top: 65px;
	left: 15px;
	right: 0;
	padding-right: 15px;
	overflow: auto;

	&.hasbtns {
		bottom: 112px;
	}

	&.hasbg {
		padding: 0;
		right: 15px;
		background-color: #fff;
		box-shadow: 3px 3px 6px 1px rgba(41, 65, 138, 0.1);
		border-radius: 7px;
	}

	&>.nodata {
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.contopbar {
		margin: 0 15px;
		height: 59px;
		border-bottom: 1px solid #e3e9fb;
		position: relative;

		.topbartitle {
			line-height: 59px;
			font-size: 16px;
			width: calc(100% - 300px);
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			font-weight: bold;
		}

		.topbarbtns {
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;

			.m-btn {
				margin-top: 14px;

				&+.m-btn {
					margin: 10px
				}
			}
		}
	}

	.subcon {
		position: absolute;
		bottom: 5px;
		top: 65px;
		left: 0;
		right: 0;
		overflow: auto;
	}
}

//  主区域按钮
.mainbottombtns {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 110px;
	line-height: 110px;
	text-align: center;

	button {
		margin: 0 10px;
	}
}

// 学习中心表格布局
.optable {
	.tableform {
		width: 100%;
		border-radius: 6px;
		overflow: hidden;
		border: 1px solid #6d7cac;

		border-spacing: 0;

		// table-layout: fixed;
		th,
		td {
			text-align: center;
			font-size: 14px;
			height: 40px;
			line-height: 40px;
			white-space: nowrap;
		}

		th {
			background: #6d7cac;
			color: #fff;
		}

		td {
			color: #6d7cac;
			background: #fff;
			padding: 0 15px;
		}

		tr:nth-child(2n-1) td {
			background: #e3e9fb;
		}

		.status {
			color: #666;

			&.done {
				color: #6d7cac;
			}
		}

		.m-btn {
			margin: 0 5px;
		}
	}
}

//  暂无数据
.nodata {
	background: url(../../assets/images/common/nodata.png) no-repeat center center / auto 100%;
	width: 260px;
	height: 210px;
	box-sizing: content-box;
	padding: 15px 0 10px;
	position: relative;
	background-origin: content-box;
}

.nodata:after {
	content: attr(data-txt);
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.loadingdata {
	width: 100%;
	background: url(../../assets/images/common/loadingIcon.gif) no-repeat center center / auto 100%;
	box-sizing: content-box;
	padding: 15px 0 40px;
	position: relative;
	background-origin: content-box;
	height: 160px;
	margin-top: 120px;
}

.loadingdata:after {
	content: attr(data-txt);
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	font-size: 14px;
	color: #999;
}

//tab栏
.el-tabs__nav-wrap {
	&::after {
		background-color: #e3e9fa !important;
	}

	.el-tabs__nav {
		padding-left: 0px;
		border-bottom: 1px solid #e3e9fa;

		.el-tabs__item {
			height: 43px;
			// line-height: 32px;
			// width: 70px;
			text-align: center;
			font-size: 16px;

			&.is-active {
				border-bottom: 2px solid #6d7cac;
			}
		}
	}
}

.reward_font {
	color: #3f649a;
	font-weight: bold;
}

textarea.distextarea {
	background: #fff;
}

.flex {
	display: flex;
}

.flex-between {
	justify-content: space-between;
}

.text-R {
	text-align: right;
}

.text-l {
	text-align: left;
}

.text-C {
	text-align: center;
}

.font-6w {
	font-weight: 600
}

.color-c {
	color: #ccc;
}

.color-09 {
	color: #09274a;
}

.color-3 {
	color: #333;
}

.color-f {
	color: #fff;
}


.p-lr-15 {
	padding: 0 0.6rem;
}

.p-lr-40 {
	padding: 0 1.6rem;
}

.color-9 {
	color: #999;
}

.font-12 {
	font-size: 0.48rem;
}

.font-13 {
	font-size: 0.52rem;
}

.font-14 {
	font-size: 0.56rem;
}

.font-15 {
	font-size: 0.6rem;
}

.font-16 {
	font-size: 0.64rem
}

.font-18 {
	font-size: 0.72rem
}

.font-20 {
	font-size: 0.8rem;
}

.font-21 {
	font-size: 0.84rem;
}

.font-22 {
	font-size: 0.88rem;
}

.font-25 {
	font-size: 1rem;
}

.font-24 {
	font-size: 0.96rem;
}

.font-30 {
	font-size: 1.2rem;
}

.font-40 {
	font-size: 1.6rem;
}

.m-t-4 {
	margin-top: 0.16rem;
}

.pointer {
	cursor: pointer;
	user-select: none;
}

.wis-breadcrumb1 {

	padding: 0.55rem 1.2rem;
	font-size: 0.56rem;
	line-height: 1.2rem;
	width: 51.4rem;

	.cx {
		font-size: 0.8rem;
	}

	.pointer:hover {
		color: #1f85fc;
	}
}

.bottom-btn1 {
	box-shadow: 2px 2px 0.4rem 0px #bec1cf;
	border-top: 1px solid rgba(31, 133, 252, 0.1);
	// border-radius: 20px 20px 0 0;
	height: 3.08rem;
	text-align: center;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	width: 100%;
	bottom: 0;


	.tobuybtnPlan {
		font-size: 0.72rem;
		background-image: linear-gradient(to right, #77b4f9, #3585f7);
		box-shadow: 2px -2px 4px 0px #fffcfc, 2px 2px 6.175px 0.325px #bec1cf;
		color: #fff;
		line-height: 1.48rem;
		width: 9.6rem;
		border-radius: 0.72rem;
		cursor: pointer;
		margin-left: 2.4rem;
	}

	.unit {
		height: 0.44rem;
		line-height: 0.44rem;
		transform: translateY(0.44rem);
		margin-right: 0.2rem;
	}

	.unit1 {
		font-size: 0.56rem;
		color: #ed706b;
		height: 0.44rem;
		line-height: 0.44rem;
		transform: translateY(0.44rem);
	}

	.price1 {
		color: #ed706b;
		height: 1rem;
		line-height: 1rem;
		font-size: 1rem;
	}

	.price {
		height: 1rem;
		line-height: 1rem;
	}

	.termDays {
		width: 5.2rem;
		text-align: left;
		line-height: 0.48rem;
		height: 0.48rem;
		bottom: 0;
		position: absolute;
	}

	.rightCell {
		position: relative;
		width: 100%;
		padding: 0 0.6rem;
	}
}

.color-eb5d60 {
	color: #eb5d60;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-r-5 {
	margin-right: 0.2rem;
}

.m-b-5 {
	margin-bottom: 0.2rem;
}

.m-r-10 {
	margin-right: 0.4rem;
}

.m-b-10 {
	margin-bottom: 0.4rem;
}

.m-b-20 {
	margin-bottom: 0.8rem;
}

.m-b-30 {
	margin-bottom: 1.2rem;
}


.color-3d86f4 {
	color: rgba(61, 134, 244, .1);
}

html {
	font-size: 24px;
}

@media screen and (min-width: 1px) and (max-width: 1445px) {
	html {
		font-size: 19px;
	}
}

.van-popup--center.van-popup--round {
	border-radius: 0.6rem !important;
}

body {
	-webkit-touch-callout: none !important;
	-webkit-overflow-scrolling: touch;
}

.m-lr-10 {
	margin: 0 0.8rem;
}

.el-main {
	height: 100%;
	padding: 0 !important;
	/* display: block; */
	background: #ebeff9;
	/* flex: 1;
	flex-basis: auto;
	overflow: auto;
	box-sizing: border-box; */
}

.pageH {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.wis-breadcrumb1 {
	padding: 0.55rem 1.2rem;
	font-size: 0.56rem;
	line-height: 1.2rem;
	width: 51.4rem;
}

.breadNav {
	width: 100%;

	align-items: center;
}

.wis-breadcrumb1 .cx {
	font-size: 0.8rem;
}

.h100 {
	height: 100%;
}
.no-icon {
	background: #333333!important;
	border-radius: 8px;
	opacity: 0.9;
	justify-content: center;
}
.no-icon .el-message__content {
	color: #fff;
}

.none {
	display: none;
}

#pageHistory a {
	color: #333;
}

#pageHistory a:hover {
	color: #1f85fc;
}