@charset "utf-8";

/**
 * @author  :   lh
 * @created :   2022/01/13
 * @desc    :   文丰网校
 *
 * @update  :   
 * @modify  :   
 */

body {
	height: 100vh;
}

.layui-layer {
	border-radius: 8px !important;
}

.ls_member_info {
	color: rgba(0, 0, 0, 0.6);
}

.nameIpt {
	color: rgba(0, 0, 0, 0.8);
}

.profile {
	margin-top: 40px;
	
}

.order_main{
	height: calc(100vh - 442px);
}

.profile .pro-side {
	width: 276px;
	/* height: 370px; */
	/* height: 456px; */
	height: 475px;
	background: rgba(0, 0, 0, 0.04);
}

.profile .pro-side .edit-pic {
	margin: -40px auto 16px;
	text-align: center;
}

.profile .pro-side .edit-pic img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.pro-side .pro-side-top dl {
	display: flex;
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 70px;
}

.pro-side .pro-side-top dl dd {
	margin-right: 24px;
}

.pro-side .pro-side-top h3 {
	margin-bottom: 30px;
}


.pro-side-btm {
	padding: 8px 0 0 70px;
}



.pro-side-btm ul li {
	margin-top: 24px;
	position: relative;
}

.pro-side-btm ul li a:hover{
	color: #863032;
}

.pro-side-btm ul li.cur::after {
	position: absolute;
	content: '';
	width: 2px;
	height: 15px;
	background: var(--main_bg);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pro-side-btm ul li.cur a {
	color: var(--main_bg);
}

.pro-side-btm ul li a {
	color: rgba(0, 0, 0, 0.6);
}

.profile .pro-info {
	width: 876px;
}

.head-info {
	margin: 32px 0;
	text-align: center;
}

.head-info>img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 16px;
}

