/* 重置 */
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-layout { width:100%; }
.o-container { width:1200px; }

@media only screen and (max-width:640px) {
	html {
		/* 在根元素中计算基准值字体大小，设备宽度 / 设计稿宽度 * 100 */
		font-size: calc(100vw / 375 * 100);
	}
	.o-layout { width:100%; min-width:inherit; }
	.o-container { width:100%; min-width: inherit; }	
}

.o-app-header { position: fixed; left: 0; top:0; z-index:9; }

.o-header { height:80px; line-height:80px; background:#F5F5F5; overflow:visible; }

.o-member-header-left { float:left; font-size:22px; font-weight:700; padding-left:0px; }
.o-member-header-right { float:right; padding-right:0px; position:relative; }
.o-member-header-right a { font-size:15px; }

.o-member-header-left-logo { float:left; }
.o-member-header-left-title { float:left; }
.o-member-header-left-title a { font-size:22px; font-weight:700; }
.o-member-header-left img { width:60px; height:60px; margin-top:10px; margin-right:10px;  display:block; }

a.o-member-header-right-login { margin-top:22px; width:88px; height:38px; line-height:38px; text-align:center; border-radius: 32px; background: #E8E8E8; font-size:16px; font-weight:600; color:#000; display:block; }
a.o-member-header-right-login:hover { background:#e1e1e1; }

.o-avatar-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #e0e4ea;
    vertical-align: middle;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    cursor: pointer;
}

.o-avatar-link:hover .avatar-img {
    border-color: #2d6cdf;
    box-shadow: 0 4px 14px rgba(45,108,223,0.15);
}

.o-dropdown-menu {
    position: absolute;
    right: 0;
    top: 68px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0,0,0,0.04);
    min-width: 180px;
    padding: 10px 6px;    
    z-index: 99;
    border: 0px solid #e5e5e5;
    line-height: 1.4;
	display: none;
}
/*目前由JS接管控制
.o-user-menu-wrap:hover .o-dropdown-menu {
    display: block;
}
*/

.o-menu-item {
    display: block;
    padding: 10px 18px;
    margin: 2px 6px;
    border-radius: 10px;
    color: #1e293b;
    font-size: 15px;
    font-weight: 500;
	line-height: 1.6;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.o-menu-item:hover {
    background: #f2f5fc;
    color: #1d4ed8;
}

.o-menu-icon-img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    float: left;
    vertical-align: middle;
}

.o-logout-item {
    color: #b91c1c;
}

.o-logout-item:hover {
    background: #fef2f2;
    color: #b91c1c;
}

.o-user-menu-wrap {
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    *display: inline;
    *zoom: 1;
}

.o-nav { width:100%; height:50px; line-height:50px; background:#dadfdb; }
.o-nav-wrapper { height:60px; position:relative; }
.o-nav-wrapper ul { width:100%; height:50px; margin:0 auto; padding-left:20px; overflow: visible !important; position:relative; }
.o-nav-wrapper ul li { float:left; text-align:center; }
.o-nav-wrapper ul li a { display:block; padding:0 60px; height:50px; line-height:50px; font-size:16px; font-weight:600; color: #1b1b1b; position: relative; }
.o-nav-wrapper ul li a::after{content: '';display: block;position: absolute;left: 50%;transform: translateX(-50%);height: 1px;background: #536579;bottom: 0;width: 0;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.o-nav-wrapper ul li a:hover:after,.o-nav-wrapper ul li.on a:after{width: 100%;}
.o-nav-wrapper ul li:hover .nav-list{
	display:block;
}
.nav-list {
	display: none;
	text-align:left;
    background-color: #FFF;
	width:100%;
    box-sizing: border-box;	
    white-space: normal;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 15px 30px 4.5px rgb(0 0 0 / 30%);
    padding: 30px 40px;
    border-top: 4px solid #900300;
    max-height: calc(100vh - 400px);
    overflow: auto;
	z-index:99;
}

.o-footer { padding:40px 100px; background:#F5F5F5; font-size:14px; color:#666; text-align:center; overflow:hidden; }
.o-footer a { color:#666; }
.o-footer p { line-height:1.6; }

/* 用户中心页面 */
.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 30px; }
.account_menu ul li {
	padding:0 30px;
	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:left;
}
.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-project { /* 图片尺寸要和使用的图标大小一致 */
	background-image: url("../images/icon_member_project.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:680px; background:url(../images/login_bg.jpg) center center no-repeat; position: relative; padding:40px 0; }
.login_box { width:400px; position:relative; float:right; background:#FFF; padding:20px 25px; margin-top:60px; margin-right:60px; overflow:hidden; }
.login_register_title { font-size:28px; font-weight:600; padding-bottom:10px; text-align:center; color: #092d70; }

.login_register_main .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 铺满且裁剪，保持比例 */
	z-index: 0;
}

.login_register_main .bg-video {
	object-fit: cover;
}
.login_register_main {
	background: url(../images/login_bg.jpg) center center no-repeat;
	background-size: cover;
}

.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; }
