/* 小于一定尺寸时显示将要隐藏的内容 */
@media screen and (max-width: 320px) {
  html {
    overflow-x: auto;
    width: 320px;
  }
}
/* 居中标签 */
.center {
  width: 100%;
  padding: 0 0.3rem;
  margin: 0 auto;
}
html {
  background: #232323;
}
body {
  overflow: hidden;
  position: relative;
}
#container {
  left: 0;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  padding-top: 1.28rem;
  background: #f5f5f5;
  padding-bottom: 1.28rem;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* load START */
.load {
  margin-top: 0.6rem;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.32rem;
}
.load .explain {
  margin: 0 auto;
  display: none;
  width: 50%;
  padding: 0.22rem 0;
  border: solid 1px #cf2323;
}
.load .explain.active {
  display: block;
}
.load .loadStart {
  color: #666666;
  border-color: #d2d2d2;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.load .loadStart:active {
  border-color: #cf2323;
  background: #cf2323;
  color: #fff;
}
.load .loading {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #cf2323;
  color: #fff;
}
.load .loadEnd {
  width: 100%;
  color: #dcdcdc;
  background: none;
  border-color: transparent;
}
.load .loadEnd span {
  margin: 0 0.15rem;
}
/* load END */
/* header START */
.header {
  position: absolute;
  z-index: 1002;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background: #fff;
  max-width: 750px;
  min-width: 320px;
  padding: 0.35rem 0;
}
.header.boxShadow {
  box-shadow: 1px 2px 21px 0px rgba(34, 55, 96, 0.07);
}
.header .logo {
  height: 0.58rem;
}
.header .header_control_menu {
  position: relative;
  width: 0.58rem;
  height: 0.58rem;
  overflow: hidden;
}
.header .header_control_menu .explain_icon {
  position: absolute;
  width: 100%;
  left: 0.58rem;
  top: 0;
  line-height: 0.54rem;
  font-size: 0.54rem;
  color: #cf2323;
  opacity: 0;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header_control_menu .explain_icon.active {
  opacity: 1;
  left: 0;
}
.header .header_control_menu.active .explain_icon {
  opacity: 1;
  left: 0;
}
.header .header_control_menu.active .explain_icon.active {
  opacity: 0;
  left: -0.58rem;
}
.header .search_control {
  position: relative;
  width: 0.58rem;
  height: 0.58rem;
  overflow: hidden;
}
.header .search_control .explain_icon {
  position: absolute;
  width: 100%;
  left: 0.58rem;
  top: 0;
  line-height: 0.54rem;
  font-size: 0.54rem;
  color: #cf2323;
  opacity: 0;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .search_control .explain_icon.active {
  opacity: 1;
  left: 0;
}
.header .search_control.active .explain_icon {
  opacity: 1;
  left: 0;
}
.header .search_control.active .explain_icon.active {
  opacity: 0;
  left: -0.58rem;
}
.header .header_right .line {
  width: 0.02rem;
  height: 0.4rem;
  margin: 0 0.3rem;
  background: #ebeaeb;
}
/* header END */
/* tabbar START */
.tabbar {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  max-width: 750px;
  min-width: 320px;
  background: #2d2c30;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tabbar .item {
  color: #999;
  padding: 0.26rem 0;
  position: relative;
}
.tabbar .item.active {
  color: #fff;
}
.tabbar .item:active .item_mask {
  background: rgba(255, 255, 255, 0.05);
}
.tabbar .item_mask {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.tabbar .item_icon {
  font-size: 0.4rem;
  line-height: 1em;
}
.tabbar .item_text {
  font-size: 0.24rem;
  line-height: 1.2em;
  margin-top: 0.06rem;
}
/* tabbar END */
/* footer START */
.footer {
  background: #f5f5f5;
  text-align: center;
  font-size: 0.24rem;
  color: #777777;
  padding: 0.37rem 0;
  line-height: 0.38rem;
}
.footer a {
  display: inline;
}
.footer a:active {
  color: #cf2323;
}
/* footer END */
.down_menu {
  display: none;
  position: absolute;
  height: 100%;
  margin: auto;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 750px;
  min-width: 320px;
  padding-top: 1.28rem;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
}
.down_menu .down_menu_container {
  left: 100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.down_menu.active .down_menu_container {
  left: 0;
}
.down_menu .down_menu_nav .item {
  background: #fff;
}
.down_menu .down_menu_nav .item.active .item_first .item_icon {
  color: #666;
  -o-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.down_menu .down_menu_nav .item .item_first {
  padding: 0.25rem 0;
  padding-right: 0.3rem;
  padding-left: 0.4rem;
  position: relative;
}
.down_menu .down_menu_nav .item .item_first::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.3rem;
  right: 0.3rem;
  margin: auto;
  height: 1px;
  background: #eee;
}
.down_menu .down_menu_nav .item .item_first .item_text {
  color: #666;
  font-size: 0.26rem;
  line-height: 0.3rem;
}
.down_menu .down_menu_nav .item .item_first .item_icon {
  line-height: 0.22em;
  font-size: 0.22rem;
  color: #ccc;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.down_menu .down_menu_nav .item .item_second {
  display: none;
  padding: 0.1rem 0;
}
.down_menu .down_menu_nav .item .item_second .item_chunk {
  font-size: 0.24rem;
  line-height: 0.6rem;
  font-weight: lighter;
  color: rgba(102, 102, 102, 0.9);
  padding: 0 0.4rem;
}
.down_menu .down_menu_nav .item .item_second .item_chunk:active {
  color: #cf2323;
}
.search_container {
  position: absolute;
  height: 100%;
  margin: auto;
  width: 100%;
  bottom: 0;
  top: 0;
  opacity: 0;
  left: -100%;
  overflow: hidden;
  max-width: 750px;
  min-width: 320px;
  padding-top: 1.28rem;
  background: #000;
  z-index: 1001;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.search_container.active {
  opacity: 1;
  left: 0;
}
.search_container .center {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.search_container .search_input {
  position: relative;
}
.search_container .search_input input {
  width: 100%;
  height: 0.8rem;
  color: #efefef;
  padding: 0 0.4rem;
  font-size: 0.28rem;
  padding-right: 0.9rem;
  border-radius: 0.4rem;
  border: solid 0.02rem rgba(255, 255, 255, 0.4);
}
.search_container .search_input input::-webkit-input-placeholder {
  color: #aaa;
}
.search_container .search_input input:-moz-placeholder {
  color: #aaa;
}
.search_container .search_input input:-ms-input-placeholder {
  color: #aaa;
}
.search_container .search_input input::placeholder {
  color: #aaa;
}
.search_container .search_input input:focus {
  border-color: #cf2323;
}
.search_container .search_input button {
  font-size: 0.4rem;
  position: absolute;
  height: 0.8rem;
  width: 0.9rem;
  right: 0;
  top: 0;
  color: #a0a0a0;
}
.search_container .search_input button:active {
  color: #cf2323;
}
.search_container .hot_search {
  margin-top: 0.6rem;
}
.search_container .hot_search .hot_search_title .hot_search_title_icon {
  line-height: 0.3rem;
  font-size: 0.3rem;
  color: #cf2323;
  margin-right: 0.05rem;
  position: relative;
  top: -0.01rem;
}
.search_container .hot_search .hot_search_title .hot_search_title_text {
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #999999;
}
.search_container .hot_search .hot_search_list {
  margin-top: 0.05rem;
}
.search_container .hot_search .hot_search_list .item {
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #999999;
  border-radius: 0.3rem;
  padding: 0.15rem 0.32rem;
  border: solid 0.02rem #676767;
  margin-top: 0.2rem;
}
.search_container .hot_search .hot_search_list .item:not(:last-child) {
  margin-right: 0.2rem;
}
.search_container .hot_search .hot_search_list .item.active,
.search_container .hot_search .hot_search_list .item:active {
  border-color: #cf2323;
  color: #cf2323;
}
