body,
ul,
dl,
dt,
dd,
ol,
li,
i,
em,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
tbody,
td,
img,
div,
input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul,
li,
ol {
	list-style-type: none;
}

i,
em {
	font-style: normal;
}

select,
input,
img,
select {
	vertical-align: middle;
	font-family: "微软雅黑";
	font-size: 100%;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #333;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	transition: all 0.3s ease;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

table {
	border-collapse: collapse;
}

html,
body {
	height: 100%;
	width: 100%;
}
html {
	scrollbar-face-color: #DDEEFF;
	/*主色调*/
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #689ee4;
	/*描边颜色*/
	scrollbar-3dlight-color: #689ee4;
	/*左侧边高光颜色*/
	scrollbar-arrow-color: #6688AA;
	/*小三角颜色*/
	scrollbar-darkshadow-color: #DDEEFF;

}

::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: #fff;
}

::-webkit-scrollbar-track {
	background-color: #fefefe;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4)
}

::-webkit-scrollbar-track:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	background-color: #fefefe;
}

::-webkit-scrollbar-track:active {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb:active {
	background: rgba(0, 0, 0, 0.6)
}
input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}
.placeholder{
	color:#999!important;
	font-size: 16px;
}
/* 主体内容 */
.sk-loginWrap{
	position: relative;
	width: 100%;
	height: 100%;
	background:url(../img/loginBg.jpg) no-repeat left bottom;
	overflow: hidden;
}
.sk-logo{
	position: absolute;
	top:55px;
	left:100px;
	width: 100%;
	height: 50px;
	color:#fff;
	text-align: left;
}
.sk-logo img,.sk-logo .sk-logoName{
	float:left;
}
.sk-logo .logoName-cn{
	font-size:30px;
	line-height: 1.2;
	letter-spacing: 5px;
	font-weight: bold;
}
.sk-logo .logoName-en{
	line-height: 1.2;
	font-size: 12px;
}
.login-content{
	position: absolute;
	top:22%;
	left:50%;
	width: 85%;
	height: 518px;
	margin-left:-42.5%;
}
.sk-loginBg{
	overflow: hidden;
	position: relative;
	height: 100%;
}
.sk-loginBg img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;

}
.sk-loginBox{
	float:right;
	width: 500px;
	height: 550px;
	padding:45px 60px 0 60px;
	border-radius: 5px;
	background-color: #fff;
}
.sk-userTab ul{
	width: 100%;
	margin-bottom:60px;
}
.sk-userTab ul li{
	float: left;
	width: 50%;
	text-align: center;
	color:#959595;
	font-size: 16px;
	cursor: pointer;
}
.sk-userTab ul li:first-child{
	border-right:1px solid #e8e8e8;
}
.sk-userTab ul li.on,.sk-userTab ul li:hover{
	color:#222222;
	font-weight: bold;
}
.sk-tabBox>div{
	display: none;
}
.sk-tabBox>div.active{
	display: block;
}
.sk-tabBox>div .tabBox-list {
	width: 100%;
}
.sk-tabBox>div .tabBox-list:first-child{
	margin-bottom:30px;
}
.sk-tabBox>div .tabBox-list p{
	padding-bottom:5px;
	font-size: 16px;
	color:#333;
}
.sk-tabBox>div .tabBox-list input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#333;
	font-size: 16px;
	background: none;
	border-bottom: 1px solid #e9e9e9;
	outline: none;
}
.sk-tabBox .login-tips{
	font-size: 14px;
	color:#ff3b43;
	height: 40px;
	margin-top:20px;
}
.sk-tabBox .login-tips span{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right:5px;
	background:url(../img/warnIcon.png) no-repeat center center;
	vertical-align: middle;
}
.login-btn a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background: #a30f0f;
	background: -moz-linear-gradient(left, #a30f0f 0%, #a30f0f 100%);
	background: -webkit-linear-gradient(left, #a30f0f 0%, #a30f0f 100%);
	background: linear-gradient(to right, #a30f0f 0%, #a30f0f 100%);
}
.ip-login{
	padding-top:30px;
	text-align: center;
}
.ip-login a{
	color:#555555;
	font-size: 14px;
	text-decoration: underline;
}
.ip-login i{
	color: #c92233;
}
.ip-login:hover{
	text-decoration: underline;
}
.sk-loginBottom{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: rgba(0,0,0,.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}
/* IP登录样式 */
.ip-login-box {
    position: fixed;
    width: 535px;
    height: 380px;
    background: transparent;
    top: 20%;
    left: 50%;
    margin-left: -265px;
    z-index:100;
    display: none;
}
.ip-login-head{
	width: 156px;
    margin: 0 auto;
}
.loginCon{
	display:inline-block;
	width: 350px;
    margin: 30px auto;
    background-color: #e0e2e7;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #888;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px;
    left: 50%;
    margin-left: -170px;
}
.loginCon input{
	width: 200px;
    padding: 0px 10px;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f5f6f7;
    border: 1px solid #b8bbc3;
    box-shadow: 0px 0px 5px #ccc inset;
    border-radius: 5px;
    vertical-align: middle;
}
.loginCon img.validateCode{
	vertical-align: middle;
    width: 100px;
    margin-left: 20px;
    height: 40px;
    border: 1px solid #b8bbc3;
    cursor: pointer
}
.ip-login-box .out-btn {
    width: 23px;
    height: 23px;
    position: absolute;
    right: 40px;
    top: -25px;
    cursor: pointer;
}
.ip-login-btn {
    width: 44px;
    height: 47px;
    position: absolute;
    right: -45px;
    top: 9px;
    cursor: pointer;
}
.sk-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: url(../images/mask-bg.png) repeat center center;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}
