div,
ul,
li {
    box-sizing: border-box;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
}

label {
    font-weight: normal;
}

input::-webkit-search-cancel-button {
    display: none;
}

input[type=search]::-ms-clear {
    display: none;
}

input::-ms-clear,
::-ms-reveal {
    display: none;
}

ul li {
    list-style-type: none;
}


@keyframes bgbody {
    0% {
        opacity: 0;
        background-color: #3C8AB6;
    }

    100% {
        opacity: 1;
    }
}


/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {

    float: right;
}


html,
body {
    margin: 0;
    padding: 0;
    font-size: .18rem;
    height: 100%;
    font-family: "Microsoft YaHei";
    min-width: 1200px;
    -webkit-animation: bgbody 1s ease;
    -o-animation: bgbody 1s ease;
    animation: bgbody 1s ease;
}

html {
    /* min-height: 10.80rem; */
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
    width: 0px
}

body {
    font-size: .16rem !important;
    /*background-image: url(../images/login/home_bg.png);*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    color: #fff;
    display: none;
    position: relative;
}

.body_content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;

}
.bgDiv{
    position: absolute;
    top:0rem;
    bottom: 0rem;
    width: 100%;
    background-image: url(../images/login/home_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
}
.titleName {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-size: 0.3rem;
    width: 100%;
    height: 0.67rem;
    background-color: #fff;
    position: absolute;
    z-index: 1;

}
.title_left{
    display: flex;
    align-items: center;
    letter-spacing: .04rem;
    font-weight: 800;
}
.titleName .logo {
    width: auto;
    height: 0.47rem;
    margin-right: .28rem;
    margin-left: .6rem;
    /*background-image: url(../images/login/logo.png);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.title_right{
    float: right;
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 20px;
}
.title_right>a{
    text-decoration: underline;
    color: #000000;
    font-size: 0.18rem;
    margin: 0 .25rem;
    font-weight: 400;
}
.formDiv {
    width: 7.22rem;
    height: 3.03rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.fbg {
    width: 6.95rem;
    height: 2.8rem;
    background-color: rgba(0, 198, 255, .6);
    z-index: 0;
}

.fbg1 {
    position: absolute;
    left: 0;
    top: 0;

}

.fbg2 {
    position: absolute;
    bottom: 0;
    right: 0;

}

.loginDiv {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: .3rem;
}

.inputDiv {
    width: 4.84rem;
    height: 0.54rem;
    border: 1px solid #FFFFFF;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    padding: 0 .2rem;
    margin: .07rem 0;

}

.inputDiv .icon {
    width: .24rem;
    height: .24rem;
    display: inline-block;

}

.inputDiv .userIcon {
    background-image: url(../images/login/user.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.inputDiv .passwordIcon {
    background-image: url(../images/login/password.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.inputDiv .line {
    width: 1px;
    background-color: #FFFFFF;
    height: .29rem;
    display: inline-block;
    margin: 0 .13rem;
}

.inputDiv input {
    flex: 1;
    background: none;
    font-size: 0.18rem;
    outline: none;
    border: 0;
    color: #fff;
}

.inputDiv input::-webkit-input-placeholder {
    /*颜色*/
    color: #fff !important;
}

.inputDiv input::-moz-placeholder { /* Mozilla Firefox 19+ */
    /*颜色*/
    color: #fff !important;
}

.inputDiv input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*颜色*/
    color: #fff !important;
}

.inputDiv input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*颜色*/
    color: #fff !important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #F2F6F9 inset !important;
    -webkit-text-fill-color: #000000;
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.jzmmDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .3rem;
    margin: .25rem 0;
    width: 4.84rem;
}

.xzcjBtn {
    cursor: pointer;
}


.check_box {
    display: inline-block;
    position: relative;
}

.check_box label {
    width: .16rem;
    height: .16rem;
    min-height: auto;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 10%;
    background: none;
    padding: .1rem;
    cursor: pointer;
    margin-top: .02rem;
}

.check_box label:hover {
    border: 1px solid #0f65ff;
}

