.row2 {
    margin-left: -15px;
    margin-right: -15px;
}

.profile-sidebar {
    float: left;
    width: 200px;
    border: #dbdbdb 1px solid;
    box-sizing: border-box;
    background: #fff;
}

@media(max-width:767px) {
    .row2, .row2 .col-md-12, .row2 .col-sm-12 {
        margin: 0;
        padding: 0;
    }
}

@media(max-width:568px) {
    .profile-sidebar {
        width: 100%;
    }
}

.profile-usermenu {
    padding-bottom: 0;
    border-top: #dbdbdb 1px solid;
}

    .profile-usermenu ul li {
        border-bottom: 1px solid #f0f4f7;
        width: 100%;
    }

        .profile-usermenu ul li:last-child {
            border-bottom: 0;
        }

        .profile-usermenu ul li a {
            color: #444;
            font-size: 16px;
            font-weight: 400;
            width: 100%;
        }

        .profile-usermenu ul li.active a {
            color: #fff;
            background-color: #fdca00;
            font-weight: bold;
        }

        .profile-usermenu ul li i {
            width: 16px;
            height: 16px;
            float: left;
            margin-right: 5px;
            margin-top: 3px;
        }

        .profile-usermenu ul li span {
            background: #e7505a;
            padding: 0 8px;
            border-radius: 10px;
            text-align: center;
            color: #fff;
            margin-left: 8px;
            font-size: 14px;
            height: 20px;
        }

.i-border {
    border-radius: 8px;
    border: #777 1px solid;
    width: 16px !important;
    height: 16px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

.profile-usermenu ul li.active a .i-border {
    border: #fff 1px solid;
}

/*.profile-sidebar-portlet {
    padding: 30px 0 0 !important;
}*/

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 126px;
    height: 126px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 75px !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 10px;
}

.profile-usertitle-name {
    font-size: 20px;
    font-weight: 600;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}


.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-content {
    overflow: hidden;
}


.page-sidebar {
    display: table-cell;
    vertical-align: top;
    width: 225px;
    min-width: 225px;
    margin: 0;
    padding: 0;
    border: #dbdbdb 1px solid;
    background: #EFF3F8;
}

.sidebar-nav:after, .sidebar-nav:before {
    content: " ";
    display: table;
}

.sidebar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    /*border: 1px solid transparent;*/
}

.page-sidebar .sidebar-nav {
    float: none;
    padding: 0;
    margin: 0 0 30px;
}

    .page-sidebar .sidebar-nav > li {
        float: none;
        display: block;
        margin-top: 2px;
        border-bottom: 1px solid #f0f4f7;
    }


        .page-sidebar .sidebar-nav > li:first-child {
            margin-top: 0;
        }

        .page-sidebar .sidebar-nav > li:last-child {
            border-bottom: none;
        }

.page-sidebar .sidebar > li > a {
    display: block;
    position: relative;
    color: #93a3b5;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
}

