/*-----*/
:root {
	--color: #00D2DA;
	--color_l: #FF575C;
	--alert: #FF575C;
	--white: #FFFFFF;
	--black: #000000;
	--cyan: #00D2DA;
	--green: #19996e;
	--gray_light: #F7F7F7;
	--gray_light: rgba(0, 0, 0, 0.02);
	--gray_light_list: rgba(0, 0, 0, 0.02);
	--gray_light_tag: rgba(0, 0, 0, 0.03);
	--gray_dark: #5F6163;
	--red: #CA0303;
	--red: #FF575C;
	--gray001: #F2F2F2;
	--gray01: rgba(0, 0, 0, 0.1);
	--gray02: rgba(0, 0, 0, 0.2);
	--gray03: rgba(0, 0, 0, 0.3);
	--color003: rgba(0, 210, 218, 0.03);
	--alert003: rgba(255, 87, 92, 0.03);
	--maxwidth: 700px;
	--cn: "微软雅黑";
	--cn_title: "微软雅黑";
	--cn_title_back: "微软雅黑";
	--cn_title_back: "microsoft yahei";
	--num: Arial, Helvetica, sans-serif;
	--fz_btn: 14px;
	--fz_phone: 14px;
	--fz_computer: 18px;
	--fz_tag_com: 16px;

}

.computer {}

.phone {}

html {
	background-color: #F8F9FA;
	margin-top: 0px;
	padding: 0px;
	margin: 0 auto;
	max-width: var(--maxwidth);
	min-height: 100%;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
	font-family: var(--cn);
}

body {
	background-color: #FFFFFF;
	text-align: center;
	min-height: 100%;
	border: 0px #EBEDEE solid;
	font-family: var(--cn);
	font-size: var(--fz_phone);
}

.computer body {
	font-size: var(--fz_computer);
}

.phone body {
	font-size: var(--fz_phone);
}

.mui-bar {
	max-width: var(--maxwidth);
	left: unset;
	right: unset;
	width: 100%;
}

.all_content {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-top: 45px;
}

ul,
ol,
li {
	list-style: none
}

.list_sub {
	position: relative;
	display: block;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	padding: 0px 20px;
	background-color: var(--gray_light_list);
	margin: 0 auto;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	border-top: 1px solid #ffffff;
	color: rgba(0, 0, 0, 0.8);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-overflow: ellipsis;
}

.list_sub::after {
	content: '\e583';
	font-family: Muiicons;
	top: 0px;
	right: 5px;
	position: absolute;
}

.list_sub_select {
	position: relative;
	margin: 5px auto;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	padding: 0px 10px;
	white-space: nowrap;


	background-color: var(--color);
	color: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}



.computer .title {
	font-size: 22px;

}

.phone .title {
	font-size: 18px;
}

.computer .list_sub::after {
	right: 10px;
}

.phone .list_sub::after {
	right: 5px;
}

.computer .list_sub {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}

.phone .list_sub {
	height: 45px;
	line-height: 45px;

}

.tag_center {
	line-height: 35px;
	padding: 0px 10px;
	margin: 0px 2px;
	width: auto;

	background-color: var(--gray_light_tag);
	border-right: 1px solid rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.computer .tag_center {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

.phone .tag_center {
	height: 35px;
	line-height: 35px;

}

.computer .tag_menu,
.computer .tag_menu_select {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0px 10px;
}

.phone .tag_menu,
.phone .tag_menu_select {
	height: 35px;
	line-height: 35px;

	padding: 0px 6px;
}

.bc_gray {
	background-color: rgba(0, 0, 0, 0.05);
}

.iconfont {
	font-weight: normal;
}

.top_bar_relative {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	max-width: var(--maxwidth);
}

.top_bar_fixed {
	position: fixed;
	max-width: var(--maxwidth);
	height: 52px;
	top: 0px;
	z-index: 9;
	background-color: var(--white);
}

.top_bar_fixed_full {
	position: fixed;
	max-width: var(--maxwidth);
	top: 0px;
	z-index: 9;
	background-color: var(--white);
}

h4 {

	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
}

.mui-title {}

.menu_back {
	width: 40px;
	height: 50px;
	position: absolute;
	color: #546E7A;
	color: #000000;
	top: 0;
	left: 0;
	padding-top: 10px;
	padding-left: 6px;
	background: #ffffff;
}

.full_screen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 800;
	background-color: #ffffff;
}

.search_bar {
	position: fixed;
	width: 100%;
	max-width: var(--maxwidth);
	top: 0px;
	background-color: #ffffff;
	padding: 0px 10px 5px 10px;
}

.search_bar .search_input {
	position: relative;
	width: 90%;
	top: 8px;
	left: 2px;
	height: 40px;
}

.search_bar input {}

.search_bar .search_close {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 40px;
	width: 50px;
}

.mui-search .mui-placeholder {}

.mui-title {
	color: #546E7A;
	color: #000000;
}

.help_button {
	position: fixed;
	right: 5px;
	bottom: 15px;
	margin: 0 auto;
	width: 34px;
	height: 34px;
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #ffffff;
	color: var(--color);
	border: solid 2px var(--color);
	background: #FF575C;
	color: #FFFFFF;
	border: solid 2px #FF575C;
	z-index: 99;
}

.button_circle_white {
	margin: 20px auto;
	width: 34px;
	height: 34px;
	font-weight: bold;
	font-size: 16px;
	line-height: 34px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #ffffff;
	color: var(--color);
	z-index: 99;
}

header {}

a {
	color: var(--black);
}

p {
	font-size: unset;
}

::-webkit-input-placeholder {
	/* Edge */
	color: rgba(0, 0, 0, 0.2);

}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(0, 0, 0, 0.2);

}

::placeholder {
	color: rgba(0, 0, 0, 0.2);

}

/*----DIV样式------*/
.clear {
	clear: both;
}

.point {
	cursor: pointer;
}

.none {
	display: none;
}

.div_left {
	float: left;
}

.div_right {
	float: right;
}

.div_center {
	margin: 0 auto;
	text-align: center;
}

.inline {
	display: inline-block;
}

.per20 {
	width: 20%;
	margin: 0 auto;
}

.per25 {
	width: 25%;
	margin: 0 auto;
}

.per30 {
	width: 30%;
	margin: 0 auto;
}

.per35 {
	width: 35%;
	margin: 0 auto;
}

.per40 {
	width: 40%;
	margin: 0 auto;
}

.per45 {
	width: 45%;
	margin: 0 auto;
}

.per50 {
	width: 50%;
	margin: 0 auto;
}

.per55 {
	width: 55%;
	margin: 0 auto;
}

.per60 {
	width: 60%;
	margin: 0 auto;
}

.per65 {
	width: 65%;
	margin: 0 auto;
}

