
/* CSS Document */
*{ margin: 0; padding: 0; font-size: 100%; font-family: MicrosoftYaHei,微软雅黑,Arial;  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
}
li{list-style: none;}
img{ border:none;}
body { background-color:#fff;}
a{text-decoration:none; list-style:none; color:inherit;}

.member_small_label {
    display: block;
    padding-top: 0.15rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    text-align: justify;
}
.member_btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 1rem;
	border-radius: 0.12rem;
	background: #FF6600;
	margin-top: 0.3rem;
	padding: 0.1rem 0;
	cursor: pointer;
}

.member_btn .member_btn_txt {
	display: block;
	width: 100%;
	font-size: 0.34rem;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-align: center;
}

.member_btn .member_btn_notes {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 0.14rem;
	font-size: 0.24rem;
	color: #CCE0FF;
}

a.person_exit {
	display: block;
	margin-top: 0.6rem;
	height: 0.9rem;
	text-align: center;
	line-height: 0.9rem;
	background: #C3CBD6;
	border-radius: 0.12rem;
	font-size: 0.32rem;
	color: #FFFFFF;
}

input[type=text], input[type=password] {
	border: 0;
	outline: none;
}

.tip-modal {
	position: fixed;
	left: 50%;
	margin: 0 auto;
	margin-left: -100px;
	width: auto;
	line-height: 30px;
	padding: 4px 10px;
	display: none;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #000;
	opacity: 0.65;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
	border-radius: 4px;
	z-index: 1000;
}
body {
	width: 100%;
	max-width: 800px;
	min-height: 600px;
	margin: 0 auto;
	color: #333333;
}

.hide {
	display: none !important;
}

.bgWhite {
	background: #FFFFFF;
}

.bgGray {
	background: #f2f2f2;
}

.nianbaoBg {
	background: #FF6600;
}

.bgBlue {
	background: #03479c;
	/*background: #2181fa;*/
}

.bgBlue02 {
	background: #2181fa;
}

.margin40 {
	margin: 0 0.4rem;
}

.padding40 {
	padding: 0 0.4rem;
}

.marginBot0 {
	margin-bottom: 0 !important;
}

input {
	padding-left: 0;
}

.checkinput {
	-webkit-writing-mode: horizontal-tb !important;
	font-style:;
	font-variant-ligatures:;
	font-variant-caps:;
	font-variant-numeric:;
	font-variant-east-asian:;
	font-weight:;
	font-stretch:;
	font-size:;
	font-family:;
	text-rendering: auto;
	color: -internal-light-dark(black, white);
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	appearance: auto;
	-webkit-rtl-ordering: logical;
	cursor: text;
	background-color: -internal-light-dark(rgb(255, 255, 255),
		rgb(59, 59, 59));
	margin: 0em;
	padding: 1px 2px;
	border-width: 2px;
	border-style: inset;
	border-color: -internal-light-dark(rgb(118, 118, 118),
		rgb(133, 133, 133));
	border-image: initial;
}

input[type="checkbox" i] {
	background-color: initial;
	cursor: default;
	appearance: auto;
	box-sizing: border-box;
	margin: 3px 3px 3px 4px;
	padding: initial;
	border: initial;
	outline: auto;
}

.ovtwo {
	display: -webkit-box !important;
	overflow: hidden !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
}

.mask {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.4;
	z-index: 600;
	max-width: 800px;
}

.jyccn_show {
	display: block !important;
}

.jychome_fiexd {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 800px;
	/*padding-bottom: 0.2rem;*/
	background-color: white;
}

.jychome_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.4rem;
	height: 0.88rem;
}

.jychome_head .home_head_l {
	display: flex;
	align-items: center;
}

.jychome_head .logo {
	width: 3rem;
	height: 0.6rem;
}

.jychome_head .logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.jychome_head .name {
	display: block;
	margin-left: 0.2rem;
	padding-left: 0.2rem;
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.34rem;
	font-weight: bold;
	color: #3385FF;
	border-left: 1px solid #c3cbd6;
}

.jychome_head .home_head_r {
	display: flex;
	align-items: center;
}

.jychome_head .head_search {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.2rem;
}

.jychome_head .head_search img {
	display: block;
	width: 100%;
	height: 100%;
}

.jychome_head .notuser_icon, .jychome_head .user_icon {
	display: block;
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	overflow: hidden;
}

.login_hover {
	position: absolute;
	width: 100%;
	top: 0.88rem;
	left: 0;
	display: block;
	padding: 0 0.4rem;
	padding-bottom: 0.62rem;
	padding-top: 0.44rem;
	background: #FFFFFF;
	z-index: 200;
	box-sizing: border-box;
}

.login_hover .login_link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.6rem;
}

.login_hover .link_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	background: #F3F8FF;
	border-radius: 0.12rem;
	margin: 0 auto;
}

.login_hover .link_img img {
	display: block;
	width: 0.64rem;
	height: 0.64rem;
}

.login_hover .link_txt {
	display: block;
	text-align: center;
	margin-top: 0.07rem;
	font-size: 0.28rem;
	color: #333333;
	letter-spacing: 0.02rem;
}

.login_hover .login_btn {
	display: block;
	width: 100%;
	height: 0.9rem;
	background: #3385FF;
	border-radius: 0.12rem;
	text-align: center;
	line-height: 0.9rem;
	font-size: 0.32rem;
	color: #FFFFFF;
}

