.header {width: 100%;display: flex;flex-direction: column;align-items: center;position: relative;}

.web-bg {position: absolute;width: 100%;top: 0;left: 0;z-index: -1;}

/*切换旧版*/
.switch-to-old-version {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(100%, 0);
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    background-color: #1855a5;
    color: #fff;
}
.switch-to-old-version:hover {
    background-color: #237cf1;
}

.video-mask-play {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, .1);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.video-play-icon {
	width: 34px;
	height: 34px;
}

/* 下载app */
.download-app {
	cursor: pointer;
	position: relative;
	margin-right: 50px;
	display: flex;
}
.download-app:hover .qr-code-download {
	display: flex;
}
.qr-code-download {
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translate(-50%, 0);
	width: 240px;
	z-index: 10;
	border-radius: 6px;
	background-color: #FFF;
	box-shadow: 0 0 3px -1px gray;
	display: none;
	justify-content: space-between;
	padding: 20px;
	text-align: center;
}

.qr-code-download::before {
	position: absolute;
	content: " ";
	left: 50%;
	top: -12px;
	transform: translate(-50%, 0) rotate(45deg);
	width: 24px;
	height: 24px;
	background-color: #FFF;
	border-radius: 6px;
}

.qr-code-frame {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}
.qr-code-download img {
    width: 90px;
    height: 90px;
}

/* 加载更多 */
.load-more {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.load-more span {
	padding: 8px 30px;
	background-color: #0b55cb;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}
.load-more span:hover {
	background-color: #1373cc;
}

/* 登录 */
.login-popup-frame {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.3);
	z-index: 99998;
}
.login-popup {
	width: 500px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 99999;
	border-radius: 8px;
	box-shadow: 0 0 3px -1px gray;
	display: flex;
	justify-content: space-between;
}
.login-popup-x_x {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.login-popup-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 200px;
	padding: 30px 50px;
	text-align: center;
	border-right: 1px solid #e3e5e7;
	line-height: 20px;
}
.login-popup-left img {
	padding: 6px;
	width: 100px;
	height: 100px;
	border: 1px solid #e3e5e7;
	border-radius: 4px;
	margin: 40px 0;
}
.login-other {
	width: 90%;
	margin-top: 10px;
}
.other-line {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
	position: relative;
}
.other-item-frame {
	display: flex;
	justify-content: space-between;
	padding: 40px 100px 0;
}

.other-title {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	background-color: #fff;
	font-size: 14px;
	padding: 0 10px;
}

.login-popup-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	font-size: 14px;
}
.login-bottom {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 100px);
}
.login-role {
	display: flex;
	width: calc(100% - 100px);
}
.role-item {
	flex: 1;
	padding: 30px 0 10px 0;
	cursor: pointer;
}
.role-item-active {
	border-bottom: 1px solid #0f0f0f;
}
.submit-input {
	width: calc(100% - 120px);
	outline: none;
	padding: 0 10px;
	height: 34px;
	margin-top: 20px;
	border-radius: 4px;
	font-size: 14px;
	border: none;
	border: 1px solid #ccc;
}

.register-show {
	display: none;
}
.login-show {
	display: block;
}
.login-show-flex {
	display: flex;
}
.register-show-flex {
	display: none;
}


.login-form {
	width: calc(100% - 100px);
}

.login-form-item {
	display: flex;
	height: 44px;
	align-items: center;
}
.login-form-item-label {
	width: 60px;
}
.login-form-item-input {
	
}
.login-form-item-input input {
	border: none;
	outline: none;
}
.login-btn {
	margin-top: 20px;
	width: calc(100% - 100px);
	height: 40px;
	line-height: 40px;
	background-color: #012568;
	color: #fff;
	justify-content: center;
	cursor: pointer;
}
.not-allowed {
	cursor: not-allowed !important;
}
.login-btn:hover {
	box-shadow: 0 0 3px #012568;
}

