﻿
* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../images/login/v1/bgnw.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.logo {
    position: absolute;
    top: .2rem;
    left: .5rem;
    width: 5rem;
}

.ty {
    position: absolute;
    bottom: 3.5rem;
    left: 4rem;
    width: 1.5rem;
}

.mainborad {
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
}

.ljmhs {
    position: absolute;
    top: .2rem;
    width: 3rem;
    left: 50%;
    margin-left: -4rem;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
}

.ljmhs_img {
    position: absolute;
    top: .46rem;
    height: 2.5rem;
    width: 2.5rem;
    left: 50%;
    margin-left: -3.75rem;
    z-index: 5;
    border-radius: 50% 50%;
    overflow: hidden;
}

.dlback {
    position: absolute;
    top: .4rem;
    width: 11rem;
    left: 50%;
    margin-left: -4rem;
    z-index: 2;
}

.zx {
    position: absolute;
    top: 2rem;
    width: 7rem;
    left: 50%;
    margin-left: -10rem;
    z-index: 3;
}

.zxtext {
    position: absolute;
    top: 4.2rem;
    width: 6rem;
    left: 50%;
    margin-left: -9.5rem;
    z-index: 4;
    color: white;
    font-size: .35rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: .5rem;
}

.news_style {
    height: .55rem;
    line-height: .55rem;
}

.readmore {
    position: absolute;
    top: 7.5rem;
    width: 2rem;
    left: 50%;
    margin-left: -10rem;
    z-index: 4;
    cursor: pointer;
}

.lxwm {
    position: absolute;
    top: 8rem;
    width: 5rem;
    left: 50%;
    margin-left: -6.5rem;
    z-index: 6;
}

.pxtz {
    position: absolute;
    top: 5rem;
    width: 5rem;
    left: 50%;
    margin-left: 5rem;
    z-index: 4;
}

.pxtz_img {
    position: absolute;
    top: 5.95rem;
    width: 4.2rem;
    height: 4.2rem;
    left: 50%;
    margin-left: 5.43rem;
    z-index: 5;
    border-radius: 50%;
}

.smxz {
    position: absolute;
    bottom: 1rem;
    width: 6rem;
    left: 50%;
    margin-left: 5rem;
}

.smxz_qrcode {
    position: absolute;
    bottom: 2.35rem;
    width: 1.65rem;
    left: 50%;
    margin-left: 6.42rem;
}

.login-win {
    position: absolute;
    top: 5rem;
    z-index: 4;
    width: 6rem;
    left: 50%;
    margin-left: -1.5rem;
}

.input {
    width: 6rem;
    left: 50%;
    margin-left: -.2rem;
    padding-left: .3rem;
    border-radius: .6rem;
    border: none;
    height: .8rem;
    line-height: .8rem;
    font-size: .3rem;
    display: block;
    outline: none;
}

.input-password {
    margin-top: 1rem;
}

.login-btn {
    margin-top: .2rem;
    border: none;
    width: 3rem;
    left: 50%;
    margin-left: 1.3rem;
    height: .8rem;
    border-radius: 1rem;
    background-color: rgb(241,174,0);
    font-size: .3rem;
    font-weight: bold;
    outline: none;
}

.al-fp-div {
    margin-top: .4rem;
    font-size: .3rem;
    color: white;
}

.wz {
    position: absolute;
    bottom: 0;
    width: 8rem;
    left: 50%;
    margin-left: -6rem;
}

.gaba {
    position: absolute;
    bottom: .03rem;
    width: 4.4rem;
    left: 50%;
    margin-left: 2.8rem;
    cursor: pointer;
}

a {
    color: white;
    text-decoration: none;
}

    a:link {
        color: white;
    }

    a:visited {
        color: white;
    }

    a:hover {
        color: white;
    }

    a:active {
        color: white;
    }
