/*公共样式*/
*{
    padding:0;
    margin:0;
}
html {
    font-family: "Microsoft Yahei";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*min-height: 650px;*/
}
body {
    margin: 0;
    color: #202830;
    height: 100%;
    overflow-x: hidden;
    background: #f5f4f9;
    /*overflow-y: hidden; */
    -webkit-overflow-scrolling: touch;
    font-family: "Microsoft Yahei";
    font-size:14px;
    /*min-height: 650px;*/
}
.index_body{
    background: #ffffff;
}
a {
    background: transparent;
    text-decoration: none;
}
a:active ,a:focus{
    outline: 0;
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: middle;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
    outline: none;
    margin:0;padding:0;
}
textarea {
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0;
}
ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none;
}
i{
    font-style: normal;
}
button {
    border: none;
}
input[type="text"] {
    padding-left: 5px;
}
input[type="password"] {
    padding-left: 5px;
}
input[type="button"] {
    border: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #B6B6B6;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #B6B6B6;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #B6B6B6;
}
select {
    padding-left: 5px;
    color: #333;
}
textarea {
    padding-left: 5px;
}
label {
    font-weight: 700;
}
select::-ms-expand { display: none; }
input::-ms-clear{display:none;}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.check-tip {
    text-align: left;
    font-size: 12px;
    padding-left: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ff2528;
}

/*页面底部*/

.footer{
    background: #f5f4f9;
    height: 110px;
    padding-bottom: 20px;
    width:100%;
    color: #8e8d92;
    font-size: 12px;

}
.fixed-footer{
    position: fixed;
    bottom: 0;
}
.footer .copyright{
    display: block;
    text-align: center;
    padding-top:50px;
    padding-bottom: 10px;
}
.footer .bjca_logo,
.footer .tips{
    display: block;
    text-align: center;
}
.footer .tips {
    padding-top:20px;
}
.min-footer{
    position: fixed;
    padding-bottom: 20px;
    bottom:0px;
    left:0;
    width:100%;
    margin: 0 auto;
}
.anySign_login_href{
    color:#5085d1;
}
.anySign_login_href:hover{
    text-decoration: underline;
}
.anySign_reg{
    float:right;
    padding-right:20px;
    color:#dcdfe4;
}