﻿
/* 全局控制 */
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul, li, ol, thbody, th {
    list-style: none;
}
.login_body{
    background-color: #333333; overflow: hidden;

}


.fl{float:left}
.fr{float:right;}
/* 内容区域的编辑 */
.Navig_main {
    width: 100%;
    min-width: 800px;
    margin: 0 auto;
    
}

.main_top {
    width: 98%;
    height:48px;
    line-height:48px;
    text-align: right;
    margin: 12px auto;
    margin-bottom:0px;
    color:#fff;
    
}

.main_top a {
    color: rgba(255, 255, 255, .84);
    
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding:0 15px;
    _background-color:rgba(124, 135, 151, .35);
}

.main_top a img {
    vertical-align: middle;
}
.main_top a b{font-weight:normal;color:rgba(255, 255, 255, .34)}
/*.main_top a:hover {
    text-decoration: none;
    background-color:rgba(124, 135, 151, .15);
    color: #ffffff;
}
.main_top a:focus {
    text-decoration: none;
    background-color:red;
    color: #ffffff;
}*/
.main_top a:active  {
    text-decoration: none;
    background-color:rgba(124, 135, 151, .34);
    color: #ffffff;
}
.login {
    width: 480px;
    height: 245px;
    margin: 20px auto;
}

.loginStore {
    width: 450px;
    height: 245px;
    margin: 0 auto;
}

.login img {
    float: left;
}

.login .fname, .loginStore .fname {
    width: 280px;
    height: 53px;
    margin-left: 15px;
    border: none;
    text-indent: 12px;
    background: #4E4D4D;
    margin-bottom:9px;
    color:#FFFFFF;
}

.login .fname:hover,
.login .fname:focus {
    border: 1px solid orange;
}

.login .password {
    width: 280px;
    height: 48px;
    margin-left: 15px;
    border: none;
    text-indent: 12px;
    /*margin-top: 9px;*/
    background: #4E4D4D;
}

.login .password:hover,
.login .password:focus {
    border: 1px solid orange;
}

.loginStore .button {
    height: 45px;
    margin-left: 15px;
}
.login .button{
    height:53px;
    border-radius:2px;
    
    background-color: #ff6600;
    border-color: #ff6600;
}

.login .button.button-giant,.login .button.button-giant2{background-color: rgba(255,255,255,.1);}

.login .button:focus{
   color: #fff;
}

/*底部样式*/
.clear {
    clear: both;
}

.footer_bottom {
    width: 100%;
    background: #EB651A;
    height: 110px;
}

.footer_left {
    width: 310px;
    float: left;
}

.footer_right {
    float: right;
    width: 330px;
}

.footer {
    width: 66%;
    margin: 0 auto;
    padding-top: 25px;
}

/* 键盘区域 */
.keyboard {
    width: 755px;
    height: 230px;
    /*background: #727171;*/
    margin: 45px auto 0 auto;
    padding: 4px;
}
/* all */
::-webkit-input-placeholder {
    color: #727171;
}

input:-moz-placeholder {
    color: #727171;
}

/* individual: webkit */
#field2::-webkit-input-placeholder {
    color: #727171;
}

#field3::-webkit-input-placeholder {
    color: #727171;
    background: lightgreen;
    text-transform: uppercase;
}

#field4::-webkit-input-placeholder {
    font-style: italic;
    text-decoration: overline;
    letter-spacing: 3px;
    color: #999;
}

/* individual: mozilla */
#field2:-moz-placeholder {
    color: #727171;
}

#field3:-moz-placeholder {
    color: #727171;
    background: lightgreen;
    text-transform: uppercase;
}

#field4:-moz-placeholder {
    font-style: italic;
    text-decoration: overline;
    letter-spacing: 3px;
    color: #999;
}

.numPadButton {
    width: 122px;
    height: 74px;
    margin: 0;
}




/*Navigation.aspx*/
.footer_bottom {
    width: 100%;
    background: #EB651A;
    height: 70px;
    padding-top:0px;
    vertical-align:middle;
    margin:auto;
    font-size:14px;
}
.footer_bottom table {
    width:100%;
    height:88%;
}
.footer_bottom p {
    margin-bottom:0px;
    color:rgba(146, 158, 175, 1);
}
.footer_bottom p a{
    color:rgba(146, 158, 175, 1);
}
.footer_bottom p:first-child {
    
}


/*公众号悬浮*/

.fixRight{
    position:fixed;
    right:20px;
    bottom:20%;
    padding:15px;
    padding-top:20px;   
    padding-left:5px;
    padding-right:5px;
    background-color:#fff;
    text-align:center;
    border-radius:4px;
    z-index:9999;
}
.fixRight img{width:131px;height:131px;}
.fixRight::after{
    content:'';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 6px solid transparent;
    position:absolute;
    right:-6px;
    margin:auto;
    top:0px;
    bottom:0px;
}
.fixRight p{
    margin-bottom:0px;
    color:rgba(0,0,0,.84);

}