﻿/*-----浮动-----------------*/
.fl {
    float: left;
    /*    background-color:aqua;*/
}

.fr {
    float: right;
}

.clean {
    clear: both;
}

/*-----文字对齐-------------------*/
.t-c {
    text-align: center;
}

.t-l {
    text-align: left;
}

.t-r {
    text-align: right;
}

/*------------文字颜色------------------*/
.white {
    color: #FFF;
}

.darkgray {
    color: #444;
}

.gray {
    color: #666;
}

.lightgray {
    color: #999;
}

.darkwhite {
    color: #b3b3b3;
}

.red {
    color: #F00;
}

.green {
    color: #25951a;
}

.blue {
    color: #1e5ec8;
}

.orgen {
    color: #ff5a00;
}

.darkorg {
    color: #a88c6e;
}


/*----------padding-------------------*/
.p-d {
    /* padding: 15px 10px 10px 10px; */
    /* display: flex; */
    /* align-items: center; */
    padding: 0;
    overflow: hidden;
}

.p-lr-d {
    padding: 0 10px;
}

.p-tb-d {
    padding: 10px 0;
}


/*------margin----------------------*/
.m-b {
    margin-bottom: 10px;
}

.m-bx {
    margin-bottom: 40px;
}

.m-t {
    margin-top: 10px;
}

.m-bt {
    margin: 10px 0;
}

.m-r {
    margin-right: 10px;
}

.m-l {
    margin-left: 10px;
}

.m-rl {
    margin: 0 10px;
}

.marg {
    margin: 10px;
}

/*--------边框-----------------*/
.panel {
    border: 1px solid #e2e2e2;
}

.panel-d {
    border-bottom: none;
}

.fs-12-n {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 8px;
}


/*---字体大小----*/
.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-lg {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

/**/
.sd {
    box-shadow: #999 1px 1px 3px;
}

/*-------width-----------------------*/
.w-80per {
    width: 80%;
}

/*--loading--*/
.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/loading.gif) center center no-repeat;
    background-size: 40px 40px;
    z-index: 99999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

html,
body,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
img {
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #666;
    background-color: #f1f1f1 !important;
    min-width: 1200px;
}

    body.gray {
        background-color: #f1f1f1;
    }

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

input,
button {
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
}

select {
    outline: 0;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
}

a:hover {
    color: #8c6f4b;
}

.top {
    width: 100%;
    background-color: #fff;
}


.login-input {
    box-sizing: border-box;
    display: flex;
    /* align-items: center; */
    width: 324px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #cecece;
    margin-bottom: 14px;
}

input[type=text],
input[type=password] {
    width: 324px;
    height: 54px;
    line-height: 54px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 60px;
    color: #b6b6b6;
}

.login {
    background-color: transparent !important;
    box-shadow: none;
    width: auto !important;
}



.uername {
    width: 32px !important;
    background: url(/zcy/hzky/pc/static/img/user-uername.png) no-repeat;
    background-position: 12px 17px;
}

.password {
    width: 32px;
    background: url(/zcy/hzky/pc/static/img/user-passwrod.png) no-repeat;
    background-position: 12px;
}

.checkbox {
    display: flex;
    align-items: center;
    margin-top: 16px;
    /* margin-bottom: 60px; */
}

input[type=checkbox] {
    /* vertical-align: middle; */
    display: flex !important;
}



input[type=button] {
    cursor: pointer;
}

.show-img {
    display: flex;
    justify-content: center;
    align-items: center;
/*    margin-bottom: 52px;*/
}

    .show-img > span {
        font-size: 18px;
        line-height: 60px;
        color: #222222;
        margin-left: 14px;
        margin-right: 98px;
    }

        .show-img > span:last-child {
            margin-right: 0;
        }

