﻿
.new-header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.68);
    top: 0;
    left: 0;
    z-index: 9998;
    font-size: 1.8rem;
    text-align: center;
    height: 44px;
    border-bottom: 1px #DDD solid;
    font-weight: bold;
    background: none;
    background-color: #fff;
}

.head-text {
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 4.6rem;
    overflow: hidden;
    width: 62%;
    margin: auto;
    line-height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: red;
}

.inputtext {
    width: 1270px;
    height: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-left: 45px;
    margin-top: 25px;
    text-indent: 10px;
}

.btnOK {
    width: 1270px;
    border-radius: 8px;
    background: #e13335;
    color: white;
    height: 40px;
    font-size: 22px;
    margin-left: 45px;
    margin-top: 35px;
    border: 1px solid #e13335;
    cursor: pointer;
}

#txtCode {
    font-size: 16px;
    margin-top: 35px;
    margin-left: 45px;
    width: 1270px;
    height: 44px;
    line-height: 44px;
    text-indent: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    float: left;
}

#imgCheckCode {
    height: 44px;
    margin-top: -45px;
    float: right;
    margin-right: 95px
}

.btcode {
    position: relative;
    width: 148px;
    background-color: orangered;
    margin-right: 25px;
    display: block;
    margin-left: auto;
    margin-right: 108px;
    margin-top: -42px;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 2.33333333;
    border-radius: 5px;
    cursor: pointer;
}
