/* 多个页面公共的样式 */
html {
    height: 100%;
}

body {
    height: 100%;
    background-color: transparent;
}
/*公用样式，误删begin*/
.ml20 {
    margin-left: 20px;
}
.fl {
    float: left;
}
.hidden {
    display: none !important;
}
.pointer {
    cursor: pointer;
}
.clearfix:after {
    content: '';
    visibility: hidden;
    clear: both;
    display: block;
    height: 0;
}
.clear {
    clear: both;
}
a,a:visited,a:hover {
    color: #127DB3;
}
/*end*/
.content {
    background: #FFF;
    min-height: 480px;
}

/*title-bar和main的样式*/
.title-bar {
    padding: 20px 0 10px 0;
    height: 70px;
    line-height: 40px;
}
.title-bar .title {
    font-size: 24px;
    color: #333333;
}
.title-bar .additional {
    float: right;
}
.title-bar .subtitle {
    font-size: 14px;
    color: #999999;
}

.main {
    background: #ffffff;
    padding: 50px 0;
}
/***触发下拉菜单的按钮***/
.icon-drop {
    width:0;
    height:0;
    border-width:5px;
    border-style:solid dashed dashed dashed;
    border-color:#e3e3e3 transparent transparent transparent;
    display: inline-block;
    margin: 0 10px;
}
/***箭头***/
.icon-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-right: 4px dashed transparent;
    border-left: 4px dashed transparent;
    cursor: pointer;
    vertical-align: middle;
}
.icon-arrow-up {
    border-bottom: 4px solid #fff;
}


/* 下拉菜单******************* */
.drop-list {
    position: absolute;
    right: 0;
    top: 50px;
    background: #ffffff;
    width: 120px;
    border: 1px solid #e3e3e3;
}
.drop-list li {
    height: 40px;
    border-bottom: 1px solid #e3e3e3;
}
.drop-list li:last-child {
    border-bottom: none;
}
.drop-list .icon-arrow {
    position: absolute;
    top: -6px;
    right: 13px;
    border-width: 6px;
    border-top-color: #ffffff;
}
.drop-list a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
}
.drop-list a:hover {
    text-decoration: none;
    background: #f9f9f9;
    color: #88aacc;
}
.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow {
    border-width: 5px
}
.popover>.arrow:after {
    content: "";
    border-width: 6px
}
.popover.bottom>.arrow {
    top: -6px;
    left: 90%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #e3e3e3;
}
.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -6px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}
/* .header */
/*.header style*/
.header {
    /*height: 60px;*/
    /*line-height: 60px;*/
    border-bottom: 1px solid #e3e3e3;
}
.header > .container {
    width: 960px;
    margin: 0 auto;
}
.header .logo {
    background: url(../images/logo-for-passport.png) left center no-repeat;
    width: 212px;
    height: 50px;
    line-height: 50px;
    margin: 11px 0;
    float: left;
    text-indent: -1000px;
    font-size: 20px;
    color: #666;
}

.header .nav {
    float: left;
    line-height: 60px;
    margin-left: 85px;
}
.header .nav li {
    width: 120px;
    float: left;
}
.header .nav li:first-child {
    width: 100px;
}
.header .nav a {
    font-size: 16px;
    color: #333333;
    display: block;
    text-align: center;
}
.header .nav a:hover, .header .nav a.active {
    border-bottom: 3px solid #127DB3;
    color: #127DB3;
    height: 57px;
}

.header .profile {
    float: right;
    position: relative;
    font-size: 14px;
    height: 73px;
    line-height: 73px;
}
.header .profile > span,
.header .profile > a {
    float: left;
    font-size: 14px;
    color: #666666;
    margin-right: 5px;
}
.header .profile > a {
    color: #127DB3;
}


.container {
    width: 100%;
}
.main {
    width: 498px;
    margin: 0 auto;
    max-width: 100%;
}
#form-error {
    text-align: center;
    font-size: 10px;
    color: #DE7A7A;
}
.form .form-item {
    height: 55px;
    position: relative;
}
.form .form-item.mt-20 {
    margin-top: 20px;
}
.form-item > input.form-input[type=text],
.form-item > input.form-input[type=password] {
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 70px;
    width: 418px;
    margin: 0 auto;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    transition: border-color .25s linear, background-color .25s linear;

}
.form-item > .form-input-inline-label {
    position: absolute;
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    width: 55px;
    top: 0;
    bottom: 0;
    color: #999;
}
.form-item > input.form-input[type=text]:focus,
.form-item > input.form-input[type=password]:focus {
    border-color: #999;
    background-color: transparent;
}
.form-item.error > input.form-input[type=password],
.form-item.error > input.form-input[type=text] {
    border-color: #DE7A7A;
    /*background-color: rgba(255,0,0,.1);*/
}
.form-item.error > .form-input-inline-label {
    color: #DE7A7A;
}
.form-item.focus > input.form-input[type=password],
.form-item.focus > input.form-input[type=text] {
    border-color: #999;
    /*background-color: rgba(40, 166, 221, .1);*/
}
.form-item.focus > .form-input-inline-label {
    color: #999;
}

.form-item > .btn-input {
    width: 495px;
}
.form-item > .verify-code-img{
    height:35px;
    position: absolute;
    right: 37px;
    top: 1px;
}
.form-item > .verify-code-refresh{
    display: inline-block;
    height: 37px;
    width: 37px;
    background: url(../images/refresh.png) no-repeat center center;
    background-size: 50%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.form-item > .err-msg {

    display: none;
    float: right;
    width: auto;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 5px;
    color: #FFF;
    background-color: #999;
}
.error > .err-msg {
    display: inline-block;
    background-color: #DE7A7A;
}
.co-op {
    margin-top: 20px;
    position: relative;
}
.co-op > .co-op-title {
    width: 180px;
    text-align: center;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    top: -22px;
    color: #999;
}
.co-op > .co-op-title-line {
    width: 100%;
    height: 1px;
    background-color: #999;
    margin: 10px 0;
}
.co-op-btn-wrap {
    width: 100%;
}
.co-op-btn {
    display: inline-block;
    cursor: pointer;
    width: 52px;
    height: 52px;
    margin-left: calc((100% - 52px * 3) / 4);
    background: url(../images/co-op-btn.png) no-repeat 0 0;
}
.co-op-btn.qq-btn {
    background-position: 0 0;
}
.co-op-btn.qq-btn:hover {
    background-position: 0 -61px;
}
.co-op-btn.weibo-btn {
    background-position: -60px 0;
}
.co-op-btn.weibo-btn:hover {
    background-position: -60px -61px;
}
.co-op-btn.baidu-btn {
    background-position: -122px 0;
}
.co-op-btn.baidu-btn:hover {
    background-position: -122px -61px;
}
/* hide cnzz logo */
span[id^=cnzz_stat_icon] {
    display: none;
}
