@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "微软雅黑", "黑体";
    color: #333;
    line-height: 24px;
    background: #fff;
}
ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form{ margin:0px; padding:0px;}
ul,li{ list-style:none}
img{border:0px; padding:0px;}

a {
    color: #5c5c5c;
    text-decoration: none
}
.clear{ clear:both;font-size:0px; line-height:0px}
.divleft{ float:left}
.divright{ float:right}
.hidden{display:none;}

*html{background-image:url(d); background-attachment:fixed;}
.clearfix:after{content:"";　height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}


/**********************登录***********************/
/*多选框*/
input[type="checkbox"] {
    width: 13px;
    height: 13px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    line-height: 14px;
    margin: -1px 6px 0 0;
}
input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #d9d9d9}
input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 1px solid #266ccb;color:#266ccb;font-size: 14px;font-weight: bold; }

@font-face {
    font-family: "锐字锐线怒放黑简";
    src: url(custom.TTF);
    font-stretch: normal;
}

.login-w {
    width: 100%;
    height: 100vh;
}

.login {
    width: 100%;
    height: 100%;
    background: url(../images/login-01.jpg) center top no-repeat;
    background-size: 100% 100%;
    position: relative
}

.login-c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-t {
    text-align: center;
    width: 28vw;
    margin: auto
}

.login-t img {
    width: 100%
}

.login-nr {
    width: 34.58vw;
    height: 51.14vh;
    border-radius: 0.5vw;
    background: #fff;
    margin: 4.6vh auto 0;
    padding-top: 4.6vh;
}

.login-nr h3 {
    color: #5677d6;
    font-weight: normal;
    text-align: center;
    font-size: 2.9vw;
    line-height: 2.9vw;
    margin-bottom: 4.2vh;
    font-family: "锐字锐线怒放黑简";
    text-shadow: 3px 3px 8px #d5e1f3
}

.login-nr p {
    width: 26.04vw;
    height: 6.48vh;
    border: 1px solid #dee1e5;
    margin: 0 auto 2vh;
    border-radius: 0.5vw;
}

.login-nr p i {
    display: block;
    float: left;
    width: 4.48vw;
    height: 6.48vh
}

.login-zh i {
    background: url(../images/login-03.png) center center no-repeat;
}

.login-mm i {
    background: url(../images/login-04.png) center center no-repeat;
}

.login-nr p input {
    height: 6.2vh;
    border: none;
    border-left: 1px solid #dee1e5;
    font-size: 0.95vw;
    color: #888;
    width: 20vw;
    padding-left: 1vw;
    outline: none
}

.login-nr div {
    width: 26.04vw;
    margin: auto;
    overflow: hidden
}

.login-nr div input {
    height: 6.48vh;
    border: 1px solid #dee1e5;
    border-radius: 0.5vw;
    font-size: 0.95vw;
    color: #888;
    width: 12.38 vwx;
    padding-left: 1vw;
    float: left;
    outline: none
}

.login-nr div i {
    float: left;
    margin: 0.6vh 0.5vw 0 1vw;
    display: block;
    width: 8.3vw;
    height: 5.7vh;
    overflow: hidden;
}

.login-nr div i img {
    width: 8.3vw;
    height: 5.7vh;
}

.login-nr div span {
    float: left;
    font-size: 0.95vw;
    color: #5778d6;
    cursor: pointer;
    margin-top: 4vh
}

.login-nr button {
    display: block;
    margin: 2vh auto 1.8vh;
    width: 26.04vw;
    border-radius: 0.5vw;
    border: none;
    height: 3.5vw;
    line-height: 3.5vw;
    background: #5677d6;
    font-size: 1.25vw;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.login-nr dl {
    overflow: hidden;
    width: 26.04vw;
    margin: auto
}
.login-nr dl dt{ float:left; margin-right:10px}
.login-nr dl dd{ float:left; font-size:14px; color:#393939}


