﻿@charset "UTF-8";
*{margin:0;padding:0;}
body{
    background: #f4f8fb;
    font-family: "微软雅黑";
    overflow-y: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
a{
    text-decoration: none;
}
ul, li {
    list-style-type: none;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
html {
    height: 100%;
    overflow: hidden;
}

body {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font: normal 14px 'Microsoft Yahei', sans-serif;
    color: #2e323c;
    background: #f4f8fb;
}


a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #4a90e2;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: #4a90e2;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e1e5f1;
}

.clearfix {
    display: inline-block
}

.clearfix {
    height: 1%
}

.clearfix {
    display: block;
    overflow: hidden
}
::-webkit-input-placeholder {
    color: #aab0b5;
}

:-moz-placeholder {
    color: #aab0b5;
}

::-moz-placeholder {
    color: #aab0b5;
}

:-ms-input-placeholder {
    color: #aab0b5;
}

input, select, textarea, button {
    outline: none;
    border: none;
    background: none;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hide{
    display: none;
}
/* header */
.wrap{
    width:100%;
    height: 56px;
    background: #fff;
}
.header{
    width:1200px;
    margin:0 auto;
    line-height: 56px;
    height:56px;
    position: relative;
}
.header .logo{
    width: 269px;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    padding-top:12px;
    margin-left:466px;

}
/************************************************
	************************************************
										Layout CSS
	************************************************
************************************************/


.app-header {
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #e8ebf4;
    position: fixed;
    z-index: 1020;
    top: 0;
    left: 0;
    right: 0;
}





/*************** Logo ***************/
.logo {
    display: block;
    margin: auto;
    text-align: center;
}

.logo img {
    max-height: 48px;
    margin: 5px auto;
}
/*************** Header Actions ***************/
.header-actions {
    float: right;
}

.header-actions > li {
    float: left;
    position: relative;
    width: 62px;
}

.header-actions > li > a {
    padding: 29px;
    display: block;
    /*position: relative;*/
}
.header-actions > li > a:hover{
    background: #eef2f6;
}
.header-actions > li > a > i {
    font-size: 24px;
    position: absolute;
    top:12px;
    left:20px;
}
.header-actions > li > a > i.orange{
    color:#fba832;
}
.header-actions > li > a > i.red{
    color:#ff7076;
}
.header-actions > li > a .count-label {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 4px;
    height: 4px;
    background-color: #ff7076;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius:50%;
    border-radius: 50%;
}
.header-actions > li > a .info-name {
    position: absolute;
    bottom: 7px;
    left: 20px;
    font-size: 12px;
    font-weight: 600;

}

.header-actions > li > a .orange{
    color:#fba832;
}
.header-actions > li > a .red{
    color:#ff7076;
}

.header-actions > li > a:hover i {
    color: #007ae1;
}

.header-actions > li .dropdown-menu {
    margin-top: 0;
}

.header-actions > li:first-child {
    border-left: 0;
}


/* stats-widget */

.stats-widget{
    margin:10px 26px 18px;
}
.stats-widget li{
    height: 66px;
    border-bottom: 1px solid #e8edf1;
}
.stats-widget li:last-child{
    border-bottom: none
}
.stats-widget li .title{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}
.stats-widget li .title i{
    font-size: 18px;
    position: absolute;
    left: 0;
    top:5px;
    color:#4a90e2;
}
.stats-widget li .tel{
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 26px;
    font-weight: bold;
    color:#676c71;
}
/* stats-widget-help */
.stats-widget-help{
    margin:12px 12px 0 12px;
}
.stats-widget-help li{
    height:48px;
    border-bottom: 1px solid #e8edf1;
    font-size: 14px;
    line-height: 48px;

}
.stats-widget-help div{    
    border-bottom: 1px solid #e8edf1;
    font-size: 14px;
    line-height: 28px;

}
.stats-widget-help li .pp{
  display: block;
   height: 24px;
    line-height:24px;
    color:#5a6775;
}
.stats-widget-help li:last-child{
    border-bottom: none
}




/************************************************
	************************************************
							Bootstrap Overwrite CSS
	************************************************

/*************** Dropdown Menu ***************/
.container-fluid {

    padding-right: 20px;
    padding-left: 10px;

}
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e1e5f1;
    min-width: 12rem;
}

.dropdown-menu.lg {
    min-width: 248px;
}
.dropdown-menu.lg-new {
    min-width: 300px;
}
.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1e5f1;
}

.dropdown-menu:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 6px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}

.dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: .25rem 1rem;
}

.dropdown-menu .dropdown-item:hover {
    background: #e0f0fd;
}

.dropdown-menu.dropdown-menu-right:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 5px;
    left: auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1e5f1;
}