.modify-info ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.modify-info ul li {
	width: 425px;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.modify-info ul li label {
	flex: 1;
	margin-right: 24px;
}

.modify-info ul li>input,
.modify-info ul li>div {
	width: 335px;
	height: 32px;
	line-height: 32px;
	border-radius: 8px;
	padding: 0 16px;
}

.modify-info ul li>input {
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.modify-info ul li>div.sex {
	width: 369px;
	padding: 0;
	color: rgba(0, 0, 0, 0.8);
}

.modify-info ul li>div.sex span {
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	opacity: 1;
	border-radius: 8px;
	margin-right: 16px;
	cursor: pointer;
}

.modify-info ul li>div.phone {
	background: rgba(0, 0, 0, 0.04);
}

.modify-info .save-btn {
	width: 76px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	margin: 8px auto 180px auto;
	cursor: pointer;
}

.modify-info .save-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0px 8px 16px var(--hover_shadow_color);
	cursor: pointer;
}

/* ==================================================
   做题记录
   ================================================== */
.offside {
	width: 876px;
}

.notes-list ul li {
	display: flex;
	align-items: center;
	height: 90px;
	padding: 0 24px;
	border-bottom: 1px solid #eee;
	transition: linear .3s;
}

.notes-info {
	flex: 1;
	margin-right: 20px;
}

.notes-info div>span {
	margin-right: 34px;
}

.notes-type {
	margin-right: 120px;
}

.notes-list ul li a {
	width: 105px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	margin-left: 24px;
	box-sizing: border-box;
	transition: linear .3s;
}

.notes-list ul li:hover {
	background: var(--hover_color);
	border-radius: 8px;
}

.notes-list ul li:hover a.notes-again {
	border: 1px solid var(--main_bg);
	color: var(--main_bg);
	transition: linear .3s;
}

/* ==================================================
   学习记录
   ================================================== */
.study-list ul li {
	padding: 24px 0;
	border-bottom: 1px solid #eee;
}

.study-list ul li h3 {
	font-weight: 400;
}

.study-item-pic {
	width: 207px;
	height: 123px;
	overflow: hidden;
}

.study-item-pic img {
	transition: linear .3s;
	transform: scale(1);
}

.study-list ul li:hover .study-item-pic img {
	transition: linear .3s;
	transform: scale(1.05);
}

.study-list ul li:hover h3 {
	color: var(--main_bg);
}

.study-item-word {
	width: 645px;
}

.study-item-btm {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.study-item-btm:hover {
	cursor: pointer;
}

/* ==================================================
   我的订单
   ================================================== */

.search-order {
	width: 266px;
	padding: 0 16px;
	height: 32px;
	line-height: 32px;
	background: rgba(0, 0, 0, 0.04);

}

.search-order input {
	border: 0;
}

.search-order i {
	/* margin-right: 10px; */
}

.order-list {
	margin-top: 18px;
}

.order-list .go-pay {
	width: 88px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #863032;
	opacity: 1;
	border-radius: 8px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	color: #863032;
	opacity: 1;
}
.order-list .go-pay:hover {
	color: #FFFFFF;
	background: #863032;
}
.order-list ul li {
	padding: 24px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order-list ul li:last-child {
	border-bottom: 0;
}

.order-list ul li:hover {
	/* background: var(--hover_color); */
	background: rgba(134, 48, 50, 0.04);
	cursor: default;

}

.order-title span {
	margin-left: 76px;
	font-size: 12px;
}

.pay-order {
	border: 1px solid var(--main_bg);
	color: var(--main_bg);
}

.order-list ul li:hover .pay-order {
	background: var(--main_bg);
	color: #fff;
}

.paper-top {
	color: rgba(0, 0, 0, 0.6);
}

.paper-top:hover i {
	cursor: pointer;
}

.paper-top i:hover {
	color: var(--main_color);
}

.paper-top:hover span {
	cursor: default;
}



.pay-order,
.buy-order {
	width: 88px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
}

.order-state {
	font-size: 12px;
}
.close{
	color: #863032;
}

.order-list-center {
	width: 145px;
	text-align: right;
}

.order-list-right {
	width: 100px;
}

.order-list-right a {
	display: block;
	margin: 0 auto 16px;
	text-align: center;
}

.order-list-right:hover a {
	color: var(--main_bg);
}

.order-list-right a:last-child {
	margin-bottom: 0;

}

.order-list ul li:hover .cancel-order {
	color: var(--main_bg);
}

/* ==================================================
   更换头像
   ================================================== */
.change-head-box {
	margin-top: 45px;
}

.change-pic {
	margin-left: 48px;
	width: 120px;
	margin-right: 48px;
}

.change-pic img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.upload-pic {
	width: 306px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.pic-btn {
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: var(--main_bg);
	border-radius: 0px 8px 8px 0px;
	color: #fff;
	position: absolute;
	left: 75%;
}

.paper-box {
	width: 571px;
}

#uploadpic {
	/*display: none;*/
	width: 90px;
	opacity: 0;
	z-index: 99;
}

.pic-path {
	width: 217px;
	border: 1px solid #eee;
	height: 30px;
	line-height: 30px;
	border-radius: 8px 0 0 8px;
	overflow-x: hidden;
	white-space: nowrap;
	padding: 0 5px;
}

.save-img {
	width: 76px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

.save-img:hover {
	cursor: pointer;
	transform: translateY(-1px);
	box-shadow: 0px 8px 16px var(--hover_shadow_color);
}

.cipher-box {
	width: 290px;
	height: 347px;
}

.cipher-top {
	width: 226px;
	margin: 0 auto;
}

.form-box-cipher input {
	width: 216px;
	padding: 0 5px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #eee;
	border-radius: 8px;
	margin-bottom: 24px;
	text-indent: 11px;
}

.msg-word {
	display: flex;
	justify-content: space-between;
	margin: 0 16px 24px;
}

.msg-word:hover .toggle-password {
	cursor: pointer;
}

.cipher-btn {
	margin: 0 16px;
	display: flex;
	justify-content: center;
}

.cipher-btn:hover span {
	cursor: pointer;
}

.cipher-btn .cipher-btn-save:hover {
	transform: translateY(-1px);
	box-shadow: 0px 8px 16px var(--hover_shadow_color);
}
.cipher-btn .cancel-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0px 8px 16px var(--hover_shadow_color);
}



.cipher-btn span {
	width: 76px;
	height: 32px;
	line-height: 32px;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	margin: 0 12px;
}

.pay-mask .portrait,
.pay-mask .cipher-box {
	display: none;
}

.cource_idname {
	width: 272px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 25px;
	white-space: nowrap;
}
