@CHARSET "UTF-8";

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/*.header*/
/*banner*/
html, body, ul, input, p {
    padding: 0;
    margin: 0;
}

body {
    height: 100%;
    font-family: Microsoft YaHei, "微软雅黑", Arial, Helvetica;
    font-size: 14px;
    background-color: #fff;
}

ul {
    list-style: none;
}

li {
    list-style: none;
    background-repeat: no-repeat;
}

select, option, span, input, textarea, ul, ul li, ol li, h1, h2, h3, h4,
h5, p, dl, dl dt, dl dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

i {
    display: inline-block;
}

a {
    color: #229DE8;
    text-decoration: none;
}

a:hover {
    color: #2290CF;
    text-decoration: underline;
}

input, label.placeholder {
    font-family: Microsoft YaHei, "微软雅黑", Arial, Helvetica;
}

input.placeholder, label.placeholder {
    color: #ABAFB3;
}

input:focus {
    outline: none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.headerWrapper {
    height: 57px;
    padding:10px 0;
}

.header {
    height: 57px;
    width: 950px;
    margin: 0 auto;
}

.header #img-logo {
    width: 151px;
    height: 42px;
    margin-top: 9.5px;
    background-repeat: no-repeat;
    background-image: url("../img/login/logo.png");
}

.header .pull-right {
    height: 57px;
    line-height: 82px;
    font-size: 12px;
    font-family: verdana;
}

.header .pull-right a {
    color: #959595;
}

.header .pull-right a:hover {
    color: #626262;
}

.header .spreate {
    margin: 0 5px;
    color: #959595;
}

.banner {
    /*background: #fafafa;*/
    position: relative;
}

.index_view {
    /** background: url("../img/login/bg.png") repeat-x; */
    background-color:#8dcade;
    clear: both;
    width: 100%;
    height: 500px;
    text-align: center;
    z-index: 29;
}

/*tabs*/
.container {
    position: absolute;
    top: 77px;
    width: 100%;
    height: 500px;
    z-index: 20000;
    cursor: pointer;
}

.tabsWrapper {
    position: relative;
    height: 500px;
    width: 970px;
    margin: 0 auto;
    /* border-width: 2px; */
    background: url("../img/login/tg.jpg") no-repeat;
}

.tabs-container {
    position: absolute;
    top: 50px;
    right: 10px;
    width: auto;
    background-color: #fff;
    cursor: default;
}

ul.tabs {
    *zoom: 1;
}

ul.tabs:before, ul.tabs:after {
    display: table;
    content: "";
    line-height: 0;
}

ul.tabs:after {
    clear: both;
}

ul.tabs li {
    position: relative;
    width: 50%;
    height: 60px;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}

ul.tabs li .topLine, ul.tabs li .bottomLine, ul.tabs li .rightLine, ul.tabs li .leftLine {
    position: absolute;
}

ul.tabs li .bottomLine, ul.tabs li .rightLine, ul.tabs li .leftLine {
    display: block;
    background-color: #E2E2E2;
}

ul.tabs li .topLine, ul.tabs li .bottomLine {
    width: 100%;
}

ul.tabs li .topLine {
    display: none;
    top: 0px;
    left: 0px;
    height: 3px;
    background-color: #3586ca;
    overflow: hidden;
}

ul.tabs li .bottomLine {
    bottom: 0px;
    left: 0px;
    height: 1px;
    overflow: hidden;
}

ul.tabs li .rightLine, ul.tabs li .leftLine {
    width: 1px;
    top: 0px;
    height: 60px;
    overflow: hidden;
}

ul.tabs li .rightLine {
    right: 0px;
}

ul.tabs li .leftLine {
    left: 0px;
}

ul.tabs li.tabs-selected {
    color: #3586ca;
}

ul.tabs li.tabs-selected .bottomLine, ul.tabs li.tabs-selected .rightLine,
ul.tabs li.tabs-selected .leftLine {
    display: none;
}

ul.tabs li.tabs-selected .topLine {
    display: block;
}

.panel {
    position: relative;
    width: 100%;
    display: none;
    height: auto;
}

.panel-selected {
    display: block;
}

.input {
    position: relative;
    width: 278px;
    height: 46px;
    margin-top: 12px;
    margin-left: 30px;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
}

.input.error {
    border-color: #DD1144;
}

.input.focus {
    border-color: #218CD2;
}

.input input, .input label.placeholder {
    position: absolute;
    font-size: 18px;
    margin-top: 1px;
    margin-left: 45px;
    height: 44px;
    line-height: 44px;
    border: 0px;
}

.input input {
    width: 233px;
}

