﻿body, html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

i {
    font-style: normal;
}

body {
    color: #000;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background: -webkit-linear-gradient(45deg, #3b6bcd, #20499b);
    background: -moz-linear-gradient(45deg, #3b6bcd, #20499b);
    background: linear-gradient(45deg, #3b6bcd, #20499b);
}
input{outline:none;}
.logo {
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding: 60px 0;
}

    .logo p {
        letter-spacing: 4px;
        text-shadow: 3px 3px 3px #244c9a;
    }

.logintxt {
    width: 480px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    box-shadow: 3px 3px 3px #244c9a;
    padding: 40px;
    background: #fff;
}

    .logintxt .box {
        position: relative;
        height: 42px;
        margin-bottom: 20px;
    }

        .logintxt .box span {
            position: absolute;
            bottom: -16px;
            left: 10px;
            font-size: 12px;
        }

        .logintxt .box .shuru {
            width: 100%;
            height: 42px;
            line-height: 40px;
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
            position: relative;
        }

            .logintxt .box .shuru i {
                width: 65px;
                text-align: right;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 9;
            }

            .logintxt .box .shuru input[type="text"], .logintxt .box .shuru input[type="password"]{
                width: 100%;
                font-size: 15px;
                height: 40px;
                position: absolute;
                left: 0;
                top: 0;
                padding-left: 85px;
            }
            .logintxt .box .shuru select {
                width: 79%;
                font-size: 15px;
                height: 40px;
                position: absolute;
                right: 0;
                top: 0;
            }

        .logintxt .box span{color:red;}

        .logintxt .box img {
            width: 28%;
            height: 40px;
            float: right;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

    .logintxt .next {
        text-align: center;
        margin: 10px auto;
    }

        .logintxt .next input {
            width: 100%;
            height: 40px;
            color: #fff;
            font-size: 18px;
            background: #2650a5;
            border-radius: 5px;
            margin-top: 30px;
        }

.copy {
    height: 60px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.wanji a {
    float: right;
    color: #12a9d5;
}

/*20221208*/
.newName{font-size:18px;color:#fff;}
.newName span{padding-right:50px;}

.loginBox_A, .loginBox_fuhe{width:750px;margin:20px auto;}
.newTab_A{border-left:1px solid #fff;border-top:1px solid #fff;color:#fff;width:100%;border-collapse:collapse;}
.newTab_A td{font-size:16px;text-align:center;border-right:1px solid #fff;border-bottom:1px solid #fff;height:36px;}
.newTab_A tr td:nth-child(2){width:60%;}
.newTab_A tr td:nth-child(1){width:20%;}
.newTab_A tr td:nth-child(3){width:20%;}
.loginBox_fuhe{background:rgba(255,255,255,1);border-radius:10px;border:1px dashed #fff;padding:20px 20px 0;}
.fuheTT{margin-bottom:30px;font-size:16px;font-weight:bold;}
.loginBox_fuhe td{font-size:15px;padding-bottom:5px;padding-left:10px;}
.loginBox_fuhe td input[type="text"]{border:1px solid #ddd;height:36px;padding:0 10px;font-size:15px;}
.td-top-15 td{padding:10px;}
.bg-f5{width:100%;} 
.bg-f5 td{background:#f5f5f5;}
#cbfhkm{padding:10px 0;}
#cbfhkm td{padding:2px;}
.blodTit td{font-weight:bold;}






