﻿ html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;}
 * {}
a{outline:none; text-decoration:none !important;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}

 /*内边框*/
.borpd{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}
.tal{ text-align:left} .tar{ text-align:right;}
/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}
.lsele{
	box-sizing: border-box;background-color: transparent;outline: 0;-webkit-appearance: none;background: url(../images/img12.html) no-repeat right center;padding-right: 20px;
}

.toe{
	/*超出省略号*/
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

a{ color:#5d5d5e; transition: all 0.3s ease-in-out 0s;}
/*a:hover{ color:#3e6ed4;}*/
 
body{font-family: "Microsoft YaHei",sans-serif;}
/*ios去除阴影*/
/*input,textarea{-webkit-appearance: none;appearance: none;}*/
body{-webkit-tap-highlight-color: rgba(0,0,0,0);}


::-webkit-input-placeholder { /* WebKit browsers */
  color: #ddd;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ddd;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ddd;
}   

@font-face {
/* font-test*/
font-family: bahnschrift;
src:url('css/bahnschrift.html');
}


@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
        opacity: 0.6;
    }
    50%, 100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translateY(-10px);
        opacity: 0.6;
    }
}


@keyframes bounce-up {
    25% {
        transform: translateY(10px);
        opacity: 0.6;
    }
    50%, 100% {
        transform: translateY(0);
        opacity:1;
    }
    75% {
        transform: translateY(-10px);
        opacity: 0.6;
    }
}

@-webkit-keyframes bounce-s {
    25% {
        -webkit-transform: scale(1);
        opacity: 0.6;
    }
    0%,50%, 100% {
        -webkit-transform:scale(1.05);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(1);
        opacity: 0.6;
    }
}


@keyframes bounce-s {
    25% {
        transform:scale(1);
       opacity: 0.6;
    }
    0%,50%, 100% {
        transform:scale(1.05);
        opacity:1;
    }
    75% {
        transform:scale(1);
        opacity: 0.6;
    }
}
@-webkit-keyframes ops{
 25% {
        -webkit-transform: scale(0.95);
        opacity: 0.6;
    }
    0%,50%, 100% {
        -webkit-transform: scale(1);
        opacity: 0.8;
    }
    75% {
        -webkit-transform: scale(1.05);
        opacity: 1;
    }
}

@-moz-keyframes ops{
 25% {
        transform: scale(0.95);
        opacity: 0.6;
    }
    0%,50%, 100% {
        transform: scale(1);
        opacity:0.8;
    }
    75% {
        transform: scale(1.05);
        opacity:1;
    }
}

@-webkit-keyframes opa{
 25% {
        opacity: 0.6;
    }
    0%,50%, 100% {
        opacity: 0.8;
    }
    75% {
        opacity: 1;
    }
}

@-moz-keyframes opa{
 25% {
        opacity: 0.6;
    }
    0%,50%, 100% {
        opacity:0.8;
    }
    75% {
        opacity:1;
    }
}


@-webkit-keyframes bounce-up_op {
    25% {
        -webkit-transform: translateY(10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-10px);
    }
}


@keyframes bounce-up_op {
    25% {
        transform: translateY(10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes mg {
    0% {
      margin-top: -30px;
      opacity: 0;
    }
    100% {
      margin-top: 0;
      opacity: 1;
    }
}


@keyframes mg {
   0% {
      margin-top: -30px;
      opacity: 0;
    }
    100% {
      margin-top: 0;
      opacity: 1;
    }
}

.mg {
  -webkit-animation-name: mg;
          animation-name: mg;
}