/**
*页面样式初始化
*/

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  font-family: "Microsoft Yahei", Helvetica, STHeiTi, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 12px !important;
}

body {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333333;
  background-color: #f5f5f5;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #0088cc;
}

a:active {
  outline: 0;
}

a:active {
  color: #006699;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}

@font-face {
  font-family: 'Miconfont';
  /* project id 759358 */
  src: url('../fonts/font_759358_yclbchtxoyp.eot');
  src: url('../fonts/font_759358_yclbchtxoyp.eot') format('embedded-opentype'), url('../fonts/font_759358_yclbchtxoyp.woff') format('woff'), url('../fonts/font_759358_yclbchtxoyp.ttf') format('truetype'), url('../fonts/font_759358_yclbchtxoyp.svg') format('svg');
}

.Miconfont {
  font-family: "Miconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: #f30;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
  zoom: 1;
}


/*font-class*/

i {
  display: inline-block;
  padding-right: .3125rem;
  color: #999;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: iconfont;
  line-height: 18px;
  speak: none;
}


/*页面头部*/

.head-top {
  padding: 3px 10px;
  background-color: #008ee1;
}

.head-top .logo {
  position: relative;
  float: left;
  width: 9rem;
  z-index: 10;
}

.head-top .logo img {
  width: 100%;
  padding-top: 1rem;
}

.head-top .nav-menu {
  float: right;
  font-size: 2.3rem;
  line-height: 3.7rem;
  color: #fff;
  cursor: pointer;
}


/*mip页面头部*/

.mip-head.head-top {
  position: relative;
  padding: 3px 0;
}

.mip-head.head-top .logo {
  padding-top: 1rem;
  margin-left: 10px;
}


/*搜索框*/

.search {
  position: relative;
  float: right;
  padding-top: .6875rem;
  overflow: hidden;
  margin-right: 2%
}

.search input {
  float: left;
  width: auto;
  height: 2.3rem;
  line-height: 2.3rem;
  font-size: .875rem;
  font-weight: 400;
  color: #666;
  text-indent: .625rem;
  background: #f1f2f6;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: .25rem 0 0 .25rem;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  box-shadow: none;
}

.search .search-input {
  text-indent: .625rem;
  width: auto;
  min-width: 8.1875rem;
  max-width: 9.75rem;
}

.search .search-button {
  width: 2.4rem;
  height: 2.3rem;
  padding: 0;
  border: 0;
  border-left: .0625rem solid #ddd;
  border-radius: 0 .25rem .25rem 0;
  background: #f1f2f6;
  vertical-align: top;
}

.search .search-button i {
  margin-top: -0.5rem;
}

.mip-search .search-button i {
  margin-top: -0.8rem !important;
}

.search .icon-sousuo {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1.85rem;
  margin-top: -0.4rem;
}


/*mip搜索框*/

.mip-search.search {
  position: absolute;
  padding-top: .6875rem;
  overflow: hidden;
  right: 4rem;
  z-index: 10;
}


/*banner*/

.banner {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.banner .swiper-banner {
  position: relative;
}

.banner .swiper-slide {
  background-color: #f30;
  /* max-height: 144px; */
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
  transition: width .3s ease-in;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.banner .swiper-pagination-bullet-active {
  width: 22px;
  opacity: 1;
  background: #007aff;
}


/*应用分类*/

.applocation {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50px;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
  padding: 15px 0 25px 0;
  z-index: 99;
}

.mip-applocation.apploaction {
  display: block !important;
  top: 0 !important;
}

.applocation.active {
  display: block;
}

.applocation .applocation-menu,
.applocation-list .category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.applocation .applocation-menu .menus {
  width: 22%;
  margin: 0 1.5%;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  padding: 5px;
  color: #333;
}

.applocation-menu .menus.active {
  background-color: #008ee1;
  color: #fff;
}

.applocation-list .lists {
  display: none;
}

.applocation-list .lists.active {
  display: block;
}

.applocation-list .category .category-node {
  width: 22%;
  margin: 3% 1.5% 0 1.5%;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 5px;
}

.applocation-list .category .category-node a {
  color: #8d8d8d;
  font-size: 1.2rem;
}


/*导航栏*/

.head-nav {
  position: relative;
  background-color: #fff;
  padding: 0 5px;
  overflow: hidden;
}

.head-nav a {
  display: inline-block;
  padding: 0 1rem;
  color: #333;
  font-size: 1.2rem;
  line-height: 2.8;
}

.m-head.head-nav {
  padding: 0;
}

.m-head.head-nav .nav-list {
  height: 40px;
}

.m-head.head-nav .nav-list.active {
  height: 81px;
}

.m-head.head-nav .nav-list li {
  display: inline-block;
  /* padding: 0 1.2rem; */
  line-height: 2.4;
  text-align: center;
  /* max-width: 22%; */
}

.m-head.head-nav .nav-list li a {
  color: #333;
  font-size: 1.2rem;
  padding: 0;
}

.m-head.head-nav .down-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 10px;
  right: 15px;
  transition: all .3s ease;
}

.m-head.head-nav .down-icon.active {
  transform: rotateZ(180deg);
}

.m-head.head-nav .drop-down {
  position: absolute;
  top: 4px;
  left: 0;
  width: 2rem;
  height: 2rem;
  transform: rotateZ(-135deg);
  transform-origin: 46% 38%;
  cursor: pointer;
}

.m-head.head-nav .drop-down::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  top: 7px;
  left: 7px;
  background-color: #bbbbbb;
}

.m-head.head-nav .drop-down::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 15px;
  top: 7px;
  left: 7px;
  background-color: #bbbbbb;
}