.page-sidebar .sidebar li.active > a {
    color: #5b9bd1;
    background-color: #FFF;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

.page-sidebar .sidebar > li > a > i {
    color: #5c7b88;
    margin-right: 7px;
}

.page-sidebar .sidebar li.active > a > i {
    color: #5b9bd1;
}

.page-sidebar .sidebar > li:hover {
    color: #5b9bd1;
    background-color: #FFF;
}

.page-content-row {
    width: 100%;
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}


.page-content-col {
    vertical-align: top;
    display: table-cell;
    padding-left: 20px;
}

.profile-content {
    overflow: hidden;
    vertical-align: top;
    /*display: table-cell;*/
    padding-left: 20px;
}

.profile-xx {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border: #dbdbdb 1px solid;
    padding-bottom: 20px;
    background: #fff;
}

.profile-content .m-title {
    margin-top: 0;
    margin-bottom: 0;
    background: #f5f5f5;
    height: 50px;
}

    .profile-content .m-title h2 {
        padding-left: 15px;
        line-height: 50px;
        font-weight: bold;
    }

.zjxx {
    width: 100%;
    float: left;
    padding: 20px 0;
    margin: 0;
}

    .zjxx li {
        padding: 0 15px;
        width: 33.33%;
        float: left;
        box-sizing: border-box;
    }

.summary-item {
    width: 100%;
    float: left;
    margin-top: 0;
    border-right: #e9e9e9 1px dashed;
}


@media(max-width:719px) {
    .profile-content {
        padding-left: 20px;
    }

    .profile-xx {
        margin: 0;
    }

    .zjxx li {
        width: 100%;
    }

    .summary-item {
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: #e9e9e9 1px dashed;
        margin-top: 10px;
    }
}

@media(max-width:568px) {

    .profile-content {
        padding: 0;
        float: left;
        width: 100%;
        margin-top: 15px;
    }

        .profile-content .m-title {
            margin-top: 0;
            margin-bottom: 0;
        }

    .zjxx {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .summary-item {
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: #e9e9e9 1px dashed;
        margin-top: 10px;
    }
}

.basicmesg {
    border: solid 1px #ddd;
    border-top: 0;
    padding: 25px 40px;
}

    .basicmesg dl {
        overflow: hidden;
        border-bottom: solid 1px #ddd;
        padding: 20px 0;
        line-height: 25px;
    }

    .basicmesg dt {
        width: 100px;
        float: left;
        color: #262626;
        padding-right: 90px;
        text-align: center;
    }

.br {
    border-right: #dbdbdb 1px solid;
}


.jp-info {
    padding: 0 15px;
}

@media(max-width:767px) {
    .jp-info {
        padding: 0;
    }
}

.jpxx {
    width: 100%;
    border: #dbdbdb 1px solid;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}

    .jpxx img {
        width: 100%;
        height: 180px;
    }

    .jpxx h4 {
        font-size: 16px;
        padding: 0 15px;
        height: 18px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .jpxx p {
        padding: 2px 15px;
        margin: 0;
        color: #999;
    }

    .jpxx .jpstatus {
        position: absolute;
        right: 0;
        bottom: 30px;
        width: 80px;
        text-align: center;
        border-radius: 6px 0 0 6px;
        height: 30px;
        line-height: 30px;
        background-color: #ff9f00;
        color: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.4);
    }


.list1 > li {
    padding: 15px 0;
    border-bottom: 1px dashed #dedede;
}

.hiptfile {
    width: 0;
    height: 0;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 9;
}

@media(max-width:767px) {
    #GetUserArea .input-small {
        width: 100% !important;
    }

    .empty-col {
        display: none;
    }

    .certification .input-xlarge {
        width: 200px !important;
    }

    .mt-checkbox-inline, .mt-radio-inline {
        padding: 0 !important;
    }

    .sfz {
        margin-bottom: 20px !important;
    }
}

.sfz img {
    width: 100%;
    height: 183px;
}


/*********/
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        font-size: 23px;
        cursor: pointer;
        filter: alpha(opacity=0);
        opacity: 0;
        direction: ltr;
    }

.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}

    .fileinput .form-control {
        display: inline-block;
        padding-top: 7px;
        padding-bottom: 5px;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text;
    }

.upload-zj {
    width: 100%;
    float: left;
    margin: 0;
}

    .upload-zj li {
        width: 50%;
        float: left;
        box-sizing: border-box;
    }

@media(max-width:719px) {
    .upload-zj li {
        width: 100%;
    }
}

.fileinput {
    width: 95%;
}


    .fileinput .thumbnail {
        display: inline-block;
        margin-bottom: 5px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        height: 180px;
        width: 282px;
    }

@media(max-width:320px) {
    .fileinput .thumbnail {
        width: 242px;
        height: 160px;
    }
}

.fileinput .thumbnail > img {
    height: 100%;
    width: 100%;
}

.fileinput .btn {
    vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput.input-group {
    display: table;
}

    .fileinput.input-group > * {
        position: relative;
        z-index: 2;
    }

    .fileinput.input-group > .btn-file {
        z-index: 1;
    }

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}

    .fileinput-new.input-group .btn-file.btn-xs,
    .fileinput-new .input-group .btn-file.btn-xs,
    .fileinput-new.input-group .btn-file.btn-sm,
    .fileinput-new .input-group .btn-file.btn-sm {
        border-radius: 0 3px 3px 0;
    }

    .fileinput-new.input-group .btn-file.btn-lg,
    .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0 6px 6px 0;
    }

