﻿body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
    font-family: "Microsoft YaHei";
    color: #6C6C6C;
    background: #fff;
    -webkit-text-size-adjust: none;
}

header, nav, article, section, aside, footer, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, textarea, strong, table, td, tr, th {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}

img {
    border: 0 none;
}

ul, ol, li {
    list-style-type: none;
}

input, select {
    vertical-align: middle;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
/* 保留 radio 的边框 */
input[type="radio"] {
    border: 2px solid white; /* 设置边框样式 */
    border-radius: 50%; /* 圆形边框 */
    width: 20px; /* 设置宽度 */
    height: 20px; /* 设置高度 */
    outline: none; /* 去掉外边框 */
    appearance: none; /* 去掉默认样式 */
    background-color: white; /* 背景颜色 */
}

input[type="radio"] {
    cursor: pointer; /* 鼠标悬停时显示为手型 */
}
/* 当 radio 被选中时的样式 */
input[type="radio"]:checked {
    background-color: #03a4f1; /* 选中时的背景颜色 */
}
/* 设置 radio 的标签样式 */
input[type="radio"] + label {
    font-size: 16px; /* 设置标签字体大小 */
    color: white; /* 设置标签字体颜色 */
}
:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}

img, input {
    border: none;
}

b {
    font-weight: normal;
}

button {
    border: none;
}

a {
    color: #666;;
    text-decoration: none;
}

a:hover {
    color: #8E0C3A;
    text-decoration: none;
}

i {
    font-style: normal;
}

/*全局标记*/
html {
    height: 100%;
}


.title {
    margin: 0 auto;

    align-items: center;
}

.title .logo {
    width: 80px;
    height: 80px;
    background: url(../images/login/logo.png) no-repeat center 0;
    margin-bottom: 12px;
    background-size: 80px 80px;

}

.title .header-title {
    /*width: 320px;*/

    text-align: center;
    font-weight: bold;
    font-family: 微软雅黑;
    color: white;

    letter-spacing: 5px;

    font-size: 90px;
}

#loginForm {
    width: 100%;
    height: auto;
    margin: -50px auto;
    display: flex;
    /*padding-top: 10px;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-left: -232px;*/
    /*margin-top: -141px;*/
    /*padding-bottom: 25px;*/
    /*border: 1px solid #e0eaf8;*/
    /*box-shadow: 0px 5px 10px rgba(0,0,0,0.5);*/
    /*border-radius: 10px;*/
    /*background-color: #fff;*/
    /*margin: 20px auto;*/
}

.info {
    margin: 0 auto;
    position: relative;
    top: 35%;
    z-index: 999;
}

.form {
    position: relative;
    display: flex;
    margin: auto;
    width: 45%;
}

/*.form h3{*/
/*font-size: 18px;*/
/*color:#333;*/
/*}*/
.form .userInfo {
    position: relative;
    height: 58px;
    width: 45%;
    margin: -20px auto;
    border: 2px solid #ffffff;
    border-radius: 50px;
}

.form .userInfo input {
    position: relative;
    left: 45px;
    display: inline-block;
    width: 70%;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #ffffff !important;
    background: transparent;
}

/*input:-webkit-autofill {*/
/*-webkit-box-shadow:0 0 0 100px white inset;*/
/*-webkit-text-fill-color: #666;*/
/*}*/
/*input:-webkit-autofill:focus {*/
/*-webkit-box-shadow:0 0 0 100px white inset;*/
/*-webkit-text-fill-color: #666;*/
/*}*/
/*.form .userInfo input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}*/
.form .userInfo label {
    position: absolute;
    left: 20px;
    top: 13px;
}

.submit {
    white-space: nowrap;
    height: 58px;
    position: relative;
    margin: -20px auto;
    padding: 0;
    width: 200px;
    background: #03a4f1;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid #ffffff;
}