.dropdown-menu.dropdown-menu-right:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 6px;
    left: auto;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}

.dropup .dropdown-menu:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 5px;
    top: auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e1e5f1;
    border-bottom: inherit;
}

.dropup .dropdown-menu:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 6px;
    top: auto;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
    border-bottom: inherit;
}





.content{
    margin:0 auto;
    width:1152px;
    box-sizing: border-box;
    padding-top:10px;
}
.content .box{
    /*height: 360px;*/
    width:345px;

}
.content .box .login_box{
    /*height: 324px;*/
    /*background: red;*/
    -webkit-box-shadow: 0 2px 4px rgba(188,192,196,0.58);
    -moz-box-shadow: 0 2px 4px rgba(188,192,196,0.58);
    box-shadow: 0 2px 4px rgba(188,192,196,0.58);
    background: #fff;
    border:1px solid #e2e8ee;
    padding-top: 24px;
    padding-bottom:1px;
    position: relative;
}
.login_box{
    text-align: center;
}
.box .switch-type{
    position: absolute;
    right:0;
    top:0;
}
.login_box .login_title{
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-bottom: 1px solid #e2e8ee;
}
.login_box .login_title span{
    color:#4a90e2;
    font-size: 24px;
}
.login_box .sc-login .pc-login .login_content{
    padding:7px 73px 0 73px
}
.login_box .sc-login .pc-login span{
    color:#283747;
    font-size: 16px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}
.pwdlogin_content{
    padding: 60px 36px 36px 36px;
}
.pwdlogin_content .form-group{
    margin:10px 0;

    position: relative;
}
.pwdlogin_content .form-group input:focus{
    -o-box-shadow: 0 2px 4px 0 #e6e9ed;
    -moz-box-shadow: 0 2px 4px 0 #e6e9ed;
    -webkit-box-shadow: 0 2px 4px 0 #e6e9ed;
    -ms-box-shadow: 0 2px 4px 0 #e6e9ed;
    box-shadow: 0 2px 4px 0 #e6e9ed;
    background: #fff;

}
.pwdlogin_content .form-group i{
    position: absolute;
    font-size: 19px;
    color:#384e66;
    left:10px;
    top:10px;
    z-index:1
}
.pwdlogin_content .form-group input{
    display: inline-block;
    height: 36px;
    width:100%;
    background: #f4f7fb;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(66,71,112,.12);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(66,71,112,.12);
    box-shadow: inset 0 1px 2px 0 rgba(66,71,112,.12);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid #dbe5ee;
    font-size: 14px;
    width:272px;
    padding-left:42px;
    padding-right:10px;
    box-sizing: border-box;
}

.pwdlogin_content .text-center{
    padding-top:10px;
    padding-bottom:8px;
    text-align: center;

}
.pwdlogin_content .text-center a{
    display: inline-block;
    width: 88px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #4A90E2;
    font-size: 14px;
    background-color: transparent;
    color: #4A90E2; 
}
.pwdlogin_content .text-center a:hover{
    text-decoration:none;
    color: #37AF4E;
    border-color:#37AF4E;    
}
.au-login .form-group{
    padding-top:5px;
    padding-bottom:10px;
    text-align: center;

}
.au-login .text-center{
    padding-top:10px;
    padding-bottom:20px;
    text-align: center;

}
.au-login .text-center a{
    display: inline-block;
    width: 88px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #4A90E2;
    font-size: 14px;
    background-color: transparent;
    color: #4A90E2; 
}
.au-login .text-center h4{
    color: #0099FF; 
    font-size: medium; 
    font-weight: 400;
}
.au-login .text-center a:hover{
    text-decoration:none;
    color: #37AF4E;
    border-color:#37AF4E; 
}
.pwdlogin_content .error{
    color:red;  text-align: center;
}
.content .box .suggest{
    height: 36px;
    line-height:36px;
    text-align: center;
    font-size: 12px;
    color:#8392a3;
}
.content .box .suggest>a{
    color:#4a90e2;
}
.product
{    
    position: relative;
    background: url('/Image/login/CityBar1.png')top left no-repeat,url('/Image/login/CityBar2.png')top right no-repeat;
    background-size:contain;
}
.line_02 {
    height: 1px;
    border-top: 1px solid #c9d1da;
    text-align: center;
}.line_02 span {
     position: relative;
     top: -12px;
     background: #f4f8fb;
     padding: 0 20px;
 }
.product_con{
    width:1152px;
    margin:0 auto;
    height: 150px;     
}
.footer{
    position: absolute;
    bottom:0;
    width:100%;
    height: 42px;
    line-height: 42px;
    background:#283747;
    text-align: center;

}
.footer a{
    display: inline-block;
    color:rgba(255,255,255,0.4);
    font-size: 14px;

    padding-right:18px;
}