﻿@charset "utf-8";
/* CSS Document */
/**
 * 改变浏览器滚动条
 * @author 
 * @return
 */
::-webkit-scrollbar {width:8px;background:none;}
::-webkit-scrollbar-button {display: none;}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {width:8px;background:#84c326;border-radius: 8px;}
::-webkit-scrollbar-corner {background:none;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}

/**/
html * { outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-font-smoothing: antialiased;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form, table,td,label,input,em,i,*{ margin:0; padding:0; border:0; list-style:none;font-weight: normal; font-family: 微软雅黑;     color: #333; }

input, select, textarea{outline:none;border:none;}

textarea {resize:none;}
em,i{ font-style:normal;}
a{text-decoration:none;}
.rel {position: relative;}
a:hover{text-decoration:none;}
.clearfix:after {content:"";display:block;clear:both;}
.clearfix {zoom:1;clear:both;}

a { color: #333;text-decoration: none;}
a:hover {text-decoration: none;}
img {border: none;}
ol,ul,li {list-style: none;}
em {font-style: normal;}

.fl{ float:left}
.fr{ float:right}


 /*clear*/
.clearfix:before,
.clearfix:after { content: "";}
.clearfix:after {clear: both; overflow: hidden; }   
.clearfix {zoom: 1;}
/*other*/

.mt10 { margin-top: 10px;}
.mt40{ margin-top: 40px !important;}
.mt20{ margin-top: 20px !important;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.ml30{ margin-left:30px;}
.m10 { margin: 10px auto;}

.Ml15{ margin-left:15px;}
.MT10{ margin-top:10px;}
.MT15{ margin-top:15px;}
.MT25{ margin-top:25px;}
.MT30{ margin-top:30px  !important;}
.MT45{ margin-top:45px;}


.p0{padding:0px; }
.pr15{ padding-right:15px;}
.pr25{ padding-right:25px;}
.pb50{ padding-bottom:30px;}
.plr30{ padding:0px 30px;}
.pl0{ padding-left:0px;}

.el { overflow: hidden; text-overflow:ellipsis;white-space: nowrap; }
/* 等比填充 */
*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;}

.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }
