@media screen and (min-width: 1024px) {
  .body-box {
    background-image: url(../img/produce-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    min-width: 1200px;
    background-color: #fefefe;
    padding-bottom: 60px;
    font-family: simhei, "思源黑体" !important;
  }
  .body-box .box-nav {
    width: 1200px;
    margin: 0 auto;
  }
  .body-box .box-nav .tit-box {
    width: 1200px;
    padding-top: 50px;
    margin-bottom: 60px;
  }
  .body-box .box-nav .tit-box img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .body-box .box-nav .tit-box p {
    font-size: 25px;
    color: #14b97f;
    text-align: center;
    font-weight: lighter;
  }
  .body-box .box-nav .word-box .detail-box {
    width: 840px;
    float: left;
  }
  .body-box .box-nav .word-box .detail-box .detail {
    padding: 15px;
    border-bottom: 1px dotted #DEDEDE;
  }
  .body-box .box-nav .word-box .detail-box .detail h1 {
    font-size: 14px;
    color: #109468;
    margin-bottom: 10px;
  }
  .body-box .box-nav .word-box .detail-box .detail p {
    line-height: 24px;
    margin-bottom: 6px;
    font-size: 16px;
  }
  .body-box .box-nav .word-box .text-box {
    width: 320px;
    float: right;
  }
  .body-box .box-nav .word-box .text-box textarea {
    width: 320px;
    height: 250px;
    border: 1px solid #dedede;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #666;
    padding: 10px;
    outline: none;
  }
  .body-box .box-nav .word-box .text-box div p {
    font-size: 15px;
    line-height: 36px;
    color: #666;
    float: left;
  }
  .body-box .box-nav .word-box .text-box div p span {
    color: #109468;
    padding: 0 3px;
  }
  .body-box .box-nav .word-box .text-box div button {
    display: block;
    width: 100px;
    height: 36px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #fff;
    float: right;
    cursor: pointer;
    line-height: 36px;
    background-color: #109468;
  }
  .body-box .box-nav .word-box .text-box div button:active {
    background-color: #68033a;
  }
}
@media screen and (max-width: 1023px) {
  .body-box {
    padding: 0.6rem 0.2rem 0.8rem 0.2rem;
  }
  .body-box .box-nav .tit-box {
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
  .body-box .box-nav .tit-box img {
    height: 0.75rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
  .body-box .box-nav .tit-box p {
    font-size: 0.24rem;
    color: #14b97f;
    text-align: center;
    font-weight: lighter;
  }
  .body-box .box-nav .word-box .detail-box .detail {
    padding: 0.2rem;
    border-bottom: 1px dotted #DEDEDE;
  }
  .body-box .box-nav .word-box .detail-box .detail h1 {
    font-size: 0.24rem;
    color: #109468;
    margin-bottom: 0.2rem;
  }
  .body-box .box-nav .word-box .detail-box .detail p {
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
  }
  .body-box .box-nav .word-box .text-box textarea {
    width: 100%;
    height: 3rem;
    border: 1px solid #dedede;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
    color: #666;
    padding: 0.2rem;
    outline: none;
  }
  .body-box .box-nav .word-box .text-box div p {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #666;
    float: left;
  }
  .body-box .box-nav .word-box .text-box div p span {
    color: #109468;
    padding: 0 3px;
  }
  .body-box .box-nav .word-box .text-box div button {
    display: block;
    width: 2rem;
    height: 0.6rem;
    border: none;
    outline: none;
    font-size: 0.3rem;
    color: #fff;
    float: right;
    cursor: pointer;
    line-height: 0.6rem;
    background-color: #109468;
  }
  .body-box .box-nav .word-box .text-box div button:active {
    background-color: #68033a;
  }
}
