@charset "utf-8";
/** account **/
.account-row {
    position: relative;
    min-height: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    _zoom: 1;
}

.account-main {
    position: static;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    width: auto;
    margin-left: 200px;
    background-color: #fff
}

.account-main .inner {
    padding: 30px 40px;
}

.account-head {
    margin-bottom: 20px;
    overflow: hidden
}

.account-head .tit {
    float: left;
    font-size: 20px;
    color: #333
}

.account-head .tit b {
    font-size: 14px;
    font-weight: 400;
    color: red
}

.account-head .link {
    float: right;
    margin-top: 5px
}

.account-head .tit::before {
    content: "▶";
    margin-right: 5px;
    font-size: 12px;
    color: #034da1;
    vertical-align: middle
}

.account-filter {
    overflow: hidden;
    padding: 10px 0 30px;
    border-top: 1px solid #eee
}

.account-filter .item {
    display: inline-block;
    margin-right: 5px
}

.account-filter .label {
    display: block
}

.account-side {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    width: 200px;
    background-color: #f5f5f5
}

.account-user {
    padding: 20px 0;
    font-size: 13px;
    color: #333;
    text-align: center
}

.account-user .avatar {
    position: relative;
    overflow: hidden
}

.account-user .avatar .box {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 5px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.account-user .avatar img {
    width: 100%;
    -webkit-transition: .2s;
    transition: .2s;
}

.account-user .name {
    font-size: 14px;
    color: #333
}

.account-menu {
    margin: 20px 0;
}

.account-menu li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd
}

.account-menu li:last-child {
    border-bottom-width: 0
}

.account-menu a {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center
}

.account-menu a.curr {
    background: #e60012;
    color: #fff
}

.account-form .tit {
    padding: 10px 0;
    margin: 10px 0;
    background: #eee;
    text-align: center;
    color: #111
}

.account-form .item {
    padding: 5px 0 5px 220px;
    border-top: 1px dashed #eee;
    overflow: hidden;
    *zoom: 1
}

.account-form .item:last-child {
    border-bottom: 0
}

.account-form .label {
    float: left;
    width: 200px;
    margin-left: -220px;
    margin-top: 10px;
    text-align: right
}

.account-form .label.mt0 {
    margin-top: 0
}

.account-form .pic {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: #ddd
}

.account-form .pic img {
    width: 100%;
    height: 100%
}

.account-form .note-gray {
    font-size: 12px;
    color: #999
}

.account-form .note-error {
    font-size: 12px;
    color: red;
}

.account-form span.note-gray, .account-form span.note-error {
    margin-left: 10px
}

.account-form .btn, .account-form .btnl {
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 10px 10px 0 0;
    font-weight: 700;
    text-align: center
}

.account-form .btnl.btn-open {
    width: auto;
    margin: 0 0 0 10px;
}

.account-form a.txt {
    position: relative;
    display: inline-block
}

.account-form a.txt:hover {
    text-decoration: none
}

.account-form a.txt::after {
    position: absolute;
    top: 8px;
    right: 5px;
    content: "▼";
    margin-right: 5px;
    font-size: 12px;
    color: #034da1
}

.ui-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 800px;
    height: 500px;
    margin: -250px 0 0 -400px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 50px rgba(0, 0, 0, .2)
}

.ui-dialog .ft {
    clear: both;
    border-top: 1px solid #eee;
    background: #fff;
    text-align: center
}

.btn-close {
    position: absolute;
    top: -16px;
    right: -16px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    font-size: 32px;
    color: #034da1;
    text-align: center;
    overflow: hidden
}

.btn-close:hover {
    background-color: #eee;
    text-decoration: none
}

.btn-submit {
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin: 10px;
    border: 1px solid #034da1;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background-color: #034da1;
    font-size: 16px;
    text-align: center;
    color: #fff
}

.btn-submit:hover {
    opacity: .85
}

.btn-cancel {
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin: 10px;
    border: 1px solid #034da1;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    color: #034da1
}

.btn-cancel:hover {
    opacity: .85
}

.select-company {
    height: 410px;
    line-height: 1.8;
    padding: 20px;
    font-size: 14px;
    color: #333;
    overflow-y: auto
}

.select-company .tit {
    line-height: 1.2;
    font-size: 18px
}

.select-company .sea {
    margin-top: 10px;
    padding: 5px 10px;
    background: #eee
}

.select-company .sea .txt {
    width: 140px;
    padding: 5px
}

.select-company .res {
}

.select-company .num {
    margin: 10px 0;
    color: #999
}

.select-company .num b {
    color: red
}

.select-company .list li {
    padding: 5px 0;
    border-top: 1px dotted #eee
}

.select-company .table th, .select-company .table td {
    padding: 5px 0;
    border-top: 1px dotted #eee;
    font-size: 14px
}

.account-data {
    overflow: hidden
}

.account-data .item {
    float: left;
    width: 50%;
    padding: 10px 0;
    border-top: 1px dashed #eee;
    overflow: hidden;
    *zoom: 1
}

.account-data .item dt {
    padding: 0 15px;
    color: #034da1
}

