@charset "utf-8";

html {
	width: 100%;
	height: 100%;
	position: relative;
}


.g-div{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../images/background.png) repeat center center;
}
.g-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	margin: auto;
	height: 600px;
	width: 660px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	/*box-shadow: 0 0 8px #a1aab3;*/
}
.g-content_wrap{
	position:absolute ;
}
.g-left{
	height: 600px;
	position: absolute;
	width: 660px;
	z-index: 10;
	background: #fff;
}

.con {
	position: absolute;
	top: 55px;
	bottom: 0;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

.m-header {
	height: 55px;
	width: 100%;
	background: url(../images/header_bg.png) repeat-x;
	border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-bottom: 1px dotted #aad4f8;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 1px;
}

.header-pic {
	position: absolute;
	left: 11px;
	bottom: -1px;
	width: 64px;
	height: 64px;
}
.header-pic img{
	width:100%;
	height:100%;
}

.header_text {
	padding-left: 90px;
	width: 200px;
	padding-top: 8px;
}

.header_text .header_text_cn {
	color: #3f86dd;
	font-size: 18px;
	line-height: 25px;
}

.niceScroll {
	min-height: 345px;
}

.header_text .header_text_en {
	padding-top: 3px;
}

.header_close {
	background: url(../images/header_close.png) no-repeat;
	background-position: 0px 0px;
	height: 17px;
	width: 17px;
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
}

.header_close:hover {
	background-position: -16px 0px;
}

.m-contant {
	height: 416px;
	width: 654px;
	_width: 583px;
	margin-top: 0px;
	margin-left: 17px;
	overflow-y: auto;
	position: relative;
	overflow-x: hidden;
}

.magBox {
	padding-top: 20px;
	padding-right: 17px;
	padding-left: 0px;
	min-height: 47px;
	position: relative;
	width: 620px;
}

.magBox:last-child {
	padding-bottom: 20px;
}

.rightMsg {
	text-align: right;
}

.userHeader {
	height: 40px;
	width: 40px;
	float: right;
}

.robotHeader {
	height: 40px;
	width: 40px;
	display: inline-block;
	float: left;
}

.msgDiv {
	padding: 10px;
	background-color: #f3f3f3;
	display: inline-block;
	position: relative;
	_width: expression(( document.documentElement.clientWidth ||
		 document.body.clientWidth)<445?"445px":"");
	max-width: 480px;
	min-height: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.msgDiv img {
	max-width: 100%;
	/*width: auto !important;*/
}

.centerMsg .msgData {
	color: #b4b4b4;
	text-align: center;
}
.centerMsg{
	padding-top: 12px;
}
.leftMsg .msgDiv {
	margin-left: 14px;
	margin-top: 5px;
	*float: left;
	*margin-top: 0px;
	_width: 450px;
}
.leftMsg .msg-div {
	margin-left: 14px;
	margin-top: 5px;
}


.leftMsg .msgDiv .before {
	display: inline-block;
	height: 12px;
	width: 10px;
	position: absolute;
	left: -10px;
	top: 5px;
	background: url(../images/left.png) no-repeat;
}

.rightMsg {
	text-align: right;
}

.leftMsg  .msgDiv:before {
	width: 0px;
	position: absolute;
	top: 5px;
	left: -10px;
	border-style: solid;
	border-color: transparent #f3f3f3;
	border-width: 6px 10px 6px 0;
	content: "";
}

.msgDiv .msgText {
	line-height: 1.8;
	font-size: 12px;
	word-break: break-all;
	word-wrap: break-word;
}

.msgDiv .msgText p {
	height: auto !important;
	width: auto !important;
}

.rightMsg .msgDiv {
	background-color: #dcf6ff;
	color: #000000;
	position: relative;
	text-align: left;
	display: inline-block;
	margin-right: 14px;
	margin-top: 5px;
	*float: right;
	*margin-top: 0px;
}

.rightMsg .msgDiv:before {
	width: 0px;
	position: absolute;
	top: 5px;
	right: -10px;
	border-style: solid;
	border-color: transparent #dcf6ff;
	border-width: 6px 0px 6px 10px;
	content: "";
}

.rightMsg .msgDiv .before {
	display: inline-block;
	height: 12px;
	width: 10px;
	position: absolute;
	right: -10px;
	top: 5px;
	background: url(../images/right.png) no-repeat;
}

.m-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 88px;
	border-top: 1px dotted #aad4f8;
	background: #f1f9ff;
	border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	box-sizing: border-box;
}

.search_show {
	position: absolute;
	bottom: 88px;
	background: #fff;
	max-width: 100%;
	overflow: hidden;
	width: 655px;
	display: none;
	margin: 0 auto;
	z-index:1000;
}

.askTitle {
	padding: 10px 10px 5px;
	color: #999999;
}

.weui_cell {
	padding: 5px 15px 5px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.askItemdiv {
	cursor: pointer;
}

.search_show .weui_cell p {
	line-height: 1.3;
	padding: 2px 0 2px 20px;
	color: #3f86dd;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.weui_cell:hover {
	background: #f3f8fd;
}

.weui_cell:hover p {
	color: #00408f;
}

.m-footer .inputMsg {
	width: 637px;
    height: 36px;
	margin-top: 10px;
	margin-left: 12px; /*border: 1px solid #000; */
	background: transparent;
	font-size: 12px;
	color: #000000;
	line-height: 1.4;
    padding-right: 12px;
}

.m-footer .sendbtn {
	position: absolute;
	bottom: 9px;
	right: 2px;
}

.m-footer .topersonbtn {
	position: absolute;
	bottom: 10px;
	right: 106px;
}

.m-footer .sendbtn .u-sendbtn {
	width: 83px;
	height: 28px;
	background: #4fa8eb;
	color: #fff;
	line-height: 28px;
	font-size: 14px;
	border-radius: 20px;
	-ms-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}

.m-footer .sendbtn .u-sendbtn:hover {
	background: #2885cb;
}

.m-footer .sendbtn .disabled, .m-footer .sendbtn .disabled:hover {
	background: #cecece;
	cursor: default;
}

.m-footer .topersonbtn .u-toperson {
	width: 101px;
	height: 26px;
	background: #fff;
	color: #4a90e2;
	border: 1px solid #4a90e2;
	line-height: 26px;
	font-size: 14px;
	border-radius: 20px;
	-ms-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}

textarea::-webkit-input-placeholder {
	color: #b3b3b3 !important; /* WebKit browsers */
}

textarea:-moz-placeholder {
	color: #b3b3b3 !important; /* Mozilla Firefox 4 to 18 */
}

textarea::-moz-placeholder {
	color: #b3b3b3 !important; /* Mozilla Firefox 19+ */
}

textarea:-ms-input-placeholder {
	color: #b3b3b3 !important; /* Internet Explorer 10+ */
}

.clearfix:before, .container:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}
/* IE 6/7 */
.clearfix {
	zoom: 1;
}

/* FYWang add on 2016年11月28日14:37:28 */
.comPro {
	width: 525px;
	height: auto;
	margin: 20px 0;
	border: 1px solid #E1E1E1;
	background: #F9F9F9;
	border-radius: 8px;
	padding: 16px 20px;
}

.comPro-title {
	font-size: 12px;
	color: #4A4A4A;
	line-height: 13px;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 10px;
}

.comPro ul {
	padding-top: 15px;
}

.comPro ul li {
	margin-left: 10px;
	cursor: pointer;
	width: 220px;
	font-size: 12px;
	color: #6798FF;
	line-height: 20px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/pointer.png) no-repeat left center;
	padding-left: 10px;
}