.per70 {
	width: 70%;
	margin: 0 auto;
}

.per75 {
	width: 75%;
	margin: 0 auto;
}

.per80 {
	width: 80%;
	margin: 0 auto;
}

.per85 {
	width: 85%;
	margin: 0 auto;
}

.per90 {
	width: 90%;
	margin: 0 auto;
}

.per95 {
	width: 95%;
	margin: 0 auto;
}

.pad5 {
	padding: 5px;
}

.mg10 {
	margin: 10px auto;
}

.mg15 {
	margin: 15px auto;
}

.mg20 {
	margin: 20px auto;
}

.op3 {
	opacity: 0.3;
}

.op5 {
	opacity: 0.5;
}

.op7 {
	opacity: 0.7;
}

/*----文字样式------*/
a {
	cursor: pointer;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left
}

.text_right {
	text-align: right
}

.ff_yahei {
	font-family: "microsoft yahei";
}

.ff_number {
	font-family: arial;
}

.ff_number_bold {
	font-family: "arial black";
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.f6 {
	font-size: 6px;
}

.f7 {
	font-size: 7px;
}

.f8 {
	font-size: 8px;
}

.f9 {
	font-size: 9px;
}

.f10 {
	font-size: 10px;
}

.f11 {
	font-size: 11px;
}

.f12 {}

.f13 {
	font-size: 13px;

}

.f14 {}

.f15 {
	font-size: 15px;

}

.f16 {
	font-size: 16px;

}

.f17 {
	font-size: 17px;

}

.f18 {
	font-size: 18px;

}

.f19 {
	font-size: 19px;

}

.f20 {
	font-size: 20px;

}


.f22 {
	font-size: 22px;

}

.f24 {
	font-size: 24px;

}

.f26 {
	font-size: 26px;

}

.f28 {
	font-size: 28px;

}

.f30 {
	font-size: 30px;

}

.f35 {
	font-size: 35px;

}

.f40 {
	font-size: 40px;

}

.f45 {
	font-size: 45px;

}

.f50 {
	font-size: 50px;

}

.f55 {
	font-size: 55px;

}

.f60 {
	font-size: 60px;

}

.l20 {
	line-height: 20px;

}

.l25 {
	line-height: 25px;

}

.l30 {
	line-height: 30px;

}

.l35 {
	line-height: 35px;

}

.l45 {
	line-height: 45px;

}

.l55 {
	line-height: 55px;

}

.cb01 {
	color: rgba(0, 0, 0, 0.1);
}

.cb02 {
	color: rgba(0, 0, 0, 0.2);
}

.cb03 {
	color: rgba(0, 0, 0, 0.3);
}

.cb04 {
	color: rgba(0, 0, 0, 0.4);
}

.cb05 {
	color: rgba(0, 0, 0, 0.5);
}

.cb06 {
	color: rgba(0, 0, 0, 0.6);
}

.cb07 {
	color: rgba(0, 0, 0, 0.7);
}

.cb08 {
	color: rgba(0, 0, 0, 0.8);
}

.cb09 {
	color: rgba(0, 0, 0, 0.9);
}

.cb1 {
	color: rgba(0, 0, 0, 1);
}

.title_18 {
	position: relative;
	width: 100%;

	font-size: 18px;
	font-weight: bold;
}

.title_16 {
	position: relative;
	width: 100%;

	font-size: 16px;
	font-weight: bold;
}

.title_14 {
	position: relative;
	width: 100%;


	font-weight: bold;
}

.color_alert {
	color: var(--color)
}

.color_yellow {
	color: #FEC01B;
}

.color_green {
	color: #44D9E7
}

.color_green_light {
	color: #A1FF9C;
}

.color_system {
	color: var(--color);
}

.cw01 {
	color: rgba(255, 255, 255, 0.1);
}

.cw02 {
	color: rgba(255, 255, 255, 0.2);
}

.cw03 {
	color: rgba(255, 255, 255, 0.3);
}

.cw04 {
	color: rgba(255, 255, 255, 0.4);
}

.cw05 {
	color: rgba(255, 255, 255, 0.5);
}

.cw06 {
	color: rgba(255, 255, 255, 0.6);
}

.cw07 {
	color: rgba(255, 255, 255, 0.7);
}

.cw08 {
	color: rgba(255, 255, 255, 0.8);
}

.cw09 {
	color: rgba(255, 255, 255, 0.9);
}

.cw1 {
	color: rgba(255, 255, 255, 1);
}

/*----背景颜色样式------*/
.bb01 {
	background-color: rgba(0, 0, 0, 0.1);
}

.bb02 {
	background-color: rgba(0, 0, 0, 0.2);
}

.bb03 {
	background-color: rgba(0, 0, 0, 0.3);
}

.bb04 {
	background-color: rgba(0, 0, 0, 0.4);
}

.bb05 {
	background-color: rgba(0, 0, 0, 0.5);
}

.bb06 {
	background-color: rgba(0, 0, 0, 0.6);
}

.bb07 {
	background-color: rgba(0, 0, 0, 0.7);
}

.bb08 {
	background-color: rgba(0, 0, 0, 0.8);
}

.bb09 {
	background-color: rgba(0, 0, 0, 0.9);
}

.bb1 {
	background-color: rgba(0, 0, 0, 1);
}

.bw01 {
	background-color: rgba(255, 255, 255, 0.1);
}

.bw02 {
	background-color: rgba(255, 255, 255, 0.2);
}

.bw03 {
	background-color: rgba(255, 255, 255, 0.3);
}

.bw04 {
	background-color: rgba(255, 255, 255, 0.4);
}

.bw05 {
	background-color: rgba(255, 255, 255, 0.5);
}

.bw06 {
	background-color: rgba(255, 255, 255, 0.6);
}

.bw07 {
	background-color: rgba(255, 255, 255, 0.7);
}

.bw08 {
	background-color: rgba(255, 255, 255, 0.8);
}

.bw09 {
	background-color: rgba(255, 255, 255, 0.9);
}

.bw1 {
	background-color: rgba(255, 255, 255, 1);
}

.bc_blue {}

.bc_green {
	background-color: #44D9E7;
	color: #ffffff;
}

.dashed {
	border: dashed 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.border {
	border: solid 1px #000000;
}

.loading {
	text-align: center;


}

.table {
	display: table;
	width: 100%;

}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	overflow: hidden;
	width: 1%;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.title {
	font-size: 18px;
	font-weight: bold;
	font-family: var(--cn_title);
	line-height: 45px;
}

.lock_pic img {
	filter: url(blur.svg#blur);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

.lock_pic {
	filter: url(blur.svg#blur);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

.headimg_border {
	margin: 0 auto;
	padding: 5px;
	/* border: 1px solid rgba(0, 0, 0, 0.05); */
	background-color: rgba(0, 0, 0, 0.05);
	line-height: 0px;
	border-radius: 360px;
	/* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
	-moz-border-radius: 360px;
	/* Mozilla浏览器的私有属性 */
	-webkit-border-radius: 360px;
	/* Webkit浏览器的私有属性 */
}

.headimg {
	width: 35px;
	height: 35px;
	line-height: 0px;
	display: inline-block;

	border-radius: 360px;
	/* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
	-moz-border-radius: 360px;
	/* Mozilla浏览器的私有属性 */
	-webkit-border-radius: 360px;
	/* Webkit浏览器的私有属性 */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.headimg_25 {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 360px;
	/* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
	-moz-border-radius: 360px;
	/* Mozilla浏览器的私有属性 */
	-webkit-border-radius: 360px;
	/* Webkit浏览器的私有属性 */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.headimg_30 {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 360px;
	/* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
	-moz-border-radius: 360px;
	/* Mozilla浏览器的私有属性 */
	-webkit-border-radius: 360px;
	/* Webkit浏览器的私有属性 */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.table_nickname {
	font-size: 9px;
	text-align: center;
	margin: 0 auto;
}


.button_color_add {
	margin: 0 auto;
	display: inline-block;
	padding: 0px 10px;
	line-height: 35px;
	height: 35px;
	margin: 5px 1%;
	text-align: center;

	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: transparent;
	border: 1px dashed var(--color);
	color: var(--color);
}

.button_white_circle {
	display: inline-block;
	padding: 0px 15px;
	line-height: 35px;
	margin: 10px auto;
	text-align: center;


	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: rgba(255, 255, 255, 1);
	border: 0px solid #ffffff;
}

.button_yellow_circle {
	display: inline-block;
	padding: 0px 15px;
	line-height: 35px;
	margin: 10px auto;
	text-align: center;


	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: #EFC211;
	color: #ffffff;
	border: 0px solid #ffffff;
}

.button_white_dash {
	display: inline-block;
	padding: 0px 20px;
	line-height: 35px;
	margin: 10px auto;
	text-align: center;


	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 1);
	border: 1px dashed #ffffff;
}

.button_white_center {
	padding: 0px 15px;
	line-height: 30px;
	margin: 10px auto;
	display: inline-block;
	text-align: center;


	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: rgba(255, 255, 255, 1);
}

.button_span_dark {
	padding: 5px 10px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;

	curosr: pointer;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgba(0, 0, 0, 1);
	background-color: #546E7A;
	background-color: #000000;
	color: rgba(255, 255, 255, 1);
}

.button_intr_dark {
	position: relative;
	top: 0px;
	padding: 2px 8px;
	line-height: 20px;
	margin: 0px 5px;
	margin-left: 5px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	curosr: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgba(0, 0, 0, 1);
	background-color: #546E7A;
	background-color: #000000;
	color: rgba(255, 255, 255, 1);

}

.button_intr_color {
	position: relative;
	top: 0px;
	padding: 2px 8px;
	line-height: 20px;
	margin: 0px 5px;
	margin-left: 5px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	curosr: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: var(--color);
	color: rgba(255, 255, 255, 1);

}

.button_intr_gray {
	position: relative;
	top: -1px;
	padding: 2px 8px;
	margin: 0px 5px;
	margin-left: 5px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	curosr: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgba(0, 0, 0, 1);
	background-color: #546E7A;
	background-color: rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 1);

}

.button_intr_dash_dark {
	position: relative;
	padding: 5px 10px;
	margin: 0px 5px;
	margin-left: 5px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	curosr: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: rgba(0, 0, 0, 1);
	border: 1px dashed rgba(0, 0, 0, 1);

}

.button_intr_dash_gray {
	position: relative;
	padding: 5px 10px;
	margin: 0px 5px;
	margin-left: 5px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	curosr: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: rgba(0, 0, 0, 0.5);
	border: 1px dashed rgba(0, 0, 0, 0.5);

}

.button_intr_dash_color {
	position: relative;
	padding: 5px 10px;
	margin: 0px 5px;
	margin-left: 5px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	curosr: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: var(--color);
	border: 1px dashed var(--color);

}

.button_intr_white {
	position: relative;
	padding: 5px 10px;
	margin: 0px auto;
	margin-left: 5px;
	text-align: center;
	font-weight: normal;

	overflow: hidden;
	curosr: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgba(0, 0, 0, 1);
	background-color: #546E7A;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1);
}

.button_white_square {
	padding: 0px 15px;
	line-height: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline-block;
	text-align: center;

	overflow: hidden;
	curosr: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(255, 255, 255, 1);
	border: 0px solid #ffffff;

}

.button_dark_circle {
	padding: 0px 15px;
	line-height: 35px;
	margin: 5px auto;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: rgba(0, 0, 0, 1);
	background-color: #546E7A;
	background-color: #000000;
	color: rgba(255, 255, 255, 1);
	border: 0px solid #ffffff;
}

.button_circle_info {
	padding: 0px 5px;
	line-height: 35px;
	margin: 5px auto;
	display: inline-block;
	text-align: center;

	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.06);
}

.button_circle_add {
	width: 90%;
	padding: 0px 5px;
	line-height: 31px;
	margin: 5px auto;
	display: inline-block;
	overflow: hidden;
	text-align: center;

	background-color: ;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;

	border: 2px dashed rgba(0, 0, 0, 0.2);

}

.button_circle_add_white {
	width: 90%;
	padding: 0px 5px;
	line-height: 33px;
	margin: 5px auto;
	display: inline-block;
	text-align: center;

	background-color: ;
	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	color: rgba(255, 255, 255, 1);
	border: 2px dashed rgba(255, 255, 255, 1);

}

.button_dark_square {
	padding: 0px 15px;
	line-height: 35px;
	margin: 5px auto;
	display: inline-block;
	text-align: center;

	overflow: hidden;
	curosr: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(0, 0, 0, 1);
	background-color: #546E7A;
	background-color: #000000;
	color: rgba(255, 255, 255, 1);
	border: 0px solid #ffffff;
}

.button_gray_circle {
	padding: 0px 15px;
	line-height: 35px;
	margin: 5px auto;
	display: inline-block;
	text-align: center;
	font-size: var(--fz_btn);
	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.05);


	border: 0px solid #ffffff;

}

.button_gray_add {
	padding: 0px 15px;
	line-height: 31px;
	margin: 5px 1%;
	display: inline-block;
	text-align: center;

	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	border: dashed 2px rgba(0, 0, 0, 0.2);

}

.add_new_square {
	width: 100%;
	background-color: #ffffff;
	border: dashed 2px rgba(0, 0, 0, 0.1);


	line-height: 32px;
	margin: 5px auto;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.add_new_circle {
	width: 90%;
	background-color: #ffffff;
	border: dashed 2px rgba(0, 0, 0, 0.2);

	line-height: 31px;
	margin: 5px auto;
	display: inline-block;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.button_color_square {
	padding: 0px 15px;
	line-height: 35px;
	margin: 5px;
	display: inline-block;
	text-align: center;

	overflow: hidden;
	curosr: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FED777;
	background-color: var(--color);
	background-color: #FF575C;
	color: rgba(255, 255, 255, 1);
	border: 0px solid #ffffff;
}

.button_color_circle {
	padding: 0px 15px;
	line-height: 35px;
	display: inline-block;
	margin: 5px auto;
	text-align: center;
	font-size: var(--fz_btn);
	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: #44D9E7;
	background-color: #FED777;
	background-color: #FF575C;
	background-color: var(--color);
	color: rgba(255, 255, 255, 1);
}

.button_color_big {
	padding: 0px 15px;
	line-height: 50px;
	display: block;
	margin: 20px auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: var(--color);
	color: rgba(255, 255, 255, 1);
}

.button_red_circle {
	padding: 0px 15px;
	line-height: 35px;
	display: inline-block;
	margin: 5px auto;
	text-align: center;

	overflow: hidden;
	curosr: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: #FF575C;
	color: rgba(255, 255, 255, 1);
}

.button_color_4s {
	width: 42px;
	height: 42px;
	padding: 5px;
	line-height: 16px;
	display: inline-block;
	margin: 5px auto;
	text-align: center;

	overflow: hidden;
	curosr: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: var(--color);
	color: rgba(255, 255, 255, 1);
}

.input_white {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);


	text-align: left;
	width: 100%;
	height: 40px;
	margin-top: 2px;
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 1);


}

.signimg {
	width: 20px;
	height: 20px;
	margin: 2px;
}

.topbar {
	width: 100%;
	height: 45px;
	top: 0;
	max-width: var(--maxwidth);
	position: fixed;
	z-index: 10;
}


.bottom {
	width: 100%;
	height: 45px;
	margin-bottom: 0px;
	text-align: center;
	bottom: 0;
	left: 0;
	position: fixed;
	background-color: #ffffff;
}

.bottom_right {
	width: 40px;
	height: 40px;
	margin-bottom: 0px;
	text-align: center;
	bottom: 70px;
	right: 5px;
	position: fixed;
}

.bottom_left {
	width: 40px;
	height: 40px;
	margin-bottom: 0px;
	text-align: center;
	bottom: 70px;
	left: 5px;
	position: fixed;
}

.bottom_auto {
	width: 100%;

	margin-bottom: 0px;
	text-align: center;
	bottom: 0;
	position: fixed;
	background-color: #ffffff;

}

.bottom_auto .button_dark_circle {
	margin: 6px auto;
}

.bottom_auto .button_gray_circle {
	margin: 6px auto;
}

.bottom_auto .button_color_circle {
	margin: 6px auto;
}

.bottom a {
	padding: 20px;
}

/*--把图变成灰色--*/
.imggray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

footer {
	display: block;
}

footer nav.ect-nav {
	position: fixed;
	bottom: 0;
}

nav.ect-nav a {
	text-decoration: none
}

nav.ect-nav {
	color: #000;


	background: #fff;
	/* height: 20px;*/
	width: 100%;

	border: 1px solid #e3e3e3;
	border-bottom: none
}

.ect-diaplay-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
}

nav.ect-nav ul li {
	/*padding: 0.3em 0;*/
	width: 33.3%;
	text-align: center;
}

nav.ect-nav ul li {
	border: left:1px solid #f00;
}

.ect-box-flex {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	display: block;
	width: 100%;
}

.cardimg {
	position: relative;
	width: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bg_img {
	position: relative;
	width: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.text_list_left {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	margin: 10px;
	text-align: left;
	list-style-type: disc;

	padding-bottom: 10px;
}

.text_list_center {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	margin: 10px;
	text-align: center;
	list-style-type: disc;

	padding-bottom: 10px;
}

.list_nobg {
	position: relative;
	margin: 5px 0px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0px 10px;
	white-space: nowrap;


	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;


}

/*适合背景颜色为有颜色的列表用*/
.list_sub_white {
	position: relative;
	display: block;
	line-height: 45px;
	max-width: 500px;
	margin: 5px auto;
	height: 45px;
	overflow: hidden;
	padding: 0px 10px;


	background-color: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-top: 1px solid rgba(0, 0, 0, 0.02);
	border-left: 1px solid rgba(0, 0, 0, 0.02);
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-overflow: ellipsis;

	background: #ffffff;
	color: rgba(0, 0, 0, 0.8);

}

.list_all_white {
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding: 20px 10px;

	background: #ffffff;
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	line-height: 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.list_sub_white_add {
	position: relative;
	margin: 10px auto;
	line-height: 36px;
	height: 40px;
	overflow: hidden;
	padding: 0px 10px;
	white-space: nowrap;

	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px dashed rgba(0, 0, 0, 0.1);

	color: rgba(0, 0, 0, 0.3);

	border: dashed 2px rgba(255, 255, 255, 0.8);
	color: #ffffff;
	width: 100%;
}

.computer #bottom_menu {
	display: none;
}

.phone #bottom_menu {
	display: table;
}

.computer #bottom_menu_2 {
	display: none;
}

.phone #bottom_menu_2 {
	display: block;
}

.computer #left_menu_div {
	display: block;
}

.phone #left_menu_div {
	display: none;
}

.left_menu_div {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 150px;
	padding-top: 65px;
	background-color: rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	/*border-right: solid 2px #000000;*/
}

.left_menu {
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-align: left;
	padding-left: 20px;
	border-bottom: dashed 2px rgba(0, 0, 0, 0.1);
}

.left_menu_2_select {
	height: 30px;
	line-height: 30px;

	text-align: center;
	padding-left: 5px;
	margin: 10px 0px;
	display: block;

	color: #ffffff;
	background-color: var(--color);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.left_menu_2 {
	height: 30px;
	line-height: 30px;

	text-align: center;
	display: block;

	margin: 10px 0px;
	background-color: #f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.left_menu_2_last {
	height: 30px;
	line-height: 30px;

	text-align: center;
	display: block;
	margin: 10px 0px;

	margin: 10px 0px;
	background-color: #f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.left_menu_select {
	width: 100%;
	line-height: 45px;
	padding-left: 20px;
	overflow: hidden;
	text-align: left;
	background-color: #ffffff;
	border-bottom: dashed 2px rgba(0, 0, 0, 0.1);
}

.left_menu_select .iconfont {
	font-size: 20px;
	font-weight: bold;
}

.left_menu_select .left_menu_title {
	/*border-bottom: dashed 2px rgba(0,0,0,0.1);*/
	font-size: 18px;
	font-weight: bold;


}

.list_sub_text {
	position: relative;
	margin: 5px auto;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	padding: 0px 10px;
	white-space: nowrap;


	background-color: #ffffff;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	text-align: left;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	padding: 0px 0px;

}

.img_sub {
	position: relative;
	margin: 5px auto;
	max-width: 500px;
	line-height: 35px;
	height: 150px;
	padding: 0px 30px;
	white-space: nowrap;


	background-color: rgba(0, 0, 0, 0.035);

	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*display: inline-block;*/
}

.img_sub .img_edit_button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 35px;
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.img_sub .img_intr {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 30px;

	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.9);
	background-color: rgba(255, 255, 255, 0.1);
}

.list_full_text {
	position: relative;
	margin: 5px auto;
	line-height: 30px;
	padding: 7px 0px;


	background-color: #ffffff;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	text-align: left;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

/*背景图自适应*/
.list_full {
	display: block;
	position: relative;
	margin: 5px auto;
	padding: 0px 10px 10px 10px;


	background-color: rgba(0, 0, 0, 0.035);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


}

.list_dash {
	position: relative;
	padding: 0px 20px;
	width: 100%;
	line-height: 40px;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	background-color: #ffffff;

	border: 2px dashed rgba(0, 0, 0, 0.1);
	border-bottom: 0px;


}

.list_add {
	position: relative;
	margin: 10px auto;
	line-height: 36px;
	height: 40px;
	overflow: hidden;
	padding: 0px 10px;
	white-space: nowrap;

	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px dashed rgba(0, 0, 0, 0.1);

	color: rgba(0, 0, 0, 0.3);

}

.list_full_add {
	position: relative;
	margin: 10px auto;
	line-height: 26px;
	padding: 5px 10px;


	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px dashed rgba(0, 0, 0, 0.1);

	color: rgba(0, 0, 0, 0.3);

}

.list_sub .list_logo_div {
	position: relative;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}

.list_logo {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 360px;
	/* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */
	-moz-border-radius: 360px;
	/* Mozilla浏览器的私有属性 */
	-webkit-border-radius: 360px;
	/* Webkit浏览器的私有属性 */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.list_sub .list_text {
	position: relative;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
}

.list_sub .list_text_center {
	position: relative;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
}

.list_title {
	padding: 0px 10px;
	text-overflow: ellipsis;

}

.list_sub .list_title {
	text-overflow: ellipsis;

}

/*list_all是选级别或单选时的下拉菜单，list_all_select是选中时*/
.list_all {
	position: relative;
	margin: 5px 0px;
	padding: 6px 10px;
	line-height: 25px;

	background-color: rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.list_all_select {
	position: relative;
	margin: 5px 0px;
	padding: 6px 10px;
	line-height: 25px;

	background-color: #546E7A;
	background-color: #000000;
	color: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*下拉菜单*/
.select_option {
	width: 100%;
	position: relative;
	margin: 10px auto;
	background-color: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.1);

}

.select_option option {
	background-color: #ffffff;
}

/*供选择的标签列表*/
.select_list_box {
	width: 100%;
	position: relative;
	overflow-y: auto;
}

.select_list {
	background: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;


}

.select_list li {
	padding: 6px 8px;
	background-color: #f2f2f2;

	text-align: center;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;


}

.search_list li {
	padding: 6px 8px;
	background-color: #f2f2f2;

	text-align: center;
	display: inline-block;
	margin-right: 1px;
	margin-top: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;


}

.tips_box_white {
	position: relative;
	margin: 10px auto;
	padding: 10px 10px;

	background: #ffffff;
	margin-bottom: 20px;


	line-height: 20px;
	overflow: hidden;
	text-align: center;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-top: 1px solid rgba(0, 0, 0, 0.02);
	border-left: 1px solid rgba(0, 0, 0, 0.02);
}

.tips_box_gray {
	position: relative;
	margin: 10px auto;
	padding: 10px 10px;

	background: rgba(0, 0, 0, 0.02);
	margin-bottom: 20px;


	line-height: 25px;
	overflow: hidden;
	text-align: center;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-top: 1px solid rgba(0, 0, 0, 0.02);
	border-left: 1px solid rgba(0, 0, 0, 0.02);
}

.tips_box_dash {
	position: relative;
	margin: 10px auto;
	padding: 10px 10px;
	max-width: 500px;
	background: #ffffff;
	background: rgba(0, 0, 0, 0.02);
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.6);

	line-height: 30px;
	overflow: hidden;
	text-align: center;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px dashed rgba(0, 0, 0, 0.1);
}

.tips_box_dash_color {
	position: relative;
	margin: 10px auto;
	padding: 10px 10px;
	max-width: 500px;
	background: #ffffff;
	background: var(--color003);
	margin-bottom: 20px;
	color: var(--color);

	line-height: 30px;

	overflow: hidden;
	text-align: center;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px dashed var(--color);
}

.tips_box_white_2 {
	position: relative;
	margin: 10px auto;
	padding: 10px 10px;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(0, 0, 0, 0.03);
	margin-bottom: 20px;


	line-height: 25px;
	overflow: hidden;
	text-align: center;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px dashed rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.05);

}

.tips_left {
	position: relative;
	margin: 10px auto;

	line-height: 35px;
	text-align: left;
	/*text-indent: 2em; em是相对单位，2em即现在一个字大小的两倍*/
}

.tips_left .button_color_circle {
	text-align: center;
	margin: 0 auto;
	width: 80%;
}

.tips_center .button_color_circle {
	text-align: center;
	margin: 0 auto;
	width: 80%;
}

.tips_left p {

	margin-bottom: 0px;
	line-height: 25px;
	padding: 5px 0px;
	text-indent: 2em;
	/*em是相对单位，2em即现在一个字大小的两倍*/
}

.tips_left p:first-letter {
	/*font-size: 1.2em;
	font-weight: bold;*/
	/*首字放大*/
}

.tips_left li {

	border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
	padding: 8px 0px;
	list-style: disc inside;
}

.tips_left h3 {
	text-align: center;
}

.tips_center {
	position: relative;
	margin: 10px auto;


	line-height: 25px;
	text-align: center;
}

.img_preview {
	position: relative;
	width: 100%;
	margin-top: 1px;
	overflow: hidden;
	line-height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.tips_img {
	position: absolute;
	width: 80%;
	top: 40px;
	left: 10%;
	background-color: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	line-height: 25px;
	padding: 10px 10px;
}

.textarea_gray {
	background-color: rgba(0, 0, 0, 0.03);
	min-height: 35px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-left: 1px solid rgba(0, 0, 0, 0.06);
	border-right: 1px solid rgba(0, 0, 0, 0.02);
	border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

.select_gray {
	background-color: rgba(0, 0, 0, 0.05);
	min-height: 35px;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: rgba(255, 255, 255, 1);
	color: #000;
	font-weight: normal;
	font-family: var(--cn);
}

/*供选择的菜单*/
.select_radio {
	position: relative;
	width: 90%;
	padding: 8px 10px;
	margin: 0 auto;
	margin-top: 5px;
	line-height: 20px;
	background-color: #ffffff;

	word-break: break-all;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*底部菜单*/
.bottom_menu {
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
	bottom: 0;
	max-width: var(--maxwidth);
	position: fixed;
	background-color: #ffffff;
}

.bottom_menu .cell {
	width: 16.667%;
}

.bottom_menu .icon_text {

	display: block;
	line-height: 15px;
	top: -3px;
	position: relative;
}

.bottom_menu .bottom_unselect {
	border-top: 1px solid rgba(0, 0, 0, 0.01);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 0.2);
}

.bottom_menu .bottom_select {
	background-color: rgba(255, 255, 255, 1);
	border-top: 1px solid rgba(0, 0, 0, 0.00);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(255, 255, 255, 1);
	color: var(--color);

}

.bottom_menu .bottom_select .icon_text {
	font-weight: bold;
}

.bottom_menu .iconfont {
	font-size: 16px;
	line-height: 16px;
}

.right_bottom_menu {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
}

.right_top_menu {
	position: fixed;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
}

.left-top_menu {
	position: fixed;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;

}

.button_circle_fixed {
	position: fixed;
	height: 35px;
	width: 35px;
	z-index: 10;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.button_circle_relative {
	position: relative;
	height: 35px;
	line-height: 35px;
	width: 35px;
	z-index: 10;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: #ffffff;
	color: var(--color);
}

.back_button {
	position: absolute;
	line-height: 35px;
	background-color: #000000;
	height: 35px;
	width: 35px;
	top: 5px;
	color: #ffffff;
	z-index: 10;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.back_button span {
	font-size: 30px;

}

.menu_white {
	line-height: 30px;
	padding: 0px 10px;

	background-color: #ffffff;
	color: var(--color);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.menu_color {
	line-height: 30px;
	padding: 0px 10px;

	background-color: var(--color);
	color: var(--white);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.menu_gray_light {
	line-height: 30px;
	padding: 0px 10px;

	background-color: var(--gray_light_tag);
	color: var(--black);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.menu_gray_dark {
	line-height: 30px;
	padding: 0px 10px;

	background-color: var(--gray_dark);
	color: var(--white);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.menu_dark {
	line-height: 30px;
	padding: 0px 10px;

	background-color: var(--black);
	color: var(--white);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

/*按钮*/
.tag_small {
	padding: 2px 5px;
	display: inline-block;
	margin: 2px 2px;

	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tag_list {
	position: relative;
	margin: 5px 0px;
	width: 100%;
	line-height: 25px;
	padding: 0px 30px;

	background-color: rgba(0, 0, 0, 0.035);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tag_center_next {
	font-weight: bold;
	line-height: 35px;
	padding: 0px 2px;
	width: auto;
	font-size: 8px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.tag_inline {
	line-height: 35px;
	padding: 0px 10px;
	margin: 0px 5px;
	background-color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
}

.tag_center_white {
	line-height: 35px;
	padding: 0px 10px;
	margin: 3px 2px;

	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;

}

.tag_center_white_add {
	line-height: 33px;
	padding: 0px 10px;
	margin: 0px 2px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px dashed rgba(255, 255, 255, 1);
	color: #ffffff;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;

}

.tag_center_select {
	line-height: 33px;
	padding: 0px 10px;
	margin: 0px 2px;

	color: #ffffff;
	background-color: #546E7A;
	background-color: var(--color);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.tag_del {
	line-height: 35px;
	height: 35px;
	padding: 0px 8px;
	padding-right: 22px;
	margin: 3px 1px;
	color: #ffffff;
	background-color: #546E7A;
	background-color: var(--color);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}

.computer .tag_del {
	font-size: var(--fz_tag_com);
}

.tag_del::after {
	position: absolute;
	right: 4px;
	top: -1px;
	font-family: "iconfont" !important;
	content: "\e611";
	font-size: 16px;
}

.tag_center_add {
	line-height: 33px;
	padding: 0px 10px;

	background-color: #ffffff;
	border: 1px dashed rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.tag {
	line-height: 35px;
	padding: 0px 10px;
	margin: 2px 2px;
	float: left;
	font-size: var(--fz_btn);
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tag_select {
	line-height: 35px;
	padding: 0px 10px;
	margin: 2px 2px;
	float: left;
	font-size: var(--fz_btn);
	color: #ffffff;
	background-color: #000000;
	background-color: #546E7A;
	background-color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tag_circle {
	line-height: 35px;
	padding: 0px 10px;
	margin: 5px 1px;
	display: inline-block;


	color: #ffffff;
	background-color: #000000;
	background-color: #546E7A;
	background-color: #000000;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.tag_circle_select {
	line-height: 35px;
	padding: 0px 10px;
	margin: 5px 1px;
	display: inline-block;


	color: #ffffff;
	background-color: var(--color);
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.tag_menu {
	line-height: 35px;
	padding: 0px 6px;
	margin: 2px 2px;
	display: inline-block;


	color: #ffffff;
	background-color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tag_menu_gray {
	line-height: 35px;
	padding: 0px 10px;
	margin: 5px 2px;
	display: inline-block;


	color: rgba(0, 0, 0, 0.5);
	background-color: #f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.tag_menu_white {
	line-height: 35px;
	padding: 0px 10px;
	margin: 5px 2px;
	display: inline-block;


	color: var(--color);
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.tag_menu_white_add {
	line-height: 35px;
	padding: 0px 10px;
	margin: 5px 2px;
	display: inline-block;


	color: #ffffff;
	border: 1px dashed #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.tag_menu_select {
	line-height: 35px;
	padding: 0px 10px;
	margin: 5px 2px;
	display: inline-block;


	color: #ffffff;
	background-color: #546E7A;
	background-color: #000000;
	background-color: #fed777;
	background-color: #FF575C;
	background-color: var(--color);

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.tag_menu_add {
	line-height: 33px;
	padding: 0px 15px;
	margin: 5px 2px;
	display: inline-block;


	background-color: #ffffff;
	border: 1px dashed rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tag_select_center {
	line-height: 35px;
	padding: 0px 10px;
	margin: 5px 2px;
	display: inline-block;

	color: #ffffff;

	background-color: #546E7A;
	background-color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*有包含关系菜单间*/
.menu_next {
	line-height: 35px;
	padding: 0px 10px;
	margin: 5px 0px;
	display: inline-block;
	float: left;

	color: #ffffff;

	background-color: #546E7A;
	background-color: #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*有包含关系菜单间的方向按钮*/
.next {
	font-family: Muiicons;

	font-weight: 400;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	float: left;
	line-height: 39px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

.tag_unselect {
	line-height: 35px;
	padding: 0px 10px;
	margin: 5px 2px;
	float: left;

	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tag_add {
	line-height: 33px;
	padding: 0px 10px;
	margin: 2px 3px;
	float: left;
	font-size: var(--fz_btn);
	background-color: #ffffff;
	border: 1px dashed rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tag_add_color {
	line-height: 35px;
	padding: 0px 10px;
	margin: 2px 3px;
	float: left;

	color: #ffffff;
	background-color: #44D9E7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tag_textonly {
	padding: 5px 5px;
	margin: 5px 2px;
	float: left;


}

.tag_white {
	padding: 5px 5px;
	margin: 5px 2px;
	float: left;


	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tag_gray {
	padding: 5px 5px;
	margin: 5px 2px;
	float: left;


	background-color: rgba(0, 0, 0, 0.1);
	;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*按钮分隔符*/
.next_tag {

	font-weight: bold;
	font-family: Muiicons;
	content: '\e470';
	font-family: Muiicons;

	font-weight: 400;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

.next_tag_left {
	font-size: 8px;
	font-weight: bold;
	float: left;
	line-height: 40px;

}

.next_tag_inline {
	padding: 5px 0px;
	margin: 3px 0px;

	background-color: rgba(0, 0, 0, 0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;

}

.next_tag_inline_white {
	padding: 5px 1px;
	margin: 3px 0px;

	background-color: rgba(255, 255, 255, 0);
	color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;

}

/*新内容提示，绿色*/
.new_green {
	position: absolute;
	top: 2px;
	right: 0px;
	height: 5px;
	width: 5px;
	background-color: #44D9E7;
	border-radius: 360px;
	-moz-border-radius: 360px;
	-webkit-border-radius: 360px;
}

.new_num {
	position: absolute;
	top: -8px;
	line-height: 15px;
	font-size: 10px;
	min-width: 15px;
	color: var(--color);
	color: #ffffff;
	background-color: #ffffff;
	background-color: #D44457;
	border-radius: 360px;
	-moz-border-radius: 360px;
	-webkit-border-radius: 360px;
	z-index: 100;
	font-family: arial;
	font-weight: normal;
	padding: 0px 2px;
}

/*横向滚动*/
.scroll_x {

	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

/*坚向滚动*/
.scroll_y {
	overflow-x: hidden;
	overflow-y: auto;
}

.share_box {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 997;
}

.share_box .share_img {
	background-image: url(http://union.dudu007.com/img/icon/sharethis_100.png);
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
}

.share_box .share_text {
	margin-top: 150px;
	color: rgba(255, 255, 255, 1);
	line-height: 35px;
}

/*弹出面板，关闭按钮在上方*/
.pop {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 997;
}

.pop_bg {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0);

}



.pop .pop_content {
	position: fixed;
	padding: 0px;
	max-width: var(--maxwidth);
	padding-bottom: 50px;
	top: 50px;
	bottom: 10px;
	left: 20px;
	right: 20px;
	background-color: #ffffff;
	text-align: center;

	margin: 0 auto;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	z-index: 997;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}



.pop_title {
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0px;
	margin-bottom: 0px;
}

.menu_title {
	position: relative;
	text-align: center;
	margin-top: 10px;
	width: 100%;

	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px;
	margin-bottom: 0px;
	/*color: #44D9E7;*/
}

.post_title {
	text-align: center;
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
	padding: 12px 30px;
	background-color: rgba(0, 0, 0, 0.02);

}

.computer .post_title {
	font-size: 24px;
	padding: 12px 30px;
}

.phone .post_title {
	font-size: 18px;
	padding: 12px 30px;
}

.content_title {

	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
	padding-top: 25px;
	font-size: 18px;
}

.pop_content_big {
	position: fixed;
	padding: 5px;
	max-width: 600px;
	padding-bottom: 50px;
	top: 70px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background-color: #ffffff;
	text-align: center;

	margin: 0 auto;
	border-top-left-radius: 30px;
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	z-index: 997;
	overflow-x: hidden;

	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.top_title {

	font-size: 18px;
	line-height: 44px;
	display: block;
	font-weight: bold;
	margin: 0 0px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

.pop_content .pop_detail {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;

}

.pop .pop_bottom_button_box {
	background-color: #ffffff;
	position: fixed;
	max-width: 500px;
	margin: 0 auto;
	bottom: 29px;
	left: 40px;
	right: 40px;
	background-color: #ffffff;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-bottom: 1px;
	text-align: center;
}

.pop_bottom .pop_bottom_button_box {
	background-color: #ffffff;
	position: fixed;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background-color: #ffffff;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.pop .close_bar {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0px;
	color: #ffffff;
	text-align: center;
	z-index: 998;
}

.pop .close_bar .close_button {
	font-size: 50px;
	line-height: 42px;

}

/*关闭按钮在下方的弹出面板*/
.pop_bottom {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
}

.pop_bottom .pop_content {
	position: fixed;
	top: 10px;
	bottom: 60px;
	left: 5%;
	right: 5%;
	background-color: #ffffff;
	float: left;

	border: solid 2px #000000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: scroll;
}

.pop_bottom .close_bar {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 5px;
	color: #ffffff;
	text-align: center;
}

.pop_bottom .close_bar .close_button {
	font-size: 50px;
	line-height: 50px;
}

.pop_without_top {
	position: fixed;
	padding: 0px 5px 20px 5px;
	top: 45px;
	bottom: 2px;
	left: 5px;
	right: 5px;
	overflow-x: auto;
	overflow-y: hidden;
	background-color: #ffffff;
	border: 2px dashed rgba(0, 0, 0, 0.9);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	z-index: 9;
	display: none;
}

.pop_without_top .close_bar {
	position: fixed;
	width: 45px;
	height: 45px;
	right: 13px;
	top: 50px;
	text-align: right;
}

.pop_without_top .close_bar .close_button {
	font-size: 40px;
	line-height: 40px;

}

.pop_without_top .pop_title {
	position: relative;
	width: 100%;

	font-size: 18px;
	font-weight: bold;
	padding: 12px 0px;
	margin-bottom: 10px;


}

.choose_menu_box {
	position: fixed;
	max-width: var(--maxwidth);
	top: 49px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 5px 20px 5px;
	max-height: 300px;

	background-color: #ffffff;
	border: 2px dashed rgba(0, 0, 0, 0.9);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	z-index: 11;
	display: none;
	padding-bottom: 20px;
}

.choose_menu_box_more {
	position: absolute;
	right: 10px;
	display: none;
}

.choose_menu_box_more .iconfont {
	font-size: 30px;
	color: var(--color);
}

.choose_menu_box .close_bar {
	position: absolute;
	width: 45px;
	height: 45px;
	right: 5px;
	top: 5px;
	text-align: right;
}

.choose_menu_box .close_bar .close_button {
	font-size: 40px;
	line-height: 40px;
}

.choose_menu_box .pop_title {
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0px;
	margin-bottom: 10px;
}

/*图片模糊*/
.blur_10 {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */

	-webkit-filter: blur(10px);
	/* Chrome, Opera */
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
	/* IE6~IE9 */
}

.blur {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */

	-webkit-filter: blur(2px);
	/* Chrome, Opera */
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2, MakeShadow=false);
	/* IE6~IE9 */
}

/*图片去色*/
.img_nocolor {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

/*--重写MUI的showToast()部分---*/
/*-----*/
.mui-toast-container {
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	width: 100%;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
}

.mui-toast-message {
	width: 150px;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	border-radius: 7px;
	background-color: #535353;
	background-color: #636363;
}

.mui-switch.mui-active {
	border-color: #44D9E7;
	background-color: #44D9E7;

}

.mui-popup.mui-popup-in {
	border: 2px dashed rgba(0, 0, 0, 0.1);
}

/*--改写MUI加载时写的没有更多数据--*/
.mui-pull-caption {

	color: rgba(255, 255, 255, 0.5);

}

/*--改写MUI加载时写的加载中--*/
.mui-pull {

	color: rgba(255, 255, 255, 0.5);
}

/*--改写MUI加弹出框位置--*/
.mui-popup {
	position: fixed;
}

/*重写mui结束*/
/*重写weui*/
.weui-icon-info {}

/*重写weui结束*/

/*对话框左侧*/
.rec_card_left {
	position: relative;
	width: 100%;

}

.rec_card_left .rec_main {
	position: relative;
	width: 80%;
	left: 15%;
	min-height: 35px;
	margin-bottom: 20px;

	background-color: rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, 0.03);


	line-height: 25px;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.03);
}

.rec_card_left .rec_title {
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.02);

	padding: 8px;
	text-align: center;
	border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}

.rec_card_left .rec_content {


	line-height: 25px;
	padding: 5px 10px;


}

.rec_card_left .user_div {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 15%;
	height: 90px;
}

.rec_card_left .user_div .headimg {
	position: relative;
	float: right;
	right: 5px;
	width: 35px;
	height: 35px;
}

.level_border {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 12px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.07);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;

}

.level_inner {
	position: relative;
	display: block;
	left: 0px;
	width: 0%;
	height: 10px;
	margin-top: 1px;
	background-color: #44D9E7;
	background-color: #f9cc00;
	background-color: var(--color);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	transition: width 500ms ease-out;
	/* 动画 */
	-moz-transition: width 500ms ease-out;
	/* Firefox 4 */
	-webkit-transition: width 500ms ease-out;
	/* Safari and Chrome */
	-o-transition: width 1s ease-out;
	/* Opera */
	/* transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	 ease：默认值，先慢后快再慢。
	 linear：匀速过渡。
	 ease-in：开始时较慢。
	 ease-out：结束时较慢。
	 ease-in-out：开始和结束时都较慢。	 
	 -webkit-transition: width 1s ease-out;//s是秒
	 -webkit-transition: width 500ms ease-out;//ms毫秒
	 */

}

/* 加分动画容器 */
.scoreContainer {
	position: relative;
	text-align: center;
	background-color: #f2f2f2;
	width: 100%;
}

/* 加分动画容器 */
.score {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	left: 0;
	font-size: 40px;
	font-family: "arial black";
	color: var(--color);
	opacity: 0;
	transition: all 0.5s ease;
	/* 过渡效果，让动画更平滑 */
}

.order_list {
	/* 排序容器 */
	display: grid;
	gap: 10px;
	place-items: center;
	--duration: 100ms;

}

.order_list .item {
	/* 排序元素 */
	width: 100%;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	min-width: 100px;
	border-radius: 5px;
	cursor: move;
	user-select: none;
	will-change: transform;
	overflow: hidden;
	transition: transform var(--duration) linear;
	transform: translate(var(--x, 0px), var(--y, 0px));
	background-color: var(--gray001);
}

.order_list .item_select {
	width: 100%;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	min-width: 100px;
	padding: 0px 10px;
	border-radius: 5px;
	cursor: move;
	user-select: none;
	will-change: transform;
	overflow: hidden;
	transition: transform var(--duration) linear;
	transform: translate(var(--x, 0px), var(--y, 0px));
	background-color: var(--gray001);
}

.order_list .button_intr_dark {
	position: absolute;
	top: 8px;
	right: 5px;
}

.order_list .button_intr_color {
	position: absolute;
	top: 8px;
	right: 5px;
}

.order_list .item.drag {
	width: 100%;
	opacity: 0.1;
	background: var(--color);
	z-index: 1;
	position: relative;
	transition-duration: 0ms;
	color: #ffffff;
	overflow: hidden;
	min-width: 20px;
}

.click_cover {
	background-color: var(--alert);
	position: absolute;
	display: block;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	curosr: pointer;
	opacity: 0;
}

.click_cover_right {
	background-color: var(--color);
	position: absolute;
	display: block;
	right: -5px;
	width: 40px;
	top: 0px;
	bottom: 0px;
	curosr: pointer;
	opacity: 0;
}

.item_cover {
	background-color: var(--color);
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.item_select .item_cover {
	opacity: 1;
}

.item .item_cover {
	opacity: 0;
}

.path_item {
	position: relative;
	line-height: 35px;
	padding: 0px 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	width: auto;
	background-color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	white-space: nowrap;
}

.path_select {
	position: relative;
	line-height: 35px;
	padding: 0px 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	width: auto;
	background-color: rgba(0, 0, 0, 0.05);
	color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	white-space: nowrap;

}

.path_item::before {
	content: ">";
	display: block;
	position: absolute;
	top: -1px;
	right: -7px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8);
	font-size: 10px;
	font-weight: bold;
}

.path_select::before {
	content: ">";
	display: block;
	position: absolute;
	top: -1px;
	right: -7px;
	font-size: 9px;
	font-weight: bold;
	color: var(--gray03);
}

.path_cover {
	background-color: var(--color);
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.path_select .path_cover {
	opacity: 1;
}

.path_item .path_cover {
	opacity: 0;
}

.icon_absolute_right {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.05);
	width: 40px;
}