body {
  max-width: 1000px;
  margin: auto;
  font-family: "Microsoft YaHei"
}

#index_header_div {
  /*border-bottom: solid 1px #d3d3d3*/
  margin-top: 50px;
}

#index_header_title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #76cde2;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  font-family: sans-serif
}

#index_header_subtitle {
  text-align: center;
  color: #76cde2;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px
}

#search_body {
  background-color: #f0f0f0
}

#index_search_input {

  padding: 3px 6px;
  width:100%;
  height: 56px;
  font-size: 14px;
  border: 1px solid #333333;
  border-radius: 4px;
}

#index_search_container {
  text-align: center;
  margin-bottom: 20px
}

#index_button_div {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px
}

.index_button {
  max-width: 200px;
  width: 45%;
  padding: 5px;
  background-color: #76cde2;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 700
}

#index_hint_div {
  display: none;
  text-align: center;
  font-size: 18px;
  color: #76cde2
}

#lucky_body {
  background-color: #f0f0f0
}

.header_div {
  margin-top: 5px;
  padding: 5px 15px;
  border-bottom: solid 1px #d3d3d3;
  color: #76cde2;
  font-size: 18px
}

.header_host {
  font-style: italic;
  font-weight: 500;
  font-family: sans-serif
}

.header_back {
  float: right;
  font-size: 15px
}

#lucky_hint_div {
  display: none;
  height: 50px
}

#lucky_hint {
  margin-top: 20px;
  text-align: center;
  font-weight: 700
}

#search_hint {
  margin-top: 20px;
  text-align: left;
  font-weight: 700
}

#search_hint_div {
  display: none;
  height: 50px
}

#lucky_button_div {
  margin-top: 20px;
  text-align: center
}

#search_page_buttons_div {
  margin-top: 20px;
  text-align: center
}

.search_page_button {
  background-color: #fff;
  width: 90px;
  height: 30px;
  border: none;
  margin: 0 20px;
  display: none
}

.search_page_img {
  height: 20px;
  margin: 5px
}

.item {
  margin-top: 20px;
  background-color: #fff;
  padding: 6px
}

.file_name {
  width: 80%;
  float: left;
  word-break: break-all
}

.file_size {
  width: 19%;
  float: right;
  text-align: right
}

.file {
  font-size: 12px
}

.item_flex {
  margin-top: 20px;
  background-color: #fff;
  padding: 6px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px
}

.file_name_item_flex {
  background-color: #fafafa;
  color: #00f;
  padding: 6px;
  font-size: 16px;
  word-break: break-all
}

.file_play_online {
  color: green;
  font-size: 14px
}

.file_play_creat_time {
  font-size: 14px;
  color: #8f8f8f;
  margin-left: 12px;
  margin-right: 12px
}

.file_play_size {
  font-size: 14px;
  color: #fff;
  background: #76cde2;
  border-radius: 4px;
  padding: 2px;
  margin-right: 12px
}

.file_play_count {
  font-size: 14px;
  color: #8f8f8f;
  margin-right: 12px
}

.file_play_hot {
  font-size: 14px;
  color: red;
  margin-right: 12px
}

.file_content_item_flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 6px
}

.moc {
  padding-top: 8px;
  clear: both;
  color: #76cde2;
  font-size: 13px;
  font-weight: 700
}

#disclaimer_div {
  margin-top: 20px;
  border-top: solid 1px #d3d3d3;
  color: #8f8f8f;
  padding: 15px;
  font-size: 10px;
  text-align: justify
}

.report_button {
  float: right;
  border: none;
  color: #fff;
  background-color: #f2c7c7;
  padding: 5px;
  position: relative;
  bottom: 27px
}

.items_div, .clip_btn, #cnzz_stat, #index_button_lucky {
  display: none
}

#header_adv {
  text-align: center;
  color: #eb9392;
  font-size: 16px;
  font-weight: 700;
  padding: 4px;
  padding-top: 8px;
  border-bottom: solid 1px #d3d3d3;
  display: none
}

