﻿body{ background-color:#F7F7F7;}
td *{vertical-align: middle;}
.text{height:22px;line-height:22px;font-size:12px; font-family:"宋体";color:#333333;border-width:1px;border-color:#D9D9D4;padding:0px 2px 0px 4px; overflow:hidden;vertical-align: middle;
appearance: none;-moz-appearance: none;-webkit-appearance: none;
outline:none;
}
.text:focus{line-height: normal;line-height: 22px\9;}
.elogin {}
.t_l,.t_c,.t_r{height:8px;font-size:1px;}
.t_l,.t_r{width:8px;}

.t_l{background:transparent url(images/t_l.gif) no-repeat left top;}
.t_c{background:transparent url(images/t_c.gif) repeat-x left top;/*width:500px;*/}
.t_r{background:transparent url(images/t_r.gif) no-repeat left top;}


.c_l{background:transparent url(images/c_l.gif) repeat-y left top;}
.c_c{padding-bottom:28px;}
.c_r{background:transparent url(images/c_r.gif) repeat-y left top;}




.b_l,.b_c,.b_r{height:8px;}
.b_l{background:transparent url(images/b_l.gif) no-repeat left top;}
.b_c{background:transparent url(images/b_c.gif) repeat-x left top;}
.b_r{background:transparent url(images/b_r.gif) no-repeat left top;}


span.title{display:inline-block;height:30px;width:200px;border:0px;margin:20px 0px 20px 20px; background:transparent url(images/title.gif) no-repeat left top;border:0px solid #ff0000;}

.btn{background:transparent url(images/btn_login.gif) no-repeat left top;height:25px;width:75px;border:0px; cursor:pointer;}
.btnreg{background:transparent url(images/btn_register.gif) no-repeat left top;height:25px;width:75px;border:0px; cursor:pointer;}

a.wechat,a.qq,a.wxwork,a.dingtalk{display:inline-block;/*margin:0px 18px 0px 18px;*/border-radius: 50%;width:25px;height:25px; vertical-align:middle;margin-left:10px;}
a.wechat{background:url(images/icon1.png) no-repeat center center; background-size:25px 25px;}
a.qq{background:url(images/icon2.png) no-repeat center center; background-size:25px 25px;}
a.wxwork{background:url(images/icon3.png) no-repeat center center; background-size:25px 25px;}
a.dingtalk{background:url(images/icon4.png) no-repeat center center; background-size:25px 25px;}
.gray {
    filter: grayscale(100%);
    filter: grayscale(1);
    FILTER: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}
/*查看密码*/
.showpass,.hidepass{display:inline-block;width:21px;height:20px; position:relative;right:25px;border:none; cursor:pointer;}
.showpass{background:url("../../eControls/default/images/passhide.svg");}
.hidepass{background:url("../../eControls/default/images/passshow.svg"); }