.submit input {
    border-radius: 36px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 58px;
    width: 100%;
    letter-spacing: 10px;
    padding-left: 10px;
    display: block;

    background: #03a4f1;
    cursor: pointer;
}

/*.info .submit a:hover{*/
/*background: #007fff;*/
/*}*/
.remember {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    color: #999;
}

.remember .label {
    float: right;
    cursor: pointer;
}

.remember .label input {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-right: 5px;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}

.remember a {
    cursor: pointer;
}

.error {
    font-size: 16px;
    color: red;
    position: absolute;
    width: 75%;
    margin-top: 60px;
}

.iconfont {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    fill: currentColor;
    overflow: hidden;
    color: #6699cc;
}

input {
    caret-color: #ffffff !important;
}

/*20190508行政检察案源发现平台新皮肤*/

@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}

#container, #water {
    background: url(../images/bg.png);
    background-size: cover;
    position: absolute;
    height: 100%;
    width: -webkit-fill-available;
    transition: background 500ms linear 100ms;
    -o-transition: background 500ms linear 100ms; /*兼容parsto内核*/
    -moz-transition: background 500ms linear 100ms; /*兼容gecko内核*/
    -webkit-transition: background 500ms linear 100ms; /*兼容webkit内核*/
    background-position: center bottom;
}

#container {
    position: absolute;
    /* top: calc(50% - 206px);
    left: calc(50% - 275px); */

}

#container {

    background: url(../images/bg.png) no-repeat center bottom;
    background-size: cover !important;
    position: absolute;
    height: 100%;
    width: -webkit-fill-available;
    transition: background 500ms linear 100ms;
    -o-transition: background 500ms linear 100ms; /*兼容parsto内核*/
    -moz-transition: background 500ms linear 100ms; /*兼容gecko内核*/
    -webkit-transition: background 500ms linear 100ms; /*兼容webkit内核*/
}

#container:after {
    position: absolute;
    top: 10%;
    left: 2.5%;
    z-index: -1;
    content: '';
    display: block;
    /*height: 95%;*/
    /*width: 95%;*/
    background: url(../images/bg.png) no-repeat;
    background-position: center bottom;
    width: 100% !important;
    background-size: cover;
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

#water {
    position: absolute;
    bottom: 0;
    background: url(../images/bg.png) no-repeat;
    background-position: center bottom;
    transition: background 500ms linear 100ms;
    -o-transition: background 500ms linear 100ms; /*兼容parsto内核*/
    -moz-transition: background 500ms linear 100ms; /*兼容gecko内核*/
    -webkit-transition: background 500ms linear 100ms; /*兼容webkit内核*/
    width: 100% !important;
    height: 36%;
    background-size: cover;
    -webkit-filter: url("#turbulence");
    filter: url("#turbulence");
    overflow: hidden;
}

.waterchange {
    height: 48% !important
}
#logoUrl {
    background: url(../images/gysslogo.png)  !important;
    width: 143px;
    height: 143px;

}
.blankimg {
    display: block;
    background: url(../images/bgchange3.png) no-repeat center bottom !important;
    background-size: cover !important;
    transition: background 1000ms linear 500ms;
    -o-transition: background 1000ms linear 500ms; /*兼容parsto内核*/
    -moz-transition: background 1000ms linear 500ms; /*兼容gecko内核*/
    z-index: 2;
    -webkit-transition: background 1000ms linear 500ms; /*兼容webkit内核*/

    position: absolute;
    width: 100%;
    height: 100%;
}

.time-horizontal {
    background: url(../images/login/logintimebg.png) repeat-x top;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    display: flex;
    justify-content: center;
    bottom: 25%;
}

.titlehover {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: bolder !important;
    margin-top: -25px !important;
    padding-top: 10px !important;
    position: relative;
    width: 146px;
    height: 58px;
    letter-spacing: 2px;
    border-radius: 100px;
    background: url(../images/hovtit.png) no-repeat center !important;

}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 0.6);
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.6);
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.6);
}