/*页面主体*/

.main-container {
  display: flex;
  flex-direction: column;
  padding: 0 1.5%;
  box-sizing: border-box;
  margin-top: 1.5%;
}

.main-container section {
  width: 100%;
  background-color: #fff;
  margin-bottom: .5rem;
  padding: 1rem 1.1rem;
  overflow: hidden;
}


/*页脚*/

#footer {
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 1.2rem 0;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #969696;
}

#footer p {
  line-height: 2;
}

#footer span {
  padding: 0 10px;
}


/*列表页软件列表样式*/

#level-list {
  padding: 0;
  background: none;
}

#list-group .list-group-item {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1.5%;
}

#list-group .list-group-item .item-logo {
  float: left;
  width: 5rem;
  overflow: hidden;
  border-radius: 5px;
  margin-right: .5rem;
}

#list-group .list-group-item .item-logo img {
  width: 100%;
}

#list-group .list-group-item .item-con {
  float: left;
  width: 60%;
}

#list-group .list-group-item .item-con .item-con-head {
  margin-bottom: .3rem;
}

#list-group .list-group-item .item-con a {
  color: #212121;
  font-size: 1.4rem;
  line-height: 1;
}

#list-group .list-group-item .item-con p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#list-group .list-group-item .item-con .item-con-info,
#list-group .list-group-item .item-con .item-con-intro {
  font-size: 1rem;
  color: #8d8d8d;
}

#list-group .list-group-item .item-con .item-con-info span:nth-of-type(1) {
  margin-right: .8rem;
}

#list-group .list-group-item .item-down {
  display: inline-block;
  float: right;
  font-size: 3.5rem;
}

#list-group .list-group-item .item-down i {
  color: #079ee9;
}

#level-list .loadtip {
  text-align: center;
  font-size: 1rem;
  color: #8d8d8d;
  margin-top: 2%;
  margin-bottom: 3%;
}

#level-list .loadtip a {
  display: inline-block;
  border: 0;
  padding: 5px 15px;
  background-color: #fff;
  margin: 0 5px;
}

.copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  /* font-size: 1rem; */
  font-size: 14px;
}


/*
*设备尺寸匹配
*iphone5/se等
*设备宽度320
*/


/*竖屏*/

@media screen and (max-width: 320px) {
  .applocation-list .category .category-node a {
    font-size: 1rem;
  }
}


/*横屏*/

@media screen and (min-width: 568px) {
  .head-nav .down-icon {
    display: none;
  }
}


/*
*galaxy s5等
*设备宽度360
*/


/*竖屏*/

@media screen and (min-width: 360px) and (max-width: 374px) {}


/*横屏*/

@media screen and (min-width: 640px) {}


/*
*iphone6,7,8等
*设备宽度375
*/


/*竖屏*/

@media screen and (min-width: 375px) and (max-width: 385px) {}


/*横屏*/

@media screen and (min-width: 667px) {}


/*
*LG Optimus L7 L70等
*设备宽度384
*/


/*竖屏*/

@media screen and (min-width: 384px) and (max-width: 395px) {
  .head-nav .nav-list li {
    padding: 0 1rem;
  }
}


/*
*iphone6,7,8 Plus等
*设备宽度414
*/


/*竖屏*/

@media screen and (min-width: 401px) and (max-width: 414px) {}


/*横屏*/

@media screen and (min-width: 763px) {}


/*
*ipad等
*设备宽度768
*/


/*竖屏*/

@media screen and (min-width: 750px) and (max-width: 799px) {}


/*横屏*/

@media screen and (min-width: 1024px) {}