.jyccn_search {
	display: block;
	position: relative;
	margin-top: 0.3rem;
	margin-bottom: 0.45rem;
	height: 1rem;
	border: 1px solid #333333;
	border-radius: 0.12rem;
	overflow: hidden;
}

.jyccn_search input {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 0.14rem;
	font-size: 0.28rem;
	padding-right: 0.8rem;
}

.jyccn_search .search_icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.25rem;
	width: 0.4rem;
	height: 0.4rem;
	z-index: 5;
}

#login_mask, #search_mask {
	z-index: 1;
}

.jyccn_main {
	position: relative;
	padding-top: 2.38rem;
	min-height: 8.7rem;
}

.bread {
	display: flex;
	align-items: center;
	height: 0.86rem;
	width: 100%;
	box-sizing: border-box;
	font-size: 0.24rem;
	color: #9CA7B6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bread .bread_a {
	display: block;
	color: #9CA7B6;
}

.bread .bread_icon {
	display: block;
	padding: 0 0.1rem;
}

/* �۽��� */
.jyccn_focus .mask {
	top: 0.88rem;
}

.jyccn_focus .focus_item {
	position: fixed;
	z-index: 600;
	left: 50%;
	transform: translateX(-50%);
	top: 0.88rem;
	width: 100%;
	background: #F5F7F8;
	max-width: 800px;
}

.jyccn_focus .focus_cont {
	padding: 0.3rem 0.4rem 0.25rem 0.4rem;
}

.jyccn_focus .focus_textarea {
	position: relative;
	width: 100%;
	height: 2.5rem;
}

.jyccn_focus .focus_textarea textarea {
	display: block;
	width: 100%;
	height: 2.5rem;
	border: 1px solid #222222;
	border-radius: 0.12rem;
	padding: 0.1rem 0.2rem 0.55rem 0.2rem;
	font-size: 0.32rem;
	line-height: 0.42rem;
	color: #000000;
	outline: none;
	resize: none;
}

.jyccn_focus .area_text {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0.24rem;
	bottom: 0.27rem;
	font-size: 0.28rem;
}

.jyccn_focus .area_paste {
	color: #FF6600;
}

.jyccn_focus .area_cancel {
	margin-left: 0.3rem;
	color: #303135;
}

.jyccn_focus .area_close {
	position: absolute;
	right: 0.2rem;
	bottom: 0.25rem;
	width: 0.32rem;
	height: 0.32rem;
}

.jyccn_focus .focus_btn {
	display: block;
	margin-top: 0.2rem;
	height: 0.9rem;
	background: #3385FF;
	text-align: center;
	line-height: 0.9rem;
	border-radius: 0.06rem;
	font-size: 0.32rem;
	font-weight: bold;
	color: #FFFFFF;
}

.jdtnew_search_tips {
	display: flex;
	align-items: center;
	padding-left: 0.4rem;
	width: 100%;
	height: 0.8rem;
	background: #FFF5E6;
	font-size: 0.24rem;
	color: #666666;
}

.jdtnew_search_tips img {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.1rem;
}

.jdtnew_search_tips a {
	color: #FF6600;
	padding: 0 0.05rem;
}

.login_hover .per_user {
	margin-bottom: 0.4rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.login_hover .user_number {
	display: flex;
	align-items: center;
	font-size: 0.4rem;
	font-weight: bold;
	color: #333333;
}

.login_hover .user_number span {
	color: #FF6600;
}

.login_hover .user_vip {
	display: block;
	margin-left: 0.1rem;
	width: 0.4rem;
	height: 0.4rem;
}

.login_hover .user_txt {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.28rem;
	color: #999999;
}
.danweixinxi02 {
	position: relative;
	line-height: 1;
	display: flex;
	align-items: center;
	padding: 0.5rem 0 0.1rem 0;
	border-bottom: 0.015rem solid #E6E6E6;
	padding-left: 0rem;
}

.danweixinxi02 .xxtitle {
	font-size: 0.33rem;
	color: #333333;
	width: 2.1rem;
	font-weight: bold;
}

.danweixinxi02 input {
	font-size: 0.33rem;
	color: #666666;
	display: flex;
	align-items: center;
	background: #FFFFFF !important;
}

.danweixinxi02 .xxvalue {
	font-size: 0.33rem;
	line-height: 0.4rem;
	color: #333333;
}

.item_floor {
	background-color: #fff;
	border-radius: 12px;
	margin-top: 0.3rem;
	overflow: hidden;
	padding: 0.1rem 0.3rem 0.3rem;
}

.nianbao_head {
	align-items: center;
	justify-content: space-between;
	padding: 0 0.4rem;
	min-height: 1rem;
}

.nianbao_head .nianbao_head_1 {
	text-align: center;
	width: 100%;
	justify-content: space-between;
	letter-spacing: 0.2rem;
	font-size: 0.45rem;
	color: white;
	padding-top: 0.3rem;
	font-weight: bold;
}

.nianbao_head .nianbao_head_2 {
	text-align: center;
	width: 100%;
	justify-content: space-between;
	letter-spacing: 0.15rem;
	font-size: 0.3rem;
	color: white;
	padding-top: 0.3rem;
	padding-bottom: 0.0rem;
	font-weight: bold;
}