* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #282828;
}

.clear {
  clear: both;
  line-height: 0;
}

body {
  font-size: 18px !important;
  font-family: "微软雅黑";
  line-height: 32px;
  background: #fff8e6
    url(http://ydxq.yulin.gov.cn/material/images/yjzj_jdz/bg.png) no-repeat top
    center;
  background-size: 1920px;
}

.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  overflow: initial;
}

.main1 {
  padding: 25px 0 0 0;
  margin: 0 auto;
  width: 1200px;
}

.main1 .title {
  margin: 330px auto 0;
  font-size: 39px;
  color: #fff;
  text-align: center;
}

/* 内容页 */
.navbox {
  margin: 200px auto 0;
  max-width: 1200px;
  padding: 10px;
}

.toptit {
  margin-top: 515px;
  text-indent: 44px;
  color: #c73d2d;
  font-size: 22px;
  text-decoration: underline;
  text-underline-offset: 20px;
  text-decoration-color: #e8d7ab;
  line-height: 60px;
}

.box2 {
  padding-top: 248px;
  margin-top: 90px;
  width: 1200px;
  height: 1230px;
  background-image: url(http://ydxq.yulin.gov.cn/material/images/yjzj_jdz/box2.png);
}

.box3 {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1136px;
  height: 1150px;
}

.box3 li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin: 0 27px;
  width: 530px;
  height: 348px;
  background-color: #fbe4cc;
}
.box3 li img {
  margin-top: -10px;
}
.box3 li:nth-child(2n) {
  margin: 0;
}

.box3 li div {
  margin-top: 35px;
  margin-left: 10px;
  width: 460px;
  color: #7e625b;
  font-size: 16px;
  text-indent: 40px;
  text-align: justify;
  margin-left: -30px;
}

.box4 {
  width: 1140px;
  margin-top: 40px;
  padding: 30px 30px 60px 30px;
  background-color: #d13914;
  border-radius: 20px;
}

.box4-tit {
  text-align: center;
  color: #ffe3bc;
  font-size: 32px;
  font-weight: 700;
}

.box5 {
  width: 1136px;
  margin: 0 auto;
  height: auto;
}

.box5-tit {
  display: flex;
  align-items: center;
  color: #ffe3bc;
  font-weight: 700;
  font-size: 24px;
}

.box5-tit div {
  margin-left: 10px;
}

.box5-tit div span {
  font-size: 20px;
  font-weight: normal;
}

/*  */
.content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.content .select {
  width: 265px;
  height: 60px;
  font-family: "Microsoft Yahei";
  font-size: 16px;
  background-color: #ffeed4;
  position: relative;
  border-radius: 5px;
}