.pofix {
    margin-left: 2%;
    display: block;
    color: #ffffff;
    bottom: 5%;
    z-index: 999999;
    width: 94%;
    white-space: nowrap;
    position: fixed;
}

.pofix h1 {
    font-size: 60px;
}

.pofix h2 {
    font-size: 45px;
}

.zz {
    background: rgba(4, 24, 54, .43) url(../images/bgchange2.png) no-repeat center bottom !important;
    transition: all 0.6s;
    background-size: cover !important;
    position: absolute;
    height: 100% !important;
    width: -webkit-fill-available !important;
    margin: auto;
}

.changebackground22 {
    background: url(../images/bgchange2.png) no-repeat center bottom !important;
    width: 100% !important;
    background-size: cover !important;
    transition: background 500ms linear 0ms;
    background-color: #4f8fcb;
    -o-transition: background 500ms linear 0ms; /*兼容parsto内核*/
    -moz-transition: background 500ms linear 0ms; /*兼容gecko内核*/
    -webkit-transition: background 500ms linear 0ms; /*兼容webkit内核*/
    z-index: 1;
}

.changebackground11 {
    background: url(../images/bg.png) no-repeat center bottom !important;
    background-size: cover !important;
    background-color: #4f8fcb;
    transition: background 500ms linear 100ms;
    -o-transition: background 500ms linear 100ms; /*兼容parsto内核*/
    -moz-transition: background 500ms linear 100ms; /*兼容gecko内核*/
    -webkit-transition: background 500ms linear 100ms; /*兼changebackground11容webkit内核*/

}

.blankimg {
    display: block;
    background: url(../images/bgchange3.png) no-repeat center bottom !important;
    background-size: cover !important;
    transition: background 1000ms linear 500ms;
    -o-transition: background 1000ms linear 500ms; /*兼容parsto内核*/
    -moz-transition: background 1000ms linear 500ms; /*兼容gecko内核*/
    z-index: 2;
    -webkit-transition: background 1000ms linear 500ms; /*兼容webkit内核*/

    position: absolute;
    width: 100%;
    height: 100%;
}

.leimg1 {
    background: url(../images/login/letime3.png) repeat-x center 11px !important;
    width: 30%;
    padding-right: 5%;
}

.rightmg1 {
    background: url(../images/login/letime2.png) repeat-x center 11px !important;
    width: 30%;
}

.macenter img {
    margin-top: auto
}

.ma10pre {
    width: 10% !important
}

.leimg1 img {
    margin-top: 8px;
    position: absolute;
    width: 100px;
    height: 10px;
}

#wx_reg {
    position: absolute;
    right: 120px;
    top: 100px;
}

#wxgove_reg {
    position: absolute;
    left: 120px;
    top: 100px;
}
@media screen and (max-width: 1366px){
    .title .header-title{
        font-size:70px;
    }
    .title img{
        width:110px;
        height: 110px
    }
    .pofix h1 {
        font-size: 50px;
    }
    .pofix h2 {
        font-size: 35px;
    }
    .time-horizontal {
        bottom: 13%;
    }

}
@media screen and (min-width: 760px) and (max-width: 1100px) {
    #wx_reg {
        position: absolute;
        right: 20px !important;
        top: 10px !important;
    }

    #wxgove_reg {
        position: absolute;
        left: 20px !important;
        top: 10px !important;
    }

    .title .header-title {
        font-size: 70px !important;
        padding-top: 45px;
    }

    .time-horizontal {
        bottom: 10%;
    }

    .pofix {
        margin-left: 2%;
        display: block;
        color: #ffffff;
        top: 4%;
        z-index: 999999;
        width: 94%;
        text-align: left;
        left: 3%;
        white-space: nowrap;
        position: fixed;
    }

    .title {
        padding-top: 30px;
        margin: 0 auto;
        align-items: center;
    }

}