.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}
/****************/

.about-sidebar {
    box-sizing: border-box;
    float: left;
    width: 200px;
    border: #dbdbdb 1px solid;
}

    .about-sidebar h2 {
        background: #F5F5F5;
        height: 60px;
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        line-height: 60px;
        padding: 0 20px;
    }

.about-content {
    overflow: hidden;
    vertical-align: top;
    padding-left: 30px;
}

    .about-content .m-title {
        margin-top: 0;
    }

.r-box {
    float: left;
    line-height: 28px;
    background: #fff;
    border: #dbdbdb 1px solid;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

@media(max-width:667px) {
    .about-sidebar {
        width: 100%;
    }

    .about-content {
        padding-left: 0;
        width: 100%;
        float: left;
        margin-top: 15px;
    }
}

.sub-nav {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0;
}

    .sub-nav li {
        border-bottom: #e9e9e9 1px solid;
        padding: 0 20px;
        line-height: 50px;
        font-size: 16px;
    }

        .sub-nav li:last-child {
            border-bottom: 0;
        }

        .sub-nav li.active {
            background: #fdca00;
            color: #fff;
            font-weight: bold;
        }

            .sub-nav li.active a {
                color: #fff;
            }

        .sub-nav li a {
            color: #666;
            display: block;
        }

        .sub-nav li:hover {
            color: #fa0;
        }

.ul-search {
    width: 100%;
    float: left;
    margin: 0;
}

    .ul-search li {
        width: auto;
        margin-right: 10px;
    }

        .ul-search li label, .ul-search-jp li label {
            width: 80px;
            text-align: right;
            float: left;
            margin-right: 5px;
            padding-top: 5px;
        }

        .ul-search li .form-control, .ul-search-jp li .form-control {
            float: left;
            height: 28px;
            padding: 0 5px !important;
            font-size: 14px;
            width: 90px;
        }

        .ul-search li.sj .sj-box {
            float: left;
        }

.ul-search-jp {
    width: 100%;
    float: left;
    margin-bottom: 0;
}

    .ul-search-jp li {
        float: left;
        padding: 5px 0;
        width: 65%;
    }

        .ul-search-jp li.xmbh, .ul-search-jp li.pmzt {
            width: 35%;
        }


.Wdate {
    width: 105px;
}


.sj-box .btn-org2 {
    margin-left: 10px;
}

@media(min-width:960px) {
    .jbxx li.fbbt {
        width: 100%;
    }

    #Qry_LandTitle {
        width: 260px;
    }

    .jbxx li.fbbt #Qry_LandTitle {
        width: 500px;
    }
}


@media(min-width:1024px) {

    .jbxx li.fbbt {
        width: 100%;
    }

        .jbxx li.fbbt #Qry_LandTitle {
            width: 505px;
        }
}

@media(min-width:1199px) {
    #Qry_LandTitle {
        width: 260px;
    }

    .ul-search-jp li .form-control {
        width: 180px;
    }

    .jbxx li.fbbt #Qry_LandTitle {
        width: 585px;
    }
}


@media(max-width:1024px) {
    .htxx-search li {
        width:100%;
        margin-right: 0;
        float: left;
        margin-bottom: 10px;
    }

        .htxx-search li.sj {
            width: 100%;
            margin-bottom: 0;
        }


        .htxx-search li .form-control {
            width: 200px;
        }

        .htxx-search li .Wdate-input .Wdate {
            width: 200px;
        }

    .ul-search-jp li .form-control {
        width: 130px;
    }

    #Qry_LandTitle {
        width: 260px;
    }
}

@media(max-width:854px) {
    .ul-search li {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        float: left;
        display: block;
    }

        .ul-search li label {
            text-align: left;
            padding-top: 0;
            width: 70px;
        }

        .ul-search li .form-control {
            width: 180px;
        }

        .ul-search li.sj {
            width: 100%;
        }

    .ul-search-jp li {
        float: left;
        padding: 5px 0;
        width: 100%;
    }

        .ul-search-jp li.xmbh, .ul-search-jp li.pmzt {
            width: 100%;
        }

    .htxx-search li .Wdate-input .Wdate {
        width: 180px;
    }

    .ul-search-jp li .Wdate-input .Wdate {
        width: 170px;
    }

    .ul-search-jp li .form-control {
        width: 170px;
    }

    #Qry_LandTitle {
        width: 360px;
    }
}