.comPro ul li:hover {
	color: #67CCFF;
}

/* FYWang add on 2017年6月19日18:41:52 */
.msgText p.leisi, .msgText p.leisi1 {
	color: #4A39CF;
	cursor: pointer;
}

.msgText .uask {
	padding-bottom: 10px;
}

.msgText p.leisi:hover, .msgText p.leisi1:hover {
	color: #00408f;
}

.msgText ol {
	padding-left: 14px;
	width: auto !important;
}

.msgText strong {
	font-weight: bold;
}

.msgText em {
	/*font-style: italic;*/
}

.zan .f-fl {
	float: left;
}

.zan {
	height: 33px;
	padding: 10px 0 0px;
}

.zan a {
	display: inline-block;
	/*width: 230px !important;*/
	text-align: center;
	color: #c0c0c0;
}

.zan i, .zan span {
	width: auto !important;
}

.zan em {
	display: inline-block;
	width: auto !important;
	color: #fff;
	font-style: normal;
}

.zan i {
	color: #c0c0c0;
	margin-right: 15px;
}
/*.zan a:hover,.zan a:hover i {color:#4a90e2;}  */
.clickpj span, .clickpj i {
	color: #4b90e2;
}

.tipWrap {
	padding: 0 50px 28px 50px;
}

.tipWrap .z-dowmload {
	display: block;
	background: #4a90e2;
	border-radius: 4px;
	width: 300px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
}

.tipWrap p {
	font-size: 14px;
	color: #666666;
}

