/*鏍峰紡閲嶇疆*/
#main div,#main ul,#main li,#main ol,#main dl,#main dd,#main dt,#main p,#main h1,#main h2,#main h3,#main h4,#main h5,#main h6,#main form,#main fieldset,#main legend,#main img,#main input,#main section,#main table,#main thead,#main tbody,#main tr,#main th,#main td,#main hr,#main textarea, #main a, #main span {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img,input,section,table,thead,tbody,tr,th,td {margin: 0;padding: 0;}

#main {font-size: 0;}


#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {font-family: "roboto, helvetica neue, helvetica, tahoma, arial, pingfang sc, microsoft yahei"; min-width: 1500px;}

fieldset,img,input,select {border: none;vertical-align: top;}

input,select,textarea {outline: none;}

address,caption,cite,code,dfn,th,var {font-style: normal;font-weight: normal;}

ul,ol,li {list-style: none;}

a {text-decoration: none;}

#main .clearfix:after {content: ".";height: 0;clear: both;display: block;visibility: hidden;}

#main .clearfix {zoom: 1;}

.dis_f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis_c {
  display: flex;
  align-items: center;
  justify-content: center;
}

table {
  width: 100%;
  text-align: center;
  /*鏂囨湰灞呬腑*/
  border-collapse: collapse;
  /*琛ㄦ牸鐨勮竟妗嗗悎骞讹紝濡傛灉鐩搁偦锛屽垯鍏辩敤涓€涓竟妗?/ 
  border-spacing: 0;
  /*璁剧疆琛屼笌鍗曞厓鏍艰竟妗嗙殑闂磋窛銆傚綋琛ㄦ牸杈规鐙珛锛堝嵆border-collapse:separate;锛夋灞炴€ф墠璧蜂綔鐢?/
}

table td {
  word-break: break-all;
  /*鍏佽鍦ㄥ瓧鍐呮崲琛?鍗冲崟璇嶅彲鍒?/
  word-wrap: break-word;
  /*鍏佽闀垮崟璇嶆垨url鍦板潃鎹㈣*/
 
}
#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}