<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.phonemessagevalidate input[type="text"] {
    width: 100px !important;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.phonemessagevalidate input[type="button"],
.emailmessagevalidate input[type="button"] {
    width: 85px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 3px;
    font-size: 12px;
    background: #eee;
    color: #333 !important;
    border: 1px solid #ccc;
}
.phonemessagevalidate input[type="button"]:hover {
    background: #e3e3e3
}
/* 注册页 */
.login-panel .phonemessagevalidate input[type="text"] {
    width: 185px !important;
    margin-right: 10px;
}
.login-panel .phonemessagevalidate input[type="button"] {
    height: 36px;
    line-height: 36px;
}
/* 会员中心-修改我的信息 */
.modify .phonemessagevalidate input[type="text"] {
    width: 125px !important;
}
.modify .phonemessagevalidate input[type="button"] {
    height: 34px;
    line-height: 34px;
    padding: 0;
}
.error {
    font-size: 12px;
    color: red;
}


/*录入框-新增身份证、手机号码、电子邮箱、电话号码图标*/
.input-group .fa{
    font-family: FontAwesome, fontpower;
}
.input-group:not([class*="col-"]) {
    width: 100%;
    position: relative;
}
.input-group:after,
.input-group div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}
.input-group .input-group-addon:not([class*="data"]) {
    position: absolute;
    z-index: 10;
    top: 1px;
    bottom: 1px;
    width:auto;
    min-width: 32px;
    padding: 0;
    height: auto;
    float: left;
    border: 0;
    border-radius: 0;
    line-height:32px;
    padding:0 5px;
    box-sizing:border-box;
}
.input-group .input-group-addon:not([class*="data"]) &gt; .fa,
.input-group .input-group-addon:not([class*="data"]) &gt; .glyphicon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: -10px 0 0 -10px;
    overflow: hidden;
}
.input-group .input-group-addon:first-child:not([class*="data"]) {
    left: 1px;
    width: 20px;
    margin-left: 6px;
    border: 0;
    background: none;
    line-height:34px;
}
.licenseplatenumber .input-group-addon:first-child:not([class*="data"]) {
    background:#eeeeee;
    margin:0px;
    padding:0px;
    width: 30px;
    text-align:center;
    border-right:1px solid #ccc;
}
.input-group .input-group-addon:last-child{
    right: 1px;
    border-left: 1px solid #ccc;
}
.input-group .input-group-addon:first-child + input.form-control,
.input-group .input-group-addon:first-child + .emailbox&gt;input.form-control{
    text-indent: 26px;
    outline: none;
}
.input-group&gt;.form-control:first-child{
    text-indent: 0;
    outline: none;
}


/* 车牌号码 &amp; 火车班次 */
.input-group .input-icon-text{
    position: absolute;
    z-index: 11;
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 32px;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    background: none;
}
.input-group.trainnumber,
.input-group.licenseplatenumber,
.input-group_hasAddon{
    position: relative;
    max-width: 370px;
}
.input-group:has(.form-control + .input-group-addon){
    position: relative;
    max-width: 370px;
}
.input-group.trainnumber input[type="text"],
.input-group.licenseplatenumber input[type="text"]{
    width: 100%;
}
/* 车牌号码 &amp; 火车班次的弹出层 */
.modal-brand-dialog{
    margin: 0 auto;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
}
.modal-brand-dialog .modal-dialog{
    display: inline-block;
    width: 400px;
    margin-top: 150px;
    position: relative;
}
.modal-brand-dialog.trainnumbermodal .modal-dialog{
    width: 200px;
}
.modal-brand-dialog .modal-btn-close{
    position: absolute;
    z-index: 2;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    float: left;
    font-size: 30px;
    color: #666;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #eaeaea;
    cursor: pointer;
}
.modal-brand-dialog .modal-btn-close:hover{
    background-color: #888;
    color: white;
}
.modal-brand-dialog .modal-body{
    padding: 20px;
    background-color: #fafafa;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.modal-brand-dialog .modal-body li{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color:#fff;
    background-color: #0068b7;
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.modal-brand-dialog .modal-body li:hover{
    background-color: #195daf;
}
/* 车牌号码 &amp; 火车班次 &amp; 弹出层 -手机版兼容 */
@media (max-width: 750px) {
    /* 车牌号码 &amp; 火车班次 */
    .input-group.trainnumber,
    .input-group.licenseplatenumber{
        max-width: 100%;
    }
    /* 车牌号码 &amp; 火车班次的弹出层 */
    .modal-brand-dialog .modal-dialog,
    .modal-brand-dialog.trainnumbermodal .modal-dialog{
        width: 86%;
    }
}

</pre></body></html>