﻿body {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei,SimHei,Tahoma;
}
input:focus, button:focus,textarea:focus {
    outline: 0;
}
a{
    text-decoration:none !important;
}



/**
    /////////////////////////////////////////////////////////
    登录(Start)
*/
.logincontainer {
    width: 835px;
    position: absolute;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -417.5px;
    z-index:1;
}

    .logincontainer h1 {
        color: white;
        text-align: center;
        margin-bottom: 50px;
        letter-spacing:3px;
    }

.loginimagebox {
    height: 400px;
    width: 535px;
    float: left;
    background-color: white;
    overflow: hidden;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

    .loginimagebox ul.imglist {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .loginimagebox ul.imglist > li.item > div {
            width: 535px;
            height: 400px;
            background-repeat: no-repeat;
            background-position: center center;
        }

    .loginimagebox .dot {
        position: absolute;
        bottom: 10px;
        width: 550px;
        text-align: center;
        box-sizing: border-box;
    }

        .loginimagebox .dot li {
            display: inline-block;
            margin-left: 10px;
        }

            .loginimagebox .dot li > div {
                width: 12px;
                height: 12px;
                background: rgba(221, 221, 221, 0.5);
                border-radius: 6px;
                cursor: pointer;
            }

            .loginimagebox .dot li.active > div {
                background: rgba(9, 169, 255, 0.5);
            }

.loginbox {
    margin-left: 535px;
    padding: 10px 15px;
    font-size: 12px;
    width: 300px;
    height: 380px;
    background-color: white;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}
    .loginbox .top {
        height:50px;
        line-height:50px;
        list-style:none;
        font-size:18px;
        margin-top:20px;
    }
        .loginbox .top .left {
            height: 50px;
            line-height: 50px;
            list-style: none;
            font-size: 18px;
            text-align: center;
            float: left;
            width: 50%;
        }
        .loginbox .top .right {
            height: 50px;
            line-height: 50px;
            list-style: none;
            font-size: 18px;
            text-align: center;
            float: right;
            width:50%;
        }
        .loginbox .top span {
            padding-bottom: 3px;
            font-weight:bold;
           color: #8F8C89;
        }
        .loginbox .top .select {
           color:black;
            border-bottom: 3px solid #09aaff;
        }

    .loginbox p {
        
       
    }
        .loginbox p .text {
            width: 100%;
            border: none;
            padding-left: 16px !important;
            border: 0;
            border: 1px solid #e7e7e7;
            font-size: 14px;
            line-height: 26px;
            height: 40px;
            color: #666;
            background-color: white;
            padding: 7px 10px;
            box-sizing: border-box;
        }


    .loginbox .title {
        font-size: 22px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom:10px;
        font-weight: 600;
        text-align: center;
        letter-spacing:5px;
    }

    .loginbox .customlogin .title {
        margin-top: 50px !important;
    }

    .loginbox .error {
        font-size: 12px;
        color: red;
        height: auto;
        min-height: 28px;
        margin: 0;
    }

    .loginbox .accountbox {
        border: 1px solid #efefef;
        margin: 0 0 10px 0;
        border-radius: 2px;
    }

        .loginbox .accountbox input {
            width: 100%;
            border: none;
            padding-left: 16px !important;
            border: 0;
            border-bottom: 1px solid #e7e7e7;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-size: 14px;
            line-height: 26px;
            height: 40px;
            color: #666;
            background-color: white;
            padding: 7px 10px;
            box-sizing: border-box;
        }

        .loginbox .accountbox .noborder {
            border: none;
        }

    .loginbox .loginbtn {
        width: 100%;
        height: 41px;
        background: #09aaff;
        border-radius: 4px;
        transition: .3s;
        font-size: 16px;
        border: 0;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        font-family: Microsoft YaHei,SimHei,Tahoma;
        font-weight: 100;
        margin: 20px 0;
    }

        .loginbox .loginbtn:hover {
            opacity: 0.8;
        }

    .loginbox a {
        cursor: pointer;
        /*color: #09aaff;*/
    }

.footer {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 97%;
    font-family: Microsoft Yahei;
    line-height: 25px;
    font-size: 14px;
}

.footer>p{
    margin:0;
}
    .footer > p > a, .footer > p > a :active, .footer > p > a :hover {
        color: white;
    }

.mask {
    /*background-image: url('/images/login-image.jpg');*/
    background-position: center center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    filter: blur(20px);
    position: absolute;
}

.header {
    position: absolute;
    font-size: 20px;
    color: white;
    line-height: 50px;
    top: 20px;
    left: 20px;
    font-weight: 600;
}

    .header img {
        height: 30px;
        vertical-align: middle;
        margin-right: 8px;
        margin-top: -2px;
    }
/**
    /////////////////////////////////////////////////////////
    登录（End）
*/


/*菜单*/