.check_box label:after {
    content: '';
    width: 0.15rem;
    height: 0.08rem;
    position: absolute;
    top: 0.04rem;
    left: .03rem;
    border: 0rem solid #cacaca;
    border-top: none;
    border-right: none;
    opacity: 0.4;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.check_box label:hover:after {
    border: 0px solid #f78642;
    border-top: none;
    border-right: none;
}

.check_box input {
    display: none;
}

.inputDiv input:focus,
.inputDiv input:hover {
    border: 0;
    box-shadow: none;
}

.check_box input:checked + label {
    border: 1px solid #fff;
}

.check_box input:checked + label:after {
    opacity: 1;
    border: .03rem solid #F4EA2A;
    border-top: none;
    border-right: none;
}

.check_box em {
    margin: 0 0 0 .32rem;
    font-style: normal;
}


.dlBtn {
    width: 2.51rem;
    height: 0.56rem;
    line-height: .56rem;
    background: #005ACD;
    box-shadow: 0 .05rem .1rem 0 rgba(0, 90, 205, 0.35);
    border-radius: 0.05rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.24rem;
    cursor: pointer;
}

.dlBtn:hover {
    background: #0070ff;
}

.bqDiv {
    margin-top: 0.9rem;
}

.quickdelete {
    width: 0.3rem;
    height: 0.3rem;
    display: none;
    line-height: .3rem;
    text-align: right;
}

.quickdelete .iconfont {
    font-size: 0.2rem;
    color: #dedede;
}

.login-right {
    width: 5rem;
    height: 4.8rem;
    /*border: .02rem solid #00FFFF;*/
    border-radius: 0.05rem;
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0.15rem;
}

.login-right:before {
    content: '';
    position: absolute;
    top: -0.2rem;
    left: 0;
    right: 0;
    margin: auto;
    /*background-image: url(../images/login/form_top_line.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 0.37rem;
}

.form-div {
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.5rem 0.6rem;
    border-radius: 0.05rem;
    background: linear-gradient(0deg, #ffffff, #ffffff);
}

.login-right form .form-group {
    position: relative;
    padding: 0.08rem;
    padding-left: 0.58rem;
    border-radius: 0.06rem;
    margin-bottom: 0.28rem;
    background-color: #F2F6F9;
    border: 0.01rem solid #CCCCCC;

}

.login-right form .checkbox {
    margin: .25rem 0;
}

.quickdelete {
    width: 0.15rem;
    height: 0.2rem;
    background: url(../images/login/quickdelete.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0.09rem;
    right: 0.02rem;
    opacity: .8;
}
.quickdelete:hover{
    opacity: 1;
}

.login-right form .form-group .quickdelete-wrap {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: .34rem;
    margin-right: 0;
    overflow: hidden;
}

.login-right form .form-group .quickdelete-wrap input {
    height: 100%;
    border: 0;
    /*font-size: .18rem;*/
    padding: 0 .35rem 0 .05rem;
    line-height: .34rem;
    background: #F2F6F9;
    color: #000000;
}
.login-right form .form-group .quickdelete-wrap input::-webkit-input-placeholder{
    /*颜色*/
    color:#999999;
}
.login-right form .form-group .quickdelete-wrap input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    /*颜色*/
    color:#fff;
}
.login-right form .form-group .quickdelete-wrap input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    /*颜色*/
    color:#fff;
}
.login-right form .form-group .quickdelete-wrap input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    /*颜色*/
    color:#fff;
}
.login-right form .from_icon_user {
    position: absolute;
    left: .18rem;
    width: 0.28rem;
    height: 0.3rem;
    display: inline-block;
    background-image: url(../images/login/user.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.login-right form .from_icon_password {
    position: absolute;
    left: .18rem;
    width: 0.25rem;
    height: 0.29rem;
    display: inline-block;
    background-image: url(../images/login/password.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.login-left {
    position: absolute;
    width: 60%;
    text-align: center;
}

.pull-left {
    float: left !important;
}

.avatar_forget {
    height: .20rem;
}

.avatar h4 {
    font-size: .3rem;
    margin: 0.15rem 0 0.33rem;
    letter-spacing: .1rem;
    color: #000;
    text-align: center;
}

.avatar .h4-2 {
    letter-spacing: .2rem;
    text-align: center;
    margin-bottom: 0.3rem;
}

.avatar h4 > b {
    font-size: .28rem;
    color: #013eaf;
}

.form-checkbox {
    color: #999;
    color: #f7f7f7;
    min-height: .2rem !important;
    font-size: .16rem;
    padding-left: .25rem !important;
    vertical-align: middle;
}
.login-right form .checkbox input[type=radio],.login-right form .checkbox input[type=checkbox]{
    width: .18rem;
    height: .18rem;
    margin-left: -0.25rem !important;
    outline: none;
}
.login-right form .checkbox input[type=radio]:before, .login-right form .checkbox input[type=checkbox]:before {
    content: '';
    display: block;
    width: .18rem;
    height: .18rem;
    margin-top: 0;
    z-index: 10;
    background-size: .18rem !important;
}



.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-login {
    float: left;
    background-color: #0290FF;
    border-radius: 0.06rem;
    color: #fff;
    height: 0.5rem;
    font-size: .24rem;
    width: 100%;
    margin-top: 0;
    padding: 0;
    font-weight: bold;
    letter-spacing: .1rem;
}

.btn.btn-login:hover, .btn.btn-login:focus {
    color: #fff;
    background-color: #0089f3;
}

.btn-try {
    float: left;
    background-color: #fff;
    color: #333;
    border-color: #ddd;
    margin-top: .15rem;
    font-weight: normal;
}

.login-bottom {
    position: absolute;
    bottom: 0;
    height: .9rem;
    width: 100%;
    line-height: .9rem;
    color: #333333;
    font-size: .18rem;
    text-align: center;
    background-color: #fff;
}

.form-control, .ue-form, .qd_ipt {
    border-width: 0;
    padding-right: 0;
}

.quickdelete-wrap:focus, .quickdelete-wrap:hover {
    border-color: #3e99ff;
    box-shadow: none;
}

.error-hints {
    position: absolute;
    width: 3.6rem;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0.4rem;
    height: 0.32rem;
    line-height: 0.3rem;
    color: #f34a34;
    display: none;
    border: .01rem;
    border-color: #ff8e8e;
    border-style: solid;
    background-color: #fff2f2;

}


.error-hints > img {
    display: inline-block;
    margin-left: .08rem;
    margin-right: .05rem;
}

.error-hints > p {
    display: inline;
    /*vertical-align: middle;*/
    /*line-height: .25rem;*/
}

a {
    color: #08c;
}

.ue-form:focus, .ue-form:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.passwordpadding {
    margin-bottom: 0.1rem !important;
}
.login_title_left {
	display: flex;
    align-items: center;
    letter-spacing: .04rem;
    font-weight: 800;
    height: 100%;
}
.logo_left{
	width: auto;
    height: 100%;
    color: #000000;
    font-size: 0.6rem;
    margin-left: 1.8rem;
    margin-top: 0rem;
}