﻿html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
img {
  border: 0;
}
.whole {
  width: 100%;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.content:after {
  clear: both;
  content: "";
  display: block;
}
/******************************************首页样式******************************************/
.platform_top img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
.platform_nav {
  background: -webkit-linear-gradient(90deg, #4da9d9, #4da9d9);
  background: -o-linear-gradient(90deg, #4da9d9, #4da9d9);
  background: -moz-linear-gradient(90deg, #4da9d9, #4da9d9);
  background: linear-gradient(90deg, #4da9d9, #4da9d9);
  background: #4da9d9\9;
}
.platform_nav ul {
  overflow: hidden;
  width: 65%;
  float: left;
}
.platform_nav li {
  float: left;
  width:20%;
}
.platform_nav a {
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  padding: 20px 4px;
  transition: background 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  -moz-transition: background 0.5s, color 0.5s;
}
.platform_nav a:hover {
  background: #fff;
  color: #4da9d9;
}
.platform_search {
  float: right;
  width: 30%;
  overflow: hidden;
  margin-top: 15px;
}
.platform_search input {
  float: left;
  width: 68%;
  border: none;
  padding: 10px 21.5px;
  outline: none;
}
.platform_search_btn {
  float: right !important;
  width: 20% !important;
  text-align: center;
  background: -webkit-linear-gradient(0deg, #0078b6, #4da9d9);
  background: -o-linear-gradient(0deg, #0078b6, #4da9d9);
  background: -moz-linear-gradient(0deg, #0078b6, #4da9d9);
  background: linear-gradient(0deg, #0078b6, #4da9d9);
  background:url(../images/sousuo.png)
  padding: 8px 0;
  cursor: pointer;
}
.platform_search_btn:hover {
  background: -webkit-linear-gradient(180deg, #0078b6, #4da9d9);
  background: -o-linear-gradient(180deg, #0078b6, #4da9d9);
  background: -moz-linear-gradient(180deg, #0078b6, #4da9d9);
  background: linear-gradient(180deg, #0078b6, #4da9d9);
}
.platform_big_title {
  margin: 50px 0 20px 0;
  position: relative;
}
.platform_big_title img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
.platform_block_1 .platform_block_body ul {
  overflow: hidden;
}
.platform_block_1 .platform_block_body li {
  float: left;
  margin-bottom: 15px;
  width: 45%\9;
  padding-right: 45px\9;
}
.platform_block_1 .platform_block_body li:nth-child(odd) {
  width: 48%;
  float: left;
}
.platform_block_1 .platform_block_body li:nth-child(even) {
  width: 48%;
  float: right;
}
.platform_block_1 .platform_block_body li:nth-child(even) a {
  width: 100%;
}
.platform_block_1 .platform_block_body li:nth-child(5),
.platform_block_1 .platform_block_body li:nth-child(6) {
  padding-bottom: 0;
}
.platform_block_1 .platform_block_body li a {
  transition: margin-left 0.5s;
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  overflow: hidden;
}
.platform_block_1 .platform_block_body li a:hover {
  margin-left: 5px;
}
.platform_block_body {
  position: relative;
}
.platform_block_body li:nth-child(1) .platform_list_time,
.platform_block_body li:nth-child(2) .platform_list_time {
  background: #2d9bd6;
}
.platform_block_body li:nth-child(3) .platform_list_time,
.platform_block_body li:nth-child(4) .platform_list_time {
  background: #3da9e3;
}
.platform_block_body li:nth-child(5) .platform_list_time,
.platform_block_body li:nth-child(6) .platform_list_time {
  background: #49b9f5;
}
.platform_block_body li:nth-child(7) .platform_list_time,
.platform_block_body li:nth-child(8) .platform_list_time {
  background: #80cef8;
}
.platform_block_body li:nth-child(9),
.platform_block_body li:nth-child(10) {
  margin-bottom: 0;
}
.platform_block_body li:nth-child(9) .platform_list_time,
.platform_block_body li:nth-child(10) .platform_list_time {
  background: #b6e3fb;
}
.platform_win_intro {
  background: #49b9f5;
  color: #fff;
  line-height: 25px;
  text-indent: 2em;
  padding: 20px;
  font-size: 0.95em;
  margin-top: 30px;
}
.platform_win_ul {
  margin-top: 10px;
}
.platform_win_ul li {
  float: left;
  width: 20.5%;
  width: 19%\9;
  margin-top: 20px;
  margin-right: 6%;
}
.platform_win_ul li:nth-child(4n) {
  margin-right: 0;
}
.platform_win_ul li a {
  color: #fff;
  width: 100%;
  display: inline-block;
}
.platform_win_ul li span {
  display: inline-block;
  width: 53%;
  margin-right: 5%;
  color: #fff;
}
.platform_win_ul li div {
  display: inline-block;
  background: #fff;
  color: #49b9f5;
  text-align: center;
  border-radius: 6px;
  width: 30%;
  margin-left: 5%;
  padding: 5px 0;
  font-size: 0.9em;
  cursor: pointer;
}
.platform_win_more_btn_rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.paltform_win_more {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.paltform_win_more .platform_win_ul {
  overflow: hidden;
  background: #fff;
  padding: 10px 30px 30px 30px;
  font-size: 0.95em;
  margin: 0;
}
.paltform_win_more .platform_win_ul li span {
  width: 46%;
  margin-right: 8%;
  color: #49b9f5 !important;
}
.paltform_win_more .platform_win_ul li a {
  color: #49b9f5 !important;
}
.paltform_win_more .platform_win_ul li div {
  background: #49b9f5 !important;
  color: #fff !important;
  margin-left: 8%;
}
.platform_block_2 {
  background: #2d9bd6;
  padding: 50px 0;
  margin-top: 50px;
}
.platform_block_2 .platform_big_title {
  margin: 0;
}
.platform_block_2 .content {
  overflow: visible;
}
.platform_list_time {
  background: #e5212d;
  color: #fff;
  text-align: center;
  float: left;
  width: 20%;
  padding: 20px 0;
}
.platform_list_time p {
  font-size: 1.5em;
}
.platform_list_word {
  background: #f6f6f6;
  float: right;
  width: 80%;
  padding: 20px 0;
}
.platform_list_word div {
  color: #2f2f2f;
  font-size: 1.3em;
  margin-left: 5%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
}
.platform_list_word p {
  color: #959595;
  font-size: 0.95em;
  margin-left: 5%;
  margin-top: 6px;
}
.platform_block_3 {
  margin-bottom: 40px;
}
.platform_rank {
  overflow: hidden;
}
.platform_rank_btn {
  float: left;
  width: 4%;
}
.platform_rank_btn a {
  background: #f6f6f6;
  color: #49b9f5;
  text-align: center;
  margin-bottom: 2px;
  padding: 30px 0;
  font-size: 1.1em;
}
.platform_rank_a {
  background: #49b9f5 !important;
  color: #fff !important;
  box-shadow: 0 0 3px 3px rgba(177, 213, 248, 0.19);
}
.gapp_rank_tab_body {
  color: #1f1f1f;
  font-size: 1.1em;
  width: 93%;
  float: right;
}
.gapp_rank_tab_top {
  overflow: hidden;
  line-height: 80px;
  border-bottom: 1px dashed #b2b2b2;
}
.gapp_rank_tab_top_left {
  float: left;
  width: 70%;
}
.gapp_rank_tab_top_right {
  float: right;
  width: 30%;
}
.gapp_rank_tab_top_right span {
  display: inline-block;
  width: 31%;
  width: 29.5%\9;
  text-align: center;
}
.gapp_rank_tab_bottom {
  margin-top: 10px;
}
.gapp_rank_row {
  padding: 20px 0;
}
.gapp_rank_row span,
.gapp_rank_row a {
  display: inline-block;
  clear: both;
}
.gapp_rank_num {
  background: #e2e2e2;
  border: 5px solid #f5f5f5;
  font-size: 0.9em;
  width: 20px;
  text-align: center;
}
.gapp_rank_row:nth-child(1) .gapp_rank_num,
.gapp_rank_row:nth-child(2) .gapp_rank_num {
  background: #febc1d;
  color: #c8121e;
  border: 5px solid #ffde8f;
}
.gapp_rank_name {
  margin: 0 20px;
  width: 14%;
}
.gapp_rank_strip_out {
  background: #eaeaea;
  height: 15px;
  border-radius: 10px;
  display: inline-block;
  width: 47%;
}
.gapp_rank_strip_in {
  background: #febc1d;
  height: 15px;
  border-radius: 10px;
  width: 80%;
}
.gapp_rank_row .gapp_rank_tab_top_right span {
  font-size: 1.2em;
}
.gapp_rank_percent {
  color: #c8121e;
  font-weight: bold;
  font-size: 1.3em !important;
}
.platform_footer {
  text-align: center;
  color: rgba(255, 255, 255, 0.71);
  color: #fff\9;
  font-size: 0.95em;
  padding: 30px 0;
  margin-top: 40px;
  background: #2f2f2f;
}
/******************************************诉求窗口******************************************/
.platform_inpage_win {
  overflow: hidden;
  border: 1px solid #b1d5e8;
}
.platform_win_left {
  float: left;
  width: 20%;
  text-align: center;
}
.platform_win_left > li {
  margin-bottom: 1px;
}
.platform_win_left > li:last-child {
  margin-bottom: 0;
}
.platform_win_left > li ul {
  border: 1px solid #b1d5e8;
  overflow: hidden;
}
.platform_win_left > li ul li {
  float: left;
  width: 50%;
}
.platform_win_left > li ul li a {
  padding: 15px 0;
  color: #1288c8;
}
.platform_win_left > li ul li a:hover {
  color: #4da9d9;
}
.platform_win_left > li > a {
  padding: 15px 0;
  color: #fff;
  background: #e5212d\9;
  background: -webkit-linear-gradient(90deg, #0078b6, #4da9d9);
  background: -o-linear-gradient(90deg, #0078b6, #4da9d9);
  background: -moz-linear-gradient(90deg, #0078b6, #4da9d9);
  background: linear-gradient(90deg, #0078b6, #4da9d9);
}
.platform_win_left > li > a:hover {
  background: -webkit-linear-gradient(90deg, #4da9d9, #0078b6);
  background: -o-linear-gradient(90deg, #4da9d9, #0078b6);
  background: -moz-linear-gradient(90deg, #4da9d9, #0078b6);
  background: linear-gradient(90deg, #4da9d9, #0078b6);
}
.platform_win_btn {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
}
.platform_win_btn_rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.platform_win_right {
  float: right;
  width: 72%;
  width: 70%\9;
  padding: 4%;
}
/******************************************列表页样式******************************************/
.listpage_tittle {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #b1d5e8;
}
.listpage_vertical_line {
  height: 60%;
  border-left: 7px solid #2d9bd6;
  display: inline-block;
  margin-top: 12px;
  float: left;
}
.listpage_tittle_word {
  display: inline;
}
.listpage_tittle_word img {
  width: 20px;
  margin: 20px 5px 0 10px;
  display: block;
  float: left;
}
.listpage_tittle_word a {
  display: inline-block;
  color: #626262;
}
.listpage_content {
  padding-top: 40px; height:auto;
}
.listpage_content:after {
  clear: both;
  content: "";
  display: block;
}
.listpage_left {
  float: left;
  width: 15%;
  border: 1px solid #fae8e9;
  min-height: 400px;
  position: relative;
}
.listpage_left_tittle {
  text-align: center;
  background: #bb282e;
  color: #fff;
  padding: 20px 0;
  font-size: 1.3em;
}
.listpage_left_tittle a {
  color: #fff;
}
.listpage_left_ul {
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
.listpage_left_ul li a {
  color: #626262;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
.listpage_left_ul li a:hover {
  color: #bb282e;
}
.listpage_left_line {
  height: 25px;
  border-left: 7px solid rgba(0, 0, 0, 0);
  margin-top: 12px;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.listpage_left_line_checked {
  height: 25px;
  border-left: 7px solid #bb282e;
  margin-top: 12px;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.listpage_right {
  float: none;
  width: 100%;
}
.listpage_right_tittle {
  padding: 20px 0;
  font-size: 1.3em;
  color: #626262;
}
.listpage_right_tittle a {
  color: #bb282e;
}
.listpage_right_ul {
  color: #bb282e;
}
.listpage_right_ul:after {
  clear: both;
  content: "";
  display: block;
}
.listpage_right_ul li {
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  list-style: none none lower-roman;
  float: left;
  width: 47%;
  margin-right: 2%;
}
.listpage_right_ul li:hover {
  background: #d4f0ff;
}
.listpage_right_ul li:nth-child(2n) {
  float: right;
  margin-right: 0;
}
.listpage_right_ul li a {
  overflow: hidden;
  font-size: 0.9em;
  width: 100%;
  float: right;
  color: #000;
  border-bottom: 1px dotted #d4f0ff;
  padding: 15px 0;
}
.list_name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.list_time {
  color: #bb282e;
}
.list_time span {
  color: #2a2a2a;
  display: inline-block;
  margin-right: 20px;
}
.platform_list_top {
  width: 40%;
  margin: 0 auto;
  border: 1px solid #1288c8;
  margin-bottom: 20px;
}
.platform_list_top:after {
  clear: both;
  content: "";
  display: block;
}
.platform_list_top_left {
  float: left;
  padding: 10px 20px;
  background: #1288c8;
  color: #fff;
}
.platform_list_top_right {
  float: right;
  padding: 10px 20px;
  background: #d4f0ff;
  cursor: pointer;
  position: relative;
}
.platform_list_top_right > ul {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.18);
  font-size: 0.95em;
}
.platform_list_top_right > ul:after {
  clear: both;
  content: "";
  display: block;
}
.platform_list_top_right > ul > li {
  display: inline-block;
  text-align: center;
  width: 24.3902439%;
  position: relative;
}
.platform_list_top_right > ul a {
  color: #626262;
  padding: 10px 0;
}
.platform_list_top_body1 {
  background: #fff;
  position: absolute;
  top: 50px;
  left: -250%;
  width: 400%;
  padding: 20px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.18);
}
.platform_list_top_body1 > ul {
  background: #f2f2f2;
  padding: 10px 0;
  width: 100%;
}
.platform_list_top_body1 > ul:after {
  clear: both;
  content: "";
  display: block;
}
.platform_list_top_body1 > ul li {
  float: left;
  text-align: center;
  width: 20%;
  line-height: 35px;
}
.platform_list_top_body1 > ul li:hover {
  background: #fff;
}
.platform_list_top_body1 > ul a {
  color: #626262;
}
.platform_list_top_btn:after {
  clear: both;
  content: "";
  display: block;
}
.platform_list_top_btn a {
  float: left;
  width: 33.33333333%;
  text-align: center;
  padding: 10px 0;
  color: #1288c8;
}
.platform_list_top_btn1 {
  color: #1288c8;
}
.pageing {
  margin-top: 4%;
  text-align: center;
}
.pageing a {
  display: inline-block;
  font-size: 0.7em;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #1288c8;
  border: 1px solid #fae8e9;
  transition: background 0.5s, color 0.5s, border 0.5s;
  -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
  -o-transition: background 0.5s, color 0.5s, border 0.5s;
  -moz-transition: background 0.5s, color 0.5s, border 0.5s;
}
.pageing a:hover {
  border: 1px solid #bb282e;
  background: #bb282e;
  color: #fff;
}
.list_write_btn {
  float: right;
  width: 20%;
  margin-top: 3%;
  background: #bb282e;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
}
.list_write_btn:hover {
  background: #2d2e42;
}
.list_write_btn img {
  width: 25px;
  vertical-align: top;
}
.list_write_btn span {
  display: inline-block;
  margin-top: 2px;
}
/******************************************详情页页样式******************************************/
.detail_tittle {
  text-align: center;
  color: #bb282e;
  padding: 20px 0;
  line-height: 30px;
  font-size: 1.3em;
  border-bottom: 1px solid #fae8e9;
}
.detail_intro {
  text-align: center;
  margin: 20px;
  color: #959595;
  font-size: 0.8em;
}
.detail_content {
  margin-top: 20px;
  padding-bottom: 10px;
}
.inpage_form_intro {
  font-family: initial;
}
.inpage_form_intro div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  font-family: initial;
}
.detail_content div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  font-family: initial;
}
/******************************************详情页样式******************************************/
.inpage_block:last-child {
  margin-bottom: 0;
}
.advice_intro {
  line-height: 30px;
  font-size: 0.95em;
  text-indent: 2em;
}
.advice_top {
  margin-bottom: 20px;
}
.advice_top li {
  border-bottom: 1px dashed #d4f0ff;
  padding: 30px 0;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
}
.advice_top li:hover {
  background: #d4f0ff;
}
.advice_top a {
  overflow: hidden;
  overflow: initial;
}
.advice_top_tittle {
  margin-bottom: 10px;
  overflow: hidden;
}
.advice_top_tittle div {
  float: left;
}
.advice_top_name {
  color: #1288c8;
  width: 40%;
  font-size: 1.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.advice_top_questioner {
  width: 20%;
  text-align: right;
  color: #525252;
  font-weight: bold;
}
.advice_top_time {
  width: 30%;
  text-align: center;
  color: #525252;
}
.advice_top_state {
  width: 10%;
  text-align: right;
}
.advice_top_state_1 {
  color: #d12600;
}
.advice_top_state_2 {
  color: #95d000;
}
.advice_top_content {
  color: #1f1f1f;
  line-height: 30px;
  height: 55px;
  overflow: hidden;
}
.advice_title {
  color: #fff;
  margin-bottom: 15px;
  background: #6db3da;
  padding: 10px;
}
@media screen and (max-width: 798px) {
  .content {
    width: 96%;
  }
  /****************************************移动端 主页******************************/
  .platform_top {
    overflow: hidden;
  }
  .platform_top img {
    width: 180%;
    margin: 0 auto;
    vertical-align: bottom;
    margin-left: -40%;
  }
  .platform_nav ul {
    width: 100%;
  }
  .platform_nav .platform_search {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .platform_nav li {
    width: 25%;
  }
  .platform_nav a {
    font-size: 1em;
    padding: 10px;
  }
  .platform_block_body li:nth-child(9),
  .platform_block_body li:nth-child(10) {
    margin-bottom: 15px;
  }
  .platform_big_title {
    margin: 15px 0;
  }
  .platform_big_title img {
    width: 200%;
    margin: 0 auto;
    vertical-align: bottom;
    margin-left: -50%;
  }
  .platform_block_body li {
    float: none;
    width: 100% !important;
  }
  .platform_block_2 {
    margin-top: 15px;
  }
  .paltform_win_more {
    top: 350px;
  }
  .platform_rank_btn {
    float: left;
    width: 10%;
  }
  .gapp_rank_tab_body {
    width: 87%;
  }
  .gapp_rank_tab_top_left {
    display: none;
  }
  .gapp_rank_tab_top_left,
  .gapp_rank_tab_top_right {
    float: none;
    width: 100%;
  }
  .gapp_rank_tab_top {
    line-height: 40px;
  }
  .gapp_rank_row {
    padding: 10px 0;
  }
  .gapp_rank_name {
    margin: 0 10px;
    width: 45%;
  }
  .gapp_rank_strip_out {
    width: 35%;
  }
  /****************************************移动端 列表页******************************/
  .listpage_tittle {
    height: auto;
    line-height: 25px;
    padding: 10px 0;
  }
  .listpage_tittle img {
    width: 20px;
    margin: 3px 3px 0 0;
    float: left;
  }
  .listpage_right {
    float: none;
    width: 100%;
  }
  .listpage_right_tittle {
    padding: 20px 0;
    font-size: 1.3em;
    margin-left: 10px;
    color: #626262;
  }
  .listpage_right_ul {
    color: #bb282e;
  }
  .listpage_right_ul li {
    border-bottom: 1px dotted #d4f0ff;
    padding: 0 1%;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    list-style: none none lower-roman;
  }
  .listpage_right_ul li:hover {
    background: #ededed;
  }
  .listpage_right_ul li a {
    overflow: hidden;
    font-size: 0.9em;
    width: 100%;
    float: right;
    color: #626262;
  }
  .pageing {
    width: 100%;
  }
  .pageing ul {
    overflow: hidden;
    margin-left: 20px;
    margin-top: 4%;
  }
  .pageing ul li {
    float: left;
    font-size: 0.7em;
  }
  .pageing ul li a {
    padding: 10px 20px;
    color: #626262;
    border: 1px solid #fae8e9;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
  }
  .pageing ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #bb282e;
    color: #fff;
  }
  .list_write_btn {
    float: none;
    clear: both;
    margin-left: 20px;
    margin-top: 18%;
  }
  .listpage_right_ul li,
  .listpage_right_ul li:nth-child(2n) {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .platform_list_top {
    width: 100%;
  }
  .platform_list_top_body1 {
    width: 150%;
    left: -74%;
  }
  .platform_list_top_body1 > ul li {
    width: 50%;
  }
  /****************************************移动端 诉求窗口******************************/
  .platform_win_left,
  .platform_win_right {
    float: none;
    width: 100%;
  }
  /****************************************移动端 详情页******************************/
  .advice_top_name {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .advice_top_questioner {
    width: 30%;
    text-align: left;
  }
  .advice_top_time {
    width: 40%;
  }
  .advice_top_state {
    width: 30%;
  }
}
@media screen and (max-width: 375px) {
  .paltform_win_more {
    top: 370px;
  }
}
@media screen and (max-width: 320px) {
  .platform_list_time p {
    font-size: 1.2em;
  }
  .platform_list_time {
    width: 22%;
  }
  .platform_list_word {
    width: 78%;
  }
  .platform_search input {
    width: 66%;
  }
  .paltform_win_more {
    top: 420px;
  }
  .gapp_rank_name {
    width: 70%;
  }
  .gapp_rank_strip_out {
    width: 100%;
  }
  .gapp_rank_tab_top_right span {
    width: 30%;
  }
}
