@charset "UTF-8";
/**/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}
body{ font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; background:#fff; font-size: 14px;} 
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none;font-family:"Microsoft Yahei";}
a:hover { cursor:pointer; text-decoration:none;}
a:active{star:expression(this.onFocus=this.blur());}
:focus{outline:0;}
.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
img{ padding:0; margin:0;}
a img { border:none; }
input,textarea{ border:none;font-family:"Microsoft Yahei"; }
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size: 14px; }
/**/
.f-mm{ margin-left:auto; margin-right:auto;}/**/
.f-fl{ float:left;} /**/
.f-fr{ float:right;} /**/
.f-tr{ text-align:right;} /**/
.f-tl{ text-align:left;} /**/
.f-tc{ text-align:center;} /**/
.f-pr{ position:relative;} /**/
.f-di{ display:inline;}
/**/
.u-co-bt{ border-radius:4px; /*css3*/ width:80px; height:26px; line-height:26px; display: inline-block; vertical-align: middle;  padding-top:1px;}/**/
.u-co-bt.z-spe{ width:100%;}
.u-lico{ width:24px; height:24px; border-radius:4px;  /*css3*/ background:#000; padding:10px;opacity: 0.8; position:relative; left:50%; margin:10px 0 10px -14px; box-shadow:0 0 3px #2d2d2d;}/**/
.fs15{font-size:15px;} /*15*/
.fs12{font-size:12px;} /*12*/
.pdr12{ padding-right:12px;} /*12px*/
.pl10{ padding-left:10px;} /*10px*/
.red { color:#f00; } /**/
.emptyData{padding-left:10px;line-height:26px; }
/* --  -- */
.wrap{ max-width:640px; min-width:320px;margin:0 ; overflow:hidden; position:relative;} /**/
.wrap img{ width: 100%;display: block;}
#content p img{ width:100%;display:block; margin:0 auto; max-width:560px;}
/**/
.g-back{ overflow: hidden;position: relative;text-align:right;margin-top:1px; height:38px; padding:7px 11px 0 9px;} /**/
.g-back a{display: inline-block;font-size:0.875em;height: 32px;line-height: 28px; width:32px;position: relative;}	/**/
.g-back .u-bp { background-position:0 0; } /**/
.g-back .u-bl {background-position:0 -286px;  } /**/
.g-back .u-bh { margin-right:10px; background-position:0 -232px;} /**/
/**/


/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/

/**/
/**/
.erji a{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes resize {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@keyframes resize {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale(3,3);
        transform: scale(3,3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}
@-webkit-keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/**/
/**/


