body > .wrap > .contents {
  width: auto;
  height: auto;
  margin: 0 auto;
  /* overflow-y: auto; */
  /* margin-top: 80px; */
}
body > .wrap > .contents > .main_banner {
  /* min-width: 1180px; */
  width: 100%;
  height: auto;
  overflow: hidden;
}

body > .wrap > .contents > .main_banner > img {
  width: 100%;
}

body > .wrap > .contents > .content_box {
  width: 100%;
  /* height: 552px; */
  height: auto;
  margin-top: 24px;
}

body > .wrap > .contents > .content_box > div:nth-child(1) {
  width: 1180px;
  height: 344px;
  margin: 0 auto;
}

body > .wrap > .contents > .content_box > div:nth-child(1) > div:nth-child(1) {
  width: 780px;
  height: 344px;
  float: left;
}

body > .wrap > .contents > .content_box > div:nth-child(1) > div:nth-child(1) > div {
  width: 380px;
  height: 160px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 24px;
}

body > .wrap > .contents > .content_box > div:nth-child(1) > div:nth-child(1) > div:nth-child(2n) {
  margin-left: 20px;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(1)
  > div:nth-child(1)
  > div
  > div:nth-child(1) {
  width: 144px;
  height: 160px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(1)
  > div:nth-child(1)
  > div
  > div:nth-child(1)
  > img {
  width: 80px;
  height: 80px;
  /* position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0; */
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(1)
  > div:nth-child(1)
  > div
  > div:nth-child(2) {
  width: 233px;
  height: 160px;
  float: left;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(1)
  > div:nth-child(1)
  > div
  > div:nth-child(2)
  > p:nth-child(1) {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #4770ff;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(1)
  > div:nth-child(1)
  > div
  > div:nth-child(2)
  > p:nth-child(2) {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(1)
  > div:nth-child(1)
  > div
  > div:nth-child(2)
  > p:nth-child(3) {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

body > .wrap > .contents > .content_box > div:nth-child(1) > .notice {
  width: 380px;
  height: 344px;
  float: left;
  margin-left: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

body > .wrap > .contents > .content_box > div:nth-child(1) > .notice > div:nth-child(1) {
  width: 380px;
  height: 76px;
}

body > .wrap > .contents > .content_box > div:nth-child(1) > .notice > div:nth-child(1) > span {
  font-size: 20px;
  font-weight: 600;
  margin-left: 16px;
  line-height: 76px;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(1)
  > .notice
  > div:nth-child(1)
  > span:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  float: right;
  margin-right: 16px;
}

body > .wrap > .contents > .content_box > div:nth-child(1) > .notice > div:nth-child(2) > div {
  width: auto;
  cursor: pointer;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(1)
  > .notice
  > div:nth-child(2)
  > div
  > .notice_idx {
  display: none;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(1)
  > .notice
  > div:nth-child(2)
  > div
  > span {
  font-size: 12px;
  margin-left: 14px;
  color: #333;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(1)
  > .notice
  > div:nth-child(2)
  > div
  > span:nth-child(1) {
  margin-left: 16px;
  color: #666;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(1)
  > .notice
  > div:nth-child(2)
  > div
  > span:nth-child(3) {
  float: right;
  margin-right: 16px;
  color: #999;
}

body > .wrap > .contents > .content_box > div:nth-child(2) {
  width: 1180px;
  height: 184px;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
  /* display: none; */
  justify-content: space-between;
}

body > .wrap > .contents > .content_box > div:nth-child(2) > div {
  width: 580px;
  height: 184px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  overflow: hidden;
}

body > .wrap > .contents > .content_box > div:nth-child(2) > div > div:nth-child(1) {
  width: 214px;
  height: 184px;
  float: left;
}

body > .wrap > .contents > .content_box > div:nth-child(2) > div > div:nth-child(1) > p {
  font-size: 19px;
  margin-left: 32px;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(2)
  > div
  > div:nth-child(1)
  > p:nth-child(1) {
  font-weight: 400;
  margin-top: 63px;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(2)
  > div
  > div:nth-child(1)
  > p:nth-child(2) {
  font-weight: 600;
  margin-top: 10px;
}

body > .wrap > .contents > .content_box > div:nth-child(2) > div > div:nth-child(2) {
  width: 364px;
  height: 184px;
  float: left;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(2)
  > div
  > div:nth-child(2)
  > img:nth-child(1) {
  width: 270px;
  margin-top: 12px;
  float: left;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(2)
  > div:nth-child(2)
  > div:nth-child(2)
  > img:nth-child(1) {
  width: 228px;
  margin-top: 17px;
  margin-left: 39px;
  float: left;
}

body
  > .wrap
  > .contents
  > .content_box
  > div:nth-child(2)
  > div
  > div:nth-child(2)
  > img:nth-child(2) {
  float: left;
  width: 48px;
  height: 48px;
  margin-top: 62px;
  margin-left: 16px;
}

body > .wrap > .contents > .content_box > .sponserWrapper {
  width: 1180px;
  height: auto;
  margin: 0 auto;
  margin-top: 24px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

body > .wrap > .contents > .content_box > .sponserWrapper > div {
  width: 200px;
  height: 100px;
  padding-top: 6px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

body > .wrap > .contents > .content_box > .sponserWrapper > div:last-child {
  margin-right: 0;
}

body > .wrap > .contents > .content_box > .sponserWrapper > div > a > img {
  width: 100%;
  /* border: 1px solid black; */
}

body > footer {
  margin-top: 30px !important;
}

body > .notice_modal {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

body > .notice_modal > div {
  width: 980px;
  height: 548px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body > .notice_modal > div > .notice_modal_top {
  width: 100%;
  height: 48px;
  line-height: 48px;
}

body > .notice_modal > div > .notice_modal_top > li {
  float: left;
  width: 150px;
  height: 100%;
  /* border: 1px solid black;
  box-sizing: border-box; */
  text-align: center;
  color: #666;
  font-weight: 400;
}

body > .notice_modal > div > .notice_modal_top > li:nth-child(3) {
  width: 530px;
  padding-left: 20px;
  text-align: unset;
  color: #333;
}

body > .notice_modal > div > .notice_modal_top > li:nth-child(4) {
  columns: #999;
}

body > .notice_modal > div > .notice_modal_bot {
  width: 100%;
  height: 500px;
  padding: 64px;
  background-color: #f7f7f7;
}

body > .notice_modal > div > .notice_modal_bot > .text_area {
  width: 100%;
  height: 100%;
  resize: none;
  border: 1px solid #ddd;
  /* background-color: #4770ff; */
}

body > .notice_modal > div > .close_btn {
  width: auto;
  height: auto;
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  top: -60px;
  right: 0;
}

/* .notice_go_click {
  cursor: pointer;
  background-color: tomato;
}

.content_box {
  background-color: green;
} */

@media (max-width: 767px) {
  body > .wrap {
    background-color: #4770ff;
  }
  body > .wrap > .contents {
    /* position: absolute;
    top: 80px; */
  }
  body > .wrap > .contents > .main_banner {
    padding-top: 80px;
  }
  body > .wrap > .contents > .content_box {
    margin-top: 0;
  }
  body > .wrap > .contents > .content_box > div {
    height: auto;
    background-color: #4770ff;
  }

  body > .wrap > .contents > .content_box > div:nth-child(1) {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: left;
  }

  body > .wrap > .contents > .content_box > div:nth-child(1) > div:nth-child(1) {
    width: 100%;
    height: auto;
  }

  body > .wrap > .contents > .content_box > div:nth-child(1) > div:nth-child(1) > div {
    width: 100%;
    float: none;
    display: flex;
    margin: 0 auto;
    border-bottom: 0;
    overflow: hidden;
    background-color: #fff;
  }

  body
    > .wrap
    > .contents
    > .content_box
    > div:nth-child(1)
    > div:nth-child(1)
    > div:nth-child(2n) {
    margin: 0 auto;
  }

  body > .wrap > .contents > .content_box > div:nth-child(1) > div:nth-child(1) > div:last-child {
    border-bottom: 1px solid #ddd;
  }

  body > .wrap > .contents > .content_box > div:nth-child(1) > .notice {
    width: 100%;
    float: left;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #fff;
  }

  body > .wrap > .contents > .content_box > div:nth-child(1) > .notice > div:nth-child(1) {
    width: 100%;
  }

  body > .wrap > .contents > .content_box > div:nth-child(2) {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    background-color: #fff;
  }
  body > .wrap > .contents > .content_box > div:nth-child(2) > div {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  body > .wrap > .contents > .content_box > div:nth-child(2) > div > div:nth-child(1) {
    height: auto;
    margin-bottom: 20px;
  }

  body
    > .wrap
    > .contents
    > .content_box
    > div:nth-child(2)
    > div
    > div:nth-child(1)
    > p:nth-child(1) {
    margin-top: 20px;
  }

  body > .wrap > .contents > .content_box > div:nth-child(2) > div > div:nth-child(2) {
    width: 100%;
    height: auto;
  }

  body
    > .wrap
    > .contents
    > .content_box
    > div:nth-child(2)
    > div
    > div:nth-child(2)
    > img:nth-child(2) {
    margin-top: 5px;
  }

  body > .wrap > .contents > .content_box > .sponserWrapper {
    width: 100%;
    background-color: #fff;
    border-top: 5px solid #4770ff;
    box-sizing: content-box;
    justify-content: center;
  }
  body > .wrap > .contents > .content_box > .sponserWrapper > div {
    width: 130px;
    margin-right: 20px;
  }
  body > .wrap > .contents > .content_box > .sponserWrapper > div:nth-child(4) {
    margin-right: 0;
  }
  body > .wrap > .contents > .content_box > .sponserWrapper > .none {
    display: none;
    /* background-color: red; */
  }

  body > .notice_modal > div {
    width: 90%;
    height: 50%;
  }
  body > .notice_modal > div > .notice_modal_top {
    width: 100%;
    height: 80px;
    background-color: #4770ff;
  }
  body > .notice_modal > div > .notice_modal_top > li {
    width: 50% !important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff !important;
  }
  body > .notice_modal > div > .notice_modal_top > .title {
    width: 100% !important;
    text-align: left;
  }
  body > .notice_modal > div > .notice_modal_top > .created_at {
    display: none;
  }
  body > .notice_modal > div > .notice_modal_top > li:nth-child(2n) {
    border-left: 1px solid #fff;
    box-sizing: border-box;
  }
  body > .notice_modal > div > .notice_modal_bot {
    height: auto;
    padding: 0;
    /* padding-left: 5%;
    padding-top: 5%; */
    float: left;
  }
  body > .notice_modal > div > .notice_modal_bot > .text_area {
    /* width: 93%; */
    height: 250px;
    padding-left: 10px;
    padding-top: 10px;
    border: 0;
    resize: none;
  }

  body > .notice_modal > div > .close_btn {
    width: 35px;
    height: 35px;
    top: -42px;
  }
  body > .notice_modal > div > .close_btn > img {
    width: 100%;
    height: 100%;
  }
}
