/*mask��ʽ����*/
.tiny-framework-mask{
    z-index: 10000000000;
    background: #aaaaaa;
    opacity: .30;
    filter: Alpha(Opacity=30);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tiny-framework-loading{
    z-index: 10000000000;
    margin: auto;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/mask-loading.gif) no-repeat 50%;
}

/*��¼ҳ����ʽ���ã���Ʒ�ɸ��������������޸�*/
#pageImg {
    float: left;
    width: 60%;
    max-width: 800px;
    max-height: 515px;
    margin-left: 5%;
    margin-top: 100px;
}

#loginForm {
    max-width: 380px;
    min-height: 375px;
    display: inline-block;
    width: 30%;
    float: left;
    margin-left: 5%;
    margin-top: 100px;
    background-color: #ffffff;
    color: #C1C1C1;
    position: relative;
    font-size: 14px;
}

#loginForm > ul, #companyUser, #personalUser {
    margin: auto 10% 15px;
}

#companyUser, #personalUser {
    color: #333333;
    font-size: 28px;
    margin-top: 35px !important;
    margin-bottom: auto !important;
}

#companyUser > span, #personalUser > span {
    line-height: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
}

#companyUser > hr, #personalUser > hr {
    display: inline-block;
    margin: 5px 5px;
    border: 0;
    border-bottom: 1px solid #999999;
}

#companyUser > hr {
    width: 88px;
}

#personalUser > hr {
    width: 142px;
}

.errorTip {
    display:block;
    position: relative;
    clear: both;
    margin-top: 20px;
    height: 25px;
    line-height: 25px;
}

.inputField {
    margin: 0px auto 20px;
    font-size: 14px !important;
}

#loginForm > div:last-child {
    position: absolute !important;
    bottom: 0px;
    width: 100%;
    height: 100px;
}

#buttonArea {
    margin: auto 10% auto;
}

#bottomBtns:after {
    content: '';
    display: table;
    clear: both;
    padding-bottom: 15px;
}

#buttonArea a {
    color: #333333;
}

#bottomBtns {
    margin-top: 25px;
}

.loginBtn {
    background-color: #BC0000;
    border: 1px solid #BC0000;
    border-radius: 3px 3px 3px 3px;
    color: #ffffff;
    font-size: 18px !important;
    cursor: default;
    width: 100%;
}
.loginBtn:hover {
    cursor: pointer;
    background-color: #f74141;
}
.loginBtn span, .loginBtnDisabled span {
    vertical-align: middle;
    text-align: center;
    font-size: large;
    display: table-cell;
    height: 35px;
    margin: 0 auto;
    display: block;
    line-height: 35px;
}

.loginBtnDisabled {
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #ffffff;
    font-size: 18px !important;
    cursor: default;
    width: 100%;
}
.visitorBtn {
	background: #FCFCFC;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	color: #333;
	font-size: 18px !important;
	cursor: default;
    width: 100%;
    margin-top: 20px;
}
.visitorBtn:hover {
	cursor: pointer;
    background-color: #C3C3C3;
}
.visitorBtn span, .visitorBtnDisabled span {
    vertical-align: middle;
    text-align: center;
    font-size: large;
    display: table-cell;
    height: 35px;
    margin: 0 auto;
    display: block;
    line-height: 35px;
}

.visitorBtnDisabled {
    background-color: #FBFBFB;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    color: #C3C3C3;
    font-size: 18px !important;
    cursor: default;
    width: 100%;
}
/*-------- content end ---------*/
/*-------- banner begin ---------*/
#logo {
    margin-top: 15px;
}

#backToHomepage {
    text-align: center;
    height: 70px;
    line-height: 70px;
    float: right;
}

#backToHomepage a, #backToHomepage a:hover, #backToHomepage span, #backToHomepage span:hover {
    color: #666666;
    cursor: pointer;
}


#backToHomepage a:hover, #backToHomepage span:hover {
    text-decoration: underline;
}

#enterpriseSwitchTip {
    background-color: #ffffff;
    border: 1px solid #888888;
    color: #888888;
    width: 416px;
    height: 60px;
    position: absolute;
    top: 50px;
    right: 50px;
    box-shadow: 0px 1px 3px #333333;
    -moz-box-shadow: 0px 1px 3px #333333;
    -webkit-box-shadow: 0px 1px 3px #888888;
    border-radius: 5px;
}

#languages {
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    color: #888888;
    width: 80px;
    height: auto;
    position: absolute;
    top: 50px;
    right: 62px;
    border-radius: 2px;
}

