@charset "utf-8";html{width:100%;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-overflow-scrolling:touch}
html,body{
  background: #fff;
}
body{width:100%;height:100%}

.tc{text-align:center}
input,input[type=button],input[type=reset],input[type=submit]{border:none;resize:none}
a,article,aside,body,button,dd,details,div,dl,dt,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,img,input,li,menu,nav,ol,p,section,select,table,tbody,td,textarea,th,tr,ul{-webkit-tap-highlight-color:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
textarea{outline:0}
.tentt{text-align:center}
/* input,select{-webkit-appearance:none;appearance:none} */
select{background:#fff;background-position:right center;background-size:.5rem 100%;background-repeat:no-repeat;color:#555}
a,article,aside,body,button,dd,details,div,dl,dt,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,img,input,li,menu,nav,ol,p,section,select,table,tbody,td,textarea,th,tr,ul{margin:0;padding:0}
body{columns: #333333;;font:12px/1.5 '微软雅黑','宋体',Tahoma,Arial,sans-serif}
em,i{font-style:normal}
li,ul{list-style-type:none}
strong{font-weight:400}
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:""}
.clearfix{zoom:1} 
a{color:#333333;text-decoration:none;font-family:'Microsoft YaHei',Tahoma,Arial,sans-serif}
a:hover{text-decoration:none}
ol,ul{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-family:'Microsoft YaHei'}
img{border:none}
input{font-family:'Microsoft YaHei'}
.one-txt-cut{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.txt-cut{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical}
a:active,a:hover,a:link,a:visited{background:0 0;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}
.w50{width:50%}
.w25{width:25%}
.w20{width:20%}ri
.w33{width:33.333333%}
.fl{float:left}
.fr{float:right}
.db{display:block!important}
.dn{display:none}
.clear:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;content:"."}
.cursor{cursor:pointer}
.fade-enter-active,.fade-leave-active{transition:opacity .5s}
.fade-enter,.fade-leave-to{opacity:0}
a,input,button,li{
  cursor: pointer;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.clear{
    clear: both;
}
.Layout{
  width: 1200px;
  margin: 0 auto; 
}


.flexBox{
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:space-between;
}  
.TextShow{
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
}
.floatLeft{
  float: left;
 
}
.floatRight{
  float: right;
}

