﻿body {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#Login {
    /*background-color: #93a7ad;*/
    /*background-color: rgba(160,175,185,1);*/
    background-color: inherit;
    padding-left: 0px;
    width: 100%;
    /*height: 450px; */
}

.loginTitle {
    font-size: 24px;
    margin-top: 1px;
    text-align: center;
    color: black;
}
 
#Container {
    height: 430px;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 75%;
    top: 40%;
    margin: -240px 0 0 -190px;
    /*border: solid;
    border-color: lightgray;*/
    border-radius: 10px;
}

#ContainerLogo {
    /*min-height: 425px;*/
    width: 25%;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    position: absolute;
    margin-left: 20%;
    top: 50%;
    margin-top:-240px;
    margin-bottom:-190px;
    /*margin: -240px 15% 0 -190px;*/
    /*border: solid;
    border-color: lightgray;*/
    border-radius: 10px;
}

#logintable {
    /*margin-left: 8px;*/
    margin: auto;
    padding: 10px;
}

a:link, a:visited {
    text-decoration: none;
    color: Blue;
}

a:hover {
    color: red;
}

#footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: small
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:before {
        display: table;
        content: " ";
    }

    .row:after {
        display: table;
        content: " ";
    }

.form-group {
    margin-bottom: 20px;
}

/*.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}




/*input::-webkit-input-placeholder {
    color: #999;
    -webkit-transition: color.5s;
}

input:focus::-webkit-input-placeholder, input:hover::-webkit-input-placeholder {
    color: #c2c2c2;
    -webkit-transition: color.5s;
}*/
/*20220814*/
.tabs-nav {
    width: 100%;
    display: flex;
}

    .tabs-nav .tabs-item {
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: rgb(115, 119, 122);
        cursor: pointer;
    }

        .tabs-nav .tabs-item.active::before {
            border-bottom: unset;
        }

        .tabs-nav .tabs-item.active .tabs-item-text {
            border-bottom: 2px solid rgb(255, 106, 0);
            color: rgb(255, 106, 0);
        }

        .tabs-nav .tabs-item .tabs-item-text {
            display: inline-block;
            font-weight: 500;
            font-size: 18px;
            color: rgba(25, 25, 25, 1);
            vertical-align: middle;
        }

    .tabs-nav .tabs-item {
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: rgb(115, 119, 122);
        cursor: pointer;
        margin: 0 0 0 50px;
    }

        .tabs-nav .tabs-item:not(:first-child) {
            margin-left: 34px;
        }

#Container {
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 15px;
}


.height50 {
    height: 56px;
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.fl {
    float: left;
    display: block;
}

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, select, button, iframe, table, th, td {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.loginlogo {
    background: url(../image/login_logo.png) no-repeat center 210px;
    width: 603px;
    margin: 0 auto;
    text-align: center;
}

    .loginlogo h1 {
        font-weight: bold;
        font-size: 36px;
        color: #000;
        background: rgb(255,255,255,0.3);
        padding: 10px 20px;
        width: 495px;
        margin: 0 auto;
        margin-top: 340px;
    }

.height50 {
    height: 56px;
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.height100 {
    height: 65px;
    display: block;
    background: #fff;
}

.login_box {
    width: 1200px;
    margin: 0 auto;
}



.fr {
    float: right;
    display: block;
}

.po-r {
    position: relative;
}

.loginbg {
    width: 100%;
    background: url(../image/loginbg.jpg) #fff no-repeat center top;
    height: 710px;
}

.copyright {
    margin: 25px auto;
    color: #6f7689;
    line-height: 25px;
    text-align: center;
}

.eSqHXk {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
}

    .eSqHXk .third-party-login-text {
        font-size: 12px;
        color: rgb(155, 158, 160);
        vertical-align: middle;
        line-height: 30px;
        margin-right: 40px;
    }

input {
    font-size: 14px;
    line-height: 22px;
    height: 33px;
    margin-top: 0;
    padding-left: 0;
    background: #fff;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #d7d8d9;
    caret-color: #ff6a00;
    display: block;
}

body.aliyun.pc .login-view-password .fm-btn {
    margin-top: 62px;
    margin-bottom: 20px;
}

body.aliyun.pc .fm-button {
    background-color: #ff6a00;
    background-image: none;
    border: none;
    font-size: 14px;
    min-width: 140px;
    height: 40px;
    padding: 0 30px;
    line-height: 36px;
    border-radius: 0;
    box-shadow: 0 1px 1px #ebe7e6;
    zoom: 100%;
}

.fm-button {
    background-color: #ff9000;
    background-image: -webkit-gradient(linear,left top,right top,from(#ff9000),to(#ff9000));
    background-image: linear-gradient(90deg,#ff9000,#ff9000);
    border: 1px solid #ff9000;
    border-radius: 3px;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    outline: none;
    color: #fff;
    width: 300px;
    cursor: pointer;
    display: block;
    margin: auto;
}

.eSqHXk .third-party-login .third-party-login-link {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.eSqHXk .third-parties {
    display: flex;
}

.eSqHXk .third-party-login {
    line-height: 30px;
    text-align: center;
}

    .eSqHXk .third-party-login .third-party-login-icon {
        cursor: pointer;
        font-size: 22px;
    }
