@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
b,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
nav,
menu,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

button,
select,
input,
textarea {
  font-size: 12px;
  font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

body {
  font-size: 14px;
  font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
  color: #333;
  line-height: 1.8;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
}

button,
input {
  line-height: normal;
  overflow: visible;
}

input,
textarea {
  outline: none;
  resize: none;
}

div:active {
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

input {
  border: none;
}

input:focus {
  border: none;
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
}

/* common ------------------------*/
html {
  overflow-y: scroll;
}

.wrap {
	width: 100%;
  max-width: 600px;
  margin: 0 auto;
	position: relative;
}
.mranking_block{
	width: 100%;
	padding: 0 15px;
}

.content {
  display: flex;
  justify-content: space-between;
}
.f_warp{
	flex-wrap: wrap;
}
.main {
  width: 0;
  flex-grow: 1;
}
.side {
  flex-shrink: 0;
}
.flex {
  display: flex;
  align-items: center;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
/* components ------------------------ */

.mranking_banner{
	width: 100%;
	height: 190px;
	background: url(../images/mobile/img_top01.png) center no-repeat;
	background-size:  100% 100%;
}
.mranking_banner2{
	width: 100%;
	height: 190px;
	background: url(../images/mobile/img_top02.png) center no-repeat;
	background-size:  100% 100%;
}
.mranking_search{
	display: flex;
}
.mranking_search>.search_i{
	font-size: 13px;
	width: 100%;
	height: 34px;
	line-height: 34px;
	border: none;
	border-right: none;
	padding: 0 15px;
	background: #f4f4f4 url(../images/ico_02.png) 10px no-repeat;
	background-size: 15px auto;
	border-radius: 20px;
	padding-left: 35px;
}
.mranking_filter{
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.mranking_filter li{
	flex-shrink: 0;
	position: relative;
}
.mranking_filter li>span{
	font-size: 14px;
	line-height: 30px;
	padding-right: 15px;
	position: relative;
	display: inline-block;
}
.mranking_filter li>span::after{
	content: '';
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-top: 5px solid #ccc;
	position: absolute;
	right: 0;
	top: 12px;
}
.mranking_filter li>dl{
	max-height: 300px;
	background: #fff;
	box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.05);
	padding:5px 10px;
	overflow-y: auto;
	position: absolute;
	top: 34px;
	left: -10px;
	z-index: 2;
	display: none;
}
.mranking_filter li>dl> dd{
	width: max-content;
	min-width: 60px;
	line-height: 30px;
}
.mranking_filter li>dl.open{
	display: block;
}

.mranking_ranking{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mranking_ranking h2{
	font-size: 19px;
	font-weight: bold;
	margin-top: 20px;
}
.mranking_ranking h3{
	font-size: 13px;
	position: relative;
}
.mranking_ranking h3::before{
	content: '';
	width: 25px;
	height: 1px;
	background: #333;
	position: absolute;
	left: -30px;
	top: 12px;
}
.mranking_ranking h3::after{
	content: '';
	width: 25px;
	height: 1px;
	background: #333;
	position: absolute;
	right: -30px;
	top: 12px;
}
.mranking_ranking h3>span{
	font-size: 14px;
	color: #376ed3;
}
.mranking_ranking_box{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
	display: flex;
	align-items: center;
}
.mranking_ranking_box .num{
	font-size: 13px;
	font-weight: bold;
	width: 20px;
	flex-shrink: 0;
}
.mranking_ranking_box .num.no1{
	color: #ee3c32;
}
.mranking_ranking_box .num.no2{
	color: #fc7509;
}
.mranking_ranking_box .num.no3{
	color: #ffa700;
}
.mranking_ranking_box .logo{
	flex-shrink: 0;
}
.mranking_ranking_box .logo img{
	width: 70px;
	height: 70px;
	margin-right: 10px;
	object-fit: cover;
}
.mranking_ranking_box .info{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.mranking_ranking_box .info .t1,
.mranking_ranking_box .info .t2{
	color: #555;
	font-size: 12px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mranking_ranking_box .info .l{
	display: flex;
	flex-direction: column;
}
.mranking_ranking_box .info .l strong{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.mranking_ranking_box .info .l p{
	color: #666;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	padding-left: 20px;
	background: url(../images/ico_03.png) left no-repeat;
	background-size: 12px auto;
}
.mranking_ranking_box .info a{
	color: #fff;
	font-size: 13px;
	text-align: center;
	width: 70px;
	height: 24px;
	line-height: 24px;
	border-radius: 3px;
	background: #376ed3;
	margin-left: 10px;
	flex-shrink: 0;
}
.mranking_ranking_box .info .t2{
	justify-content: left;
}
.mranking_ranking_box .info .t2 p{
	margin-right: 10px;
}
.mranking_ranking_box .info .t2 span{
	color: #f33c32;
	font-size: 13px;
}

.mranking_page_list{
	font-size: 12px;
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mranking_page_list a{
	height: 25px;
	line-height: 25px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 7px;
	margin: 0 3px;
}
.mranking_page_list a.active,
.mranking_page_list a:hover{
	color: #fff;
	border: 1px solid #376ed3;
	background: #376ed3;
}

.mranking_ranking_box2{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
	display: flex;
	align-items: center;
}
.mranking_ranking_box2 .num{
	font-size: 13px;
	font-weight: bold;
	width: 20px;
	flex-shrink: 0;
}
.mranking_ranking_box2 .num.no1{
	color: #ee3c32;
}
.mranking_ranking_box2 .num.no2{
	color: #fc7509;
}
.mranking_ranking_box2 .num.no3{
	color: #ffa700;
}
.mranking_ranking_box2 .logo{
	flex-shrink: 0;
}
.mranking_ranking_box2 .logo img{
	width: 70px;
	height: 70px;
	margin-right: 10px;
	object-fit: cover;
}
.mranking_ranking_box2 .info{
	width: 100%;
	line-height: 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mranking_ranking_box2 .info strong{
	font-size: 14px;
	height: 26px;
	overflow: hidden;
}
.mranking_ranking_box2 .info p{
	color: #666;
	font-size: 12px;
	height: 26px;
	overflow: hidden;
}
.mranking_ranking_box2 .link{
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;
}
.mranking_ranking_box2 .link .b1{
	color: #fff;
	font-size: 13px;
	text-align: center;
	width: 70px;
	height: 24px;
	line-height: 24px;
	background: #376ed3;
	border-radius: 3px;
	margin: 5px 0;
}
.mranking_ranking_box2 .link .b2{
	color: #fff;
	font-size: 13px;
	text-align: center;
	width: 70px;
	height: 24px;
	line-height: 24px;
	background: #fd9e28;
	border-radius: 3px;
	margin: 5px 0;
}

.mranking_news_box{
	width: 100%;
}
.mranking_news_box .title{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #ddd;
	padding: 0 18px;
	display: flex;
}
.mranking_news_box .title strong{
	color: #376ed3;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	border-bottom: 2px solid #376ed3;
}
.mranking_news_box ul{
	width: 100%;
	padding: 10px 15px;
}
.mranking_news_box li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
}
.mranking_news_box li:after{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #c9c8c8;
	position: absolute;
	left: 0px;
	top: 13px;
}