* {
  margin: 0;
  padding: 0;
}

body {
  background: #c2c5ff;
  padding: 2rem 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%;
}

#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鍦板潃鎹㈣*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

/* 婊氬姩妲?*/
::-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%;
}


/* layout */
#main .layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}

#main .layout .layout_box {
  width: 75%;
  height: 17.6rem;
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background:  no-repeat;
  background-size: 100%;
  text-align: center;
  padding-top: 2.2rem;
}

#main .layout .layout_box .title {
  margin-bottom: 1.1rem;
}

#main .layout .layout_box h2 {
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 4px;
  text-shadow: 0px 5px 15px rgba(118, 75, 0, 0.35);
}

#main .layout .layout_box h3 {
  color: #ffffff;
  text-shadow: 0px 5px 15px rgba(118, 75, 0, 0.35);
  font-size: 0.7rem;
  margin-top: 0.3rem;
}

#main .layout .layout_box .form2 {
  width: 90%;
  flex-wrap: wrap;
  margin: 0 auto;
}

#main .layout .layout_box .item {
  width: 100%;
  position: relative;
  margin-bottom: 0.3rem;
}

#main .layout .layout_box .item.cannot {
  width: 49%;
}

#main .layout .layout_box .item img {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0.4rem;
  width: 0.5rem;
}

#main .layout .layout_box .item.yzm input {
  width: 60%;
}

#main .layout .layout_box .item.yzm span {
  width: 40%;
  text-align: center;
  font-size: 0.6rem;
  background-color: #fe3841;
  color: #ffffff;
  height: 1.5rem;
  line-height: 1.5rem;
  cursor: pointer;
}

#main .layout .layout_box input,
#main .layout .layout_box select {
  width: 100%;
  padding-left: 0.3rem;
  border: solid 1px #d9d9d9;
  background-color: #ffffff;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #b3b3b3;
}

#main .layout .layout_box input::placeholder {
  color: #b3b3b3;
}

#main .layout .layout_box .submit {
  width: 6rem;
  margin: 0.4rem auto 0;
  height: 1.6rem;
  line-height: 1.6rem;
  background-image: linear-gradient(0deg, #ffcc00 0%, #fff000 100%);
  box-shadow: 0px 5px 9px 1px rgba(195, 195, 195, 0.36);
  border-radius: 1rem;
  font-weight: 700;
  cursor: pointer;
}

#main .layout .layout_box .close {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#main input:-webkit-autofill {
  color: #b2b2b2;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

