/* 重置 */
body { background: #FFF; font-size:14px; }
h1, h2, h3, h4, h5, h6 {}
p {}
a:link{ color: #000;text-decoration:none; }
a:visited{ color:#333;text-decoration:none; }
a:hover,a:active,a:focus{ color:#333; text-decoration:none; }
table {
    border-collapse: inherit;
}

.o-tab {}
.o-tab .o-tab-head { height:44px; }

.o-tab .o-tab-nav li a, .o-tab .o-tab-nav li span {
	font-size:14px;
	color: #333;
	line-height: 22px;
	padding: 10px 10px;		
	border: solid 1px #FFF;	
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	display: block;
}
.o-tab .o-tab-nav .current a {
	cursor: pointer;
	color: #00a7e7;
	font-weight:500;
	border-bottom: 1px solid #00a7e7;
}
.o-tab .o-tab-nav li a:hover {
	background-color: transparent;
	color: #000;
}
.o-tab .o-tab-head .o-tab-title { font-size:18px; font-weight:600; color:#333; padding:0; height:38px; line-height:45px; }
.o-tab ul.o-tab-nav li {
	margin:0 40px;
}
.o-tab-body {
	padding:20px 0; 
}

.o-tab .o-tab-nav .current a {
    cursor: pointer;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #333;
}

/* 开始 */

.o-header { height:80px; line-height:80px; background:#F5F5F5; overflow:hidden; }

.o-member-header-left { float:left; font-size:22px; font-weight:700; padding-left:0px; }
.o-member-header-right { float:right; padding-right:0px; }
.o-member-header-right a { font-size:18px; }

.o-footer { line-height:80px; line-height:80px; background:#F5F5F5; font-size:14px; color:#666; text-align:center; overflow:hidden; }

/* 用户中心页面 */
.member-box { background: #F6F6F6; }
.member-page-container { padding-top:20px; padding-bottom:20px; }
.member-page-left-menu { float:left; width:220px; min-height:600px; overflow:hidden; }
.member-page-wrap { float:right; width:968px; padding: 8px 10px 12px; background:#FFF; min-height:600px; overflow:hidden; }

.account_img { width:220px; height:200px; background:#FFF; overflow:hidden; }
.account_menu { width:220px; height:auto; margin-top:12px; background:#FFF; overflow:hidden; }
.account_menu ul { padding:10px 20px; }
.account_menu ul li {
	height: 44px;
    line-height: 44px;
    border-top: solid 1px #eee;
}
.account_menu ul li:first-child {
    border-top: 0;
}
.account_menu ul li a {
    display: block;
    font-size: 16px;
	text-align:center;
}
.member-avatar { width:100px; height:100px; overflow: hidden; margin:0 auto; margin-top:20px; }
.member-avatar img { width:100px; height:100px; }
.member-title { text-align:center; }

.o-icon-png-user { /* 图片尺寸要和使用的图标大小一致 */
	background-image: url("../images/icon_member_user.png");
	background-size: 24px 24px;
	background-repeat: no-repeat;
}
.o-icon-png-product {
	background-image: url("../images/icon_member_product.png");
	background-size: 24px 24px;
	background-repeat: no-repeat;
}
.o-icon-png-order {
	background-image: url("../images/icon_member_order.png");
	background-size: 24px 24px;
	background-repeat: no-repeat;
}
.o-icon-png-money {
	background-image: url("../images/icon_member_money.png");
	background-size: 24px 24px;
	background-repeat: no-repeat;
}

/* 注册和登陆 */
.login_register_top { height:120px; line-height:120px; }
.login_register_top_left { float:left; }
.login_register_top_left img { width:400px; height:100px; }
.login_register_top_right { float:right; }
.login_register_top_right a { font-size:16px; }

.login_register_main { min-height:600px; background:url(../images/login_bg.jpg) center center no-repeat; padding:40px 0; }
.login_box { width:400px; position:relative; float:right; background:#FFF; padding:20px 25px; overflow:hidden; }
.login_register_title { font-size:18px; padding-bottom:10px; text-align:center; color: #039; }

.o-icon-username { /* 图片尺寸要和使用的图标大小一致 */
	background-image: url("../images/icon_username.png");
	background-repeat: no-repeat;
	margin-top:2px;
}
.o-icon-password {
	background-image: url("../images/icon_password.png");
	background-repeat: no-repeat;
	margin-top:2px;
}
.o-icon-mobile {
	background-image: url("../images/icon_mobile.png");
	background-repeat: no-repeat;
	margin-top:2px;
}
.o-icon-mobilecode {
	background-image: url("../images/icon_mobilecode.png");
	background-repeat: no-repeat;
	margin-top:2px;
}
.o-icon-email {
	background-image: url("../images/icon_email.png");
	background-repeat: no-repeat;
	margin-top:2px;
}
.o-icon-emailcode {
	background-image: url("../images/icon_emailcode.png");
	background-repeat: no-repeat;
	margin-top:2px;
}
.o-icon-verifycode {
	background-image: url("../images/icon_verifycode.png");
	background-repeat: no-repeat;
	margin-top:2px;
}

/* 验证码 */
.o-verify { position:absolute; height:44px; top:0px; right:0px; }
.o-verify img { height:44px; cursor:pointer; }
.check-tips { text-align:center; font-size:16px; margin-top:20px; color:#F00; }

/* 短信验证码 */
.sendmobilecode { width:86%; float:right; }
.warn { color:#F00; }
.codewarn { color:#F00; }

/* 提示 */
.checktip { font-size:16px; padding:10px; color:#C00; display:block; }
.o-input-right-p { height:44px; line-height:44px; font-size:12px; }