.account-data .item dd {
    padding: 0 15px;
    margin-top: 5px;
    font-size: 16px
}

.account-table th {
    padding: 5px 8px;
    border-top: 2px solid #999;
    border-bottom: 1px solid #999
}

.account-table td {
    padding: 5px 8px;
    border-bottom: 1px solid #ddd
}

.account-table td a {
    margin: 5px 0
}

.status01, .status02, .status03 {
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.status01 {
    background: #df0024
}

.status02 {
    background: #ef9c00
}

.status03 {
    background: #00b034
}


/* pwd */
.pwd-degree {
    height: 16px;
    margin-top: 5px;
}

.pwd-degree span {
    float: left;
    width: 77px;
    height: 16px;
    line-height: 16px;
    margin-right: 5px;
    color: #fff;
    text-align: center
}

.pwd-degree .c-default {
    background-color: #ddd;
}

.pwd-degree .c-hint, .pwd-degree .c-hint2, .pwd-degree .c-hint3 {
    background-color: #f39800;
}

.pwd-degree .c-hint {
    opacity: .6;
    filter: alpha(opacity=60);
}

.pwd-degree .c-hint2 {
    opacity: .8;
    filter: alpha(opacity=80);
}

.pwd-degree .c-hint3 {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* FORM */
.txt, .slt, .txa {
    line-height: 20px;
    padding: 8px 9px;
    border: 1px solid #ccc;
    color: #333
}

.txt {
    width: 220px;
    height: 38px
}

.slt {
    width: 240px;
    height: 38px;
    *height: auto;
    *margin: 9px 0
}

.txa {
    width: 460px;
    min-height: 100px
}

.txt.b {
    width: 460px
}

.txt:hover, .slt:hover, .txa:hover {
    border-color: #aaa
}

.txt:focus, .slt:focus, .txa:focus {
    border-color: #034da1
}

.txt[disabled], .txt[disabled]:hover {
    border-color: #ccc;
    background-color: #e5e5e5
}

.rdo-g, .ckb-g {
    display: inline-block;
    padding: 9px 0;
    margin-right: 20px
}

.rdo-g label, .ckb-g label {
    margin-right: 20px
}

.rdo, .ckb {
    margin: -3px 4px 0 0
}

.txt-unit {
    position: relative;
    display: inline-block
}

.txt-unit .l, .txt-unit .r {
    position: absolute;
    top: 1px;
    width: 40px;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    text-align: center;
    vertical-align: middle;
    font-style: normal
}

.txt-unit .l {
    left: 1px;
    border-right: 1px solid #ddd
}

.txt-unit .r {
    right: 1px;
    border-left: 1px solid #ddd
}

.btn, .btnl, .btnf {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 2em;
    font-size: 14px;
    border-radius: 22px
}

.btn.sml, .btnl.sml, .btnf.sml {
    height: 24px;
    line-height: 22px;
    padding: 0 1em
}

a.btn, a.btnl, a.btnf {
    height: 30px;
    vertical-align: middle
}

a.btn:hover {
    color: #fff
}

a.btn.sml, a.btnl.sml, a.btnf.sml {
    height: 22px;
}

.btn {
    border: 1px solid #034da1;
    background-color: #034da1;
    color: #fff
}

.btnl, .btnf {
    border: 1px solid #034da1;
    background-color: #fff;
    color: #034da1
}

.btn:hover, .btnl:hover, .btnf:hover {
    text-decoration: none;
    opacity: .85;
    filter: alpha(opacity=85)
}

.btn:active, .btnl:active, .btnf:active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.btnf {
    position: relative;
}

.btnf input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.error {
    margin-left: 10px;
    color: red
}

/* icon */
.asterisk {
    display: inline-block;
    width: 5px;
    margin: 0 5px 0 -10px;
    font: normal 12px/20px '\5b8b\4f53';
    color: red
}

.icon-hint, .icon-warn, .icon-error, .icon-succ, .icon-query, .icon-hint-s, .icon-warn-s, .icon-error-s, .icon-succ-s, .icon-query-s {
    display: inline-block;
    background: url(../images/icon-msg.png) no-repeat;
    vertical-align: middle
}

.icon-hint, .icon-warn, .icon-error, .icon-succ, .icon-query {
    width: 40px;
    height: 40px;
    margin: -8px 10px 0 0
}

.icon-hint-s, .icon-warn-s, .icon-error-s, .icon-succ-s, .icon-query-s {
    width: 14px;
    height: 14px;
    margin: -2px 4px 0 0
}

.icon-hint {
    background-position: 0 0
}

.icon-warn {
    background-position: -41px 0
}

.icon-error {
    background-position: -82px 0
}

.icon-succ {
    background-position: -123px 0
}

.icon-query {
    background-position: -164px 0
}

.icon-hint-s {
    background-position: 0 -41px
}

.icon-warn-s {
    background-position: -15px -41px
}

.icon-error-s {
    background-position: -30px -41px
}

.icon-succ-s {
    background-position: -45px -41px
}

.icon-query-s {
    background-position: -60px -41px
}