@media(max-width:768px) {
    .ul-search-jp li {
        width: 100%;
    }

    .ul-search li .form-control {
        width: 150px;
    }

    .ul-search .Wdate-input .Wdate {
        width: 150px !important;
    }

    .ul-search-jp li .Wdate-input .Wdate {
        width: 153px !important;
    }

    .ul-search-jp li.xmbh, .ul-search-jp li.pmzt {
        width: 100%;
    }

    .ul-search-jp li .form-control {
        width: 155px;
    }

    #Qry_LandTitle {
        width: 325px;
    }
}

@media (max-width: 750px) {
    .ul-search-jp li .form-control {
        width: 144px;
    }

    .ul-search-jp li .Wdate-input .Wdate {
        width: 144px !important;
    }

    #Qry_LandTitle {
        width: 310px;
    }
}

@media (max-width: 736px) {

    .ul-search li .form-control, .ul-search-jp li .form-control {
        width: 140px;
    }

    .htxx-search .Wdate-input .Wdate, .ul-search-jp li .Wdate-input .Wdate {
        width: 140px !important;
    }

    #Qry_LandTitle {
        width: 300px;
    }
}

@media(max-width:667px) {
    .ul-search li {
        width: 100%;
    }

    .htxx-search .Wdate-input .Wdate {
        width: 108px !important;
    }

    .ul-search li .form-control {
        width: 236px;
    }

    .ul-search-jp li .form-control {
        width: 110px;
    }

    .ul-search-jp li .Wdate-input .Wdate {
        width: 110px !important;
    }

    #Qry_LandTitle {
        width: 240px;
    }

    .fbbt .sj-box .btn-org2 {
        margin-left: 10px;
        margin-top: 0;
    }
}

@media(max-width:640px) {
    .ul-search-jp li label {
        width: 100%;
        text-align: left;
    }

    .ul-search li label {
        width: 100%;
    }

    .ul-search li .form-control {
        width: 290px;
    }

    .ul-search-jp li .form-control {
        width: 135px;
    }

    .htxx-search .Wdate-input .Wdate, .ul-search-jp li .Wdate-input .Wdate {
        width: 135px !important;
    }

    #Qry_LandTitle {
        width: 290px;
    }
}

@media(max-width:600px) {
    .ul-search li .form-control {
        width: 250px;
    }

    .ul-search-jp li .form-control {
        width: 115px;
    }

    .htxx-search .Wdate-input .Wdate, .ul-search-jp li .Wdate-input .Wdate {
        width: 115px !important;
    }

    #Qry_LandTitle {
        width: 250px;
    }
}

@media(max-width:568px) {
    .ul-search li {
        width: 100%;
    }

        .ul-search-jp li label, .ul-search li label {
            width: 70px;
        }

    .fbbt .sj-box .btn-org2 {
        margin-left: 10px;
        margin-top: 0;
    }

    .ul-search-jp li .form-control {
        width: 155px;
    }

    .ul-search-jp li .Wdate-input .Wdate {
        width: 155px !important;
    }

    #Qry_LandTitle {
        width: 330px;
    }

    .ul-search li .form-control {
        width: 155px;
    }

    .htxx-search .Wdate-input .Wdate {
        width: 155px !important;
    }
}

@media(max-width:480px) {

    .ul-search li {
        width: 100%;
    }

    .htxx-search li .form-control {
        width: 100%;
    }

    .htxx-search .Wdate-input .Wdate, .ul-search-jp li .Wdate-input .Wdate {
        width: 203px !important;
    }

    .ul-search-jp li {
        width: 100%;
    }

        .ul-search-jp li label {
            width: 100%;
            text-align: left;
        }

        .ul-search-jp li .form-control {
            width: 100%;
        }

    .fbbt .sj-box .btn-org2, .sj-box .btn-org2 {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    #Qry_LandTitle {
        width: 100%;
    }
}