#header_adv_mark {
  text-align: right;
  color: #000;
  font-size: 6px
}

#footer_adv {
  text-align: center;
  color: #fa7268;
  font-size: 16px;
  font-weight: 700;
  padding: 4px;
  padding-top: 8px;
  margin-top: 100px;
  display: none
}

#footer_adv_mark {
  text-align: right;
  color: #000;
  font-size: 6px
}

.alert_title {
  text-align: center
}

#loading3 {
  position: relative;
  width: 50px;
  height: 50px
}

.demo3 {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #68b2ce;
  position: absolute;
  animation: demo3 linear .8s infinite;
  -webkit-animation: demo3 linear .8s infinite
}

.demo3:nth-child(1) {
  left: 24px;
  top: 2px;
  animation-delay: 0s
}

.demo3:nth-child(2) {
  left: 40px;
  top: 8px;
  animation-delay: .1s
}

.demo3:nth-child(3) {
  left: 47px;
  top: 24px;
  animation-delay: .1s
}

.demo3:nth-child(4) {
  left: 40px;
  top: 40px;
  animation-delay: .2s
}

.demo3:nth-child(5) {
  left: 24px;
  top: 47px;
  animation-delay: .4s
}

.demo3:nth-child(6) {
  left: 8px;
  top: 40px;
  animation-delay: .5s
}

.demo3:nth-child(7) {
  left: 2px;
  top: 24px;
  animation-delay: .6s
}

.demo3:nth-child(8) {
  left: 8px;
  top: 8px;
  animation-delay: .7s
}

@keyframes demo3 {
  0%, 100%, 40% {
      transform: scale(1)
  }
  20% {
      transform: scale(3)
  }
}

@-webkit-keyframes demo3 {
  0%, 100%, 40% {
      transform: scale(1)
  }
  20% {
      transform: scale(3)
  }
}

.center {
  display: flex;
  justify-content: center;
  align-items: center
}


.index_tab_box {
  border: 1px solid #E6E6E6;
  height: auto;
  width: 100%;
  margin-top: 12px;
  border-radius: 4px;
}

.index_tab {
  height: 42px;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 14px;
  background: #F2F2F2;
  color: #333333;
  border-radius: 4px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none
}

.index_tab_head_btn {
  height: 40px;
  width: 20%;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-top-style: none;
  border-left-style: none;
  border-bottom-style: none;
  cursor: pointer;
}
/* .index_tab_head_btn.active {
  background: #FFE6ED;
  color: #FB7299;
}
.index_tab_head_btn:hover {
  background: #FFE6ED;
  color: #FB7299;
} */

.index_tab_head_btn.active {
  background: #76cde220;
  color: #76cde2;
}
.index_tab_head_btn:hover {
  background: #76cde220;
  color: #76cde2;
}

.index_item {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap
}

.index_item_text {
  font-size: 14px;
  color: #333333;
  padding-left: 5px;
  white-space:nowrap;
  display: inline-block;
  background: #777;
  padding: 5px 8px;
  border-radius: 4px;
  color: #fff;

}
.index_item_text:hover {
  color: #ccc;
}

.index_item_text_box {
  margin: 0;
  padding: 5px;
  cursor: pointer;
}

.index_item_text_num {
  font-size: 12px;
  color: #fff;
  background: #76cde2;
  height: 18px;
  width: 18px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
}

.file_content_item_flex2 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 6px;
  justify-content: flex-end
}

.file_content_item_button1 {
  font-size: 14px;
  background: red;
  text-align: center;
  color: #f0f0f0;
  width: 70px;
  height: 25px;
  margin: 5px;
  line-height: 25px;
  border: none;
  border-radius: 3px
}

.file_content_item_button2 {
  font-size: 14px;
  background: #00f;
  text-align: center;
  color: #f0f0f0;
  width: 90px;
  height: 25px;
  margin: 5px;
  line-height: 25px;
  border: none;
  border-radius: 3px
}
