﻿@charset "utf-8";

/* CSS Document */


/***
 * yzy
 */

* {
    font-size: 9pt;
    margin: 0;
    padding: 0;
}


/*border:0;*/

body {
    font-family: '微软雅黑';
    margin: 0 auto;
}

ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
    display: block;
}


/* dl,dt,dd,span{margin:0;padding:0;display:block;} */

a,
a:focus {
    text-decoration: none;
    color: #000;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    color: #00a4ac;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

cite {
    font-style: normal;
}

h2 {
    font-weight: normal;
}

input {
    background: none;
    /*outline:none;    */
    /*border:0px;  */
}

input:-webkit-autofill {
    -webkit-animation: autofill-fix 1s infinite;
    border: 1.5px solid #e5e5e5;
    border-radius: 5px;
}

@-webkit-keyframes autofill-fix {
    from {
        background-color: transparent
    }
    to {
        background-color: transparent
    }
}


/*cloud*/

#mainBody {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: url(Content/image/Login/bg.jpg) no-repeat;
    background-size: cover;
}

.cloud {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(Content/image/Login/cloud.png) no-repeat;
    z-index: 1;
    opacity: 0.5;
}

#cloud2 {
    z-index: 2;
}


/*login*/

.logintop {
    height: 50px;
    position: absolute;
    top: 0;
    background: url(Content/image/Login/bg4.png) no-repeat;
    background-size: cover;
    z-index: 100;
    width: 100%;
    /*opacity:0.3;*/
    background: rgba(0, 0, 0, 0.2);
}

.logintop span {
    color: #fff;
    line-height: 47px;
    background: url(Content/image/Login/loginsj.png) no-repeat 21px 18px;
    text-indent: 44px;
    color: #fff;
    float: left;
}

.logintop ul {
    float: right;
    padding-right: 30px;
}

.logintop ul li {
    float: left;
    margin-left: 20px;
    line-height: 47px;
}

.logintop ul li a {
    color: #afc5d2;
}

.logintop ul li a:hover {
    color: #fff;
}

.loginbox {
    /*width: 692px;*/
    width: 362px;
    /*height: 336px;*/
    height: 382px;
    /*background: url(Content/image/Login/logininfo.png) no-repeat;*/
    /*background: url(Content/image/Login/bg7.png) no-repeat;*/
        background: #fff;
    position: absolute;
    right: 200px;
    top: 216px
}

.loginbox ul {
    /*margin-top: 88px;*/
    /*margin-left: 285px;*/
    /*margin-top: 118px;*/
       margin-top: 36px;
    margin-left: 10px;
}

.loginbox ul li {
    margin-bottom: 25px;
    /*margin-top: 30px;*/
    text-align: center;
}

.loginuser {
    width: 299px;
    height: 18px;
    padding: 12px 0px;
    /*background: url(Content/image/Login/loginuser.png) no-repeat;*/
    /* border: none;*/
    line-height: 18px;
    padding-left: 44px;
    font-size: 14px;
    font-weight: bold;
    width: 213px;
       border: 1.5px solid #e5e5e5;
    border-radius: 5px;
}

.loginpwd {
    width: 299px;
    height: 18px;
    padding: 12px 0px;
    /*background: url(Content/image/Login/loginpassword.png) no-repeat;*/
    /*border: none;*/
    line-height: 18px;
    padding-left: 44px;
    font-size: 14px;
    color: #90a2bc;
    width: 213px;
       border: 1.5px solid #e5e5e5;
    border-radius: 5px;
}

.loginbtn {
    width: 111px;
    height: 35px;
    background: url(Content/image/Login/buttonbg.png) repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
    border: 0px;
    width: 260px;
    height: 38px;
    line-height: 38px;
}

.loginyzm {
    width: 70px;
    width: 141px;
   width: 151px;
    margin-left: 10px;
    height: 16px;
    padding: 9px 0px;
    background: #fff;
    border: none;
    margin-top: 3.5px;
    line-height: 18px;
    font-size: 14px;
    padding-left: 14px;
    border: 1.5px solid #e5e5e5;
    border-radius: 5%;
}

.loginbm {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(Content/image/Login/bg3.png)no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    /*opacity:0.4;*/
}


/*#Li_Code{
    left: 64px;
    position: absolute;
}*/

#Li_Code {
    text-align: center;
}

.Conform {
    height: 30px;
}
.li_logo{
   margin:0 auto;
/*padding:10px 0;*/
/*opacity: 0.2;*/
}