@media(max-width:414px) {
    .htxx-search .Wdate-input .Wdate, .ul-search-jp li .Wdate-input .Wdate {
        width: 170px !important;
    }
}

@media(max-width:412px) {
    .htxx-search .Wdate-input .Wdate, .ul-search-jp li .Wdate-input .Wdate {
        width: 169px !important;
    }
}

@media(max-width:384px) {
    .htxx-search .Wdate-input .Wdate, .ul-search-jp li .Wdate-input .Wdate {
        width: 155px !important;
    }
}

@media(max-width:375px) {
    .ul-search-jp li label {
        width: 100%;
        text-align: left;
    }

    .htxx-search .Wdate-input .Wdate, .ul-search-jp li .Wdate-input .Wdate {
        width: 150px !important;
    }
}

@media(max-width:360px) {
    .htxx-search .Wdate-input .Wdate, .ul-search-jp li .Wdate-input .Wdate {
        width: 143px !important;
    }
}

@media(max-width:320px) {

    .htxx-search .Wdate-input .Wdate, .ul-search-jp li .Wdate-input .Wdate {
        width: 123px !important;
    }
}

.quit {
    display: none;
}

.btn-quit {
    margin: 8px auto 0;
    display: none;
    border: #5abd5a 1px solid;
    border-radius: 14px;
    width: 100px;
    text-align: center;
    height: 28px;
    line-height: 28px !important;
}

@media(max-width:991px) {
    .quit, .btn-quit {
        display: block;
    }
}

.hyzl-form, .pws-form, .zjxx-form {
    margin-top: 20px;
    float: left;
    width: 100%;
    padding: 0 20px;
}


    .hyzl-form .form-control {
        height: 42px;
    }

.member-info {
    padding: 25px 30px 0;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

    .member-info li {
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: #dbdbdb 1px solid;
    }

        .member-info li:last-child {
            border-bottom: 0;
        }

.mb-info-title {
    float: left;
    width: 100px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: bold;
}

.mb-info-r {
    float: right;
    width: 78%;
}

    .mb-info-r p {
        float: left;
        line-height: 28px;
        margin-bottom: 0;
        color: #777;
        width: 70%;
    }

@media(max-width:320px) {
    .member-info {
        padding: 20px 15px 0;
    }

    .mb-info-r p {
        width: 72%;
    }
}

.rz {
    color: #fff;
    /*line-height: 28px;*/
    font-size: 14px;
    font-weight: normal;
    background:#66BB60;
    border-radius: 3px;
    padding: 4px 8px;
    text-align: center;
    font-weight: bold;
    [;font-weight:normal;];
    float: right;
}

    .rz:hover {
        color: #fff;
    }

@media(max-width:768px) {
    .mb-info-title {
        width: 100%;
        text-align: left;
    }

    .mb-info-r {
        width: 100%;
        float: left;
    }
}

@media(max-width:800px) {
    .htxx-search li .Wdate-input .Wdate {
        width: 180px;
    }
}


/*.hid-list {
    background: url('../Images/attach.png') no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin: 0 auto;
    text-align: center;
}*/

.hid-list {
    position: relative;
}

.fj-icon-layer {
    width: 100%;
}

.fj-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.hid-c {
    display: none;
    position: absolute;
    left: -10px;
    top: 30px;
    border: #dbdbdb 1px solid;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    padding: 5px 10px;
    background: #fff;
    z-index: 9999;
    min-width: 200px;
}

    .hid-c:before, .hid-c:after {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 10px solid transparent;
    }

    .hid-c:before {
        border-bottom-color: #fff;
        position: absolute;
        top: -18px;
        left: 10px;
        z-index: 2;
    }

    .hid-c:after {
        border-bottom-color: #ccc;
        position: absolute;
        top: -19px;
        left: 10px;
        z-index: 1;
    }

    .hid-c li {
        padding: 0;
        width: 100%;
        float: left;
        border-bottom: #dbdbbd 1px solid;
        text-align: left;
        background: #fff;
        height: 28px;
        line-height: 28px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .hid-c li:last-child {
            border-bottom: 0;
        }

        .hid-c li a {
            color: #327ad5;
        }