.share-index {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(640px, 0);
}
.share-item {
	margin-top: 30px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

.top-frame {height: 120px;display: flex;align-items: center;justify-content: space-between;max-width: 1200px;min-width: 1200px;position: relative;}
.top-frame img {height: 90px;}
.top-frame .search {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5px 44px 5px 10px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .4);
    border: 1px solid  #e1e3e1;
}
.search-active {
	background-color: #ffffff !important;
	border: 1px solid #eee !important;
}
.top-frame .search .search-icon {
	position: absolute;
	right: 5px;
	top: 50%;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(0, -50%);
	cursor: pointer;
	border-radius: 4px;
	font-size: 18px;
}
.top-frame .search input {
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0);
	height: 30px;
	padding: 2px 0;
	padding-left: 5px;
	font-size: 14px;
	width: 340px;
}

.top-frame .user-info {display: flex;justify-content: center;align-items: center;}
.top-frame .user-info .no-login {width: 44px;height: 44px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background-color: #1855a5;color: #fff;cursor: pointer;}
.top-frame .user-info .avatar a {display: flex;align-items: center;}
.top-frame .user-info .avatar a img {width: 44px;height: 44px;border-radius: 50%;}
.top-frame .user-info .avatar a div {padding-right: 10px;}

.nav-bar-frame {width: 100%;position: relative;display: flex;flex-direction: column;align-items: center;line-height: 64px;}
.nav-bar-frame::before {content: " ";position: absolute;width: 100%;height: 100%;background-color: #1855a5;left: 0;}
.nav-bar {max-width: 1200px;min-width: 1200px;height: 100%;color: #fff;display: flex;align-items: center;justify-content: space-between;}
.nav-bar .nav-bar-left {}
.nav-bar .nav-bar-item {white-space: nowrap;position: relative;cursor: pointer;}
.nav-bar .nav-bar-item .icon {position: absolute;right: 30px;top: 50%;transform: translate(50%, -50%);display: flex;align-items: center;}
.nav-bar .nav-bar-item:hover {color: #f30;}
.nav-bar .nav-bar-item:hover .sub-frame {display: flex;}
.nav-bar .nav-bar-item .sub-frame {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	line-height: normal;
	width: 220px;
	border: 1px solid #5f84bd;
	border-top: none;
	color: #3469af;
	background-color: #fff;
	cursor: pointer;
	display: none;
}
.nav-bar .nav-bar-item .sub-frame .sub-item {
	width: calc(50% - 20px);
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-bar .nav-bar-item .sub-frame .sub-item:hover {
	background-color: #3469af;
	color: #fff;
}

.change-language {width: 80px;height: 100%;background-color: #003a84;display: flex;align-items: center;justify-content: center;}

/* 全局布局 */
.content-frame {max-width: 1200px;min-width: 1200px;display: flex;justify-content: space-between;}
.content-left {width: 800px;}
.content-right {width: 390px;}




/* 复用样式 */
.card-title {
	width: 100%;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	display: flex;
}
	
/* 排行123 */
.rank-1 {color: #fff !important;background-color: #d71425 !important;}
.rank-2 {color: #fff !important;background-color: #e66700 !important;}
.rank-3 {color: #fff !important;background-color: #ffc335 !important;}

.headlines {}
.headlines .title {font-size: 30px;font-weight: bold;color: #012568;position: relative;margin: 40px 0 20px 0;text-align: center;}
.headlines .title .badge {position: absolute;right: -10px;top: 0;transform: translate(100%, 0);font-size: 14px;padding: 3px 8px;background-color: red;color: #fff;}
.headlines .detail {text-align: center;margin-bottom: 20px;width: 1000px;overflow: hidden;}


.banner-frame {
	width: 100%;
	height: 420px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.banner-frame .banner-left-frame {
	width: 800px;
	height: 100%;
	position: relative;
}
.banner-frame .banner-list-frame {
	width: 800px;
	height: 100%;
	position: absolute;
	opacity: 0;
	transition: all .5s;
	overflow: hidden;
	animation-name: opacity-show;
	animation-duration: 1s;
}
/* 定义动画关键帧规则 */
@keyframes opacity-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.banner-frame .banner-list-frame .banner-list-title {
	position: absolute;
	bottom: 0;
	z-index: 10;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0,0,0,0));
	font-size: 18px;
}
.banner-frame .banner-list-frame .banner-list-title .text {
	width: 80%;
	text-align: center;
}
.banner-frame .banner-list-frame img {
	width: 800px;
	height: auto;
}
.banner-frame .banner-item-frame {
	width: 400px;
	height: 100%;
	background-color: #f5fafe;
}
.banner-frame .banner-item-frame .banner-item {
	padding: 0 30px;
	width: calc(100% - 60px);
	height: 25%;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.banner-frame .banner-item-frame .banner-item:hover {
	background-color: #1855a5;
	color: #fff;
}
.banner-frame .banner-item-frame .banner-item .icon{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.banner-frame .banner-item-frame .banner-item-active {
	background-color: #1855a5;
	color: #fff;
}

.img-ad-frame {
	position: relative;
	width: 100%;
	height: 95px;
}
.img-ad {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.img-identifying {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 2px 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	font-size: 14px;
	border-radius: 4px;
}

.m1 {
	width: 100%;
	height: 360px;
	display: flex;
	justify-content: space-between;
}
.m1 .m1-1 {
	width: 390px;
	height: 100%;
}
.m1 .m1-1 .m1-1-image1 {
	width: 100%;
	height: 238px;
	margin-bottom: 5px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	background-color: #f7f8fa;
}

.m1 .m1-1 .video-title {
	width: 80%;
	line-height: 34px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
	font-size: 14px;
}

.m1 .m1-1 .m1-1-image1 img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.m1 .m1-1 .m1-1-image2 {
	width: 192.5px;
	height: 117px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	background-color: #f7f8fa;
}
.m1 .m1-1 .m1-1-image2 img {
	width: 192.5px;
	height: auto;
}

.m1 .m1-2 {
	width: 390px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.m1 .m1-2 .keynote {
	font-weight: bold;
	color: #1754a4;
}

.m2 {
	width: 100%;
	height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.m2-image2-frame {
	width: 100%;
	height: 120px;
	position: relative;
	margin-bottom: 10px;
}
.m2 .m2-image2 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.m3-title {
	padding: 8px 20px;
	background-color: #d0e9ff;
	cursor: pointer;
}
.m3-title-active {
	background-color: #1755a3;
	color: #fff;
}
.m3 {
	width: 100%;
	margin-top: -20px;
}
.m3-item {
	width: 100%;
	height: 128px;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
.m3-item .m3-item-img {
	width: 218px;
	height: 128px;
	overflow: hidden;
}
.m3-item .m3-item-img img{
	width: 218px;
	height: 128px;
}
.m3-item .m3-item-detail {
	width: calc(100% - 228px);
	height: 128px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

/* 卡片列表 */
.m3-card-frame {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.m3-item-card {
	width: calc(50% - 10px);
	margin-bottom: 20px;
	background-color: #f7f8fa;
	cursor: pointer;
}
.m3-item-card-img {
	width: 100%;
	height: 226px;
}
.card-info {
	width: calc(100% - 30px);
	padding: 15px;
}
.card-info .title {
	line-height: 25px;
	height: 50px;
}

.m4 {}
.m4 .m4-1 {background-color: #f7f8fa;margin-bottom: 20px;}
.m4 .m4-1 .image-frame {width: 390px;height: 242.666px;position: relative;}
.m4 .m4-1 .image-frame img {width: 100%;height: 100%;}
.m4 .m4-1 .m4-1-title {
	display: flex;
	justify-content: center;
	padding: 10px 20px;
	text-align: center;
}

.footer {
	background-color: #144999;
	color: #fff;
}
.footer-1 {
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee19;
}
.footer-1-item {
	padding: 0 10px;
}

.footer-2 {
	display: flex;
	justify-content: center;
}

.footer-2 img {
	height: 80px;
}
	
	
/**
 * 详情
**/

.detail-title {
	padding-bottom: 40px;
	font-size: 32px;
}
.edit {
	padding-top: 60px;
}
.comment {
	padding-bottom: 30px;
}
.comment .comment-title {
	padding-top: 30px;
}
.comment .comment-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.comment .comment-item .comment-avatar {
	width: 60px;
	height: 60px;
}
.comment .comment-item .comment-avatar img {
	width: 80%;
	height: 80%;
	border-radius: 50%;
}
.comment .comment-item .commont-content {
	width: calc(100% - 60px);
}
.comment .comment-item .commont-content .no-login {
	width: 100%;
	height: 100px;
	background-color: #f8f8f8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comment .comment-item .commont-content .no-login .link {
	padding: 0 10px;
	color: #5189fe;
}
.comment .comment-item .commont-content .release {
	padding: 3px 15px;
	color: #fff;
	background-color: #7fd6f5;
	cursor: pointer;
}
.comment .comment-item .commont-content .release:hover {
	background-color: #00aeec;
}
.comment .comment-item .commont-content .relpy-input {
	width: 100%;
}
.comment .comment-item .commont-content .relpy-input .relpy-textarea {
	height: 38px;
	width: calc(100% - 20px);
	padding: 5px 10px;
	line-height: 38px;
	border: 1px solid #eee;
	border-radius: 4px;
	outline: none;
	background-color: #f1f2f3;
}
.comment .comment-item .commont-content .relpy-input .relpy-textarea:hover {
	background-color: #fff;
}
.comment .comment-item .commont-content .relpy-input .relpy-textarea-avtice {
	background-color: #fff;
}
.relpy-content {
	display: flex;
	align-items: center;
}
.second-comment {
	color: #adadad;
	padding-top: 10px;
	font-size: 14px;
}
.read-item {
	width: 100%;
	background-color: #f6f6f6;
	margin-bottom: 30px;
	display: flex;
}
.read-item .read-image {
	width: 169.2px;   
	 height: 117.8px;
}
.read-item .read-image img {
	width: 100%;
	height: 100%;
}
.read-item .read-title {
	margin: 20px;
	width: calc(100% - 169.2px - 40px);
	height: calc(100% - 40px);
	line-height: 25.9px;
}
.rank-frame {
	width: 100%;
}
.rank-item {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.rank-item .rank {
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ebebeb;
	color: #797979;
	font-style: italic;
}
.rank-item .rank-content {
	width: calc(100% - 38px);
	height: 28px;
	line-height: 28px;
}


/* 列表 */
.m3-title-list {
	padding: 8px 20px;
}
.m3-title-list-active {
	color: #1755a3;
	font-weight: bold;
	padding: 8px 15px 5px 15px;
	border-bottom: 3px solid #1755a3;
}

.recommend-list {
	width: 100%;
	height: 445.5px;
	margin-top: 30px;
	display: flex;
}
.recommend-list-title {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 69px;
	line-height: 69px;
	color: #fff;
	width: calc(100% - 50px);
	padding: 0 25px;
	text-align: center;
	z-index: 2;
}
.recommend-list-title::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to top, rgba(0,0,0,.5) 40%, rgba(0,0,0,0));
	z-index: 1;
}
.recommend-list-left-frame {
		width: 810px;
		height: 100%;
		position: relative;
}
.recommend-list-left {
	width: 810px;
	height: 100%;
	position: absolute;
	opacity: 0;
	transition: all .5s;
		overflow: hidden;
}
.recommend-list-left img {
	width: 100%;
	height: auto;
}
.recommend-list-right {
	width: 330px;
	height: calc(100% - 30px);
	padding: 30px 30px 0px 30px;
	background-color: #f5fafe;
}
.recommend-list-right .title{
	color: #1655a4;
}
.recommend-list-right .detail{
	line-height: 25px;
	height: 150px;
}


/* 个人中心 */
.personal {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.personal .personal-left {
	width: 260px;
}
.personal .personal-left .user-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 40px 20px 30px;
}
.personal .personal-left .avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.personal .personal-left .operate-frame {
	margin-top: 20px;
	background-color: #fff;
}

.personal .personal-left .operate-frame .operate-item {
	padding: 18px 0;
	padding-left: 20px;
	cursor: pointer;
}

.personal .personal-left .operate-frame .operate-item:hover {
	background-color: #1855a5;
	color: #fff;
}
.operate-item-avtive {
	background-color: #1855a5;
	color: #fff;
}

.personal .personal-right {
	width: calc(100% - 280px);
}
.user-info-form {
	width: calc(100% - 100px);
	height: auto;
	padding: 20px 50px;
	background-color: #fff;
}

.submit-edit {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.submit-edit span {
	margin: 0 auto;
	padding: 5px 80px;
	background-color: #1855a5;
	color: #fff;
	cursor: pointer;
}

.user-data-frame {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.user-data-item {
	padding: 0 !important;
	width: 205px;
}
.user-data-item .item-frame {
	padding: 10px;
	width: calc(100% - 20px);
	background-color: #fff;
	margin-bottom: 20px;
}
.user-data-item .item-frame .item-img {
	width: 185px;
	height: 108.6px;
}
.user-data-item .item-frame .item-img img {
	width: 100%;
	height: 100%;
}
.user-data-item .item-frame .item-title {
	line-height: normal;
	padding: 3px 0;
}

.paging {
	display: flex;
	justify-content: center;
	padding: 30px 0;
	align-items: center;
}
.pag-item {
	border: 1px solid #eee;
	border-radius: 4px;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-left: 10px;
}
.pag-item:hover {
	border: 1px solid #2d8cf0;
	color: #2d8cf0;
}
.pag-item-active {
	border: 1px solid #2d8cf0;
	color: #2d8cf0;
}

.toast-show {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.toast-show .toast-content {
	padding: 10px 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 100000;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-item {
	width: 100%;
	padding: 6px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-item .label-frame {
	width: 80px;
	font-size: 14px;
	color: #2e4050;
	text-align: right;
}
.form-item .label-frame .form-label {
	position: relative;
}
.form-item .label-frame .form-label .must{
	position: absolute;
	left: 0;
	top: 0;
	color: #f30;
	transform: translate(-100%, 0);
}
.form-item .input-frame {
	width: calc(100% - 100px);
	position: relative;
}
.form-item .input-frame .tip-ts {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(calc(100% + 15px), -50%);
}
.form-item .input-frame .input-frame-btn {
	padding: 5px 15px;
	margin-right: 10px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}
.form-item .input-frame .input {
	width: calc(100% - 24px);
	height: 36px;
	padding: 0 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	outline: none;
}
.form-item .input-frame .input:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.form-item .input-frame .select {
	width: calc(100%);
	height: 32px;
	padding: 0 10px;
}
.form-item .input-frame .select .option{
	height: 28px;
}
.form-item .input-frame .date {
	position: relative;
	width: calc(100% - 24px);
	height: 36px;
	padding: 0 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	outline: none;
}
.form-item .input-frame .date::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
}

.change-font-size {
	width: 20px;
	height: 20px;
	border: 1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	color: gray;
	margin-left: 10px;
}
.change-font-size:hover {
	border: 1px solid #00aeec;
	color: #00aeec;
}

/* top: 100px; */
.post-operate {
	position: absolute;
	top: 100px; 
	left: 50%;
	transform: translate(calc(-650px - 50%), 0);
}

.operate-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	cursor: pointer;
	position: relative;
}

.operate-item:hover .operate-share {
	width: 240px;
	padding: 0 30px;
}

.operate-share {
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #f1f2f3;
	width: 0;
	height: 100%;
	overflow: hidden;
	transition: all .3s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
}


.operate-icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.agreement {
	display: flex;
	align-items: center;
	width: calc(100% - 100px);
	font-size: 14px;
	margin-top: 20px;
}
.agreement-input {
	margin-right: 10px;
	margin-top: 2px;
}

.about-left {
	width: 200px;
	border-right: 1px solid #eee;
	padding-top: 100px;
}

.about-right {
	width: 1000px;
	display: flex;
	justify-content: center;
	padding-top: 100px;
}
.about-right-content {
	width: calc(100% - 200px);
	text-align: justify;
}
.about-item {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	margin: 27px 0;
	cursor: pointer;
}
.about-item-active {
	border-right: 2px solid #1855a5;
	color: #1855a5;
}
.rect {
	width: 30px;
	height: 30px;
	background-color: #afa391;
	margin-right: 20px;
}
.rect-avtive {
	background-color: #1855a5;
}