/*公共样式*/

body,
html,
ul {
    margin: 0px;
    padding: 0px;
}
body {
    font: 14px "微软雅黑";
    color: #414141;
}
button {
    cursor: pointer;
    height: 32px;
    border: none;
    outline: none;
}
input {
    border: none;
    outline: none;
}
.hide {
    display: none; 
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-18 {
    font-size: 18px;
}
.font-22 {
    font-size: 22px;
}
.font-bold {
    font-weight: bold;
}
.black {
    color: #000000;
}
.white {
    color: #FFFFFF;
}

/*头部样式*/

.header {
    height: 62px;
}
.header-logo {
    padding: 24px;
    margin: 8px 2px 8px 20px;
    display: inline-block;
    background: url(../../images/common/logo.png);
    background-repeat: no-repeat;
}
.header-title {
    position: relative;
    top: -22px;
    font-family: "微软雅黑";
    font-size: 21px;
    font-weight: bold;
    color: #333331;
}
.safe {
    position: relative;
    top: -22px;
    padding: 0 12px;
    margin-left: 8px;
    border-left: 2px solid #e0e0e0;
    font-family: "微软雅黑";
    font-size: 21px;
    color: #95c5ff;
}

/*导航栏样式*/

.nav {
    height: 52px;
    background: url(../../images/common/bg_nav.png);
    min-width: 1000px;
}
.list {
    display: inline-block;
    width: 118px;
    text-align: center;
}
.list a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
}
.bg-li {
    background: #0d58c8;
}
.user-right {
    position: relative;
    float: right;
    display: inline-block;
    margin-right: 20px;
}
.mail {
    display: inline-block;
    padding-right: 15px;
    width: 38px;
    height: 36px;
    background: url(../../images/common/mail.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.mail-count {
    position: relative;
    left: -32px;
    top: -23px;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #ffffff;
    cursor: pointer;
}
.mail-line {
    position: relative;
    top: -7px;
    left: -13px;
    display: inline-block;
    width: 2px;
    height: 23px;
    background: url(../../images/common/mail_line.png);
    background-repeat: no-repeat;
}
.user-logo {
    padding: 22px;
    display: inline-block;
    background: url(../../images/common/user.png);
    background-repeat: no-repeat;
}
.user-info {
    display: inline-block;
    height: 20px;
    position: relative;
    top: -18px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}
.user-name {
    margin-right: 10px;
    font-weight: bold;
}
.user-name i {
    margin-left: 3px;
    padding: 2px 3px;
    display: inline-block;
    background: url(../../images/common/user_sear.png);
    background-repeat: no-repeat;
}

/*个人信息小框*/

.personal-info {
    width: 232px;
    height: 143px;
    background: url(../../images/common/info_bg.png);
    margin: -18px 43px 0 0;
    display: none;
    z-index: 1000;
    position: absolute;
    top: 38px;
    right: -57px;
}
.user-pic {
    margin: 30px 0 0 36px;
}
.user-info-type {
    float: right;
    margin: 12px 36px 0 0;
}
.user-info-type a {
    padding: 0 5px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    line-height: 20px;
}
.user-info-type a:hover {
    background: #ebebeb;
}

/*消息提醒小框*/

.tips-news {
    display: none;
    padding: 24px 37px;
    z-index: 1000;
    position: absolute;
    top: 34px;
    right: 120px;
    width: 216px;
    height: 155px;
    font-style: normal;
    background: url(../../images/common/tips.png) no-repeat;
}
.tips-news a {
    color: #3366cc;
}
.tips-news p {
    padding: 0;
    line-height: 24px;
    margin-top: 1px;
}
.set-pwd {
    margin-top: 10px;
}

/*尾部样式*/

.footer {
    height: 62px;
    text-align: center;
    clear: both;
}
.copyright {
    font-size: 12px;
    color: #81b0e0;
    line-height: 62px;
}

/*表单*/

.common label {
    padding-right: 18px;
    display: inline-block;
    width: 127px;
    line-height: 30px;
    text-align: right;
}
.common input {
    padding: 2px 5px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    outline: none;
    color: #666;
    font: 12px "microsoft YaHei";
}
.input-wid {
    width: 265px;
}

/*位置的样式开始*/

.location {
    position: relative;
    top: 18px;
    left: 38px;
    width: 250px;
    height: 50px;
}
.first-location {
    color: #3399ff;
}
.icon-location,
.second-location {
    color: #666;
}

/*位置的样式结束*/


/*步骤的切换*/

.img-change {
    margin: 0 auto;
    padding: 19px;
    width: 962px;
    height: 92px;
}

/*身份证注册*/

.idcard {
    float: left;
    margin-left: 50px;
}
.bg {
    width: 53px;
    height: 53px;
    text-align: center;
}
.bg-id {
    margin-left: 5px;
    line-height: 75px;
    background-image: url(../../images/common/bg_blue.png);
}
.word {
    margin-top: 10px;
    font-size: 12px;
}
.word-id {
    color: #368af1;
}
.back-img-id,
.back-img-pwd,
.back-img-phone {
    float: left;
    margin: 22px auto auto 10px;
    width: 182px;
    height: 7px;
    background-image: url(../../images/common/bg_img.png);
}

/*身份证注册结束*/


/*安全密码开始*/

.password {
    float: left;
    margin-left: 5px;
}
.bg-pwd,
.bg-phone,
.bg-ok {
    margin-left: 8px;
    line-height: 68px;
    background-image: url(../../images/common/bg_white.png);
}
.word-pwd {
    color: #525252;
}

/*安全密码结束*/


/*绑定手机开始*/

.tel {
    float: left;
}
.word-phone,
.word-ok {
    margin-left: 10px;
    color: #525252;
}
.ok {
    float: left;
}

/*表格的css*/

.table-bg {
    background: #f2f2f2;
    border-top: 1px solid #dfdfdf;
}
.name {
    width: 197px;
    font-size: 14px;
    color: #414141;
}
.address {
    width: 450px;
    font-size: 14px;
    color: #414141;
}
.colsline {
    border-right: 1px dotted #dcdcdc;
}
.rowline {
    border-bottom: 1px dotted #dcdcdc;
}

/*步骤切换下一步效果*/

.bg-blue {
    background: url(../../images/common/bg_blue.png) no-repeat;
}
.bg-img-blue {
    background: url(../../images/common/bg_img_blue.png) no-repeat;
}
.color-next {
    color: #368af1;
}

/*表格的css*/

* .common-table {}
.common-table th,
.common-table td {
    height: 32px;
    text-align: center;
}
.common-thead th {
    background: #f2f2f2;
    border-top: 1px solid #dfdfdf;
}
.common-tbody td {
    border-bottom: 1px dotted #dcdcdc;
    font-size: 12px;
}
.common-tfoot td {
    background: #f2f2f2;
    border-top: 1px solid #dfdfdf;
}

/*主体内容*/


/*artdialog样式*/

.bind-phone {
    position: relative;
    top: 30px;
    left\0: 32px;
    width: 376px;
    height: 100px;
    text-align: center;
}
.bind-phone img {
    width: 43px;
    height: 43px;
}
.bd {
    position: relative;
    top: -16px;
    left: 10px;
    display: inline-block;
}
