/*-------------------------------管理端-------------------------------*/
.manage_is {
    margin-top: 20px;
    display: block;
    color: #4e5063;
    font-size: 14px;
}

.manage_is a {
    color: #ff4b60;
}

.manage_is input {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}

.logo {
    width: 100%;
    height: auto;
    display: none;
    margin: 0 auto;
}

.manage_box {
    width: 920px;
    height: auto;
    overflow: hidden;
    margin: 160px auto 0 auto;
}

.manage_login {
    width: 100%;
    height: 420px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
}

.manage_left {
    width: 50%;
    height: 100%;
    float: left;
}

.manage_right {
    width: 50%;
    height: 420px;
    float: left;
    background: #FFFFFF;
    position: relative;
}

.manage_footer {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 60px;
    line-height: 1.8em;
}

.manage_footer p {
    padding-top: 10px;
}

.manage_footer p span {
    margin-right: 15px;
}

/*微信登录*/
.wx_Login {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}

.wx_Change {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.login_change1 {
    width: 72px;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    font-size: 14px;
    color: #ff4b60;
    background: url("../img/login_change1.png") no-repeat;
    background-size: 82px 27px;
    -webkit-background-size: 82px 27px;
    -moz-background-size: 82px 27px;
    float: left;
    margin: 20px 5px 0 0;
}

.login_change2 {
    width: 64px;
    height: 64px;
    float: left;
    display: block;
}

.wx_box {
    margin: 70px 55px 0 55px;
    height: auto;
    overflow: hidden;
}

.wx_box_title {
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.wx_box_ewm {
    width: 168px;
    height: 168px;
    display: block;
    margin: 20px auto 0 auto;
    border: #eeeeee solid 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.wx_box_cont {
    color: #9ca0ab;
    padding-top: 10px;
    text-align: center;
}

.wx_box_cont p {
    padding-top: 5px;
}

/*账号登录*/
.user_Login {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.user_Login_title {
    font-size: 22px;
    color: #333333;
    padding-bottom: 5px;
}

.user_form {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.user_itmes {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    border: #d3d3db solid 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.user_input {
    width: 328px;
    height: 25px;
    padding: 10px;
    outline: none;
    font-size: 14px;
    background: #FFFFFF;
    border: none;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.user_Login_btn {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #ff4b60;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
}

.user_Login_wxt {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: url("../img/wx_line.png") no-repeat center;
    background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    font-size: 18px;
    color: #999999;
}

.user_Login_wx {
    padding-top: 20px;
    display: none;
}

.user_Login_wxt span {
    padding: 0 10px;
    background: #FFFFFF;
}

.user_Login_wxc {
    width: 40px;
    height: 40px;
    display: block;
    margin: 10px auto 0 auto;
}

/*律师端*/
.lawyer_body {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/lawyer_body.jpg") no-repeat center bottom;
    background-size: cover;
}

.lawyer_box {
    width: 920px;
    height: 460px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -460px;
    margin-top: -300px;
}

.lawyer_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #303650;
    color: #9ca0ab;
    text-align: center;
    padding: 30px 0 10px 0;
    font-size: 14px;
}

.lawyer_footer a {
    color: #9ca0ab;
}

.lawyer_footer p {
    padding-top: 10px;
}

.lawyer_tab {
    height: auto;
    overflow: hidden;
    font-size: 22px;
    color: #4e5063;
}

.lawyer_tab li {
    float: left;
    width: auto;
    position: relative;
    margin-right: 30px;
    padding-bottom: 13px;
    cursor: pointer;
}

.lawyer_tab li.active {
    color: #ff4b60;
}

.lawyer_tab li.active:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #ff4b60;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
}

.lawyer_cont {
    height: auto;
    overflow: hidden;
}

.lawyer_cont > div {
    display: none;
}

.lawyer_cont > div.active {
    display: block;
}

.lawyer_pg {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}

.lawyer_pgl {
    float: left;
    margin-top: 0;
}

.lawyer_pgr {
    float: right;
    color: #666666;
    font-size: 14px;
}

.lawyer_nouser {
    color: #9ca0ab;
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
}

.lawyer_nouser a {
    color: #ff4b60;
}

.user_code {
    float: left;
    width: 100px;
    height: 25px;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.btn-mes {
    width: 100px;
    height: 45px;
    line-height: 45px;
    background: #d3d3db;
    float: right;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.btn-mes2 {
    background: #4e5063;
}

.lawyer_height {
    height: 460px;
}

/*身份验证*/
.identity_header {
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0 0 10px #d9dff2;
}

.identity_logo {
    float: left;
    width: auto;
    height: 64px;
    display: block;
    margin: 28px 0;
}

.identity_logo_l {
    width: 295px;
    height: 64px;
    float: left;
    display: block;
}

.identity_logo_m {
    width: 200px;
    height: 64px;
    float: left;
    display: block;
    margin-left: 40px;
}

.identity_login {
    float: right;
    margin-top: 40px;
}

.identity_login a {
    float: left;
    font-size: 14px;
    text-align: center;
    border-radius: 25px;
    margin-left: 20px;
}

.identity_login a.sign {
    width: 90px;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #FFFFFF;
    background: #ff4b60;

}

.identity_login a.register {
    width: 88px;
    height: 38px;
    line-height: 38px;
    float: left;
    border: #d3d3db solid 1px;
    color: #87899b;
}

.identity_main {
    height: auto;
    overflow: hidden;
    margin: 50px auto;
}

.identity_footer {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
}

.identity_title {
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
}

.identity_title h1 {
    font-size: 32px;
    color: #4e5063;
}

.identity_title p {
    font-size: 14px;
    color: #87899b;
    padding-top: 10px;
}

.identity_cont {
    background: #FFFFFF;
    height: auto;
    overflow: hidden;
    padding: 60px 100px 100px 100px;
    position: relative;
}

.identity_tab {
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: #eeeeee dashed 1px;
    position: relative;
}

.identity_line {
    width: 700px;
    height: 3px;
    background: #c0c4cc;
    position: absolute;
    left: 150px;
    top: 20px;
    z-index: 1;
}

.identity_line1 {
    width: 0;
    height: 3px;
    background: #ff4b60;
    position: absolute;
    left: 150px;
    top: 20px;
    z-index: 1;
}

.identity_line2 {
    width: 350px;
    height: 3px;
    background: #ff4b60;
    position: absolute;
    left: 150px;
    top: 20px;
    z-index: 1;
}

.identity_line3 {
    width: 700px;
    height: 3px;
    background: #ff4b60;
    position: absolute;
    left: 150px;
    top: 20px;
    z-index: 1;
}

.identity_tab li {
    width: 33.333%;
    font-size: 14px;
    color: #c8cace;
    float: left;
    text-align: center;
    position: relative;
    z-index: 2;
}

.identity_tab li h1 {
    font-size: 18px;
    color: #FFFFFF;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #d3d3db;
    margin: 0 auto;
}

.identity_tab li p {
    padding-top: 15px;
}

.identity_tab li.active h1 {
    background: #ff4b60;
}

.identity_tab li.active {
    color: #ff4b60;
}

.identity_cont > div {
    padding-bottom: 60px;
    height: auto;
    overflow: hidden;
}

.means {
    padding: 20px 100px 0 100px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.means_itmes {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}

.means_left {
    width: 100px;
    height: auto;
    overflow: hidden;
    float: left;
    color: #4e5063;
    padding-top: 10px;
}

.means_right {
    margin-left: 100px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
}

.means_input {
    width: 500px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    border: #d3d3db solid 1px;
    outline: none;
    font-size: 14px;
}

.means_box {
    width: 210px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 35px;
}

.means_boxUl {
    margin-left: -35px;
    height: auto;
    overflow: hidden;
}

.means_phono {
    width: 100%;
    height: 120px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.means_phono img {
    width: 100%;
    height: 100%;
    display: block;
}

.means_phono input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.means_text {
    padding-top: 15px;
    height: auto;
    overflow: hidden;
    text-align: center;
    color: #666666;
}

.phono_text {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    color: #999999;
}

.phono_text p {
    padding-top: 10px;
}

.phono_text p a {
    color: #ff4b60;
}

.means_file {
    width: 100%;
    height: 120px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.means_file_img {
    width: 100%;
    height: 100%;
    display: block;
}

.means_file_box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
    display: none;
}

.means_file:hover .means_file_box {
    display: block;
}

.means_file_box a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: #FFFFFF solid 1px;
    color: #FFFFFF;
    display: block;
    margin: 12px auto;
    position: relative;
}

.uploadAgain input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.means_file_box a:hover {
    background: #272626;
    border: #333 solid 1px;
}

.btn_means {
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
    display: block;
    background: #cccccc;
    font-size: 16px;
}

.btn_means2 {
    background: #ff4b60;
}

.userAgreement_box {
    height: auto;
    overflow: hidden;
    padding: 30px 0 20px 0;
    border: #eeeeee solid 1px;
    margin-top: 20px;
    display: none;
}

.userAgreement_box_t {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.userAgreement_box_c {
    font-size: 14px;
    line-height: 1.8em;
    text-align: justify;
    margin: 20px 0 0 0;
    height: auto;
    max-height: 350px;
    overflow: auto;
    padding: 0 20px;
}

.userAgreement_box_c::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 7px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.userAgreement_box_c::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #aaaaaa;
}

.userAgreement_box_c::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
}

.userAgreement_box_c p {
    padding-bottom: 20px;
    text-indent: 30px;
}

.identity_code {
    width: 500px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    border: #d3d3db solid 1px;
    outline: none;
    font-size: 14px;
}

.identity_code input {
    width: 400px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    float: left;
}

.identity_code .btn-mes {
    height: 42px;
    line-height: 42px;
}

.auth {
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 70px 0;
}

.auth img {
    width: 133px;
    height: 116px;
    display: block;
    margin: 0 auto;
}

.auth h1 {
    font-size: 20px;
    padding: 20px 0 18px 0;
}

.auth p {
    font-size: 14px;
    color: #999999;
}

.auth h6 {
    font-size: 14px;
    font-weight: normal;
}

.auth h6 span {
    display: block;
}

.auth_btn {
    width: 240px;
    height: 48px;
    line-height: 48px;
    margin: 20px auto;
    color: #FFFFFF;
    background: #ff2c2c;
    font-size: 16px;
    text-align: center;
    display: block;
}

.reset_box {
    padding: 50px 0 200px 0;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.reset_box img {
    width: 113px;
    height: 107px;
    display: block;
    margin: 0 auto;
}

.reset_box h1 {
    font-size: 20px;
    color: #333333;
    padding: 20px 0 18px 0;
}

.reset_box p {
    font-size: 14px;
    color: #999999;
}

.reset_box h6 {
    font-size: 14px;
    font-weight: normal;
}

.reset_box h6 span {
    display: block;
}

.reset_box h6 span font {
    color: #ff2c2c;
}

.reset_btn1 {
    margin: 20px auto;
    background: #ff2c2c;
}

.reset_btn2 {
    margin: 20px auto;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 95%;
    }

    .identity_cont {
        padding: 50px;
    }

    .identity_line {
        width: 64%;
        left: 18%;
    }

    .identity_line2 {
        left: 18%;
        width: 32%;
    }

    .identity_line3 {
        left: 18%;
        width: 64%;
    }
}

@media screen and (max-width: 1000px) {
    .identity_logo_m {
        display: none;
    }

    .means_input {
        width: 80%;
    }

    .identity_code {
        width: 80%;
    }

    .identity_code input {
        width: 150px;
    }

    .means_box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .user_itmes {
        margin-top: 20px;
        border: none;
        border-bottom: #d3d3db solid 1px;
    }

    .user_input {
        width: 94%;
        padding: 10px 3%;
    }

    .manage_box {
        width: 70%;
        margin: 50px auto;
    }

    .manage_login {
        height: auto;
    }

    .manage_left {
        display: none;
    }

    .manage_right {
        width: auto;
        height: auto;
        float: none;
        padding: 50px;
    }

    .wx_Change {
        display: none;
    }

    .logo {
        display: block;
    }

    .wx_box {
        margin: 70px 0 0 0;
    }

    .user_Login_wx {
        display: block;
    }

    .lawyer_box {
        width: 70%;
        margin: 50px auto;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        height: auto;
    }

    .lawyer_footer {
        height: auto;
        overflow: hidden;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        background: none;
        padding: 20px 0;
        background: #303650;
        color: #9ca0ab;
    }

    .lawyer_footer span {
        display: block;
        padding-top: 5px;
    }

    .lawyer_footer p {
        padding: 0;
    }

    .means {
        padding: 20px 20px 0 20px;
    }

    .upload_pic {
        width: 80%;
        height: 60%;
        left: 10%;
        top: 20%;
        margin-left: auto;
        margin-top: auto;
    }
}

@media screen and (max-width: 640px) {
    .manage_body {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        height: auto;
        background: #191a46;
        overflow: hidden;
    }

    .wx_box {
        margin: 50px 0 0 0;
    }

    .manage_box, .lawyer_box {
        width: 90%;
        margin: 20px auto;
    }

    .user_Login_wxt {
        font-size: 14px;
    }

    .user_Login_wxc {
        width: 40px;
        height: 40px;
    }

    .manage_right {
        padding: 30px;
    }

    .manage_footer {
        text-align: left;
        padding-top: 15px;
    }

    .manage_footer p {
        padding-top: 0;
    }

    .manage_footer p span {
        display: block;
        padding-top: 2px;
    }

    .user_itmes {
        margin-top: 20px;
    }

    .law_body {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        height: auto;
        background: #151d4c;
        overflow: hidden;
    }

    .manage_footer p span.f_1, .manage_footer p span.f_3 {
        display: none;
    }

    .lawyer_body {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        height: auto;
        background: #151d4c;
        overflow: hidden;
    }

    .btn-mes {
        height: 35px;
        line-height: 35px;
        margin-top: 5px;
        border-radius: 5px;
    }

    .lawyer_footer {
        width: auto;
        text-align: left;
        padding: 20px;
        margin: 0 auto;
        line-height: 1.8em;
    }

    .lawyer_footer p {
        padding-top: 0;
        color: #FFFFFF;
    }

    .lawyer_footer p span {
        display: block;
        padding-top: 2px;
    }

    .lawyer_footer p span.f_1, .lawyer_footer p span.f_3 {
        display: none;
    }

    .lawyer_tab {
        font-size: 18px;
    }

    .lawyer_tab li.active:after {
        margin-left: -40px;
    }

    .identity_header {
        height: 80px;
    }

    .identity_logo {
        margin: 19px 0;
        height: 43px;
    }

    .identity_logo_l {
        width: 185px;
        height: 40px;
    }

    .identity_login {
        margin-top: 27px;
    }

    .identity_login a.sign {
        width: 70px;
        height: 30px;
        line-height: 30px;
    }

    .identity_login a.register {
        margin-left: 5px;
        width: 68px;
        height: 28px;
        line-height: 28px;
    }

    .identity_main {
        margin: 20px auto;
    }

    .identity_title {
        padding-bottom: 20px;
    }

    .identity_title h1 {
        font-size: 20px;
    }

    .identity_cont {
        padding: 30px 20px;
    }

    .identity_tab {
        padding-bottom: 30px;
    }

    .means {
        padding: 20px 0 0 0;
    }

    .means_left {
        display: block;
        float: none;
        padding-top: 0;
    }

    .means_right {
        margin-left: 0;
        padding-top: 5px;
    }

    .identity_code .btn-mes {
        margin-top: 0;
    }

    .means_input, .identity_code {
        width: 99%;
    }

    .btn_means {
        margin: 20px auto 0 auto;
    }

    .userAgreement_box_t {
        font-size: 16px;
    }

    .means_boxUl {
        margin-left: -5%;
    }

    .means_box {
        width: 45%;
        margin-left: 5%;
    }

    .means_phono, .means_file {
        height: 100px;
    }

    .means_file_box a {
        width: 70%;
        height: 30px;
        line-height: 30px;
    }

    .auth h6, .reset_box h6 {
        width: 95%;
        margin: 0 auto;
        line-height: 1.8em;
    }

    .auth h6 span, .reset_box h6 span {
        display: inline;
    }
}

@media screen and (max-height: 700px) {
    .manage_box {
        margin: 60px auto 0 auto;
    }
}