.tipWrap p a {
	color: #4a90e2;;
}

.tipWrap p .unenable {
	color: #ccc;
}

.showToast {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 19891014;
}

.showToastInner {
	pointer-events: none;
	display: table;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.showToastTips {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 180px;
	width: 100%;
}

.showToastTips .showToastCon {
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 2px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	pointer-events: auto;
	animation-name: fieldTipBounceIn;
	-webkit-animation-name: fieldTipBounceIn;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .18s;
	animation-duration: .18s;
	min-width: 175px;
	border: 1px solid #D6E9FF;
	line-height: 50px;
	font-family: "Microsoft Yahei";
}

.icon-success {
	font-size: 24px !important;
	color: #00DC81;
	padding-right: 10px;
	vertical-align: middle;
}

@-webkit-keyframes fieldTipBounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	100% {
		opacity:1;
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
}
.box-ques {
	padding-top: 7px;
}

.box-ques li, .box-ques li span {
	color: #4A90E2;
	line-height: 20px;
	cursor: pointer;
}

.box-ques li.firstli {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	cursor: default;
}

.overHideCss {
	/*height: 80px;*/
	overflow: hidden;
}
.overHideCss1 {
	/*height: 60px;*/
	overflow: hidden;
}

.look {
	width: 100%;
	text-align: right;
	color: #4A90E2;
	font-size: 12px;
	margin-top: 12px;
	position: absolute;
	right: 0px;
    bottom: -8px;
    z-index: 999;
}

.z-layout{
	position: relative;
}

.look span {
	/*display: inline-block;*/
	cursor: pointer;
    /*width: 80px;*/
  	/*height:22px;*/
  	line-height: 22px;
	border: 1px solid #d9eafb;
	color: #4c9ad9;
	padding: 2px 15px;
    text-align: center;
    border-radius: 16px;
	background: #e9f5fc;
}

.toArtificial {
	padding: 0 8px;
	text-align: center;
	width: 260px;
	height: 28px;
	line-height: 28px;
	background: #F7F6F6;
	border-radius: 14px;
	font-size: 12px;
	color: #999999;
	/*margin-left: -100px;*/
	position: relative;
	/*left: 50%;*/
	margin: 0 auto;
	margin-top: 10px;
}

.toArtificial em {
	font-size: 12px;
	background-color: #91BCED;
	cursor: pointer;
	color: #fff;
	padding: 2px 8px;
    border-radius: 18px;
}

.top-notice {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 36px;
	line-height: 36px; width : 100%;
	background: #FFFBE6;
	z-index: 2014;
	width: 100%;
}

.top-notice em, .top-notice i {
	float: left;
}

.top-notice em {
	margin-left: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:80%;
    color:#F96A0E;
    font-size:12px;
}

.top-notice i.notice-icon {
	margin-left: 16px;
	width: 14px;
	height: 13px;
	background-image: url('../images/lb.png');
	background-size: 14px 13px;
	margin-top: 12px;
}

.top-notice i.notice-close {
	width: 14px;
	height: 14px;
	margin-top: 11px;
	float: right;
	margin-right: 14px;
	cursor: pointer;
	background-image: url('../images/close.png');
	background-size: 14px 14px;
}

video{
	width:100% !important;
}
/********1.6.8**************/
.g-content .magBox .msgDiv .msgText .msgZW a{
	text-decoration: underline;
	color:#4A90E2;
}

.tab_right{
	display: none;
position: absolute;
	width: 330px;
	height: 600px;
	top: 0px;
	/*right: -327px;*/
	margin-left: 660px;
	z-index: 5;
	border-radius: 0 5px 0 0;
	-ms-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
}
.tab_right .m-header{
	border-radius: inherit;
}
.f-fl { float:left; display:inline;}
.f-clearfix:before, .f-clearfix:after { content:''; display:table;}
.f-clearfix:after { clear:both;}
.tab_right_wrap_ul{
	margin-top: 12px;
	background-color:#FAFBFC;
}
.tab_right .tab_right_wrap .tab_right_wrap_li{
	height:40px;
	margin-left: 4px;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 40px;
	border:1px solid #D9D9D9;
	border-radius: 4px;
	background-color:#F5F5F5;
	cursor: pointer;
	 padding: 0 7px;
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
}
.tab_right .tab_right_wrap .tab_right_wrap_li.hover{
	background-color:#FAFBFC;
	position: relative;
    z-index: 5;
    color:#20A0FF;
    border-bottom: none;


}
.w100{
	width: 84px;

}
.w156{
	width: 140px;
}
.clear_float:after{
    content:'';
    display: table;
    clear: both;
}
/*防止margin-top越界
*/
.remove_top:before{
    content:'';
    display: table;
}
.tab_right_wrap{
	background-color: #FAFBFC;
	overflow: hidden;
	 border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
}
.tab_right_wrap_div2{
	position: relative;
	z-index: 1;
    top: -3px;
	height: 490px;
	background-color:#FAFBFC;
	border-top: 1px solid #D9D9D9;
	overflow-y: auto;
    width: 342px;
}
.tab_right_wrap_div2_ul{
	padding-top: 24px;
	position: relative;
}
.tab_right_wrap_div2_li{
	cursor: pointer;
}
.tab_right_p{
	width: 266px;
	max-height: 44px;
	margin-bottom: 12px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}
.tab_right_span{
	margin-top: 6px;
	display: inline-block;
	width:8px;
	height: 8px;
	background-color: #35A8FF;
	border-radius: 50%;
	margin-left: 24px;
	margin-right: 8px;
}
.tab_right_wrap_li_two{
	display: none;
}

.msgZW{
	/*border-bottom: 1px solid #fff;*/
    padding-bottom: 12px;
}
.msgText .msgZW .msgans {
	line-height: normal !important;
	font-size: 16px;
}
.msgText .msgZW .msgans span {
	line-height: normal !important;
}
.bind-ques-box{
	padding-bottom: 7px;
    /*border-bottom: 1px solid #fff;*/
}
.Center{
	text-align: center;
}
.tab_right_wrap_img{
	margin-top: 137px;

}

/***********1.6.10******************/
.zan{
	width:464px;
	text-align: right;
}
.zan a span{
	font-size: 17px;
}
.zan a {
    display: inline-block;
    width: 80px;
    height: 22px;
    border-radius: 18px;
}
.chatEvaluate{
	text-align:left;
	font-size: 12px;
	color: #999;
    font-weight: 500;
    padding-top: 8px;
}
.zan .noSolve{
	border: 1px solid #F96269;
	line-height: 22px;
	font-size: 14px;
	color: #F96269;
	text-align: center;
}
.zan .noSolveing{
	background-color: #F96269;
	color: #fff;
}

.zan .hasSolve{
	border: 1px solid #21B68A;
	line-height: 22px;
	font-size: 14px;
	color: #21B68A;
	text-align: center;
	margin-left: 12px;
}
.zan .hasSolveing{
	background-color:#21B68A;
	color: #fff;
}
.clickable{
	text-align: right;
}

/*评价框样式*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.current-evaluation{
	border-top: 1px solid #fff;
	margin-top: 18px;
}
.order-evaluation {
    border-radius: 5px;
    z-index: 200;
	margin-top: 5px;
	margin-bottom: 10px;
}

.order-evaluation p{
    font-size:14px;
    color:#999;
    margin-bottom:0;
}
.order-evaluation-none{
    display: none;
}
.order-evaluation-block{
    display: block;
}
.order-evaluation-checkbox ul li{
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-right:12px;
    float:left;
    cursor: pointer;
    overflow: hidden;
    position:relative;
	padding: 0 14px;
	height: 28px;
	line-height: 30px;
}
.order-evaluation-checkbox ul li.checked i{
    display: block;

}
.order-evaluation-checkbox ul li.checked{
    border: 1px solid #D71D1D;
    border-radius: 15px;
    font-size: 12px;
    color: #D71D1D;
}
.order-evaluation .order-evaluation-textarea{
    position:relative;
    height: 98px;
}
.order-evaluation .order-evaluation-textarea textarea{
    width:95%;
    height:60px;
    border:1px solid #e8e8e8;
    position:absolute;
    top:0;
    left:0;
    /*line-height:22px;*/
    padding:8px;
    color:#666;
    margin: 12px 0;
    background: #FFFFFF;
    border-radius: 8px;
}
.content-div-type{
	display: inline-block;
}
.order-evaluation .order-evaluation-textarea span{
    position:absolute;
    bottom:10px;
    font-size:12px;
    color:#999;
    right:10px;
}
.order-evaluation .order-evaluation-textarea span{
    font-size: 12px;
    color: #CCCCCC;
}

