锘? {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

#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;
}

#main {
  font-size: .7rem;
  font-family: "microsoft yahei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
  background: #e4e8ef;
}

#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;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

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鍦板潃鎹㈣*/
}

/* 婊氬姩妲?*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

/* 婊氬姩鏉℃粦鍧?*/
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}


.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;
}

.btn {
  cursor: pointer;
  text-align: center;
}

.tc {
  text-align: center;
}

.pr {
  position: relative;
}

.po {
  position: absolute;
}

.po-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}