#languages > li {
    padding: 5px;
    cursor: pointer;
    color: #666666;
}

#languages > li:hover {
    color: #bb0000;
    background-color: #f1f1f1;
}

#triangle {
    width: 0px;
    height: 9px;
    background: #00aaff;
    display: inline-block;
}

#triangle:after {
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    border-top: 10px solid #00aaff;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}

/*------ banner end ----------*/
/*------ footer end -------*/

#laws a, #laws a:hover {
    color: #888888;
}

#declaration {
    margin: 0px 100px auto;
    height: 70px;
}

#copyright, #laws {
    display: inline-block;
    line-height: 70px;
    height: 70px;
}

#laws {
    float: right;
}
/*------ footer end ------*/
/*------ page layout begin ------*/
.widthLimit {
    max-width: 1440px;
    min-width: 1280px;
    margin: 0px auto;
    padding: 0px 20px;
}

#login_nav {
    background-color: #FFFFFF;
    position: fixed;
    z-index: 99999;
    top: 0px;
    width: 100%;
    min-width: 1280px;
    height: 70px;
    border-bottom: 1px solid #E4E4E4;
}

.login_content {
    background-color: #F4F4F4;
    position: relative;
    margin: 0px auto -70px auto !important;
    height: 100%;
    min-height: 800px;
}

.login_content:before, .login_content:after {
    content: "";
    display: table;
    clear: both;
}

.login_content:before {
    padding-top: 70px;
}

#login_footer {
    background-color: #434343;
    color: #898989;
    position: relative;
    width: 100%;
    height: 70px;
    clear: both;
}

body, html {
    min-width: 1450px;
    /* overflow-x: scroll; */
    height:100%;
    margin: 0;
    padding: 0;
}

*{
    margin: 0;
    padding: 0;
}
/*ҳͷҳ����ʽ���ã���Ʒ�ɸ�����������������޸�*/
.business_content {
    min-width: 1280px;
    max-width: 1440px;
    margin: 50px auto 0;
}

#tiny-menu {
    list-style: none;
    font: normal 10px Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;

    background-color: #fff;
    height: 58px;
    line-height: 58px;
    box-shadow: 0 15px 10px -8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 10px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 10px -8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 15px 10px -8px rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#d3d3d3', Direction=180, Strength=10);
}
#tiny-menu > ul > li {
    float: left;
    overflow: visible;
}
#tiny-menu > ul > li > ul {
    display: none;
}
#tiny-menu > ul > li > a {
    display: block;
    line-height: 58px;
    text-decoration: none;
    color: #222;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 10;
}
#tiny-menu li a h1 {
    display: block;
    height: 58px;
    line-height: 58px;
    width: auto;
    padding: 0 15px;
}
.menu-selected {
    color: #08c;
    background: url("../img/menu_selected.png") center no-repeat;
}
#tiny-menu li a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
#tiny-menu li a:hover, #tiny-menu li a:active {
    color: #08c;
}
#tiny-menu li .tiny-menu-panel {
    width: auto;
    border-width: 1px;
    border-style: solid solid solid solid;
    border-color: #dbdbdb;
    box-shadow: 3px 3px 5px #c9c9c9;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#d3d3d3', Direction=135, Strength=5);
    padding: 20px 30px 20px 0;
    float: left;
    background-color: #f4f4f4;
    position: absolute;
    /*--Bottom right rounded corner--*/
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /*--Bottom left rounded corner--*/
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -1px;
}
#tiny-menu li .tiny-menu-panel ul {
    list-style: none;
    padding: 0;
    display: block;
    float: left;
}
#tiny-menu .firstUl {
    margin-left: 30px;
}
#tiny-menu .commonUl {
    margin-left: 50px;
}
#tiny-menu .tiny-menu-panel ul li {
    width: 100%;
    color: #666;
    font-size: 12px;
    line-height: 24px;
}
#tiny-menu .tiny-menu-panel ul li h2 {
    padding: 0;
    padding-bottom: 7px;
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 14px;
    min-height: 14px;
    font-weight: bold;
}
#tiny-menu{
    height:50px !important;
    line-height: 50px !important;
    background-color:#fff !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    border-bottom: #ebebeb 1px solid;
    margin-left: 20px;
}
#tiny-menu>ul>li{
    line-height: 50px;
}
#tiny-menu>ul>li>a{
    /*color:#fff !important;*/
}
#tiny-menu li a h1{
    height: 50px !important;
    line-height: 50px !important;
}
#tiny-menu li .tiny-menu-panel{
    padding: 20px 30px 25px 0 !important;
    margin-top: 0 !important;
    line-height: 30px;
    z-index: 100000;
    background: #fafafa !important;
    border:0px !important;
    -webkit-box-shadow: 0 3px 8px #c5c5c5 !important;
    -moz-box-shadow: 0 3px 8px #c5c5c5 !important;
    box-shadow: 0 3px 8px #c5c5c5 !important;
}
#tiny-menu li .tiny-menu-panel .ng-scope{
    width: auto!important;
}
#tiny-menu .tiny-menu-panel ul li{
    font-size: 14px !important;
    line-height: 30px !important;
}
#tiny-menu .tiny-menu-panel ul li h2{
    color: #666 !important;
}

