html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, canvas, footer, header, menu, nav, section, summary,
time, mark, audio, video, input,button,textarea  {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
   /* font-family: "Lantinghei SC","Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    vertical-align: baseline;
    background: transparent;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
    font-weight: normal;
    -webkit-font-smoothing:antialiased;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
input,textarea,button{
    outline: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input[placeholder], [placeholder], *[placeholder] {
    color: #fd81a3 !important;
}

input[type=radio] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    vertical-align: middle;
}
input[type=radio]:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}
input[type=radio]:checked:before{
    background: #dc4a53;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.btmblank{
    height: 40px;
    width: 100%;
    overflow: hidden;
}
.nodata{
    padding-left: 15px;
}

/*body*/
#body_wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
}



/*pager*/
.pager{
    margin: 20px auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #FFFFff;
    padding: 30px 0;
    color: #888888;
}
.pager span{
    margin-left: 10px;
}
.pager span.current{
    color: #ffffff;
    background: #fd8eb1;
    padding: 10px 15px;
    margin: 0 2px;
}
.pager a{
    padding: 10px 15px;
    margin: 0 2px;
    background: #EEEEEE;
    color: #888888;
}
.pager a:hover{
    padding: 10px 15px;
    margin: 0 2px;
    color: #ffffff;
    background: #fd77ad;
}


/*错误与成功页面*/
.error-wrap{
    width: 1100px;
    margin: 150px auto;
    min-height: 148px;
    text-align: center;
    margin-bottom: 200px;
}
#error_tips{
    color: #b5b5b6;
}
#error_tips h2{
    font-size: 30px;
    line-height: 50px;
    color: #999;
    border-bottom: 1px solid #dcdddd;
    display: inline-block;
}
#error_tips h3{
    font-size: 30px;
    line-height: 50px;
    color: #999;
    display: inline-block;
}
#error_tips ul.des{
    font-size: 20px;
    margin-top: 10px;
    line-height: 30px;
}

/** jNotify**/
#jNotify {
    position:absolute;
    background: rgba(85,0,0,.8);
    color:#FFFFFF;
    padding:15px 20px;
    margin-top: 0;
    z-index:999;
    -moz-border-radius : 5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    text-align: center;
}
#jNotify a {color:#65c61f !important;text-decoration:none;}

#jSuccess i,#jError i,#jNotify i{
    margin-right: 5px;
}

/*jSuccess*/
#jSuccess {
    position:absolute;
    background: rgba(250,130,170,.8);
    color:#FFFFFf;
    padding:15px 20px;
    z-index:999;
    -moz-border-radius : 5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    text-align: center;
}
#jSuccess a {color:#73c61d !important;text-decoration:none;}

/*jError*/
#jError {
    position:absolute;
    background: rgba(120,120,120,.8);
    color:#FFFFFF;
    padding:15px 20px;
    z-index:999;
    -moz-border-radius : 5px;
    border-radius:5px;
    -webkit-border-radius:5px;
}
#jError a {color: #73c61d !important;text-decoration:none;}




/*float cart*/
.overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
    z-index:998;
}
.openDiv {
    position:fixed;
    top:50%;
    left:50%;
    width:400px;
    background:#fff;
    margin:-100px 0 0 -200px;
    text-align: center;
    z-index:999;
    border-radius:6px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow:2px 2px 10px #909090;
    padding-bottom: 30px;

    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.openDiv ul li{
    width:380px;
    margin-top:10px;
    font-size:16px
}
.openDiv ul li h3{
    font-size: 20px;
}
.openDiv ul li h2{
    font-size: 25px;
    color: #e84a54;
    line-height: 50px;
    margin-bottom: 10px;
}
.openDiv ul li.close{
    height:20px;
    margin-bottom:10px;
}
.openDiv ul li.close i{
    font-size: 25px;
    color: #999;
    cursor: pointer;
    right: 8px;
    top: 5px;
    position: absolute;
}
.openDiv ul li b{
    color: #ff6a6a;
}
.openDiv ul li#errmsg{
    margin: 0;
    color: #FF0000;
    text-align: left;
    line-height: 20px;
    text-indent: 45px;
}
.openDiv ul li a{
    color: #fd8eb1;
}
.openDiv ul li input[type=text]{
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    height: 30px;
    border-radius: 5px 0 0 5px;
    border-right: none;
    width: 200px;
}
.openDiv ul li button{
    background: #fd8eb1;
    height: 42px;
    padding: 0 10px;
    color: #FFFFff;
    display: inline-block;
    text-transform: uppercase;
}


/*wxDialog*/
.wx_opendiv{
    display: block;
}
.wx_dialog {
    position: fixed;
    z-index: 12;
    width: 400px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FAFAFC;
    text-align: center;
    border-radius: 3px;
}
.wx_mask {
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.wx_dialog .wx_title{
    padding: 1.2em 0 .5em;
    color: #333333;
    font-size: 16px;
}
.wx_dialog .wx_content{
    padding: 0 20px;
    font-size: 15px;
    color: #888;
}
.wx_dialog .wx_content a{
    color: #FFFFFf;
    background: #19b458;
    padding: 5px 10px;
}
.wx_dialog .wx_dialog_ft{
    position: relative;
    line-height: 42px;
    margin-top: 20px;
    font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wx_dialog_ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.wx_dialog_ft a {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #19b458;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wx_dialog_ft a.cancel{
    color: #333333;
}
.wx_dialog_ft a:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5);
}


