.login {
	width: 60px;
	text-align: center;
	font-size: 20px;
}

.login img{
	border-radius: 60px;
}
.login_active {
        width: 60px;
        text-align: center;
        font-size: 20px;
}

.login_active img{
        border-radius: 60px;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	font-family: PingFang SC;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	border-radius: 20px;

}

#loginModal .col-right {
	width: 560px;
	height: 600px;
	color: #b2b2b2;
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	/* border-bottom: 1px solid #e5e5e5; */
	color: #5ecfba;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.modal_login {
	display: flex;
	align-content: space-around;
	align-items: center;
	justify-content: center;
}

.modal_login img {
	width: 92px;
}

.modal_login p {
	font-size: 50px;
	margin-left: 20px;
	color: #DD127B;
}

.modal_header {
	width: 500px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 auto;
}

.modal_line {
	display: inline-block;
	width: 160px;
	border-top: 1px solid #DDDDDD;
	vertical-align: 5px;
	/* 　　//看到网上有把.text设置为vertical-align:-5px的，试了一下感觉和.header设置的line-height有冲突,效果不太合适。所以将vertical-align设置到.line上了 */
}

.modal_text {
	margin: 0 32px;
	font-size: 14px;
	color: #353535;
}

.login_active:hover #tuichu{
	display: block;
}


#tuichu{
	display: none;
	cursor: pointer;
}

.modal-body {
	padding: 20px 60px;

}

.modal-qiehuan {
	display: flex;
	color: #333;
	font-size: 24px;
    flex-wrap: nowrap;
    justify-content: center;
}

.tab-front {
	color: #E94142;
	font-size: 24px;
	cursor: pointer;
}

.tab-back {
	color: #333;
	font-size: 24px;
	cursor: pointer;
}

.modal_dl:first-child {
	margin-right: 20px;
}

.modal_dl:last-child{
    margin-left: 20px;
}

.modal_erweima {
	border: 1px solid #E94142;
	padding: 10px;
	border-radius: 10px;
	width: 52%;
	margin: 30px auto;
}

.kaitong{
	color: #E94142;
}
.pinlun {
	display: flex;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	margin-top: 20px;
}

.pinlun img {
	width: 22px;
	height: 22px;
}

.pinlun p {
	font-size: 20px;
	margin-left: 10px;
}

/*æ¸…é™¤æµ®åŠ¨*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/*æµ®åŠ¨*/
.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

/*----------------------------------------------------------------------------------------------------------*/
.content {
	float: left;
}

.flex-text-wrap,
pre {
	margin: 0 !important;
}

.commentAll {
	width: 1250px;
	padding: 0 20px;
	/* border: 1px solid #ededed; */
	margin: 20px auto;
	overflow: hidden;
}

.plBtn {
	width: 75px;
	height: 36px;
	line-height: 36px;
	background-color: #339b53;
	text-align: center;
	display: block;
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 6px;
	margin-right: 2px;
	margin-top: 20px;
}

.plBtn:hover {
	background-color: #2f904d;
}

/*----------è¯„è®ºåŒºåŸŸ begin----------*/
.comment-show {
	margin-top: 20px;
	font-family: PingFang SC;
}

.comment-show-con {
	width: 100%;
	border-top: 1px solid #EDEDED;
	padding: 10px 0;
}

.comment-show-con-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-top: 5px;
}

.comment-show-con-img img{
	border-radius: 60px;
}

.comment-show-con-list {
	width: 85%;
	margin-left: 1%;
}

.pl-text {
	width: 100%;
	margin-top: 7px;
	word-wrap: break-word;
	overflow: hidden;
}

.date-dz {
	width: 100%;
	float: left;
}

.hf-list-con {
	float: left;
	width: 100%;
	background-color: #eaeaec;
	margin-top: 7px;
}

.comment-size-name {
	font-size: 24px;
	color: #339b53;
}

.my-pl-con {
	font-size: 12px;
	color: #8b8b8b;
	width: 100%;
}

.date-dz-left {
	font-size: 16px;
	color: #8b8b8b;
	display: block;
	padding-top: 18px;
}

