body {
  background: url(../img/3-guide/bg.png) no-repeat center;
  background-size: cover;
}

#main {
  width: 12rem;
  margin: 0 auto;
}

.logo-title {
  padding-top: 0.5rem;
  width: 9.6rem;
}

.top-title {
  width: 350px;
  font-weight: 600;
  font-size: 40px;
  color: #006711;
  margin-bottom: 50px;
  font-family: hzgb;
}

#main table {
  width: 100%;
}

.section-header {
  margin-bottom: 0.1rem;
}

.x-paper-box {
  overflow: hidden;
  background-color: #fff;
  border: 1px;
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin-top: 1px;
  /* border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; */
  padding: 20px;
}

.x-paper-box table {
  width: 100%;
  background-color: #ececec;
}
 .tab1 td {
  font-size: 14px;
  height: 40px;
  padding: 5px;
  color: #3c6f6c;
  background: #ffffff;
}

.x-color-red {
  color: red;
  vertical-align: middle;
}

.x-radio {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}

.x-radio input {
  margin-right: 5px;
}

.x-radio input,
.x-radio span {
  display: inline-block;
  vertical-align: middle;
}

.x-input {
  line-height: 20px;
  padding: 2px 5px;
  width: 100%;
  vertical-align: middle;
}

.x-uploadfile-box {
  position: relative;
}

.x-uploadfile-box .js-text {
  width: 300px;
  height: 25px;
}

.x-uploadfile-box .jquery-file-upload {
  /* width: 300px;
  height: 25px; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: red;
  opacity: 0;
  cursor: pointer;
}

.x-btn {
  padding:4px 5px;
  color: #fff;
  text-align: center;
  background-color: #006711;
  border: none;
  font-size: 0.14rem;
  margin: 2px;
  vertical-align: middle;
}
.x-btn +.x-btn{
  /* margin-left: 5rpx; */

}

.x-btn:active {
  opacity: 0.9;
}

.x-paper-title {
  font-weight: bold;
  line-height: 1.4;
  font-size: 30px;
  text-align: center;
  color: #006711;
  padding: 20px;
}
.x-table-title td {
  background-color: #ececec;
  text-align: center;
}
.x-table-title h2 {
  font-size: 20px;
  font-weight: 900;
  color: red;
}

.x-table-title .desc {
}

a {
  text-decoration: none;
}

.btn-blue {
  margin: 1em;
  width: 1rem;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #006711;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.btn-blue:hover {
  opacity: 0.9;
}

.btn-blue:active {
  opacity: 0.8;
}

.footer {
  bottom: 0.2rem;
  width: 100%;
  z-index: 1;
  font-size: 0.12rem;
  text-align: center;
  margin: 0.5rem 0;
}

.footer a {
  padding: 0 0.2rem;
  display: inline-block;
  vertical-align: middle;
}
