﻿.login {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 1200px;
    min-height: 800px;
    background-color: #299BD1;
    display: -webkit-flex;display: flex;
    -webkit-justify-content: center;justify-content: center;
    align-items: flex-end;
    background-image: url(/Content/img/allimg/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px 100%;
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: inherit;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: inherit;
    cursor: pointer;
}
.logo {
    width: 30vw;
    position: absolute;
    bottom: 40vw;
}


.window {
    position: relative;
    bottom: 13vw;
    right: -3.3vw;
    width: 30vw;
    height: 18vw;
    /* background-color: #FFECDE; */
    color: #FC9C04;
    border-radius: 10px;
    font-size: 20px;
    display: -webkit-flex;display: flex;
    -webkit-flex-direction: column;flex-direction: column;
    -webkit-justify-content: center;justify-content: center;
    -webkit-align-items: center;align-items: center;
}
.window .name {
    display: -webkit-flex;display: flex;
    -webkit-align-items: center;align-items: center;
    -webkit-justify-content: center;justify-content: center;
    /* margin: 0 2vw; */
}

.window .password {
    display: -webkit-flex;display: flex;
    -webkit-align-items: center;align-items: center;
    -webkit-justify-content: center;justify-content: center;
    margin: 0 2vw;
    margin-top: 1vw;
}

.window span {
    width: 100px;
    font-weight: bold;
}

.window input {
    width: 15vw;
    height: 2.5vw;
    font-size: 15px;
    line-height: 15px;
    padding: 8px;
    /* background-color: #FCF2EA;
border: 1px solid #FC9C04; */
    border-radius: 4px;
    background-image: url(/Content/img/allimg/输入框.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bottonbox {
    margin-top: 1vw;
    width: 100%;
    display: -webkit-flex;display: flex;
    -webkit-justify-content: center;justify-content: center;
}


#TencentCaptcha {
    width: 15.2vw;
    height: 2.6vw;
    padding: 8px;
    color: white;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 3px;
    background-image: url(/Content/img/allimg/未选中.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


#TencentCaptcha:hover {
    /* 	width: 125px;
	height: 45px;
	margin-top: -5px; */
}

.kong {
    visibility: hidden;
}

.inputbox {
    position: relative;
    display: inline-block;
}

.select {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.select div {
    color: black;
    width: 261px;
    line-height: 35px;
    text-indent: 10px;
    text-decoration: none;
    display: block;
}

.select div:hover {
    background-color: #f1f1f1
}


@media screen and (max-width: 1200px) {
    .login {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1000px;
    }
    .logo {
        width: 300px;
        bottom: 400px;
    }
    .window {
        position: relative;
        bottom: 160px;
        width: 350px;
        height: 200px;
        left: 40px;
        /* background-color: #FFECDE; */
        color: #FC9C04;
        border-radius: 10px;
        font-size: 20px;
        display: -webkit-flex;display: flex;
        -webkit-flex-direction: column;flex-direction: column;
        -webkit-justify-content: center;justify-content: center;
        -webkit-align-items: center;align-items: center;
    }

    .window input {
        width: 180px;
        font-size: 20px;
        padding: 8px;
        font-size: 11px;
        height:35px;
    }

    #TencentCaptcha {
        width: 180px;
        height: 35px;
        color: white;
        font-size: 12px !important;
        letter-spacing: 3px;
    }

 
    .window .password {
        margin-top: 10px;
    }

    .bottonbox {
        margin-top: 10px;
    }
}
/*@media screen and (min-width: 1920px) {
    body {
        width: 1920px;
        height: 1080px;
    }
    .login {
        position: absolute;
        bottom: 0;
        width: 1920px;
        height:1080px;
    }
}*/