﻿@charset "utf-8";
*
{
    font-size: 12px;
    -webkit-text-size-adjust: none;
    text-indent: 0px;
    color:#585858;
    
}
body, div, dl, dd, ul, li, form, img, a, table, tr, th,input,p,select,h1,h2,h3
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-indent:0;
    outline:none;
}
input, textarea, keygen, select, button {
    text-rendering:auto;
    letter-spacing:normal;
    word-spacing:normal;
    text-transform: none;
    text-indent:0px;
    text-shadow: none;
    display:inline-block;
    text-align:start;
    outline:0;
}
div{
    margin: 0 auto;
}
table{
    border:0;
    margin:0;
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
}
a{ 
    color: #787878;
    text-decoration: none;
    bblr:expression(this.onFocus=this.blur());/*IE使用*/ 
    outline-style:none;/*FF使用*/ 
}   /*去除a标签带来的虚框*/ 
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: none;
}
b
{
    font-weight:normal;
    color:#2af;
    }
i,em
{
    font-style:normal;
    }

.fltlt
{
    float:left;
       }
.fltrt
{
    float:right;
    }
.txtmd
{
    text-align:center;
    }
.txtrt
{
    text-align:right;
    }
.disnone
{
    display: none;
}
.red
{
    color:#dd2726;
    }
.gray
{
    color:#777;
    }
.blue
{
    color:#0b64dc;
    }

.green
{
    color:green;
}
.f40
{
    color:#f40;
}
.blk
{
    color:#000;
}
.marg_top_10
{
    margin-top:10px;
}
.marg_top_20
{
    margin-top:20px;
}
.ckipt
{
    vertical-align:-2px;
    }
.none {
    display:none;
}
/************************弹出层样式************************/
.bkground
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:url(../img/layback.png);
    z-index:5;
    display:none;
    }
.msglayer
{
    position:fixed;
    top:220px;
    left:50%;
    width:360px;
    margin-left:-200px;
    border-radius:5px;
    -webkt-border-radius:5px;
    padding:20px;
    font-size:14px;
    background:#CD5C5C;
    display:none;
    box-shadow:0 0 3px 3px #ddd;
    -webkt-box-shadow:0 0 3px 3px #ddd;
    z-index:10;
}
.laytt
{
    height:30px;
    width:30px;
    border-radius:50%;
    background:#CD5C5C url(../img/close.png) center center no-repeat;
    cursor:pointer;
    position:absolute;
    right:-10px;
    top:-10px;
    box-shadow:0 0 3px 3px #ddd;
}
.laytxt
{
    line-height:20px;
    font-size:14px;
    color:#fff;
}










