﻿.overdiv {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	padding: 0px 0px;
	background: rgba(255, 255, 255, 0.5);
	z-index: 9999;
	display: none;
}

#inp {
	border: solid 1px #dddddd;
	border-radius: 5px;
	height: 34px;
	min-height: 20px;
	line-height: 20px;
	padding: 6px 5px;
	background-color: #ffffff;
	color: #353535;
	display: inline-block;
	font-size: 12px;
	margin-bottom: auto;
	display: block;
}

#sendbtn {
	display: block;
	float: right;
}

.txtdiv {
	margin-right: 70px;
}

.txt:active {
	background: #cfcfcf;
}

#note-fixed-ad-container {
	position: fixed;
	top: 80px;
	right: 50%;
	margin-right: -560px;
	width: 180px;
}

#web-note-ad-fixed {
	display: block;
	width: 100%;
	height: 330px;
	background-image: url('../images/saoyisao.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 15px;
	border: solid 1px #e8eae9;
}

.close {
	font-weight: 200;
	font-size: 26px;
	outline: none;
	text-shadow: none;
}

#web-note-ad-fixed .close {
	display: block;
	width: 20px;
	height: 20px;
	color: #999;
	position: absolute;
	right: 10px;
	top: 10px;
}

.detail-footer {
	display: none;
}

.liuyan {
	display: block;
	margin-bottom: 50px;
	overflow: hidden;
	background: #f5f5f5;
	height: auto;
	width: 100%;
	padding: 0px;
}

.lytitle {
	margin: 0px;
	padding: 0px;
	height: auto;
	position: relative;
	padding-bottom: 0px;
	overflow: hidden;
}

.ctitle {
	margin: 0px 0px 0px 15px;
	height: 48px;
	line-height: 48px;
}

.ctitle span {
	display: block;
	float: left;
	width: 50%;
}

.ctitle label {
	display: block;
	float: right;
	width: 48px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	display: none;
}

.lycontent {
	margin: 10px;
	padding: 0px;
	background: #fff;
	border-radius: 3px;
	height: auto;
	position: relative;
	padding-bottom: 5px;
	overflow: hidden;
}

.lylist {
	padding: 0px 10px;
	position: relative;
	height: 30px;
}

.lylist .txt {
	padding: 0px 10px;
	display: block;
	margin-top: 10px;
	width: 100%;
	border: none;
	outline: 0;
	outline-style: none;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.line {
	display: block;
	width: 96%;
	height: 1px;
	background-color: #ececec;
	float: left;
	margin-left: 2%;
}

.btndiv {
	margin: 10px;
	text-align: center;
}

.btndiv button {
	width: 50%;
}

#mui-content {
	margin-top: 70px;
}

.addbg {
	position: initial;
	top: initial;
	width: initial;
	height: initial;
	z-index: initial;
	background: #ffffff;
}

@media only screen and (max-width: 640px) {
	.addbg {
		position: fixed;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 9997;
		background: rgba(0, 0, 0, 0.5);
		display: none;
	}
	.ctitle label {
		display: block;
	}
	.detail-footer {
		display: block;
	}
	/*.liuyan {
                  display: none;
            }*/
	#note-fixed-ad-container {
		display: none;
	}
	.pri-nav {
		display: none;
	}
	#mui-content {
		margin-top: 10px;
	}
}