html, body {
    height: 100%;
}
.wrap {
    box-sizing: border-box;
    height: 100%;
    padding-top: 80px;
    background: url("../images/bg_login.jpg") center no-repeat;
    background-size: 100%;
}
.logo img {
    display: block;
    margin: 0 auto 20px;
}
.logo h1 {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 2px 0 3px #00a5ff ,
                 0 2px 3px #00a5ff ,
                 -1px 0 3px #00a5ff, 
                 0 -1px 3px #00a5ff;
}
.login-box {
    box-sizing: border-box;
    width: 411px;
    height: 335px;
    padding: 20px 30px;
    margin: 30px auto 0;
    background: url("../images/bg_login.png") no-repeat
}
.login-box h2 {
    font-size: 18px;
    color: #00bff4;
    letter-spacing: 5px;
}
.login-box .input-box {
    box-sizing: border-box;
    height: 40px;
    padding-left: 40px;
    margin-top: 30px;
    border: 1px solid #135d9a;
    background: rgba(24, 136, 203, 0.3);
}
.login-box .input-box input {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    color: #fff;
}
.login-box .input-box.input-user {
    background: rgba(24, 136, 203, 0.3) url("../images/ic_user.png") 10px center no-repeat;
}
.login-box .input-box.input-psw {
    background: rgba(24, 136, 203, 0.3) url("../images/ic_psw.png") 10px center no-repeat;
}

input::placeholder {
    color: #fff;
}
.psw-action {
    margin: 30px 0;
}
.psw-action .remember {
    float: left;
    color: #fff;
}
.psw-action .remember .cm-check {
    -webkit-appearance: none;
    -ms-appearance: none;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    /* margin-top: 8px; */
    margin-right: 5px;
    border-radius: 2px;
    margin-bottom: -2px;
    background-color: rgba(24, 136, 203, 0.3);
    border: 1px solid #36c3fd;
    overflow: hidden;
    cursor: pointer;
}
.psw-action .remember .cm-check:checked::before {
    display: block;
    margin: 0;
    content: "\2714";
    /* background: #0092d2; */
    text-align: center;
    line-height: 12px;
    font-size: 11px;
    color: #fff;
}
.psw-action .forget {
    float: right;
    color: #fff;
}
.psw-action .forget:hover {
    text-decoration: underline;
}
.btns .btn {
    float: left;
    width: 100%;
    height: 42px;
    color: #fff;
    background-color: #20a3f5;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.btns .btn:hover {
    background-color: #229eec;
}
.btns .btn-pki {
    float: right;
    background-color: #3ec063
}
.btns .btn-pki:hover {
    background-color: #3bb55d;
}

.slider-bg {
    width: 1327px;
    height: 315px;
    margin: 60px auto 0;
    background: url("../images/bg_slider.png") bottom center no-repeat;
}

.slider {
    width: 880px;
    margin: 0 auto;
}
.slider .slick-slide {
    height: 265px;
}
.slider .system {
    width: 180px;
    height: 212px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-reflect: below -18px -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(0.65,transparent),to(rgba(0,0,0,0.6)));
}
.slick-prev, .slick-next {
    width: 32px;
    height: 53px;
    top: 30%;
}
.slick-prev {
    left: -60px;
    background: url("../images/ic_slider_prev.png") no-repeat;
}
.slick-next {
    right: -60px;
    background: url("../images/ic_slider_next.png") no-repeat;
}
.slick-prev:before, 
.slick-next:before {
    content: '';
}

.slider .system1 {
    background: url("../images/bg_system1.png") no-repeat;
}
.slider .system2 {
    background: url("../images/bg_system2.png") no-repeat;
}
.slider .system3 {
    background: url("../images/bg_system3.png") no-repeat;
}
.slider .system4 {
    background: url("../images/bg_system4.png") no-repeat;
}
.slider .system a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    color: #fff;
}
.slider .system img {
    display: block;
    margin: 0 auto 10px;
}
.slider .system p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    line-height: 26px;
    padding: 0 30px;
    font-size: 18px;
    text-align: center;
}
@media (min-width: 1590px) {
    .wrap {
        padding-top: 100px;
    }
    .slider-bg {
        margin-top: 100px;
    }
}
@media (min-width: 1900px) {
    .wrap {
        padding-top: 150px;
    }
    .slider-bg {
        margin-top: 150px;
    }
}