.contentimg {
    max-width: 600px;
    width: 100%;
    height: auto;
    border: 0;
}

.loginform {
    display: flex;
    align-items: center;
    flex-direction: column;
}
    .loginform .ltri, .loginform .ltri1 {
        display: flex;
        width: 100%;
        margin: 5px 1px;
        border: 1px solid #ccc;
        border-radius: 6px;
        align-items: center;
    }
        .loginform .ltri .ltri-lt, .loginform .ltri1 .ltri-lt {
            padding: 5px 5px 5px 15px;
            border-right-width: 1px;
            border-right-color: #ccc;
            border-right-style: dashed;
            line-height: 40px;
            font-size: 14px;
        }
        .loginform .ltri input {
            width: calc(100% - 78px);
            border: none;
            line-height: 40px;
            height: 40px;
            outline: none;
        }
        .loginform .ltri textarea {
            width: calc(100% - 78px);
            border: none;
            outline: none;
        }

    .loginform .ltri1 input {
        width: calc(100% - 163px);
        border: none;
        line-height: 40px;
        height: 40px;
        outline: none;
    }

        .loginform .ltri1 #imgValidate {
            height: 40px;
            object-fit: contain;
        }

    .loginform .ltri-submit {
        height: 40px;
        width: 100%;
        border-radius: 6px;
        flex: 1;
        background: #ccc;
        margin: 7px;
    }
    .loginform .ltri-submit input[type="submit"] {
        display: block;
        width: 100%;
        height: 40px;
        border: none;
        background: none;
        cursor: pointer;
    }
.tipback {
    width: 100%;
    border: 1px solid #ccc;
    display: block;
    margin: 5px auto;
    border-radius: 5px;
    text-align: center;
    border-radius: 3px;
}

/*登录*/
.pointCurr {
    float: left;
    font-size: 24px;
    font-weight: bold;
    height: 38px;
    padding-top: 0px;
    color: #ff4800;
    background: url(/static/style3/loginPoint.png) no-repeat 50% 0;
    background-position: bottom;
}
 .clr {
    clear: both;
    height: 0px;
    margin: 0;
    padding: 0;
    font-size: 0;
    max-height: 0;
    overflow: hidden;
}
.subBtn {
    border-color: #2e6da4;
    background-color: #337ab7;
    color: #fff;
    cursor: pointer;
    font-family: "Microsoft YaHei",simsun,Arial,sans-serif;
    width: 300px;
    height: 52px;
    border-radius: 2px;
    font-size: 25px;
    background: #ff6600;
    margin-bottom: 1px;
    border-color: transparent;
}


.input input[type=text], .loginBox .input input[type=password] {
    background: url(/static/style3/btnBg.png) no-repeat;
    text-indent: 1em;
    margin-bottom: 3px;
}
.input input.username {
    background-position: 6px 11px !important;
}
.input input.userpwd {
    background-position: 6px -29px !important;
}
.input input.ncName {
    background-position: 7px -207px !important;
}
.input input.verCode {
    background-position: 7px -65px !important;
}
.input .text {
    display: block;
    padding: 6px 12px;
    width: 276px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #555;
    font-size: 14px;
    line-height: 2;
    -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;
}
.input .text {
    font-size: 13px;
    font-family: simsun,"Microsoft YaHei";
}

/*充值提交样式*/
#form11_1 .formbtn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin: 3px;
}

#form11_style3 .XType {
    -webkit-appearance: checkbox;
}

#form11_style3 .XType {
    display: none;
}

    #form11_style3 .XType:checked + .XTredtxt {
        
        border: 5px solid #399eff;
       
    }

#form11_style3 .XTredtxt {
    text-align: center;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    border: 1px solid #666;
    border-radius: 5px;
    font-size: 15px;
    font-size: 1rem;
    margin: 2px;
    color: #666;
}

#form11_style3 .ChongLabel {
    font-size: 20px;
    color: #666;
    margin: 3px;
}

#form11_style3 input[name='money'] {
    outline-style: none;
    border: 0px;
    width: 280px;
    border: 1px solid #ccc;
    padding: 7px 0px;
}


#form11_style03 .XType {
    -webkit-appearance: checkbox;
}

#form11_style03 .XType {
    display: none;
}

    #form11_style03 .XType:checked + .XTredtxt {
        border: 3px solid #399eff;
    }
#form11_style03 .XTredtxt {
    text-align: center;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    border: 3px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    font-size: 1rem;
    margin: 2px;
    color: #666;
}

#form11_style03 .ChongLabel {
    font-size: 20px;
    color: #666;
    margin: 3px;
}

#form11_style03 input[name='money'] {
    outline-style: none;
    border: 0px;
    width: 280px;
    border: 1px solid #ccc;
    padding: 7px 0px;
}