.pinlun_a {
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.pinlun_cne {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
}


/* 上传图片 */
.main {
	width: 100%;
	margin: 20px auto;
	border-top: 1px solid #ccc;
}

.upload-content .modal-dialog {
	width: 100%;
}

.show {
	text-align: center;
}

.upload-content .content-img-list {
	display: inline-block;
	padding: 0;
}

.upload-content .content-img .gcl {
	font-size: 25px;
	color: #aaa;
}

.upload-content .content-img-list-item {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 7px;
	border: 1px dashed #DEDEDE;
	border-radius: 4px;
	background-color: #fff;
	vertical-align: middle;
	line-height: 150px;
}

.upload-content .content-img-list-item .hide {
	display: none;
}

.upload-content .content-img-list-item div {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	line-height: 150px;
}

.upload-content .content-img-list-item .delete-btn,
.upload-content .content-img-list-item .big-btn {
	color: #fff;
	cursor: pointer;
	margin: 0 5px;
}

.upload-content .content-img-list-item img {
	width: 100%;
}

/*.upload-content .upload-tips {
       padding-top: 10px;
       text-align: right;
       width: 100%;
   }*/
/*图片上传按钮*/

.upload-content .file {
	/* position: relative;
	display: inline-block;
	border: 1px dashed #DEDEDE;
	border-radius: 4px;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center; */
	background-color: #fff;
	vertical-align: top;
	/* margin: 7px; */
}
.upload-content .file2 {
	position: relative;
	display: inline-block;
	border: 1px dashed #DEDEDE;
	border-radius: 4px;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	background-color: #fff;
	vertical-align: top;
	margin: 7px;
}
.z_addImg{
	width: 150px;
	height: 150px;
	margin: 7px;
	overflow: hidden;
}
.z_addImg img{
	width: 100%;
	height: 100%;
	display: block;
}
.z_photo{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.upload-content .file input {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	width: 150px;
	height: 150px;
}

/* .upload-content .file:hover {
	border: 1px dashed #3a75dc;
}
 */
#imgPreview {
	width: 40%;
	height: 180px;
	margin: 10px auto 0px auto;
	border: 1px solid black;
	text-align: center;
}

#imgSpan {
	position: absolute;
	top: 60px;
	left: 40px;
}

.filepath {
	width: 100%;
	height: 100%;
	opacity: 0;
}




/*浮动客服*/
#floatDivBoxs {
	width: 180px;
	background: #fff;
	position: fixed;
	top: 180px;
	right: 0;
	z-index: 999;
}

#floatDivBoxs .floatDtt {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #E94142;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-indent: 22px;
	position: relative;
}

#floatDivBoxs .floatDqq {
	padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
	height: 85px;
	line-height: 85px;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 0 50px;
}

#floatDivBoxs .floatDtxt {
	font-size: 18px;
	color: #333;
	padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
	padding: 0 0 15px 10px;
}

#floatDivBoxs .floatDtel img {
	display: block;
}

#floatDivBoxs .floatDbg {
	width: 100%;
	height: 20px;
	background: url(../images/online_botbg.jpg) no-repeat;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
	background: #E94142;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
	color: #fff;
}

#rightArrow {
	width: 50px;
	height: 65px;
	background: url(../images/online_arrow.jpg) no-repeat;
	position: fixed;
	top: 180px;
	right: 170px;
	z-index: 999;
}

#rightArrow a {
	display: block;
	height: 65px;
}


.floatDqq img {
	width: 34px;
	margin-left: 10px;
}

.floatDqq a {
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
}


#floatDivBoxs .floatDqq li:last-child {
	border: 0;
}



.bgdd {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.45);
	/* display:none对动画transitoin 不支持 opacity支持 */
	display: none;
}

.bgdd .login-card {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -250px;
	border-radius: 5px;
}

.card-active {
	animation: a .6s;
}

.card-active2 {
	animation: b .3s;
}

.active {
	display: block;
}

/* @keyframes 规则，您能够创建动画。 */
/* 通过关键词 "from" 和 "to"，等价于 0% 和 100%。
0% 是动画的开始时间，100% 动画的结束时间。 */
@keyframes a {
	from {
		opacity: 0;
		top: 40%
	}

	to {
		opacity: 1;
		top: 50%
	}
}

@keyframes b {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		margin-left: -250px;
	}
}


.rotate {
	width: 540px;
	height: 800px;
	background-color: #FFFFFF;
	border-radius: 15px;
	/* preserve-3d表示所有子元素在3D空间中呈现 */
	transform-style: preserve-3d;
	/* perspective：视距，表示视点距离屏幕的长短。视点，用于模拟透视效果时人眼的位置。 */
	transform: perspective(700px);
	transition: all .6s ease;
}

.rotate .form-group {
	position: relative;
	margin: 20px;
	font-size: 16px;
	font-family: PingFang SC;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
}

.rotate .form-style {
	background-color: #1f2029;
	padding: 13px 40px;
	outline: none;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	color: #c4c3ca;
}

.rotate .form-group input::-webkit-input-placeholder {
	opacity: 0.7;
	transition: all 0.1s linear;
}

