.wrap {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1200px;
}

.main {
  background: #FFFFFF;
  margin: 0px 40px;
  padding-left: 30px;
  padding-right: 30px;
}

body .pt30 {
  padding-top: 30px;
}

body .pb30 {
  padding-bottom: 30px;
}

body .w35p {
  width: 35%;
}

body .w100p {
  width: 100%;
}

body .h5em {height: 9em;}

a,label {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

input,button,textarea {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, 'SF Pro Display', Roboto, Noto, Arial, 'PingFang SC', sans-serif;
  font-size: 16px;
}

.txt {
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.8rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  vertical-align: middle;
}


.tabs{
  color: #959595;
  display: block;
  font-size: 20px;
  line-height: 36px;
  margin: 0 17px;
}

table.form {
  border-spacing: 20px;
}

table.form th {
  color: #323232;
  text-align: left;
}

table.form td {
  padding: 0;
  position: relative;
}

table.form textarea,
table.form input {
  box-sizing: border-box;
  vertical-align: middle;
}

table.form td label {
  line-height: 42px;
}

.select {
  border: 1px solid #DCDCDC;
  clear: initial;
  display: inline-block;
  float: none;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
}

input.txt {
  height: 42px;
}
.btn {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #FFF;
  box-shadow: 0px 0px 9.9px 0.1px rgba(5, 157, 254, 0.32);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  margin: 0;
  min-width: 111px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.btn.primary {
  background: #2f7af6;
  border: 1px solid #2F7DF6;
  color: #FFF;
  height: 40px;
  line-height: 38px;
}


