@charset "utf-8";
/* 会员中心手机版 */
@media only screen and (max-width: 1200px) {
	.uc-top { min-width: 100%; height: 45px; }
	.uc-top-info{ width: 100%; height: 45px;}
	.uc-top-info .uc-logo{ float: left; width: 60%; height: 45px; background: url("../../images/mlogo_uc.png") no-repeat; background-size：100px; overflow: hidden;}
	.uc-top-info .uc-txt{ float: right; width: 40%; height: 45px; font-size: 12px; text-align: right; overflow: hidden;}
	.uc-top-info .uc-txt span{ display: none;}
	nav{ min-width: 100%; text-align: center; height: 55px; line-height: 55px; overflow: hidden;}
	nav .uc-nav{ width: 100%;}
	nav .uc-nav a{ padding: 2px;}
	nav .uc-nav .uc-pub{ float:none; width: 100%; height: auto; font-size: 14px; overflow: hidden;}
	nav .uc-nav .uc-pub span{ padding: 2px 4px; border-radius: 2px;}
	nav .uc-menu{ float:none; display: none;}
	.uc-wrap-path{ width: 100%; height: auto; font-size: 12px; padding-top: 120px; margin-bottom: 15px;}
	main{ width: 100%;}
	.addInfoWrap{ height: auto; overflow: hidden;}
	.addInfoWrap .add-box .input-txt{ display: none;}
	.addInfoWrap .add-box .tougao-box li{ overflow: hidden;}
	.addInfoWrap .add-box .tougao-box li input{ width: 96%; }
	.addInfoWrap .add-box .tougao-box li textarea{ width: 97%; }

	/*会员登录*/
	.uc-login{ width: 85%; height: 400px; }
	.login-box ul li{ margin-bottom: 25px; }
	.login-time{ font-size: 12px; padding: 10px 0px; }
	/*会员中心基本*/
	.uc-wrap-box{ width: 100%; }
	.uc-wrap-box .uc-index-l{ float: none; width: 100%; }
	.uc-wrap-box .uc-index-r{ float: none; width: 100%; }
	/*返回顶部*/
	.top{width: 40px; height: 40px; display: block; background: url(../../images/top.png) no-repeat center #85caf5; right: 18px; bottom: 90px; border-radius: 5px; position: fixed; z-index: 999;}
}
