/* 主题列表 */
	.theme-lists {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.theme-lists li {
		border: 1px solid #ddd;
		padding: 5px;
		position: relative;
	}
	.theme-lists li .theme-add {
		width: 220px;
		height: 136px;
		font-size: 50px;
		text-align: center;
		line-height: 136px;
		cursor: pointer;
		user-select: none;
		color: #ccc;
	}
	.theme-lists li .theme-del {
		position: absolute;
		width: 40px;
		height: 40px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(0,0,0,.5);
		color: #fff;
		border-radius: 50%;
		line-height: 40px;
		text-align: center;
		font-size: 20px;
		display: none;
	}

	.theme-lists li img {
		display: block;
		width: 220px;
		height: 136px;
		cursor: pointer;
	}
	.theme-lists li .effects {
		background: #2196F3;
		position: absolute;
		transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		-o-transition: .5s;
	}
	.theme-lists li .top-s {
		top: 1px;
		left: 1px;
		height: 2px;
		width: 0;
	}
	.theme-lists li .right-s {
		top: 1px;
		right: 1px;
		height: 0;
		width: 2px;
	}
	.theme-lists li .bottom-s {
		right: 1px;
		bottom: 1px;
		height: 2px;
		width: 0;
	}
	.theme-lists li .left-s {
		left: 1px;
		bottom: 1px;
		width: 2px;
		height: 0;
	}
	.theme-lists li:hover > .bottom-s,
	.theme-lists li:hover > .top-s {
		width: calc(100% - 2px);
	}
	.theme-lists li:hover > .left-s,
	.theme-lists li:hover > .right-s {
		height: calc(100% - 2px);
	}
/* 主题列表 */
/* 社区导航 */
	.com-nav > div {
		width: 800px;
		padding-bottom: 10px;
	}
	.com-nav .search {
		margin: 10px 20px;
		display: flex;
	}
	.com-nav .search > div {
		margin-right: auto;
		display: flex;
	}
	.com-nav .search > div input {
		width: 200px;
		height: 30px;
		text-indent: 10px;
		background: #fff;
		box-sizing: border-box;
		border: 1px solid #1E90FF;
	}
	.com-nav .search > div label {
		background: #1E90FF;
		width: 40px;
		height: 30px;
		color: #fff;
		font-size: 18px;
		line-height: 30px;
		text-align: center;
	}
	.com-nav .search > label {
		background: #1E90FF;
		color: #fff;
		width: 80px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
		margin-left: 10px;
	}
	.com-nav .cont {
		margin: 0 20px;
		height: 450px;
		border: 1px solid #ddd;
		display: flex;
	}
	.com-nav .cont > li {
		border-right: 1px solid #ddd;
		flex: 1;
	}
	.com-nav .cont > li:last-of-type{
		border-right: none;
	}
	.com-nav .cont > li > .title {
		height: 30px;
		background: #f1f3f4;
		font-size: 14px;
		padding: 0 10px;
		display: flex;
		align-items: center;
	}
	.com-nav .cont > li > .title > span {
		margin-left: auto;
		font-size: 12px;
	}
	.com-nav .cont > li > .title > span:hover{
		color: #77B633;
	}
	.com-nav .cont > li > .lists {
		padding: 5px;
	}
	.com-nav .cont > li > .lists li {
		padding: 0 5px;
		height: 24px;
		line-height: 24px;
		cursor: pointer;
	}
	.com-nav .cont > li > .lists li:not(.default):hover{
		color: #77B633;
		background: rgba(30,144,255, .1);
	}
	.com-nav .cont > li > .lists .default {
		background: #1E90FF;
		color: #fff;
	}
/* 社区导航 */
/* 最新信息列表 */
	.new-lists {
		align-items: flex-start;
	}
	.new-lists > div {
		flex: 1;
	}
	.new-lists > div .title {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		color: #000;
		background: #f8f8f8;
		text-indent: 10px;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.new-lists > div:last-of-type .title {
		border-right: 1px solid #ddd;
	}
	.new-lists > div ul {
		padding: 10px 0;
		width: 390px;
		display: flex;
		flex-direction: column;
	}
	.new-lists > div ul li {
		line-height: 26px;
		font-size: 14px;
		list-style-type: circle;
		margin-left: 30px;
	}
	.new-lists > div ul li a {
		display: inline-block;
		width: 355px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: top;
	}
/* 最新信息列表 */
/* 主页数据 */
	.com-data {
		width: 880px;
		height: 40px;
		background: #f1f3f4;
		border: 1px solid #ddd;
		box-sizing: border-box;
		justify-content: flex-start;
	}
	.com-data li {
		display: flex;
		line-height: 20px;
		padding: 0 10px;
		border-right: 1px solid #ccc;
	}
	.com-data li:last-of-type{
		border: none;
	}
	.com-data li .i {
		font-size: 16px;
	}
/* 主页数据 */
/* 发表帖子 */
	.publish-post {
		height: 40px;
		box-sizing: border-box;
		font-size: 16px;
		width: 300px;
		background: rgba(30,144,255,.7);
		color: #fff;
	}
	.publish-post span {
		font-size: 22px;
		margin-right: 10px;
	}
/* 发表帖子 */
/* 创建论坛 */
	.create-theme > div{
		width: 600px;
	}
	.create-theme .cont {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding: 50px 0 20px 0;
	}
	.create-theme .cont span {
		width: 100px;
		text-align: right;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin-right: 20px;
	}
	.create-theme .cont input {
		height: 30px;
		width: 300px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		text-indent: 10px;
	}
	.create-theme .cont .prompt {
		padding: 20px 0;
	}
	.create-theme .cont .prompt p {
		line-height: 26px;
	}
	.create-theme .theme-sub {
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	.create-theme .theme-sub span {
		display: inline-block;
		width: 80px;
		height: 30px;
		line-height: 30px;
		background: #1E90FF;
		color: #fff;
	}
/* 创建论坛 */
/* 专区 */
	.zone {
		width: 880px;
		box-sizing: border-box;
	}
	.zone .item {
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}
	.zone .item .title {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		background: #f1f3f4;
		position: relative;
		text-indent: 42px;
		color: #000;
		cursor: pointer;
		user-select: none;
	}
	.zone .item .title span {
		border-top: 6px solid #666666;
		border-left: 6px solid #F1F3F4;
		border-right: 6px solid #F1F3F4;
		border-bottom: 6px solid #F1F3F4;
		position: absolute;
		top: 17px;
		left: 15px;
		transition: all .2s;
		-webkit-transition: all .2s;
		cursor: pointer;
	}
	.zone .item .title .up {
		border-top: 6px solid #F1F3F4;
		border-left: 6px solid #F1F3F4;
		border-right: 6px solid #F1F3F4;
		border-bottom: 6px solid #666666;
		top: 13px;
	}
	.zone .item ul {
		display: flex;
		flex-wrap: wrap;
	}
	.zone .item ul li {
		width: 25%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.zone .item ul li div {
		height: 50px;
		font-size: 16px;
		display: flex;
		align-items: center;
	}
	.zone .item ul li div:hover{
		color: #77B633;
		cursor: pointer;
	}
	.zone .item ul li div .i {
		color: #1E90FF;
		margin: 0 10px;
		font-size: 18px;
		font-weight: bold;
	}
/* 专区 */
/* 精彩推荐 */
	.com-article {
		width: 300px;
		box-sizing: border-box;
		border: 1px solid #ddd;
	}
	.com-article .title {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		background: #f1f3f4;
		color: #000;
		padding: 0 10px;
	}
	.com-article .lists {
		padding: 10px 0;
	}
	.com-article .lists li > a {
		display: block;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.com-article .lists li:nth-child(1) span,
	.com-article .lists li:nth-child(2) span,
	.com-article .lists li:nth-child(3) span{
		color: #EA4335;
	}
	.com-article .lists li span {
		margin-right: 10px;
		font-size: 16px;
		font-weight: bold;
		display: inline-block;
		transform: rotate(10deg);
	}
/* 精彩推荐 */
/* 友情链接 */
	.fiendship {
		width: 300px;
		box-sizing: border-box;
		border: 1px solid #ddd;
	}
	.community .fiendship .title {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		background: #f1f3f4;
		color: #000;
		padding: 0 10px;
	}
	.community .fiendship .lists {
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
	}
	.community .fiendship .lists li {
		width: 33%;
		padding: 3px 0;
	}
/* 友情链接 */
/* 主题名称 */
	.theme-name {
		background: #f1f3f4;
		height: 50px;
		font-size: 16px;
		justify-content: flex-start;
		border: 1px solid #ddd;
	}
	.theme-name li {
		padding: 0 10px;
		display: flex;
		border-right: 1px solid #ccc;
	}
	.theme-name li:last-of-type{
		border-right: none;
	}
	.theme-name  li a {
		color: #1E90FF;
	}
/* 主题名称 */
/* 帖子目录 */
	.post-lists {
		border: 1px solid #ddd;
		width: 880px;
		box-sizing: border-box;
	}
	.community .post-lists .title {
		height: 50px;
		background: #f8f8f8;
		padding: 0 10px;
	}
	.community .post-lists .title .i {
		font-size: 22px;
	}
	.community .post-lists .title ul {
		display: flex;
		padding: 0 10px;
		font-size: 14px;
		margin-right: auto;
	}
	.community .post-lists .title ul li {
		padding: 0 10px;
		cursor: pointer;
		user-select: none;
		border-left: 1px solid #ccc;
	}
	.community .post-lists .title ul .default {
		color: #77B633;
	}

	.community .post-lists .title ul li:first-of-type{
		border-left: none;
	}
	.community .post-lists .title ul li:hover{
		color: #77B633;
	}
	.community .post-lists .title select {
		border: 1px solid #ccc;
		width: 80px;
		height: 26px;
		margin-left: 10px;
	}
	.community .post-lists .title select:first-of-type {
		margin-right: 10px;
	}
	.post-lists-cont {
		padding: 10px;
	}
	.post-lists-load .prompt {
		width: 100%;
		height: 200px;
		line-height: 200px;
		font-size: 30px;
		text-align: center;
		color: #888;
	}
	.post-lists-cont li {
		padding: 10px 0;
		border-bottom: 1px dashed #ccc;
		display: flex;
		align-items: flex-start;
		position: relative;
	}
	.post-lists-cont li:hover{
		background: #f1f3f4;
	}
	.post-lists-cont li:last-of-type{
		border-bottom: none;
	}
	.post-lists-cont li .user-ava {
		display: block;
		width: 60px;
		height: 60px;
		padding: 2px;
		border: 1px solid #ddd;
		box-sizing: border-box;
	}
	.post-lists-cont li .box {
		margin: 0 auto 0 10px;
		width: 400px;
	}
	.post-lists-cont li .box .post-title {
		height: 32px;
		line-height: 32px;
		font-size: 15px;
		cursor: pointer;
	}
	.post-lists-cont li .box .post-title:hover {
		color: #1E90FF;
	}
	.post-lists-cont li .box .post-cont {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		color: #888;
	}
	.post-lists-cont li .box .post-imgs {
		width: 400px;
		display: flex;
	    overflow: hidden;
	    position: relative;
	}
	.post-lists-cont li .box .post-imgs img {
		margin: 10px 5px 0 0;
		height: 100px;
	}
	.post-lists-cont li .box .post-imgs span {
		padding: 4px 15px;
	    background: rgba(0,0,0,.4);
	    color: #fff;
	    position: absolute;
	    top: 20px;
	    left: 0;
	}
	.post-lists-cont li .post-oper {
		width: 90px;
		height: 60px;
		display: flex;
		align-items: center;
	}
	.post-lists-cont li .post-oper div {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		width: 30px;
	}
	.post-lists-cont li .post-oper .top {
		color: #1E90FF;
	}
	.post-lists-cont li .post-oper .fire {
		color: #EA4335;
	}
	.post-lists-cont li .post-oper .fine {
		color: #77B633;
	}

	.post-lists-cont li .reply-sum {
		width: 80px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 30px;
		//transform: skewX(-30deg);
		color: #ccc;
	}
	.post-lists-cont li .infor {
		width: 200px;
		height: 60px;
	}
	.post-lists-cont li .infor p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.post-lists-cont li .infor p span {
		margin-right: 10px;
		font-size: 16px;
	}
	.post-lists-cont li .oper {
		position: absolute;
		right: 0;
		top: 10px;
		width: 30px;
		display: none;
	}
	.post-lists-cont li .oper div {
		height: 20px;
		line-height: 20px;
		text-align: center;
		font-size: 14px;
		cursor: pointer;
		user-select: none;
	}
/* 帖子目录 */
/* 论坛页 */
	.theme-page-top {
		background: #f1f3f4;
		position: relative;
		padding-bottom: 100px;
		border: 1px solid #ddd;
	}
	.theme-page-top .back-img {
		width: 100%;
		height: 200px;
		display: block;
	}
	.theme-page-top .theme-img {
		position: absolute;
		bottom: 50px;
		left: 35px;
	}
	.theme-page-top .theme-img img {
		display: block;
		width: 200px;
		height: 120px;
		padding: 5px;
		border: 1px solid #ccc;
		box-sizing: border-box;
		background: #fff;
	}
	.theme-page-top .theme-img > .oper {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 60px;
		height: 60px;
		background: rgba(0,0,0,.6);
		color: #fff;
		font-size: 30px;
		transform: translate(-50%, -50%);
		text-align: center;
		line-height: 60px;
		border-radius: 50%;
		display: none;
	}
	.theme-page-top .theme-img:hover > .oper{
		display: block;
	}

	.theme-page-top .infor {
		position: absolute;
		left: 270px;
		bottom: 50px;
		right: 25px;
		align-items: flex-end;
	}
	.theme-page-top .infor .name {
		color: #000;
		font-size: 22px;
		max-width: 450px;
		line-height: 30px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.theme-page-top .infor .h3 {
		margin-left: 20px;
		color: #888;
		font-size: 14px;
		line-height: 22px;
	}
	.theme-page-top .infor .h3 > span {
		margin-left: 5px;
		color: #EA4335;
	}
	.theme-page-top .infor .attention {
		height: 30px;
		width: 100px;
		background: #FF7D7D;
		color: #fff;
		border-radius: 0px;
		font-size: 14px;
		margin-left: auto;
		border: 1px solid #FF7D7D;
	}
	.theme-page-top .infor .attention:hover{
		background: #F24747;
	}
	.theme-page-top .infor .attention > span:first-of-type {
		font-size: 24px;
		margin-right: 5px;
	}
	.theme-page-top .infor-u {
		position: absolute;
		left: 270px;
		bottom: 20px;
		right: 25px;
		display: flex;
		align-items: center;
	}
	.theme-page-top .infor-u span {
		color: #888;
	}
	.theme-page-top .infor-u span > a {
		margin-left: 10px;
		color: #0074E8;
	}
/* 论坛页 */
/* 回复区域 */
	.com-reply {
		width: 880px;
		background: #f1f3f4;
		border: 1px solid #ddd;
		box-sizing: border-box;
	}
	.com-reply .title {
		height: 40px;
		padding: 0 20px;
		line-height: 40px;
		font-size: 14px;
	}
	.com-reply .tit {
		margin: 0 20px 20px 20px;
		height: 30px;
		position: relative;
	}
	.com-reply .tit input {
		border: 1px solid #ddd;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		text-indent: 10px;
	}
	.com-reply .tit .font-len {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		line-height: 28px;
		font-size: 14px;
		color: #888;
		padding: 0 10px;
	}
	.com-reply .box {
		border: 1px solid #ddd;
		background: #fff;
		margin: 0 20px 20px 20px;
	}
	.com-reply .box .oper {
		height: 40px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ddd;
	}
	.com-reply .box .oper > li {
		display: flex;
		align-items: center;
		padding: 0 10px;
		font-size: 12px;
		color: #1E90FF;
		cursor: pointer;
		position: relative;
		border-right: 1px solid #ddd;
		user-select: none;
	}
	.com-reply .box .oper > li:last-of-type{
		border-right: none;
	}
	.com-reply .box .oper >  li > img {
		margin-right: 10px;
		width: 18px;
	    height: 16px;
	}
	.com-reply .box #write {
		background: #fff;
		padding: 10px;
		font-size: 14px;
		word-wrap:break-word;
		word-break:break-all;
		box-sizing: border-box;
		overflow: auto;
		outline: 0;
		min-height: 200px;
		line-height: 26px;
	}
	.com-reply .box #write img {
		vertical-align: bottom;
		max-width: 100%;
	}
	.com-reply .sub {
		height: 26px;
		width: 60px;
		line-height: 26px;
	    background: #3492E1;
	    color: #Fff;
	    border-radius: 2px;
	    cursor: pointer;
	    text-align: center;
	    margin: 0 0 20px 20px;
	}
/* 回复区域 */
/* 表情包 */
	.com-reply .box .oper >  li .expre {
		position: absolute;
		top: 35px;
		left: 0px;
		box-shadow: 0 0 5px #aaa;
		background: #fff;
		padding: 10px;
		display: none;
	}
	.com-reply .box .oper >  li .expre:before {
		content: '';
	    position: absolute;
	    width: 14px;
	    height: 14px;
	    border-top: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	    background: #fff;
	    transform: rotate(45deg);
	    top: -8px;
	    left: 23px;
	    border-bottom-right-radius: 20px;
	    box-shadow: -1px -1px 3px #aaa;
	}
	.com-reply .box .oper >  li .expre ul {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		width: 400px;
		height: 200px;
	}
	.com-reply .box .oper >  li .expre ul li {
		border-left: 1px solid #ddd;
		border-top: 1px solid #ddd;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.com-reply .box .oper >  li .expre ul li:hover{
		background: #f1f3f4;
	}
/* 表情包 */
/* 帖子页面 */
	.post-infor {
		background: #f1f3f4;
		height: 100px;
		display: flex;
		align-items: center;
		padding: 0 20px;
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}
	.post-infor .avatar {
		width: 60px;
		height: 60px;
		box-sizing: border-box;
		padding: 4px;
		border: 1px solid #ccc;
		background: #fff;
		margin-right: 20px;
	}
	.post-infor > div {
		height: 60px;
	}
	.post-infor > div p {
		line-height: 30px;
	}
	.post-infor > div .title {
		font-size: 18px;
		color: #000;
	}
	.post-infor > div .other span {
		padding: 0 10px;
	}
	.post-infor > div .other span:first-of-type{
		padding-left: 0;
	}
	.post-content {
		width: 880px;
		background: #f1f3f4;
		border: 1px solid #ddd;
		box-sizing: border-box;
	}
	.post-content .title {
		font-size: 32px;
		color: #000;
		height: 100px;
		text-align: center;
		line-height: 100px;
		border: 1px solid red;
	}
	.post-content .cont-text {
		margin: 20px;
		line-height: 26px;
		font-size: 14px;
		text-align: justify;
		min-height: 200px;
	}
	.post-content .post-oper {
		margin: 0 20px;
		text-align: right;
		height: 40px;
		line-height: 30px;
	}
	.post-content .post-oper span {
		margin-left: 10px;
	}
	.post-content .post-oper span:last-of-type{
		color: #1E90FF;
	}
	.post-content .cont-text img {
		vertical-align: bottom;
		max-width: 100%;
	}
/* 帖子页面 */
/* 回复内容区域 */
	.reply-cont .host {
		position: relative;
		overflow: hidden;
	}
	.reply-cont .host::after{
		content: '楼主';
		position: absolute;
	    width: 60px;
	    height: 60px;
	    transform: rotateZ(-45deg);
	    top: -30px;
	    left: -30px;
	    display: flex;
	    justify-content: center;
	    align-items: flex-end;
	    color: rgb(255, 255, 255);
	    background: rgb(33, 150, 243);
	}
	.reply-cont > li {
		background: #f1f3f4;
		border: 1px solid #ddd;
		margin-bottom: 10px;
		display: flex;
		box-sizing: border-box;
	}
	.reply-cont > li .post-user {
		display: flex;
		align-items: center;
		flex-direction: column;
		min-height: 200px;
		padding: 20px;
		border-right: 1px dashed #ddd;
		box-sizing: border-box;
	}
	.reply-cont > li .post-user > img {
		width: 100px;
		height: 100px;
		box-sizing: border-box;
		border: 1px solid #ddd;
		background: #fff;
		padding: 2px;
	}
	.reply-cont > li .post-user a {
		color: #1E90FF;
		margin-top: 10px;
		font-size: 14px;
		max-width: 100px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.reply-cont > li .post-reply {
		box-sizing: border-box;
		width: 730px;
	}
	.reply-cont > li .post-reply .cont {
		margin: 20px 20px 0 20px;
		word-wrap: break-word;
		text-align: justify;
		line-height: 26px;
		font-size: 12px;
		min-height: 150px;
		border-bottom: 1px dashed #ddd;
		padding-bottom: 10px;
	}
	.reply-cont > li .post-reply .cont img {
		vertical-align: bottom;
		max-width: 100%;
	}
	.reply-cont > li .post-reply .ly {
		margin: 0 20px 20px 20px;
	}
	.reply-cont > li .post-reply .ly li {
		display: flex;
	}
	.reply-cont > li .post-reply .ly li > img{
		padding: 2px;
		box-sizing: border-box;
		border: 1px solid #ddd;
		background: #fff;
		width: 48px;
		height: 48px;
		margin: 0 10px 0 auto;
	}
	.reply-cont > li .post-reply .ly li > div {
		width: 500px;
	}
	.reply-cont > li .post-reply .ly li > div .cont-ly {
		line-height: 24px;
		min-height: 48px;
		text-align: justify;
	}
	.reply-cont > li .post-reply .ly li > div .cont-ly > a {
		color: #1E90FF;
	}
	.reply-cont > li .post-reply .ly li > div .oper-ly {
		line-height: 24px;
		text-align: right;
	}
	.reply-cont > li .post-reply .ly li > div .oper-ly span {
		margin-right: 10px;
	}
	.reply-cont > li .post-reply .oper {
		margin: 0 20px;
		padding: 10px 0;
	}
	.reply-cont > li .post-reply .oper .oper-b {
		text-align: right;
	}
	.reply-cont > li .post-reply .oper .oper-b span {
		margin-left: 10px;
	}
	.reply-cont > li .post-reply .oper .oper-b span:last-of-type{
		color: #1E90FF;
	}
	.reply-cont > li .post-reply .oper .reply-l textarea {
		width: 500px;
		border: 1px solid #ddd;
		margin: 10px 0;
		line-height: 24px;
		padding: 5px;
		min-height: 80px;
	}
	.reply-cont > li .post-reply .oper .reply-l > div > div {
		height: 26px;
		width: 60px;
		line-height: 26px;
	    background: #3492E1;
	    color: #Fff;
	    border-radius: 2px;
	    text-align: center;
	    margin-left: auto;
	}
/* 回复内容区域 */
/* 报错页面 */
	.com-error {
		flex-direction: column;
		height: 500px;
	}
	.com-error img{
		width: 250px;
		height: 250px;
		opacity: 0.6;
		margin-bottom: 50px;
	}
	.com-error p {
		font-size: 30px;
		color: #888;
	}
/* 报错页面 */
/* 分页 */
	.com-page {
		height: 60px;
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	.com-page > p {
		display: flex;
		align-items: center;
	}
	.com-page .total {
		padding: 0 5px;
	}
	.com-page > p:last-of-type{
		margin-left: auto;
	}
	.com-page > p > img {
		width: 14px;
		height: 14px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		padding: 5px;
		cursor: pointer;
	}
	.com-page > p > img:last-of-type{
		border-right: 1px solid #ccc;
	}
	.com-page > p > input {
		border: 1px solid #ccc;
		width: 70px;
		height: 24px;
		text-align: center;
	}
	.com-page > p > label {
		padding: 0 10px;
		background: #f1f3f4;
		height: 24px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: 24px;
	}
	.com-page > p > select {
		margin-right: 20px;
		text-indent: 10px;
		width: 60px;
		border: none;
	}
/* 分页 */
/* 面包屑 */
	.crumbs {
		height: 30px;
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	.crumbs li {
		margin-right: 5px;
	}
/* 面包屑 */
/* 论坛换图 */
	.theme-switch .back-box{
		width: 600px;
		height: 400px;
	}
	.theme-switch .switch {
		border: 1px solid #ccc;
		width: 450px;
		height: 250px;
		background: #f1f3f4;
		margin: 20px auto;
	}
	.theme-switch .switch img {
		max-width: 100%;
		max-height: 100%;
	}
	.theme-switch .sub {
		display: flex;
		justify-content: center;
	}
	.theme-switch .sub span {
		width: 60px;
		height: 30px;
		background: #1E90FF;
		color: #fff;
		line-height: 30px;
		text-align: center;
		margin: 0 20px;
		cursor: pointer;
		user-select: none;
	}
/* 论坛换图 */