.input label.placeholder {
    top: 0px;
    left: 0px;
    cursor: text;
}

.input-s {
    width: 100px;
    height: 46px;
}

.input-snbid .icon {
    background-image: url("../img/login/icon_icafe.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 12px;
    top: 12px;
}

.input-password .icon {
    background-image: url("../img/login/icon_pwd.png");
    background-repeat: no-repeat;
    width: 21px;
    height: 25px;
    position: absolute;
    left: 13px;
    top: 12px;
}

.input-name .icon {
    background-image: url("../img/login/icon_user.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 13px;
    top: 12px;
}

.input-verification input {
    margin-left: 10px;
    width: 85px;
}

.input-verification label.placeholder {
    margin-left: 10px;
}

.input-verificationWrapper {
    position: relative;
}

.linkWrapper {
    *zoom: 1;
}

.linkWrapper:before, .linkWrapper:after {
    display: table;
    content: "";
    line-height: 0;
}

.linkWrapper:after {
    clear: both;
}

.linkWrapper .forgetPassword {
    margin-right: 30px;
    float: right;
    margin-top: 4px;
    font-size: 12px;
    font-family: verdana;
}

.submit, .register {
    display: block;
    cursor: pointer;
    height: 45px;
    margin-left: 30px;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
}

.submit {
    width: 278px;
    color: #fff;
    background-color: #3586ca;
}

.submit:hover {
    color: #fff;
    background-color: #3586ca;
    text-decoration: none;
}

.register {
    width: 276px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #D6D6D6;
    color: #4D4D4D;
    background-color: #F7F7F7;
}

.register:hover {
    color: #4D4D4D;
    background-color: #E5E5E5;
    text-decoration: none;
}

.icon-tipError {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 7px;
    background-image: url("../img/login/1_0_1_44/tip_error.png");
}

.errorTip {
    position: absolute;
    color: #BC1C1C;
    top: 42px;
    left: 30px;
    z-index: 1010;
    width: 262px;
    font-size: 16px;
    padding: 8px;
    background-color: #FDEEE9;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

/*copyright*/
.copyright {
    margin-top: 63px;
}

.copyright p {
    text-align: center;
    color: #757474;
    font-family: verdana;
    font-size: 12px;
}

body.height_970 .headerWrapper {
    margin-top: 100px;
}

body.height_970 .container {
    top: 177px;
}

body.height_800 .headerWrapper {
    margin-top: 50px;
}

body.height_800 .container {
    top: 127px;
}

/*area location*/
.location {
    color: green;
    cursor:pointer;
}

div.area-left {
    width: 59%;
    float: left;
}

.area-left .title_name {
    text-align: center;
    color: #075DB3;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0px;
}

span.province {
    color: #076fbf;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5%;
    cursor: pointer;
}

span.province:hover {
    color: white;
    background-color: #0d5ab1;
}

div.area-middle {
    width: 2%;
    float: left;
    margin: 30px auto;
    height: 200px;
    border-left: gray solid 1px;
}

div.area-right {
    width: 38%;
    float: right;
}

span.city {
    color: #178bbf;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5%;
    cursor: pointer;
}

span.city:hover {
    color: white;
    background-color: #0d5ab1;
}

span.city-selected {
    color: white;
    background-color: red;
}

/*qrcode*/
.login-left{
    float:left;
    width: 340px;
    padding-bottom: 20px;
}
.login-middle{
    float:left;
    width: 2px;
    border-left: lightgrey solid 1px;
    margin: 25px auto;
    height: 240px;
}
.login-right{
    float:right;
    width: 282px;
}
.qrcode {
    border: lightgrey solid 1px;
    width: auto;
    margin: 25px;
    height: 240px;
}
.qrcode-img{
    width: auto;
    height: 230px;
}
.qrcode-img-cover{
    opacity: 0.1;
}

.qrcode-cover-btn {
    position: relative;
    display: block;
    left: 65px;
    top: -150px;
    width: 80px;
    padding: 10px;
    text-align: center;
    background: #218CD2;
    color: #ffffff;
    cursor: pointer;

}
.qrcode-cover-btn:hover{
    background-color: #1F7CBC;
}
.sweepmsg{
    display: block;
    margin-top: -15px;
    text-align: center;
    color:limegreen;
}
.sweepmsg-error{
    color:red;
}
.browsertip{
    background-color:#d8cc3a;
    color:#fff;
    width:100%;
    height:20px;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    padding:5px 0;
    display:none;
}
.footer{
	text-align:center;
	padding:30px 0;
	color:gray;
}
.footer p{
	margin:10px 0;
}
.footer p a{
	padding:0 10px;
	color:gray;
}