.rotate .form-group input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.rotate .form-group .input-icon {
	position: absolute;
	top: 10px;
	left: 20px;
}

.rotate .input-btn {
	border-radius: 4px;
	height: 44px;
	padding: 0 30px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	border: none;
	background-color: #ffeba7;
	color: #102770;
	box-shadow: 0 8px 24px 0 rgba(255, 235, 167, 0.2);
	outline: none;
	cursor: pointer;
}

.rotate .card-back,
.rotate .card-front {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.rotate .card-back {
	transform: translateZ(1px);
}

.rotate .card-front {
	transform: rotateY(180deg) translateZ(25px);
}

.change {
	transform: rotateY(-180deg);
}

.rotate h4 {
	padding-top: 10px;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	background: #E94142;
	width: 60%;
	margin: 30px auto;
	padding-bottom: 10px;
	border-radius: 10px;
}

.rotate .btn {
	text-decoration: underline;
	cursor: pointer;
	transition: all linear .1s;
}

.rotate .btn:hover {
	color: #ffeba7;
}

.rotate .form-left {
	text-align: left;
}

.rotate .form-font1 {
	margin-left: 50px;
	cursor: pointer;
}

.rotate .top_nav {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 35px;
	height: 35px;
	background: url("../img/close_button.png") no-repeat 0px 0px;
	transition: 0.2s;
	cursor: pointer;
}

.rotate .top_nav:hover {
	background: url("../img/close_button.png") no-repeat 0px -35px;
}


.form-group .hong {
	color: #E94142;
}










.mid {
	/* width: 800px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; */
	height: 550px;
	/* border: 1px solid #ececec; */
	overflow: hidden;
	margin: 40px auto;
	font-family: PingFang SC;
}

.mid2 {
	overflow: hidden;
	margin: 40px auto;
	font-family: PingFang SC;
}

.mid_left {
	width: calc(30% - 1px);
	height: 100%;
	float: left;
	border-right: rgb(159, 161, 161) solid 1px;
}

.mid_left2 {
	width: calc(30% - 1px);
	height: 550px;
	float: left;
	border-right: rgb(159, 161, 161) solid 1px;
}

.mid_right {
	width: 70%;
	height: 100%;
	float: left;
}

.mid_right_top {
	width: 100%;
	height: 80%;
}

.mid_right_bottom {
	width: 80%;
	height: 20%;
	margin-left: 40px;
	font-size: 18px;
}

.mid_right_bottom button {
	width: 250px;
	height: 46px;
	cursor: pointer;
	display: block;
	margin: auto;
	border-radius: 46px;
	border: none;
	color: #ffffff;
	background-color: rgb(234, 64, 66);
	font-size: 18px;
}

.mid_right_bottom button:hover {
	width: 250px;
	height: 46px;
	cursor: pointer;
	display: block;
	margin: auto;
	border-radius: 46px;
	border: none;
	color: #ffffff;
	background-color: rgba(234, 64, 66, 0.8);
}

.mid_left_top {
	width: 100%;
	height: 30%;
}

.mid_left_top ul {
	width: 100%;
	height: 100%;
}

.mid_left_top img {
	position: absolute;
	top: 50%;
	border-radius: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
}

.mid_left_top h1 {
	font-size: 20px;
	text-align: center;
	color: #3B3939;
}

.mid_left_top ul li:nth-child(1) {
	position: relative;
	width: 100%;
	height: 70%;
}

.mid_left_top ul li:nth-child(2) {
	width: 100%;
	height: 30%;
}

.mid_left_bottom {
	width: 100%;
	height: 70%;
}

.mid_left_bottom ul {
	width: 100%;
	height: 100%;
}

.mid_left_bottom ul li {
	width: calc(100% - 4px);
	height: 58px;
	/* padding-top: 10px; */
	cursor: pointer;
	/* border-left: 4px solid rgb(243, 243, 243); */
}

.mid_left_bottom ul li:hover {
	width: calc(100% - 4px);
	height: 58px;
	cursor: pointer;
	/* padding-top: 10px; */
	background-color: rgb(213, 215, 216);
	border-left: 4px solid rgb(234, 64, 66);
}

.mid_hover {
	width: calc(100% - 4px);
	height: 58px;
	cursor: pointer;
	/* padding-top: 10px; */
	background-color: rgb(213, 215, 216);
	border-left: 4px solid rgb(234, 64, 66);
}

.mid_left_bottom ul li p {
	font-size: 20px;
	text-align: center;
	line-height: 58px;
}

.mid_right ul {
	width: 80%;
	padding-top: 25px;
	height: 100%;
	margin-left: 55px;
}

.mid_right ul li {
	width: 100%;
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #CCCCCC;
}

.mid_right ul li p {
	font-size: 20px;
}

.mid_right_bottom_mid {}

.mid_left_bottom_left {
	width: 50%;
	height: 100%;
	float: left;
	text-align: left;
}

.mid_left_bottom_right {
	width: 50%;
	height: 100%;
	float: left;
	text-align: right;
}

.mid_liet {
	background: #fff;
	padding: 0 20px !important;
	margin-top: 25px;
	font-size: 16px;
	height: auto !important;
}

.mid_right .mid_liet li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}










