﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 62.5%;
    background-image: url(/content/login/image/login_bg.jpg);
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0px;
}

#UserLogin_container {
    position: absolute;
    width: 775px;
    height: 450px;
    top: 50%;
    left: 50%;
    margin-left: -387.5px;
    margin-top: -215px;
    z-index: 2;
}

#Logo {
    width: 360px;
    height: 80px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 22pt;
    color: white;
    background-color: rgba(6, 17, 47, 0.45);
    /* background-color: white;
    opacity:0.4;*/
}

#Login {
    width: 360px;
    height: 51px;
    line-height: 51px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18pt;
    color: white;
}

#UserLogin {
    width: 360px;
    height: 330px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#UserLogin_form {
    width: 360px;
    height: 250px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#Userfields {
    width: 360px;
    height:30px;
    margin-top:30px;
}

#Userfields .Icon {
    width:30px;
    height:30px;
    float:left;
    margin-left:40px;
    margin-right:5px;
    }

 /*   #Userfields .tbxUserName, #Userfields .tbxPassword {
        padding: 0;
        margin: 0;
        border: none;
        width: 240px;
        float: left;
        height: 30px;
        line-height: 30px;
        color: #61BFFF;
        background: rgba(57, 61, 82,0);
    }*/

    #Userfields input {
        padding: 0;
        margin: 0;
        border: none;
        width: 240px;
        float: left;
        height: 30px;
        line-height: 30px;
        color: #61BFFF;
        background: rgba(57, 61, 82,0) !important;
    }

    #Userfields Select {
        appearance: none;

        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("image/select.png") no-repeat scroll right center transparent;
        width: 250px;
        height: 28px;
        padding: 0;
        margin: 0;
        border: none;
        width: 240px;
        float: left;
        height: 30px;
        line-height: 30px;
        color: #61BFFF;
    }

#UserLogin_form .formRight {
    padding-left: 55px;
    width: 280px;
    text-align: left;
}

#UserLogin_form .LoginBtn {
        width:360px;
        text-align: center;
        padding-top: 20px;
    }

#UserLogin_BlankBg {
    width: 775px;
    height: 300px;
    background-image: url(/content/login/image/Login_Blank_bg.png);
}

#UserLogin_left {
    width: 380px;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-left: 14px;
}

#UserLogin_slide {
    width: 360px;
    height: 270px;
    float: left;
    font-size: 1.6em;
/*    border: 2px #CCCCCC solid;*/
}

    #UserLogin_slide .swiper-container {
        width: 360px;
        height: 270px;
    }

    #UserLogin_slide .swiper-slide {
        background-position: center;
        background-size: cover;
    }

        #UserLogin_slide .swiper-slide img {
            width: 360px;
            height: 270px;
        }


/*#UserLogin_form {
    padding-top: 80px;
    width: 380px;
    float: right;
}*/
    /* 单元格高度 */
    #UserLogin_form tr {
        line-height: 38px;
    }

    #UserLogin_form .formLeft {
        width: 80px;
        text-align: right;
        letter-spacing: 10px;
    }

   /* #UserLogin_form .formRight {
        padding-left: 10px;
        width: 280px;
        text-align: left;
    }*/

    #UserLogin_form label {
        font-size: 1.3em;
        color: #2D8CF0;
        font-weight: bold;
    }





    

#footer {
    position: fixed;
    width: 100%;
    bottom: 5px;
    text-align: center;
    padding-top: 20px;
    font-size: 1.0em;
    color: white;
}

/* 半透明的遮罩层 ajax请求用 */
#loading {
    background: #000;
    filter: alpha(opacity=30); /* IE的透明度 */
    opacity: 0.3; /* 透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100; /* 此处的图层要大于页面 */
    display: none;
}