.sub-btn>a{
    width:88px;
    height:28px;
    display: block;
    text-align: center;
    line-height:28px;
    float:left;
    color:#fff;
    font-size:14px;
    background: #D71D1D;
    border-radius: 20px;
}
.order-evaluation>a:hover{
    background: #e84c3d;
}
.suc-tips{
	display: block;
	margin: 0 auto;
    width: 249px;
    font-size: 13px;
    color: #333333;
	margin-top: 10px;
	/*margin-bottom: 20px;*/

}
.suc-tips img{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: text-bottom;
}

textarea::placeholder {
    font-size: 14px;
    color: #AAAAAA;
}
.block li label,.con span{ line-height: 23px;}
.block li span{display: inline-block; vertical-align: middle; cursor: pointer;height: 18px;
    line-height: 18px;
    margin-bottom: 16px;margin-top: 10px}
.block li span img{margin-right: -5px;width:18px;height: 18px;margin-right: 10px;font-seize:18px }
.level{color:#333;font-size:13px;position: relative;top: 3px;line-height: 20px;vertical-align: text-bottom;}
.dmlei_tishi_info{
    font-size:14px;
    color:#fff;
    text-align: center;
    position:fixed;
    left: 48%;
    display: none;
    margin-left: -128px;
    top: 40%;
    margin-top: 60px;
    padding: 8px 19px;
    z-index: 1000;
    background: rgba(0,0,0,0.60);
    border-radius: 8px;
}

.content .evaluation-img img{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-right: 12px
}
.order-evaluation-zan a{
	background:#FD8606;
}
.sub-btn-zan{
	display: none;
}
.order-evaluation-zan .order-evaluation-textarea span{
	right:15px;
}
.order-evaluation-zan .order-evaluation-checkbox ul li.checked {
	border: 1px solid #FD8606;
	border-radius: 15px;
	font-size: 12px;
	color: #FD8606;
}
.current-evaluation-zan .order-evaluation-checkbox{
	/*width: 350px;*/
}

.current-evaluation-zan .order-evaluation-textarea,.current-evaluation-zan .order-evaluation-checkbox{
	margin: 0 auto;
}
.current-evaluation-zan p,.evaluation-img{
	text-align: center;
}
.content-zan{
	text-align: center;
}
.content .suc-tips{
	text-align: center;
}
.sub-btn-zan{
	width: 88px;
	margin: 0 auto;
}
.current-block{
	display: block;
}
/*评价的样式结束*/



/**********1.7.3****************/
.opinion_wrap{
	height: 40px;
	width: 100%;
    position: absolute;
    bottom: 89px;
    left: 0;
    background-color:#F2F9FF;
}
.picBtn{
	display: inline-block;
	width: 14px;
	height:14px;
	margin: 14px;
	cursor: pointer;
}
.picBtn-span{
	width:40px;
	height:40px;
	border-right: 1px solid #fff;
}
/*********图片信息*************/
.f_message{
	display: inline-block;
    width: 200px;
    height: 200px;
}
/*******弹窗提示*************/
.t-layer-rpcMsg .ui-layer-title{
	background-color: #4fa8eb;
	padding: 4px 0;

}
.t-layer-rpcMsg .ui-layer-body{
	height: auto !important;
}
.t-layer-rpcMsg .ui-layer-cancel{
	background-color: #4fa8eb;
	color: #fff;
}
.t-layer-nuoyan .ui-layer-title{
	color: #222;
    font-weight: bolder;
    border-radius: 4px 4px 0 0;
    text-align: center;
   	padding: 14px 0;
    background-color: #fff;
}
.t-layer-nuoyan .ui-layer-close{
	font-size: 30px;
    color: #999;
    border: none;
    background-color: #fff;
    height:27px;
}


/*******弹窗提示*************/
.t-layer-rpcMsg{
	background-color:#fff;
}
.t-layer-rpcMsg .ui-layer-title{
	background-color: #fff;
	padding: 0px 0px;
	height: 8px;

}
.t-layer-rpcMsg .ui-layer-body{
	height: auto !important;
}
.t-layer-rpcMsg .ui-layer-cancel,.t-layer-rpcMsg .ui-layer-confirm{
	background-color: #4fa8eb;
	color: #fff;
	border-color: #4fa8eb;
	line-height:28px;
	height:28px;
	padding: 0px 10px;
}
.t-layer-rpcMsg .ui-layer-body .ui-layer-main>p{
	font-size: 15px;
	color: #000;
	padding: 20px 10px 10px 10px;
}
.warningfb{
	display: inline-block;
    width: 22px;
    height: 22px;
    padding-left: 9px;
}
.fbspan{
	padding: 3px 4px 0px 12px;
}

.upImgInput {
	position: fixed;
	margin-left: 40px;
}
.upImgInput input {
	/*width: 70px;*/
	height: 60px;
	opacity: 0;
}

.list-paddingleft-1,.list-paddingleft-2 {
	padding-inline-start: 16px;
}
