* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  color: #333;
  font-family: 'pingfang', 'microsoft yahei';
  background: #f4f4f4;
  font-size: 0.6rem;
}
.img-responsive {
  display: block;
  width: 100%;
}
.main_container {
  width: 16rem;
  margin: 0 auto;
  /* padding: 2rem 0;*/ padding: 0rem 0 2rem;
}
.banner_container {
  position: relative;
  height: 4.5rem;
  overflow: hidden;
}
.banner_container .item {
  position: absolute;
  left: 0;
  right: 0;
  height: 4.5rem;
}
.banner_container .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  text-align: center;
}
.banner_container .dots span {
  display: inline-block;
  width: 6px;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 5px;
}
.banner_container .dots span.active {
  background-color: #fe4e57;
}
.c_fixed {
  position: fixed;
  left: 0;
  top: 2rem;
  right: 0;
  width: 16rem;
  margin: auto;
  z-index: 20;
}
.news_name {
  padding: 0.7rem 0 0.5rem 0.5rem;
  line-height: 0.85rem;
  font-size: 0.85rem;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.country_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.7rem;
  min-height: 1.7rem;
  padding: 0.3rem 0 0.3rem 0.5rem;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.country_box .list {
  min-height: 1.1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.country_box .list .item {
  line-height: 1.1rem;
  padding: 0 10px;
  margin-bottom: 0.3rem;
  font-size: 0.6rem;
  color: #333;
  white-space: nowrap;
  border-radius: 35px;
}
.country_box .list .item.active {
  background: -webkit-gradient(linear, left top, right top, from(#f67747), to(#f6514b));
  background: linear-gradient(90deg, #f67747, #f6514b);
  color: #fff;
}
.country_box .arrow {
  margin-top: -0.3rem;
  width: 1.35rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background:  no-repeat center center;
  background-size: 0.5rem 0.3rem;
}
.country_box .arrow.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.newstype_box {
  padding-left: 5px;
  height: 1.5rem;
  overflow: hidden;
  background-color: #efefef;
}
.newstype_box .list {
  white-space: nowrap;
  height: 1.5rem;
  padding-bottom: 20px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.newstype_box .list .item {
  display: inline-block;
  line-height: 1.5rem;
  padding: 0 10px;
  font-size: 0.55rem;
  color: #666;
}
.newstype_box .list .item.active {
  color: #f67547;
}
.news_box {
  padding: 0.5rem;
  background-color: #fff;
}
.news_box .item {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
          box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.news_box .name {
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 0.9rem;
  border-bottom: 1px solid #e7e7e7;
  font-size: 0.75rem;
  color: #333;
  font-weight: bold;
}
.news_box .info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.75rem;
  font-size: 0.5rem;
  color: #333;
}
.news_box .info .href {
  color: #f67547;
}
.refreshtext {
  text-align: center;
  font-size: 0.6rem;
}
.bottom_form {
  margin-top: 0.4rem;
  padding: 0.75rem 0.5rem 0.5rem;
  background-color: #fff;
}
.bottom_form .name {
  line-height: 0.85rem;
  font-size: 0.85rem;
  color: #333;
  text-align: center;
}
.bottom_form .tip {
  padding: 0.4rem 0 0.3rem;
  font-size: 0.55rem;
  color: #f94834;
  text-align: center;
  font-weight: bold;
}
.bottom_form .detail {
  padding-left: 3.2rem;
  font-size: 0.55rem;
  line-height: 1rem;
}
.bottom_form .f_form {
  margin-top: 0.5rem;
  padding: 1rem 1.4rem 0.5rem;
  border-radius: 6px;
  background:  no-repeat;
  background-size: cover;
}
.bottom_form .user_val {
  display: block;
  width: 100%;
  height: 1.75rem;
  padding: 0.5rem;
  margin-bottom: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: 0 2px 5px rgba(154,154,154,0.4);
          box-shadow: 0 2px 5px rgba(154,154,154,0.4);
  font-size: 0.55rem;
}
.bottom_form .user_list {
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff  no-repeat right center;
  background-size: 1.1rem 0.3rem;
}
.bottom_form ::-webkit-input-placeholder {
  color: #999;
}
.bottom_form .btn {
  display: block;
  margin: 0.65rem auto 0.4rem;
  width: 7.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  background: #f66049;
  background: -webkit-gradient(linear, left top, right top, from(#f67847), to(#f64e4b));
  background: linear-gradient(90deg, #f67847, #f64e4b);
  font-size: 0.6rem;
  -webkit-box-shadow: 0 2px 5px rgba(154,154,154,0.4);
          box-shadow: 0 2px 5px rgba(154,154,154,0.4);
  border-radius: 35px;
}
.bottom_form .count {
  text-align: center;
  font-size: 0.55rem;
  color: #000;
}
.polybox{
  padding-top: 0 !important;
}
.polysum .img{
  float:initial !important;
  height: auto !important;
}
.polysum .img img{
  display: none;
}
.polysum .img .txt h1{
  float:initial !important;
  text-shadow:none!important;
  color: #e41e26!important;
  border-bottom:none !important;
}
.polysum .img .txt{
  float:initial !important;
  position: relative!important;
  top: 0!important;
}
.polysum .img .txt p{
  float:initial !important;
  color: #000000 !important;
}