﻿@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

input {
    border: none;
    indent: none;
}

p {
    font-weight: normal;
}

html,
body {
    min-height: 100%;
}


/*-----企业员工认证-------*/

.title {
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin: 80px 0 30px 0;
    font-weight: bold;
}

.content {
    background: #ffffff;
    border: 1px solid #ededed;
    box-shadow: 0 2px 6px #cdcdcd;
    width: 480px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.content h2 {
    background: url(/SSO/images/register/bg.jpg) no-repeat center;
    text-align: center;
    margin: 30px auto;
    width: 90%;
    height: 24px;
    line-height: 24px;
}

.content h2 span {
    font-size: 12px;
    color: #333333;
    background: #ffffff;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 0 10px;
}

.mode {
    width: 320px;
    margin: 0 auto;
}

.mode div {
    margin-top: 15px;
    font-size: 14px;
    color: #333333;
}

.mode span {
    color: #ea6a1c;
}

.mode h3 {
    color: #ea6a1c;
    font-size: 14px;
    margin-top: 15px;
}

.mode input {
    border: 1px solid #d7d7d7;
    width: 308px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    color: #333333;
}

.mode select {
    border: 1px solid #d7d7d7;
    width: 320px;
    height: 36px;
    line-height: 36px;
    padding: 8px;
    color: #333333;
}

.wi200 {
    width: 200px!important;
}

.yanzheng {
    overflow: hidden;
}

.yanzheng input {
    float: left;
}

.yanzheng img {
    float: right;
}

.btnbox {
    margin-top: 40px;
    text-align: center;
}

.btnbox a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    font-size: 16px;
    background: #4bb5ff;
    padding: 0 40px;
    border-radius: 2px;
}

.message {
    overflow: hidden;
}

.message input {
    float: left;
}

.message a {
    float: right;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    color: #ffffff;
    background: #4bb5ff;
    font-size: 14px;
    padding: 0 5px;
}


/*注册*/

.content h2 a {
    color: #4bb5ff;
}

.content h2 input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}


/*密码重置*/

.wi100 {
    width: 100%!important;
}

.btn_border {
    background: #ffffff!important;
    border: 1px solid #4bb5ff;
    color: #4bb5ff!important;
    margin-left: 20px;
}


/*找回密码*/

.tabnav {
    width: 480px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.tabnav li {
    float: left;
    width: 33.3%;
}

.tabnav li a {
    color: #333333;
    font-size: 14px;
    border-bottom: 2px solid #efefef;
    display: block;
    height: 30px;
    text-align: center;
}

.active a {
    border-bottom: 2px solid #ea6a1c!important;
    color: #ea6a1c!important;
}