/*------弹出层----------------*/
.mask {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popdiv_01 {
    position: relative;
    width: 970px;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -500px;
    background-color: #FFF;
    z-index: 1100;
}

.popdiv {
    position: relative;
    width: 970px;
    margin: auto;
    background-color: #FFF;
    top: 40%;
    z-index: 1100;
}

    .popdiv h3 {
        background-color: #f1f1f1;
        line-height: 36px;
        height: 36px;
        padding: 0 8px 0 12px;
    }

    .popdiv span {
        display: inline-block;
        margin-right: 40px;
        font-size: 14px;
    }

    .popdiv textarea {
        width: 100%;
        height: 120px;
        padding: 6px;
        border: 1px solid #d1d1d1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 8px;
    }

    .popdiv input[type=button] {
        margin: 0;
        width: 100px;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #fff inset;
    -webkit-text-fill-color: #444;
}

.body-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*.logodiv {
    background-color: #FFF;
    width: 1168px;
    margin: 0 auto 3px auto;
    padding: 16px;
    height: 160px;
}*/
.logodiv-top {
    background-color: #fff;
    height: 160px;
    width: 1200px;
    margin: 0 auto !important;
}

.logodiv .logodiv_top_left {
    margin-top: 20px !important;
}

.logodiv-top-logo {
    width: 430px;
    height: 96px;
    background: url(/zcy/default/pc/images/logo.jpg) no-repeat;
}

.logodiv-top-main {
    margin-top: 58px !important;
    text-align: right;
}

.main-title {
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

.main-slogn {
    font-size: 1.1rem;
    color: #595959;
}

.logindiv-content {
    margin: 0 auto  !important;
    width: 1200px;
    height: 470px;
    border-radius: 30px;
    background-color: #ffffff;
}

.body .logindiv {
    width: 1200px !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.logindiv_left {
    width: 791px;
    height: 470px;
    border-radius: 0 30px 30px 0;
    background-color: #130f0f;
}

.copyright {
    margin: 0 auto 0 auto;
    color: #fff;
    width: 1920px;
    height: 180px;
    background-color: #222222;
    text-align: center;
    height: 100px;
    width: 1168px;
    padding: 35px 16px 16px 16px;
}

/*
.logindiv {
    width: 1168px;
    margin: 0 auto 3px auto;
    padding: 16px;
    box-shadow: #aaa 0 0 5px;
    background-color: #fff;
}*/
.content-login {
    box-sizing: border-box;
    width: 408px;
    height: 470px;
    padding: 72px 42px 0;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
}

.content-login-title {
    font-size: 30px;
    color: #222;
    font-weight: bold;
    margin-bottom: 14px;
}

.content-login-title-welcome {
    font-size: 14px;
    color: #222;
    margin-bottom: 14px;
}

.uername {
    height: 46px;
}

button {
    width: 324px;
    height: 54px;
    border-radius: 10px;
    background-color: #d11d34;
    color: #FFF;
    padding: 0.5em 1.5em;
    cursor: pointer;
}



.wechat-login {
    margin-top: -18px;
    text-align: center;
    /* margin: 0 auto; */
    margin-left: 126px;
}

.miss-password {
    margin-top: -22px;
}

button.ghost {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: #444;
    padding: 0.5em 1.5em;
    cursor: pointer;
}

.logindiv button {
    border-bottom: 1px solid #e7e2e2;
    background-color: transparent;
    color: #a4a3a3;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    line-height: 28px;
    width: 225px;
    font-size: 16px;
}

    .logindiv button.curr {
        border-bottom: 3px solid #ff7200;
        color: #ff7200;
    }

.logindiv .login {
    position: relative;
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
    height: 320px;
}


    .logindiv .login .goreg {
        padding: 20px 0;
        overflow: hidden;
    }

.register a {
    color: #8c6f4b;
    text-decoration: underline;
}

.register-href {
    text-align: center;
}

    .register-href span {
        color: #8c6f4b;
    }

.logindiv input:not([type=checkbox]) {
    width: 280px;
    height: 48px;
    border: 0;
}

/*.logindiv input[type=button] {
  background-color: #ff7200;
  border-color: #ff7200;
  border-radius: 5px;
  color: #FFF;
  height: 50px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 6px;
}*/


.success-bg {
    background-image: url("/zcy/hzky/pc/static/img/success-bg1.jpg");
    background-repeat: no-repeat;
}

.success-div {
    width: 740px;
    height: 400px;
    margin: 70px auto;
    text-align: center;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 0 5px #ccc;
}

    .success-div h2 {
        line-height: 42px;
    }

    .success-div .gohome {
        margin-top: 20px;
    }

        .success-div .gohome a {
            border: 1px solid #ccc;
            padding: 3px 6px;
            border-radius: 3px;
        }

body {
    background: #fff;
}

.copyright p {
    line-height: initial;
}