.mid_left_add {
	width: calc(30% - 1px);
	height: 100%;
	float: left;
	border-right: rgb(159, 161, 161) solid 1px;
	min-height: 550px;
}

.mid_add {
	/* -height: ; */
	min-height: 550px;
	/* border: 1px solid #ececec; */
	overflow: hidden;
	margin: 40px auto;
	font-family: PingFang SC;
}

.mid_right_address {
	width: 70%;
	height: 100%;
	float: left;
}

.mid_right_address .mid_right_top {
	width: 100%;
	height: 80%;
}

.mid_right_address .mid_adders {
	/* width: 100%; */
	margin-left: 55px;
	/* background: #fff; */
	/* padding: 0 20px !important; */
	margin-top: 25px;
	font-size: 16px;
	height: auto !important;
	width: calc(100% - 55px);

}

.mid_right_address .mid_adders li {
	padding: 15px;
	line-height: 30px;
}

.address_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
	background-color: #fff;
}

.address_list div {
	cursor: pointer;
}

.coder_hong {
	color: #E94142;
}

.coder_lan {
	color: #3980EC;
}

.mid_add_bottom {
	width: 100%;
	height: 20%;
	margin-left: 40px;
	font-size: 18px;
	margin-top: 40px;
}

.mid_add_bottom button {
	width: 250px;
	height: 46px;
	cursor: pointer;
	display: block;
	margin: auto;
	border-radius: 46px;
	border: none;
	color: #ffffff;
	background-color: rgb(234, 64, 66);
	font-size: 18px;
}









/* 新增地址信息 */


.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

/*------------------- 华丽分割线 -----------------------*/

header {
	width: 90%;
	text-align: center;
	padding: 5%;
	letter-spacing: 2px;
	color: #333;
	font-size: 1.2em;
	text-shadow: 0 0 2px #999;
}

.demo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.demo a {
	margin: 0 5px 20px;
	background-color: #eee;
}

/*------------------- 华丽分割线 -----------------------*/

#dialogBg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .8;
	filter: alpha(opacity=60);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#dialog {
	width: 400px;
	height: 340px;
	margin: 0 auto;
	display: none;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -150px;
	z-index: 10000;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 18px;
	padding: 0 20px;
}

.dialogTop {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 1px;
	padding: 10px 0;
	text-align: right;
}

.dialogIco {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
}

.editInfos {
	padding: 15px 0;
}

.editInfos li {
	width: 90%;
	margin: 8px auto auto;
	text-align: center;
	font-family: "微软雅黑", "microsoft yahei";
}

.ipt {
	border: 0;
	padding: 5px;
	/* border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #ccc inset;
	-webkit-box-shadow: 0 0 3px #ccc inset; */
	margin-left: 5px;
	/* width: calc(100% - 110px); */
	min-height: 20px;
	font-size: 18px;
}

.ipt:focus {
	outline: none;
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.submitBtn {
    width: 50%;
    height: 50px;
    line-height: 30px;
    font-family: "微软雅黑", "microsoft yahei";
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    background: none;
    color: #2a6496;
    /* box-shadow: 0 -3px 0 #2a6496 inset; */
    /* -webkit-box-shadow: 0 -3px 0 #2a6496 inset; */
    border: 0;
    margin-top: 60px;
    font-size: 20px;
}


#dialogBg1 {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .8;
	filter: alpha(opacity=60);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#dialog1 {
	width: 400px;
	height: 340px;
	margin: 0 auto;
	display: none;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -150px;
	z-index: 10000;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 18px;
	padding: 0 20px;
}


.editInfos label{
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}

.editInfos label p{
	/* width: 130px; */
	text-align: left;
	/* margin-left: 10px; */
	color: #333;
}
.claseDialogBtn{
	width: 47%;
	border: 0;
	height: 50px;
	font-size: 20px;
	background: none;
	font-family: "微软雅黑", "microsoft yahei";
}


