﻿@charset "gb18030";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body, div {
	display:block;
}

.head {
    width: 100%;
	padding:1vh 0;
    background: #068bc2;
}

.head_content {
	width: 1200px;
    height: 7vh;
    margin: auto;
}
.head .head_content img {
	width:auto;
	height:100%;
}

.content {
	width: 100%;
    height: 86.5vh;
    background: url(ssloginimages/bg_0.png) no-repeat;	
    background-size: cover;
    overflow: hidden;
    min-height: 570px;
}

.con_msg {
	width: 800px;
    height: 550px;
    margin: 0 auto;
    margin-top: 150px;
}
.con_title {	
}
.con_msg .con_title img {
	width: 476px;
    height: 48px;
    margin-left: 150px;
}
.con_ipt {
	width: 795px;
    height: 220px;
    background: #fff;
    margin-top: 35px;
    box-shadow: 3px -3px 10px rgba(0,0,0,0.2);
    padding: 20px 0;
    position: relative;
	border-radius:6px 6px 0 0;
}
.con_ipt .group_ipt {
	width: 345px;
    height: 42px;
    float:left;
    margin-left:214px;
    /*margin: 0 auto;*/
    margin-top: 20px;
    /*overflow: hidden;*/
    border: 1px solid #cecece;
}


em {
	width: 40px;
    height: 38px;
    border-right: none;
}
.group_ipt input {
	padding: 13px 8px;
    width: 288px;
    border: none;
    border-left: 1px solid #cecece;
}
.group_ipt em, .group_ipt input {
	float:left;
}
.con_ipt div:nth-of-type(1) em {
	background: url(ssloginimages/ipt_0.png) no-repeat center center;
}
.con_ipt div:nth-of-type(2) em {
	background: url(ssloginimages/ipt_1.png) no-repeat center center;
}
.login-btn {
	width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #13b5b1;
    border-radius: 3px;
    border: none;
    font-size: 12px;
    font-weight: bold;
    margin-left: 214px;
    margin-top: 20px;
}

.box-shadow {
	-moz-box-shadow:-2px 2px 4px #eee inset;             
	-webkit-box-shadow:-2px 2px 4px #eee inset;        
	box-shadow:-2px 2px 4px #eee inset;                 
}
.box-shadow2 {
	-moz-box-shadow:0px 2px 10px #11908d inset;             
	-webkit-box-shadow:0px 2px 10px #11908d inset;        
	box-shadow:0px 2px 10px #11908d inset;                 
}

.con_footer {
	width: 795px;
    height: 42px;
    background: rgba(255,255,255,0.2);
	border-radius: 0 0 6px 6px;
	color: #fff;
    font-size: 12px;
    font-weight: bold;
	line-height:42px;
}

.footer {
	width:100%;
}
.footer .footer_top {
	width: 100%;
    padding: 3.9vh 0;
    background: #24323e;
    color: #cecece;
    font-size: 13px;
    font-family: "微软雅黑";
}
.footer .footer_bottom {
	width: 100%;
    padding: 1.5vh 0;    
    background: #0c202e;
    text-align: center;
    overflow: hidden;
	font-size:12px;
	color:#5a89a3;
}
.help-block{
    display:block;
    padding:8px;
    margin-left:10px;
    margin-top:26px;
    float:left;
    font-size:12px;
    /*border:1px solid #ff0000;*/
    background: rgba(255,0,0,0.1);
    border-radius:4px;
    /*width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(255,0,0,0.1);
    font-weight: bold;
    font-size:12px;
    text-align: center;
    position: absolute;
    top: 0px;
    right:0px;
    display: none;
    z-index: 100;
    border-radius:6px 6px 0 0;*/
}

.clearfix
{
    clear: both;
}