#main_menu_div {
    list-style: none;
    font: normal 10px Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    z-index: 5;
}

#tiny-menu h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.alarm {
    float: left;
    color: #fff;
    line-height: 50px;
    height: 50px;
}

.alarm > div {
    float:left;
    margin-right: 10px;
}

.alarm-0 {
    background: url('../img/alarm01.png') no-repeat left;
}

.alarm > div > span {
    padding: 0 0px 0 18px;
    color: #fff;
}

.user {
    background: url('../img/user.png') no-repeat left;
}

.language {
    background: url('../img/earth.png') no-repeat left;
}

.alarm div .login{
	font-size:14px;
	color:#a3a3a3;
	display:inline-block;
	float:right;
	border-left:1px solid #e4e4e4;
	width:50px;height:50px;
	text-align:center;
	transition:all ease 0s;
	position:relative;
	z-index:1001;
}
.alarm div .login .login-info dl dd a{
	font-size:14px;
	color:#a3a3a3;
	display:inline-block;
}
.alarm div .login .login-info dl dd a:hover{
	text-decoration: underline;
}
.alarm div .login i{
	font-size:20px;
}
.alarm div .login:hover{
	color:#333;
}
.alarm div .login:hover .login-info{
	display:inline-block;
}
.header_top_icon1:hover{
	background-image: url('../img/server/user2.png');
}
.header_top_icon2:hover{
	background-image: url('../img/server/earth2.png');
}
.alarm div .logined i{color:#e50000}
.alarm div .login .login-info{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	position:absolute;
	right:-50px;
	top:100%;
	background-color:#fff;
	margin-left:-50px;
	display:none;
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
	padding:25px 60px;
	text-align:left;
}
.header_icons {
  width: 21px;
  height: 21px;
  margin-left: -4px;
}

/*页脚的参考信息*/
@media screen and (min-width:1200px){
	/*.footContent {
		width: 1200px;
		margin:0 auto;
	}*/
	.refrence {
		line-height: 33px;
		background-color: #F4F4F4;
		margin-top: 70px;
	}
	.refrence .limitWidth{
		width: 1200px;
		margin:0 auto;
		padding: 35px 0;
	}
	.refrence_title {
		font-size: 18px;
		font-weight: 700;
		margin-top: 35px;
	}
	.refrence_cell1, .refrence_cell2, .refrence_cell3, .refrence_cell4{
		float: left;
	}
	.refrence_cell1 ul li a, .refrence_cell2 ul li a, .refrence_cell3 ul li a{
		font-size: 14px;
	}
	.refrence_cell1 {
		margin-right: 120px;
	}
	.refrence_cell2{
		margin-right: 120px;
	}
	.refrence_cell3 {
		margin-right: 80px;
	}
}
.directory_topnav_zh {
    z-index: 10000;
    position: fixed;
    top: 0px;
    left: 750px;
}
.directory_topnav_en {
    z-index: 10000;
    position: fixed;
    top: 0px;
    left: 830px;
}
.topnav {
    float: left;
    height: 50px;
    line-height: 50px;
    min-width: 360px;
}
.topnav .topnavToRed {
    color: #e41e2b;
    border-bottom: 4px solid #e41e2b;
}
.topnav li {
    float: left;
    text-align: center;
    height: 50px;
    margin: 0 20px;
    color: #000000;
}
.topnav li:hover {
    border-bottom: 4px solid #e41e2b;
}
.topnav li a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
#content{
    min-height: 80%;
}
#footer {
    /* color: #777;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    background-color: #f5f5f5;
    width:100%;
    height:100px;
    overflow: hidden; */
}

.showVersionWidth{
    width: 250px;
}
html, body {
    -ms-overflow-style: scrollbar;
}