.content .select span {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  width: 20px;
  height: 14px;
  background-image: url(http://ydxq.yulin.gov.cn/material/images/yjzj_jdz/arrow.png);
  top: 23px;
  right: 12px;
  transition: transfrom 0.3s ease-in, top 0.3s ease-out;
  cursor: pointer;
}

.content .select p {
  width: 90%;
  height: 100%;
  padding: 0 15px;
  line-height: 60px;
  cursor: pointer;
  color: #7b4b09;
  font-size: 20px;
}

.content .select ul {
  list-style-type: none;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  top: 60px;
  left: 0;
  max-height: 0;
}

.content .select ul li {
  padding: 0 15px;
  line-height: 60px;
  cursor: pointer;
}

.content .select ul li:hover {
  background-color: #e0e0e0;
}

.content .select ul li.selected {
  background-color: #ffeed4;
  color: #7b4b09;
}

@-webkit-keyframes slide-down {
  0% {
    transform: scale(1, 0);
  }

  25% {
    transform: scale(1, 1.2);
  }

  50% {
    transform: scale(1, 0.85);
  }

  75% {
    transform: scale(1, 1.05);
  }

  100% {
    transform: scale(1, 1);
  }
}

.content .select.open ul {
  max-height: 250px;
  transform-origin: 50% 0;
  -webkit-animation: slide-down 0.5s ease-in;
  transition: max-height 0.2s ease-out;
}

.content .select.open span {
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
}
.jdzbt {
  width: 848px;
  height: 60px;
  background-color: #ffeed4;
  border-radius: 5px;
  overflow: hidden;
}
.box5 input {
  width: 100%;
  padding: 0 0 0 3%;
  outline: none;
  border: none;
  height: 100%;
  background: transparent;
}
.box5 .box5-select textarea {
  margin-top: 20px;
  padding: 20px;
  width: 96.5%;
  height: 325px;
  border: none;
  outline: none;
  background: #ffeed4;
}
.lxfs {
  display: flex;
  justify-content: space-between;
}
.lxfs1 {
  width: 230px;
  height: 60px;
  background: #ffeed4;
  border-radius: 5px;
}
.lxfs2 {
  width: 430px;
  height: 60px;
  background: #ffeed4;
  border-radius: 5px;
}
.lxfs3 {
  width: 430px;
  height: 60px;
  background: #ffeed4;
  border-radius: 5px;
}
.tjan {
  margin: 40px auto 0;
  width: 350px;
  height: 100px;
  background-image: url(http://ydxq.yulin.gov.cn/material/images/yjzj_jdz/btn.png);
  cursor: pointer;
}
.input::placeholder {
  color: #7b4b09;
  font-size: 20px;
}
.yzm {
  display: flex;
  align-items: center;
}
#v_container {
  margin: 0 20px;
  width: 150px;
  height: 60px;
}
#verifyCanvas {
  width: 150px !important;
  height: 60px !important;
}
.yzm span {
  color: #ffe3bc;
  font-size: 20px;
}
.bg_phone {
  display: none;
}
.bottom_phone {
  display: none;
}
.box2_phone {
  display: none;
}
@media screen and (max-device-width: 768px) {
  .box2_phone {
    display: block;
    width: 100%;
  }
  .main1 {
    padding-top: 0;
  }
  .bg_phone {
    width: 100%;
    display: block;
  }
  .i-header-icons {
    display: none;
  }
  body {
    background: #fff8e6;
  }
  .navbox {
    margin-top: 0;
  }
  .toptit {
    margin-top: 0;
    width: 100%;
    font-size: 13.8px;
    line-height: 30px;
    text-indent: 27.6px;
    text-underline-offset: 8px;
    margin-bottom: 10px;
  }
  .box2 {
    margin-top: 0px;
    padding-top: 10px;
    width: auto;
    background-image: url(http://ydxq.yulin.gov.cn/material/images/yjzj_jdz/box4_phone_middle.png);
    background-size: 100% 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .box3 li {
    height: auto !important;
  }
  .main1 {
    width: 100%;
  }
  .box3 {
    padding-top: 0;
    width: auto;
    display: block;
    height: auto;
  }
  .box3 li {
    width: auto;
    margin: 0 5%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .box3 li div {
    margin-top: 20px;
    width: auto;
    font-size: 12px;
    line-height: 16px;
    padding: 0 10px;
  }
  .box5-tit {
    width: auto;
  }
  .box5 {
    width: auto;
  }
  textarea {
    width: auto;
  }
  .box3 li:nth-child(2n) {
    margin: 0 5%;
    margin-bottom: 10px;
  }
  .box3 li img {
    width: calc(10%);
  }
  .box4 {
    width: auto;
    padding-bottom: 20px;
  }
  .tjan {
    width: auto;
  }
  .box4-tit {
    font-size: 16px;
  }
  .box5-tit img {
    width: calc(6%);
  }
  .box5-tit {
    font-size: 13.8px;
  }
  .box5-tit div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: normal;
    font-size: 9.8px;
  }
  .box5-tit div span {
    display: flex;
    align-items: center;
    width: 80%;
    font-size: 9.8px;
    line-height: 12px;
  }
  .content {
    margin-top: 0px;
    flex-direction: column;
  }
  .box5-tit {
    margin: 5px 0 10px 0 !important;
  }
  .content .select {
    width: 100%;
    height: 30px;
    font-size: 13.8px;
    margin-bottom: 10px;
    background-color: #fee0b0;
  }
  .content .select p {
    line-height: 30px;
    font-size: 13.8px;
    background-color: #fee0b0;
    border-radius: 5px;
  }
  .input::placeholder {
    color: #7b4b09;
    font-size: 13.8px !important;
  }
  .content .select ul {
    top: 30px;
  }
  .box5 input {
    font-size: 13.8px;
    line-height: 30px;
    background-color: #fee0b0;
  }
  .content .select span {
    width: 14px;
    height: 7px;
    background-size: 100% 100%;
    top: 13px;
  }
  .jdzbt {
    display: flex;
    width: 100%;
    height: 30px;
  }
  .box5 .box5-select textarea {
    margin-top: 10px;
    padding: 10px 0;
    width: 100%;
    height: 100px;
    font-size: 13.8px;
    text-indent: 10px;
    background-color: #fee0b0;
    border-radius: 5px;
  }
  .lxfs {
    margin: 0 !important;
    flex-direction: column;
  }
  .lxfs div {
    display: flex;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
  }
  #v_container {
    width: auto;
    height: 45px !important;
    margin: 0;
  }
  #verifyCanvas {
    width: 120px !important;
    height: 45px !important;
  }
  .yzm span {
    margin-left: 10px;
    font-size: 13.8px;
  }
  .tjan {
    margin-top: 10px;
    width: 13rem;
    height: 4rem;
    background-size: 100% 100%;
  }
  .bottom_phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 9.8px;
    color: #c49973;
  }
  .bottom_phone p {
    text-align: center;
    min-height: 20px;
    line-height: 20px;
  }
  .footer {
    display: none;
  }
}
