@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;} /*鍙宠竟璺?2px*/
.pl10{ padding-left:10px;} /*宸﹁竟璺?0px*/
.red { color:#f00; } /*瀛椾綋棰滆壊绾㈣壊*/
.emptyData{padding-left:10px;line-height:26px; }
/* -- 椤甸潰鏁翠綋甯冨眬 -- */
.wrap{ max-width:750px; 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;
    }
}

/*搴曢儴*/
/**/


