html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

.btn[disabled] {
  background-color: #cccccc !important;
  border: 1px solid #cccccc !important;
}

.panel-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.panel-flex > a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vertical-middle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.nav-list:after,
.hot-keywords ul:after,
.fluid-cont:after,
.list .inner:after,
.list .other:after,
.footer-links:after,
.friendly-links:after,
.star:after,
.banner-column:after,
.main-info:after,
.cate-menu ul:after,
.cate-menu .toggle:after,
.files-down-wrap .down-wrap:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}

.header .go-back i,
.choose-cate .toggle,
.header-r .icon-search::after,
.header-r .icon-home::after,
.dropdown-toggle .caret,
.search-bar .search-submit i,
.search-bar-box .search-submit i,
.search-combox .search-button i,
.search-suggestion .item .icon-down,
.list .other .icon-down,
.special-list .inner::after,
.cate-list .inner::after,
.footer-links .back-top::before,
.cate-menu .toggle::before,
.alert .alert-close,
.dialog-close {
  display: inline-block;
  background: url(../images/sp.png?03c5725f) no-repeat 200em 0;
  background-size: 68px auto;
  overflow: hidden;
  color: transparent;
}

.search-button i {
  margin: 11px 12px;
}

.search-suggestion .item .inner,
.search-suggestion .item .name,
.fluid-cont .col .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alert,
.files-down-wrap .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown-menu {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav,
.dropdown-menu .item,
.search-suggestion .item,
.fluid-cont .col,
.list .item,
.list.bt,
.special-list .inner,
.cate-list .descr,
.footer-links,
.friendly-links,
.bt,
.page-header,
.panel-title.hr,
.cate-menu .toggle {
  background-size: 100% 1px;
  background-repeat: no-repeat;
}

.search-combox form,
.tab {
  display: -webkit-box;
  display: -moz-box;
}

.search-combox .search-input,
.tab .item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}

.header {
  position: relative;
  z-index: 1;
  height: 44px;
  background-color: #d63329;
}

.header > h1,
.header > h1 .logo {
  display: inline-block;
  height: 44px;
}

.header .logo img {
  width: 60px;
  height: 14px;
  margin: 15px 0 0 10px;
}

.header .btn-download-client {
  position: absolute;
  display: inline-block;
  background-color: #d63329;
  border: 1px solid #a21f17;
  box-shadow: 0 0 7px 3px rgba(89, 6, 1, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  left: 80px;
  top: 6px;
  padding: 0 6px;
}

.header .btn-download-client > span {
  display: inline-block;
  background: url(../images/btn-download-arrow.png?dbae42b5) no-repeat center
    right;
  background-size: 20px;
  line-height: 30px;
  padding-right: 24px;
  font-size: 12px;
  color: #fff;
}

.header .fb-like {
  position: absolute;
  left: 75px;
  top: 18px;
  width: 150px;
  height: 30px;
  overflow: hidden;
}

/*.header .fb-like-num {*/
/*  position: absolute;*/
/*  left: 178px;*/
/*  top: 12px;*/
/*  width: 50px;*/
/*  height: 30px;*/
/*  overflow: hidden;*/
/*}*/

/*.header.header-back .fb-like-num {*/
/*  left: 90px;*/
/*}*/

.header .search-bar-box {
  width: 44%;
}

.header .go-back {
  display: inline-block;
  height: 44px;
  padding: 0 2px 0 10px;
}

.header .go-back i {
  width: 7px;
  height: 12px;
  background-position: 0 -120px;
  margin-top: 16px;
}

.header .dialog-box {
  position: absolute;
  right: 5px;
  top: 9px;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

.header .dialog-box-page {
  position: relative;
  right: 4px;
  top: -3px;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.header .dialog-box.shake-left {
  transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out; /* Firefox 4 */
  -webkit-transition: all 0.1s ease-out; /* Safari 和 Chrome */
  -o-transition: all 0.1s ease-out; /* Opera */
  transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}

.header .dialog-box.shake-right {
  transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out; /* Firefox 4 */
  -webkit-transition: all 0.1s ease-out; /* Safari 和 Chrome */
  -o-transition: all 0.1s ease-out; /* Opera */
  transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}

.header .adv-box img {
  width: 60px;
  height: 14px;
  margin: 15px 0 0 10px;
}

.activate-searchbar .fb-like {
  display: none;
}

.activate-searchbar .search-bar {
  width: 70%;
}

.header-common {
  height: 130px;
}

.header-common .header-content {
  height: 130px;
  position: relative;
  background: #f43b18 url(../images/header-bg.png?c50ab363);
  background-size: 100%;
  overflow: hidden;
}

.header-common .back-button {
  position: absolute;
  left: 6px;
  top: 18px;
  width: 19px;
  height: 17px;
  background: url(../images/back-icon.png?7012b049) no-repeat;
  background-size: 100%;
  display: inline-block;
}

.header-common .logo {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 63px;
  height: 15px;
  background: url(../images/logo.png?ed143231) no-repeat;
  background-size: 100%;
}

.header-common .navigator-title {
  position: absolute;
  top: 10px;
  left: 100px;
  right: 100px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
  display: none;
}

.header-common .download-button,
.header-common .lang-switch {
  position: absolute;
  top: 12px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  background-color: #d9121e;
  border-radius: 4px;
  border: 1px solid #ff7e6d;
  text-align: center;
  color: #ffffff;
}

.header-common .gp-search-icon {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 28px;
  height: 28px;
  background: url(../images/icon_search_red.png?81a0cf46) no-repeat;
  background-size: 100%;
}

.header-common .download-button:active,
.header-common .lang-switch:active {
  background-color: #ca121e;
}

.header-common .download-button {
  left: 100px;
  right: auto;
  width: 83px;
}

.header-common .lang-switch {
  left: auto;
  right: 30px;
  width: 40px;
}

.header-detail.header-common .lang-switch {
  display: none;
}

.header-common .download-button span {
  padding-left: 11px;
  display: inline-block;
  background: url(../images/download_icon.png?c2ce1b36) no-repeat left center;
  background-size: 9px;
}

/*.header-common .fb-like-num {*/
/*  position: absolute;*/
/*  top: 18px;*/
/*  left: 194px;*/
/*  right: auto;*/
/*  width: 83px;*/
/*  height: 28px;*/
/*}*/

.header-common .search-form {
  position: absolute;
  top: 51px;
  left: 30px;
  right: 30px;
  height: 33px;
  background-color: white;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
}

.header-common .search-form .search-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/search-icon.png?1ee6872a) no-repeat;
  background-size: 100%;
  margin: -3px 6px -3px 10px;
}

.header-common .search-form span {
  font-size: 12px;
  color: #a2a3a3;
  line-height: 33px;
  white-space: nowrap;
  padding-left: 8px;
  position: relative;
  display: inline-block;
}

.header-common .search-form span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  height: 12px;
  border-right: 1px solid #a2a3a3;
  background-size: 100%;
}

.header-common .home-button {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 22px;
  height: 22px;
  background: url(../images/sp.png?03c5725f) no-repeat 200em 0;
  background-size: 78px auto;
  background-position: -23px -151px;
  color: transparent;
  display: none;
}

.header-common .nav-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}

.header-home {
  height: 130px;
}

.header-home .back-button {
  display: none;
}

.header-home .nav-box {
  top: 90px;
}

.header-home .header-content.fixed-top {
  position: fixed !important;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 9999;
}

.header-home .first-top {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  visibility: visible;
}

.header-home .second-top {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}

.header-home .second-top .logo {
  top: 64px;
  left: 10px;
}

.header-home .second-top .logo-title {
  top: 63px;
  left: 45px;
}

.header-home .second-top .logo-summary {
  opacity: 0;
}

.header-home .second-top .download-button {
  left: 79px;
  top: 57px;
  right: auto;
}

.header-home .second-top .search-form {
  top: 55px;
  left: 200px;
  right: 10px;
}

.header-home-gp {
  height: 85px;
}

.header-home-gp .header-content {
  height: 85px;
}

.header-home-gp .back-button {
  display: none;
}

.header-home-gp .logo-summary {
  right: 0;
}
.header-common.header-home-gp .logo {
  left: 12px;
}
.header-common.header-home-gp .download-button {
  left: 85px;
}
.header-common.header-home-gp .lang-switch {
  right: 50px;
  border: none;
  border-radius: 0;
}
.header-common.header-home-gp .gp-search-icon {
  right: 12px;
}
.header-column {
  height: 85px;
}

.header-column .header-content {
  height: 85px;
}

.header-column .logo {
  left: 30px;
}

.header-column .logo-title {
  top: 20px;
}

.header-column .logo-summary {
  opacity: 0;
}

/*.header-column .fb-like-num {*/
/*  top: 18px;*/
/*  left: 188px;*/
/*}*/

.header-column .search-form {
  top: 10px;
  left: 240px;
  right: 10px;
}

.header-detail {
  height: 55px;
}

.header-detail .header-content {
  height: 55px;
}

.header-detail .logo {
  top: 20px;
  left: 30px;
}

.header-detail .logo-title {
  top: 20px;
}

.header-detail .logo-summary {
  display: none;
}

.header-detail .download-button {
  display: none;
}

.header-detail .search-form {
  top: 10px;
  left: 135px;
  right: 42px;
}

.header-detail .home-button {
  display: inline-block;
}

.header-other {
  height: 55px;
}

.header-other .header-content {
  height: 55px;
}

.header-other .logo {
  top: 20px;
  left: 30px;
}

.header-other .logo-title {
  top: 20px;
}

.header-other .logo-summary {
  display: none;
}

.header-other .download-button {
  left: 97px;
  top: 12px;
}

/*.header-other .fb-like-num {*/
/*  top: 18px;*/
/*  left: 188px;*/
/*}*/

.header-other .search-form {
  top: 10px;
  left: 240px;
  right: 10px;
}

.header-back {
  background: #f43b18 url(../images/header-bg.png?c50ab363) no-repeat;
  background-size: 100%;
  height: 55px;
}

.header-back .go-back {
  background-size: 100%;
  position: absolute;
  left: 6px;
  top: 18px;
  width: 19px;
  height: 17px;
}

.header-back .logo img {
  margin-left: 0;
}

.choose-cate .toggle {
  width: 15px;
  height: 15px;
  background-position: 0 -20px;
  margin-left: 6px;
}

.choose-cate .toggle {
  vertical-align: middle;
}

.header-m {
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-left: 22px;
  overflow: hidden;
}

.header-l {
  position: absolute;
  top: 0;
  left: 0;
}

.header-r {
  position: absolute;
  top: 0;
  right: 0;
}

.search-wrap .header-l,
.search-wrap .header-r,
.header-back .header-l,
.header-back .header-r {
  top: 6px;
}

.header-r .icon-search,
.header-r .icon-home,
.header-r .icon-radar {
  position: relative;
  top: 7px;
  display: inline-block;
  padding: 0 0 0;
  border-radius: 2px;
}

.header-r .icon-search::after,
.header-r .icon-home::after,
.header-r .icon-radar::after {
  content: "";
  width: 20px;
  height: 20px;
  background-position: 0 0;
  background-size: 78px auto;
}

.header-r .icon-search.press,
.header-r .icon-home.press,
.header-r .icon-radar.press {
  background-color: #b72820;
}

.header-r .icon-radar::after {
  background-image: url(../images/search/icon-radar.png?b30d36b8);
  display: inline-block;
  background-size: 100%;
  overflow: hidden;
  color: transparent;
}

.header-r .icon-home {
  top: 6px;
  padding: 6px 6px 0;
  margin: 0 2px 0 0;
}

.header-r .icon-home::after {
  width: 22px;
  height: 20px;
  background-position: -23px -151px;
}

.nav-section {
  position: relative;
  width: 100%;
  height: 35px;
  overflow: hidden;
}

.nav {
  position: relative;
  background-position: left bottom;
  font-size: 14px;
  z-index: 800;
  top: 0;
  left: 0;
}

.fixed-top {
  top: 0;
  left: 0;
  right: 0;
  position: fixed !important;
  z-index: 9999;
}

.has-dropdown {
  padding-right: 46px;
}

.nav-list {
  display: table;
}

.nav-list .item {
  display: table-cell;
}

.nav-list .item a {
  display: block;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 13px;
  line-height: 35px;
  position: relative;
  white-space: nowrap;
  height: 35px;
  box-sizing: border-box;
}

.nav-list .active a {
  color: rgb(255, 255, 255);
  font-weight: bold;
  position: relative;
}

.nav-list .active a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 3px;
  bottom: 5px;
  background-color: #ffffff;
  left: 50%;
  margin-left: -7px;
}

.fixed-top .nav-list .active a::after {
  bottom: 10px;
}

.nav-list .badge {
  position: absolute;
  display: block;
  top: 6px;
  right: 2px;
  width: 6px;
  height: 6px;
  background-color: red;
  border-radius: 50%;
  border: #ffffff 1px solid;
}

.fixed-top .nav-list .active a {
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
  height: 45px;
}

.fixed-top .nav-list .badge {
  background-color: transparent;
  border-color: transparent;
}

.fixed-top .nav-list .active .badge {
  background-color: #ffffff;
}

.dropdown-toggle {
  width: 35px;
  height: 34px;
  overflow: hidden;
  border-radius: 2px;
}

.dropdown-toggle .caret {
  width: 18px;
  height: 18px;
  background-position: -24px -198px;
  background-size: 78px auto;
  margin: 8px 0 0 9px;
}

.dropdown-menu {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  /* -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0; */
  visibility: hidden;
  opacity: 0;
}

.dropdown-menu a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu a.press {
  background-color: #efefef;
}

.dropdown-menu .item {
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left bottom;
  padding-bottom: 1px;
}

.dropdown-menu .item:first-child a {
  border-radius: 5px 5px 0 0;
}

.dropdown-menu .item:last-child {
  background-image: none;
  padding-bottom: 0;
}

.dropdown-menu .item:last-child a {
  border-radius: 0 0 5px 5px;
}

.dropdown {
  position: absolute;
  top: 3px;
  right: 4px;
}

.dropdown.open {
  z-index: 10;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.dropdown.open .dropdown-toggle {
  background-color: #efefef;
}

.dropdown.open .dropdown-menu {
  /* -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); */
  visibility: visible;
  opacity: 1;
}

.search-bar {
  position: absolute;
  right: 10px;
  top: 7px;
  left: 234px;
}

.search-bar-box {
  position: absolute;
  right: 41px;
  top: 7px;
}

.search-bar .search-input,
.search-bar .search-submit,
.search-bar .search-cancel,
.search-bar-box .search-input,
.search-bar-box .search-submit,
.search-bar-box .search-cancel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 11px;
}

.search-bar .search-input,
.search-bar-box .search-input {
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  padding-left: 10px;
}

.search-bar .search-input input,
.search-bar-box .search-input input {
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 5px 0;
  border: 0 none;
  background: none;
  color: #333;
  font-size: 14px;
}

.search-bar .search-submit,
.search-bar-box .search-submit {
  position: absolute;
  right: -5px;
  top: 0;
  width: 40px;
  height: 30px;
  background: none;
  border: 0 none;
  overflow: hidden;
  color: transparent;
}

.search-bar .search-submit i,
.search-bar-box .search-submit i {
  width: 18px;
  height: 18px;
  background-position: -20px -190px;
  margin: 6px 0 0 0;
}

.search-bar .search-cancel,
.search-bar-box .search-cancel {
  display: none;
}

.search-bar.active .search-form,
.search-bar-box.active .search-form {
  display: -webkit-box;
  width: 100%;
}

.search-bar.active .search-input,
.search-bar-box.active .search-input {
  -webkit-box-flex: 1;
  background-color: #fff;
}

.search-bar.active .search-input input,
.search-bar-box.active .search-input input {
  color: #333;
}

.search-bar.active .search-submit,
.search-bar.active .search-cancel,
.search-bar-box.active .search-submit,
.search-bar-box.active .search-cancel {
  width: 62px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: none;
  border-radius: 2px;
  margin-left: 5px;
  -webkit-appearance: none;
}

.search-bar.active .search-cancel,
.search-bar-box.active .search-cancel {
  display: block;
  line-height: 28px;
  border: 1px solid #ff4a3f;
}

.search-bar.active .search-submit,
.search-bar-box.active .search-submit {
  display: none;
}

.search-bar.focus .search-submit,
.search-bar-box.focus .search-submit {
  position: static;
  display: block;
  background: #ff4a3f;
}

.search-bar.focus .search-submit i,
.search-bar-box.focus .search-submit i {
  display: none;
}

.search-bar.focus .search-cancel,
.search-bar-box.focus .search-cancel {
  display: none;
}

.search-combox {
  position: relative;
  padding: 10px;
}

.search-combox .search-input {
  height: 40px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-right: 0 none;
  border-radius: 2px 0 0 2px;
  padding: 0 10px;
}

.search-combox .search-input input {
  width: 100%;
  height: 20px;
  padding: 10px 0;
  background: none;
  border: 0 none;
  font-size: 16px;
}

.search-combox .search-button {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #d63329;
  border: 0 none;
  border-radius: 0 2px 2px 0;
}

.search-combox .search-button i {
  width: 18px;
  height: 18px;
  background-position: 0 1px;
}

.search-combox .search-button.press {
  background: #c22920;
}

.search-combox .search-suggestion {
  margin: -11px 10px 0;
}

.search-suggestion {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 999;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 2px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  display: none;
  overflow: hidden;
}

.search-suggestion .item {
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left bottom;
  padding-bottom: 1px;
}

.search-suggestion .item .inner {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-size: 16px;
}

.search-suggestion .item .inner.press {
  background-color: #dfdfdf;
}

.search-suggestion .item img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.search-suggestion .item .name,
.search-suggestion .item .other {
  margin-left: 46px;
}

.search-suggestion .item .name {
  padding-right: 66px;
}

.search-suggestion .item .other {
  color: #999;
}

.search-suggestion .item .other span {
  vertical-align: middle;
}

.search-suggestion .item .icon-down {
  width: 8px;
  height: 10px;
  background-position: 0 -204px;
  background-size: 70px auto;
  margin: 0 3px 0 0;
  vertical-align: middle;
}

.search-suggestion .item .btn-download {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  padding: 0 3px;
}

.search-suggestion .item.first {
  position: relative;
}

.search-suggestion .item.first .inner {
  height: 40px;
  line-height: 18px;
  padding: 8px 0;
  font-size: 14px;
  overflow: hidden;
}

.search-suggestion .item:last-child {
  background-image: none;
  padding-bottom: 0;
}

.search-content {
  background-color: #fff;
}

.hot-keywords .hot-title {
  width: 100%;
  height: 28px;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}

.hot-keywords .hot-title .refresh-tip {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px 0 0;
  line-height: 24px;
}

.hot-keywords .hot-title .refresh-tip .txt-refresh {
  float: left;
  padding-right: 5px;
}

.hot-keywords h2 {
  box-sizing: border-box;
  height: 26px;
  line-height: 26px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAkCAMAAACt+qpmAAAApVBMVEUAAADWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMynWMyn/2ULZPSr6xT/+0UHtkjfqgzXiYzDgWC7WNCn2tj3lbTHeUi7dTS3/2EL8zED4vD31rjvvlzjbSCzXOCrrijbpgvpZAAAAIXRSTlMA+ukD9FgoxcAbDc5lQTgB3oxL1LSkhm5ONO7juZZ9ewVvExYtAAABU0lEQVQ4y3WS2XaCMBBAJwEFWaS4d+8kqKDW3f7/pzUTISRHuQ9Azj2ZjQFD9jWCbuY4GXTKGeJ7v0sGiMg77CsSgfdUTlDT67pIfDxx0biW/s+Dy6bY8FjSNxoGELnT6LWOq2NoTyNlrZyqc4J82Lihj0TbSsTQr+2Ao4UOGCNy/ZGFtmMZKKj2MDPFGCKSn02CcSvM+HSwsaoGDZIeb70omqNmCDPjqjW6zCA094oLuoRg+vgTxcaVHMxwCiFKVzIjpRCikK5swx6V3Uo3bIA1K6E47S0ZQI7EtcRKEMtVua9+7zKHFIlyudtcRMPqLlPwXui9U3dOB1e+ePRnFZWwuY8qAQAvVh+boy11zlivd58WYW25Mzm/3sIFQ7xtjVtSO2wBNSN1V55rV1BQ39rOfqzS7rYHpdaS8jmb7SXU0e0qdQ8J1eLoNA84YzzIU6P+AQcsT4GEa4QrAAAAAElFTkSuQmCC")
    no-repeat left center;
  background-size: auto 16px;
  border-bottom: 1px solid #e0e0e0;
  color: #999;
  padding-left: 21px;
  width: 100%;
}

.search-hot-apps {
  padding-top: 10px;
}

.search-hot-apps h2 {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  background: url(../images/search/top_searching.png?650346e6) no-repeat top
    center;
  background-size: 201px 40px;
  height: 50px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #c6c6c6;
}

.hot-keywords ul {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}

.hot-keywords ul li {
  display: none;
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 3px 5px;
}

.hot-keywords ul li.active {
  display: inline-block;
}

.hot-keywords a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  white-space: nowrap;
  color: #333;
  text-align: center;
  overflow: hidden;
  border-radius: 16px;
  background-color: #f1f1f1;
  position: relative;
}

.hot-keywords a:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 10px;
  height: 100%;
}

.hot-keywords a:after {
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(245, 245, 245, 0),
    #f5f5f5
  );
  background-image: linear-gradient(to right, rgba(245, 245, 245, 0), #f5f5f5);
}

.hot-keywords a.press {
  background-color: #dcdcdc;
}

.search-nearby {
  background-color: #f5f5f5;
  text-align: center;
  padding: 13px 0;
}

.search-nearby .btn-search-nearby {
  display: inline-block;
  width: 89px;
  height: 89px;
}

.search-nearby .btn-search-nearby img {
  width: 100%;
}

.search-nearby .txt {
  color: #999999;
  font-size: 13px;
  display: block;
  padding: 10px 0;
}

.fluid-cont {
  margin: 0 10px;
}

.fluid-cont .col {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 1px;
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left bottom;
}

.fluid-cont .col .inner {
  display: block;
  height: 50px;
  padding: 10px 10px 10px 0;
}

.fluid-cont .col .inner.press {
  background-color: #dfdfdf;
}

.fluid-cont .col img {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}

.fluid-cont .col .info,
.fluid-cont .col .btn-download {
  margin-left: 58px;
}

.fluid-cont .col .name {
  color: #333;
  font-size: 12px;
  line-height: 14px;
}

.fluid-cont .col .others {
  color: #999;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 0;
}

.fluid-cont .col .btn-download {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 20px;
  line-height: 20px;
}

/* @media screen and (max-width: 361px) {
    .search-bar {
        .search-suggestion {
            .item {
                .inner {
                    font-size: $baseFontSize;
                }

                &:first-child {
                    .inner {
                        font-size: $smallFontSize;
                    }
                }
            }
        }
    }
} */
/* @media screen and (max-width: 321px) {
    .search-bar {
        .search-suggestion {
            padding: 0 6px;

            .item {
                img {
                    width: 36px;
                    height: 36px;
                    border-radius: 3px;
                }

                .name, .other {
                    margin-left: 40px;
                }
            }
        }
    }
} */
.list .name:after,
.special-list .inner dt:after,
.cate-list .name:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background-image: -webkit-linear-gradient(
    left,
    rgba(245, 245, 245, 0),
    #f5f5f5
  );
  background-image: linear-gradient(to right, rgba(245, 245, 245, 0), #f5f5f5);
}

ul.mt {
  margin-top: 5px;
}

.list .item {
  position: relative;
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left bottom;
  padding-bottom: 1px;
}

.list .item.no-line {
  background: none;
}

.list .inner {
  position: relative;
  display: block;
  padding: 12px 0 12px 10px;
  color: #a7a7a7;
}

.list .inner.press {
  background-color: #dfdfdf;
}

.list .inner.press .name::after {
  background-image: -webkit-linear-gradient(
    left,
    rgba(223, 223, 223, 0),
    #dfdfdf
  );
  background-image: linear-gradient(to right, rgba(223, 223, 223, 0), #dfdfdf);
}

.list .pic {
  position: absolute;
  top: 50%;
  left: auto;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.list .pic img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.list .pic .badge {
  position: absolute;
  top: -6px;
  right: -8px;
  display: block;
  width: 26px;
  height: 17px;
  color: transparent;
  overflow: hidden;
  background: url(../images/sp.png?03c5725f) no-repeat 200em 0;
  background-size: 72px auto;
}

.list .pic .badge-hot {
  background-position: -22px -92px;
}

.list .pic .badge-new {
  background-position: -22px -109px;
}

.list .info {
  margin: 0 82px 0 62px;
  font-size: 12px;
}

.list .name {
  position: relative;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}

.list .google-play {
  display: inline-block;
  width: 50px;
  height: 12px;
  background: url(../images/google_play.png?f79287a6) no-repeat 0 0;
  background-size: contain;
  margin-left: 0;
}

.list .other {
  padding-top: 2px;
}

.list .other span {
  float: left;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  vertical-align: middle;
}

.list .other .artist {
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
}

.list .other .sp {
  margin: 0 3px;
  color: #d4d4d4;
}

.list .other .size {
  margin-right: 3px;
}

.list .other .icon-down {
  float: left;
  width: 7px;
  height: 9px;
  background-position: 0 -198px;
  margin: 1px 5px 0 0;
  vertical-align: middle;
}

.list .btn-download {
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -13px;
}

.list .spec-btn-download {
  position: absolute;
  top: 35%;
  right: 6px;
  margin-top: -13px;
}

.list.bt {
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left top;
  padding-top: 1px;
}

.list.remove-last-border .item:last-child {
  background-image: none;
  padding-bottom: 0;
}

.list .bottom_word {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  color: #8e8e8e;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: left;
  font-size: 13px;
  background-color: #e4e4e4;
  white-space: nowrap;
  overflow: hidden;
}

.special-list .inner {
  position: relative;
  display: block;
  height: 89px;
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left bottom;
  padding: 10px 10px 11px 144px;
}

.special-list .inner img {
  float: left;
  width: 134px;
  height: 89px;
  margin-left: -134px;
}

.special-list .inner dl {
  height: 80px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 10px;
}

.special-list .inner dt {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
}

.special-list .inner dd {
  width: 100%;
  color: #666;
}

.special-list .inner::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  background-position: 0 -36px;
}

.special-list .inner.press {
  background-color: #dfdfdf;
}

.special-list .inner.press dt::after {
  background-image: -webkit-linear-gradient(
    left,
    rgba(223, 223, 223, 0),
    #dfdfdf
  );
  background-image: linear-gradient(to right, rgba(223, 223, 223, 0), #dfdfdf);
}

.cate-list {
  background-color: #fff;
}

.cate-list .icon-cate {
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  margin: 8px 0 0 10px;
}

.cate-list .round-sm {
  border-radius: 4px;
}

.cate-list .name {
  position: relative;
  padding: 11px 0 3px 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
}

.cate-list .others {
  color: #999;
  font-size: 12px;
}

.cate-list .descr {
  height: 62px;
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left bottom;
  padding: 0 25px 0 10px;
  overflow: hidden;
}

.cate-list .inner {
  position: relative;
  display: block;
  height: 62px;
  color: #333;
  overflow: hidden;
}

.cate-list .inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 11px;
  margin-top: -5px;
  background-position: 0 -135px;
}

.cate-list .inner.press {
  background-color: #dfdfdf;
}

.cate-list .inner.press .name::after {
  background-image: -webkit-linear-gradient(
    left,
    rgba(223, 223, 223, 0),
    #dfdfdf
  );
  background-image: linear-gradient(to right, rgba(223, 223, 223, 0), #dfdfdf);
}

.cate-list .item:last-child .descr {
  background-image: none;
}

.cate-list.bt {
  padding-top: 1px;
}

.pages {
  position: relative;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #666;
  padding: 6px 0;
}

.pages .prev,
.pages .next {
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 2px;
  overflow: hidden;
  color: #666;
  margin-top: -18px;
  padding: 0 10px;
}

.pages .prev.press,
.pages .next.press {
  background-color: #ebebeb;
}

.pages .prev {
  left: 10px;
}

.pages .prev::before {
  background-position: 0 -160px;
}

.pages .next {
  right: 10px;
  margin-left: 19px;
}

.pages .next::before {
  background-position: 0 -179px;
}

.pages .disabled {
  display: none;
}

.footer {
  background-color: #434343;
  color: #a6a6a6;
  padding: 0 10px;
}

.footer a {
  color: #fff;
}

.footer-links,
.friendly-links {
  background-image: -webkit-linear-gradient(top, rgba(67, 67, 67, 0), #c6c6c6);
  background-image: linear-gradient(to bottom, rgba(67, 67, 67, 0), #c6c6c6);
  background-position: left bottom;
  font-size: 0;
  text-align: center;
}

.footer-links .item,
.friendly-links .item {
  display: inline-block;
  max-width: 160px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

.footer-links {
  padding: 8px 0 9px;
}

.footer-links .item,
.footer-links .back-top {
  margin: 0 8px;
}

.footer-links .back-top {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: 1px solid #838383;
  border-radius: 2px;
  font-size: 12px;
  padding: 0 8px;
}

.footer-links .back-top::before {
  content: "";
  float: left;
  width: 9px;
  height: 11px;
  background-position: 0 -97px;
  background-size: 76px auto;
  margin: 6px 6px 0 0;
}

.footer-links .back-top.press {
  background-color: #5f5f5f;
}

.friendly-links {
  position: relative;
  height: 23px;
  padding: 5px 30px 6px 10px;
  overflow: hidden;
}

.friendly-links.friendly-links-custom {
  height: 46px;
}

.friendly-links .row {
  display: none;
  text-align: center;
}

.friendly-links .row.first {
  display: block;
}

.friendly-links.friendly-links-custom .row.default {
  display: block;
}

.friendly-links .item {
  display: inline-block;
  white-space: nowrap;
}

.friendly-links .item:after {
  content: "|";
  color: #858585;
  padding: 0 8px;
}

.friendly-links .item:last-child:after {
  display: none;
}

.friendly-links .toggle-button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 9px 8px;
  background-color: #5f5f5f;
  border-radius: 2px;
}

.friendly-links .toggle-button.press {
  background-color: #515151;
}

.friendly-links .toggle-button i {
  display: block;
  width: 7px;
  height: 5px;
  background: url(../images/sp.png?03c5725f) no-repeat 0 -109px;
  background-size: 66px auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.friendly-links.open {
  height: auto;
}

.friendly-links.open .row {
  display: block;
}

.friendly-links.open .toggle-button i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.friendly-links .icon_app:before,
.friendly-links .f-like:before,
.friendly-links .f-corporation:before,
/*.friendly-links .f-trends:before,*/
.friendly-links .f-business:before {
  content: "";
  float: left;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin: 4px 6px 0 0;
}

.friendly-links .f-like:before {
  background-image: url(../images/icon_f.png?9f35a29a);
}

.friendly-links .f-business:before {
  background-image: url(../images/business_icon.png?0f38116e);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.friendly-links .t-like:before {
  content: "";
  float: left;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin: 4px 6px 0 0;
}

.friendly-links .t-like:before {
  background-image: url(../images/icon_twitter.png?671e0858);
}

.friendly-links .icon_app:before {
  background-image: url(../images/icon_9apps.png?eab80b9a);
}

.friendly-links .icon_app.gp-logo:before {
  background-image: none;
  display: none;
}

.friendly-links .icon_app .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: 0 0;
  background-size: 16px auto;
  top: 3px;
  position: relative;
  margin-right: 5px;
}

.friendly-links .f-corporation:before {
  background-image: url(../images/icon_corporation.png?dd26b0f3);
}

/*.friendly-links .f-trends:before {*/
/*background-image: url(../images/icon_trends.png?8eb8d584);*/
/*}*/

.friendly-links.well {
  height: auto;
  padding-right: 15px;
}

.footer-text {
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
}

.footer-text .giftbox {
  line-height: 34px;
  margin-top: 10px;
  display: block;
  text-align: center;
  border: 0 none;
  width: 100%;
  height: 34px;
  color: #db494a;
}

.footer-text .giftbox span {
  margin: auto;
  text-align: center;
  position: relative;
  white-space: nowrap;
  display: block;
}

.footer-text .giftbox span:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  margin-right: 5px;
  background-size: 18px 18px;
  background-image: url(../images/giftbox.png?20c79800);
  vertical-align: text-bottom;
}

.footer-text .giftbox span:after {
  display: inline-block;
  width: 35px;
  height: 18px;
  content: "";
  margin-left: 5px;
  background-size: 35px 18px;
  background-image: url(../images/hot.png?5c6a3280);
  vertical-align: text-bottom;
}

@media screen and (min-width: 361px) {
  .footer-links .item,
  .footer-links .back-top,
  .friendly-links .item,
  .friendly-links .back-top {
    font-size: 14px;
  }

  .footer-text {
    font-size: 14px;
  }
}

/* Base style begin */
body {
  background-color: #f5f5f5;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

input,
button {
  margin: 0;
  padding: 0;
  outline: 0;
}

/* Base style begin */
.strong-text {
  color: #000 !important;
}

.stronger-text {
  color: #d63329 !important;
}

.weak-text {
  color: #666 !important;
}

.weaker-text {
  color: #999 !important;
}

.highlight-text {
  color: #3089ef !important;
}

.hide {
  display: none;
}

.bt {
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left top;
}

.page-header {
  background-color: #fff;
  font-size: 16px;
  color: #333;
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left bottom;
  padding: 6px 10px 7px;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.btn-download {
  display: block;
  height: 28px;
  line-height: 28px;
  padding: 0 6px;
  overflow: hidden;
  background-color: #6bb856;
  border: 1px solid #519535;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  min-width: 56px;
}

.btn-download.press {
  background-color: #60a44c;
}

.unavailable-download-tip {
  color: red;
  font-weight: bold;
}

.spec-btn-download {
  display: block;
  height: 28px;
  line-height: 28px;
  padding: 0 6px;
  overflow: hidden;
  background-color: #6bb856;
  border: 1px solid #519535;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.spec-btn-download.press {
  background-color: #60a44c;
}

.refresh-tip {
  color: #666;
  text-align: center;
  padding: 8px 0;
}

.refresh-tip span {
  vertical-align: middle;
}

.refresh-tip .loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 7px 0px;
  background: url(../images/loading.png?5437a9ba) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
  -webkit-animation: loading 1s infinite linear;
  animation: loading 1s infinite linear;
}

.refresh-tip .end {
  display: inline-block;
  width: 90px;
  height: 22px;
  line-height: 20px;
  background: url(../images/end.png?2e74f2f9) no-repeat 0 0;
  background-size: contain;
  color: #666;
  font-size: 12px;
  text-align: center;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn-more,
.btn-top {
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 2px;
  color: #666;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-more.press,
.btn-top.press {
  background-color: #ebebeb;
}

.btn-more {
  display: block;
  margin: 0 10px;
}

.btn-top {
  display: inline-block;
  padding: 0 12px;
  /* &:before {
      content: "";
      float: left;
      @extend %icon-basic;
      width: 9px;
      height: 11px;
      background-position: -24px -142px;
      background-size: 80px auto;
      margin: 11px 8px 0 0;
  } */
}

.btn-top .caret {
  position: relative;
  float: left;
  display: inline-block;
  width: 7px;
  height: 10px;
  margin: 12px 8px 0 0;
}

.btn-top .caret:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #999;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-45deg);
}

.btn-top .caret:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 0;
  height: 10px;
  border-left: 1px solid #999;
}

.refresh-text {
  height: 34px;
  line-height: 34px;
}

.refresh-flex-box {
  padding: 10px;
  display: -webkit-box;
}

.refresh-flex-box .refresh-tip {
  width: 100%;
  padding: 0;
  -webkit-box-flex: 1;
}

.refresh-flex-box .btn-more {
  margin: 0;
}

.refresh-flex-box .btn-top {
  margin-left: 5px;
}

.refresh-flex-box .loading {
  margin-top: 8px;
}

.star {
  position: relative;
  top: 1px;
  display: inline-block;
}

.star i {
  float: left;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/sp.png?03c5725f) no-repeat -47px -124px;
  background-size: 70px auto;
  margin-right: 2px;
}

.star .half {
  background-position: -34px -124px;
}

.star .on {
  background-position: -22px -124px;
}

.star-large {
  top: 0;
}

.star-large i {
  width: 29px;
  height: 29px;
  background-position: -20px -51px;
  background-size: 64px auto;
  margin-right: 4px;
}

.star-large .on {
  background-position: -20px -20px;
}

.star-small {
  display: inline-block;
  background: url(../images/star_small.png?21ec8ba3) no-repeat 0 0;
  background-size: 60px auto;
  width: 60px;
  height: 10px;
  font-size: 0;
}

.star-small.s1 {
  background-position: 0 -12px;
}

.star-small.s2 {
  background-position: 0 -24px;
}

.star-small.s3 {
  background-position: 0 -36px;
}

.star-small.s4 {
  background-position: 0 -47px;
}

.star-small.s5 {
  background-position: 0 -59px;
}

.star-small.s6 {
  background-position: 0 -71px;
}

.star-small.s7 {
  background-position: 0 -83px;
}

.star-small.s8 {
  background-position: 0 -95px;
}

.star-small.s9 {
  background-position: 0 -106px;
}

.star-small.s10 {
  background-position: 0 -118px;
}

.panel-title {
  margin: 0 10px;
  padding: 4px 0;
  font-size: 16px;
}

.panel-title::before {
  content: "|";
  float: left;
  line-height: normal;
  color: #d63329;
  font-weight: 700;
  margin: 1px 10px 0 0;
}

.panel-title.hr {
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left bottom;
  padding-bottom: 5px;
}

.panel-hd {
  position: relative;
}

.panel-hd .more {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  color: #666;
}

.panel-hd .more::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #9e9e9e;
  border-width: 1px 1px 0 0;
  margin-left: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner-column {
  padding: 10px;
}

.banner-column .col-l,
.banner-column .col-r {
  float: left;
  width: 50%;
}

.banner-column .col-l a,
.banner-column .col-r a {
  display: block;
  text-align: center;
}

.banner-column .col-l a {
  padding-right: 5px;
}

.banner-column .col-r a {
  padding-left: 5px;
}

.tab {
  padding: 8px 10px 0;
}

.tab .item {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 0 solid #cacaca;
  border-width: 1px 0;
  margin-right: -1px;
}

.tab .item a {
  display: block;
  height: 28px;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  text-align: center;
}

.tab .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 0;
  height: 18px;
  border-left: 1px solid #d6d6d6;
}

.tab .item:first-child {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}

.tab .item:first-child:before {
  display: none;
}

.tab .item:last-child {
  border-right-width: 1px;
  border-radius: 0 3px 3px 0;
}

.tab .active {
  z-index: 1;
  background-color: #d6362b;
  border: 1px solid #b61c12;
}

.tab .active a {
  color: #fff;
}

.tab .active:before {
  display: none;
}

.tab.pb {
  padding-bottom: 5px;
}

.main-info {
  position: relative;
  min-height: 64px;
  background-color: #fff;
  border-bottom: 1px dashed #bdbdbd;
  padding: 8px 10px;
}

.main-info .pic {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -32px;
}

.main-info .pic img {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  vertical-align: middle;
}

.main-info .text {
  margin: 0 0 0 72px;
  color: #999;
}

.main-info .text .name {
  font-size: 16px;
  color: #000;
  padding: 2px 0 0;
}

.cate-menu {
  display: none;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cate-menu li {
  float: left;
  width: 33.3%;
}

.cate-menu li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  border: 1px dashed #ccc;
  border-width: 0 1px 1px 0;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
}

.cate-menu li a.press {
  background-color: #ebebeb;
}

.cate-menu li .active {
  color: #d63329;
}

.cate-menu li:nth-child(3n) a {
  border-right: 0 none;
}

.cate-menu .toggle {
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left bottom;
  padding: 4px 0 6px;
  text-align: center;
}

.cate-menu .toggle::before {
  content: "";
  width: 10px;
  height: 6px;
  background-position: 0 -98px;
  vertical-align: middle;
  overflow: hidden;
}

.cate-menu .toggle.press {
  background-color: #ebebeb;
}

.alert {
  position: fixed;
  top: 40%;
  left: 50%;
  display: none;
  max-width: 480px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 40px 10px 10px;
  color: #fff;
  font-size: 16px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.alert .btn {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  background-color: #3089ef;
  color: #fff;
}

.alert .btn.press {
  background-color: #2777d4;
}

.alert .row {
  position: relative;
}

.alert .row .msg {
  padding-right: 80px;
}

.alert .row .btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
}

.alert .alert-close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-position: -20px 0;
}

.alert.no-close {
  padding-right: 10px;
}

.content-404 {
  text-align: center;
}

.content-404 .pic {
  padding-top: 80px;
}

.content-404 .btn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  color: #666;
  font-size: 16px;
  border-radius: 36px;
  padding: 0 16px;
  margin: 30px 0;
}

.content-404 .btn::before {
  content: "";
  float: left;
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAdCAMAAAD8QJ61AAAAVFBMVEUAAAC7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL+7vL/RTZ0fAAAAG3RSTlMAUK4gkEDPgC8RCOO7oPju2m8cJgKogmJdNzWtesNrAAAA2klEQVQoz72QWRKCMBBEA04CZMEQcO3739OJ0SCrVX74fuihXxEyYkpD1Igdggd82O57A8b0W/39CHQdcLyv95L7ixAXNuRaX7RoizEsuAKtTFG2wHXex6Nv7+EWf2baV4Cpx7E2QPXZE+D7yYU9QHkaHKDCbGUKcEPKuuR+seCGjVI/kwUspzk6vm+yOWf8sgc/lF0eYZUC4AUSxWKxSIiOiNy64LhK+zqsC4eU/itoaxirN4UaT+o9wbkvgpS/CqeKcUlwMZ8+hYAMC5mQheFcviCt6Z3PQ+we1uUXb9kwZXwAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 11px 8px 0 0;
}

.content-404 .btn.press {
  background-color: #f7f7f7;
}

.dialog-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  color: #a6a6a6;
}

.dialog-mask a {
  color: #fff;
}

.dialog-bottom-origin {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
}

/** 铃声列表下载begin **/
.dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 80%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dialog .btn-wrap {
  padding: 6px;
}

.dialog .btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #dc4340;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  white-space: nowrap;
}

.dialog .btn.press {
  background-color: #d0352b;
}

.dialog .btn-block {
  display: block;
}

.dialog .pic {
  min-height: 100px;
  background-color: #eaeaea;
  text-align: center;
}

/** 铃声列表下载end **/

/** 常规弹窗begin **/
.dialogx {
  background: url(../images/dialog/dialog-bg.png?3576b3c8) no-repeat;
  background-size: 100% 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 268px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dialogx .seconds {
  background: url(../images/dialog/dialog-round.png?0616e6db) no-repeat;
  background-size: 100%;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #f1f1f1;
  position: absolute;
  top: -50px;
  right: -28px;
}

.dialogx .title {
  background: url(../images/dialog/dialog-title.png?f0e5289b) no-repeat;
  background-size: 100%;
  height: 35px;
  width: 85%;
  position: absolute;
  left: 20px;
  top: -15px;
}

.dialogx .btn-wrap {
  padding: 0 0 15px 18px;
  height: 42px;
}

.dialogx .btn {
  width: 155px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  float: left;
  color: #fff;
}

.dialogx .btn-bg {
  background: url(../images/dialog/dialog-btn-orange.png?ec551c25) no-repeat;
  background-size: 100%;
}

.dialogx .btn-bg.press {
  background: url(../images/dialog/dialog-btn-orange-press.png?b8a9f234)
    no-repeat;
  background-size: 100%;
}

.dialogx .txt-ignore {
  font-size: 10px;
  text-decoration: underline;
  height: 42px;
  line-height: 42px;
  padding-left: 14px;
  color: #fff;
}

.dialogx .btn-block {
  display: block;
}

.dialogx .pic {
  min-height: 100px;
  text-align: center;
  padding: 23px 18px 8px 18px;
}

.dialogx.close {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out; /* Firefox 4 */
  -webkit-transition: all 0.5s ease-out; /* Safari 和 Chrome */
  -o-transition: all 0.5s ease-out; /* Opera */
  transform: translate3d(10%, -175%, 0) rotate(90deg) scale(0.01);
  -ms-transform: translate3d(10%, -175%, 0) rotate(90deg) scale(0.01); /* IE 9 */
  -moz-transform: translate3d(10%, -175%, 0) rotate(90deg) scale(0.01); /* Firefox */
  -webkit-transform: translate3d(10%, -175%, 0) rotate(90deg) scale(0.01); /* Safari 和 Chrome */
  -o-transform: translate3d(10%, -175%, 0) rotate(90deg) scale(0.01); /* Opera */
}

/** 常规弹窗 **/

.dialog1 {
  background: url(../images/dialog/dialog-bg.png?3576b3c8) no-repeat;
  background-size: 100% 99%;
  position: absolute;
  top: 95%;
  left: 103%;
  max-width: 400px;
  width: 268px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.seconds1 {
  background: url(../images/close2.png?9991ec1e) no-repeat;
  background-size: 100%;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #f1f1f1;
  position: absolute;
  top: -40px;
  margin-left: 45px;
}

/* 底层广告 begin */
.dialog-top {
  width: 100%;
  height: 100%;
}

.dialog-bottom {
  position: fixed;
  max-width: 400px;
  width: 100%;
}

.dialog-bottom.position {
  bottom: 0;
}

.dialog-bottom.position-mini {
  bottom: 88px;
}

.dialog-bottom .buttons {
  width: 280px;
  height: 37px;
  overflow: hidden;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 40px;
  font-size: 18px;
}

.dialog-bottom .btn {
  line-height: 39px;
  height: 39px;
  float: left;
  text-align: center;
  white-space: nowrap;
}

.dialog-bottom .dialog-skip {
  width: 100px;
}

.dialog-bottom .dialog-download {
  margin-left: 30px;
  width: 150px;
}

.dialog-bottom .btn-skip {
  background: url(../images/dialog/dialog-skip.png?3bd7ef48) no-repeat;
  background-size: 100px 39px;
  color: #7ce5ff;
}

.dialog-bottom .btn-skip.press {
  background: url(../images/dialog/dialog-skip-down.png?2b7b10fb) no-repeat;
  background-size: 100px 39px;
  color: #7ce5ff;
}

.dialog-bottom .btn-skip-id {
  color: #cfcabd;
  background: url(../images/dialog/dialog-skip-id.png?d64ff92c) no-repeat;
  background-size: 100px 39px;
}

.dialog-bottom .btn-skip-id.press {
  color: #cfcabd;
  background: url(../images/dialog/dialog-skip-down-id.png?36125b0d) no-repeat;
  background-size: 100px 39px;
}

.dialog-bottom .btn-download-in {
  background: url(../images/dialog/dialog-download.png?1acb7cd2) no-repeat;
  background-size: 150px 39px;
}

.dialog-bottom .btn-download-in.press {
  background: url(../images/dialog/dialog-download-down.png?feae4089) no-repeat;
  background-size: 150px 39px;
}

.dialog-bottom .btn-download-id {
  background: url(../images/dialog/dialog-download-id.png?e5e08b12) no-repeat;
  background-size: 150px 39px;
}

.dialog-bottom .btn-download-id.press {
  background: url(../images/dialog/dialog-download-down-id.png?6fcd172a)
    no-repeat;
  background-size: 150px 39px;
}

.dialog-bottom .btn-block {
  display: block;
}

.dialog-bottom .pic {
  min-height: 100px;
  text-align: center;
}

/* 底层广告 end */

.dialog-round {
  border-radius: 6px;
}

.dialog-close {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
  width: 20px;
  height: 20px;
  background-position: -20px -151px;
}

#domainDialog .dialog {
  border-top: rgb(193, 36, 33) solid 2px;
  width: 80%;
}

#domainDialog .img {
  padding: 10px;
  text-align: center;
}

#domainDialog .content {
  padding: 10px 0 10px 0;
  text-align: center;
}

#domainDialog .l1 {
  color: #000000;
  font-size: 18px;
  line-height: 27px;
}

#domainDialog .l2 {
  color: rgb(160, 160, 160);
  font-size: 14px;
  line-height: 21px;
}

#domainDialog .l3 {
  color: rgb(227, 69, 66);
  font-size: 14px;
  line-height: 21px;
}

#domainDialog .btn-wrap {
  border-top: rgb(160, 160, 160) solid 1px;
}

#domainDialog .dialog-close {
  width: 27px;
  height: 27px;
  background: url(../images/close.png?7557db09) 0 0;
  background-size: 27px 27px;
}

.down-wrap {
  padding: 15px 0 5px;
}

.files-down-wrap {
  background-color: #fff;
  padding: 15px 10px 5px;
  border-bottom: 1px dashed #bdbdbd;
}

.files-down-wrap .btn {
  float: left;
  display: inline-block;
  min-width: 140px;
  width: 48%;
  height: 32px;
  line-height: 32px;
  background-color: #6bb856;
  border: 1px solid #519535;
  margin-bottom: 10px;
  color: #f5f5f5;
  text-align: center;
  white-space: nowrap;
  border-radius: 2px;
}

.files-down-wrap .btn.press {
  background-color: #60a44c;
}

.files-down-wrap .btn-apk {
  margin-right: 4%;
}

.files-down-wrap .size {
  color: #daffd0;
}

.helpContent img {
  width: 80%;
  max-width: 381px;
  margin: 5px 0;
}

.panel-how-to-use {
  background-color: #fff;
  padding: 0 0 10px 0;
}

.panel-how-to-use .panel-ft {
  padding: 5px 10px 0 12px;
  text-align: right;
  color: #666;
}

.panel-unpack-tools {
  background-color: #fff;
  padding: 0 0 10px 0;
  border-top: 1px dashed #bdbdbd;
}

@media screen and (max-width: 320px) {
  .cate-menu a {
    font-size: 12px;
  }
}

/* 星座专用 开始**********************************************************************************/
.astro {
  background-color: rgb(19, 18, 26);
}

.astro .title {
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 35px 0 8px 0;
}

.astro .title hr {
  display: list-item;
  list-style: none;
  margin: 8px auto;
  width: 24px;
  height: 3px;
  background-color: #fffde9;
}

.astro .menu {
  margin: 0 15px;
  vertical-align: middle;
}

.astro .menu .column {
  vertical-align: middle;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
}

.astro .menu .cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  vertical-align: middle;
}

.astro .menu .cell img {
  text-align: center;
}

.astro .menu .cell span {
  font-size: 14px;
  color: #fff;
}

.astro .list {
  background-color: #fff;
}

.astro .list .summary {
  position: relative;
  border-bottom: solid 1px #e6e6e6;
  min-height: 80px;
}

.astro .list .summary .icon {
  position: absolute;
  margin: 8px 15px 0 15px;
  width: 64px;
}

.astro .list .summary .tip {
  margin: 0 15px 0 90px;
  padding: 15px 0;
  border: 0;
  font-size: 15px;
  line-height: 21px;
  color: #4b2e2a;
}

.astro .list .intro {
  border-bottom: solid 1px #e6e6e6;
}

.astro .list .intro img {
  width: 100%;
}

.astro .spacing {
  height: 15px;
}

.astro .item {
  margin: 0 15px;
  list-style: none;
}

.astro .pic {
  width: 53px;
  height: 53px;
  margin-top: 15px;
  top: 0%;
}

.astro .info {
  margin: 0 0 0 68px;
}

.astro .name {
  font-size: 15px;
  color: #4b2e2a;
  margin-bottom: 2px;
}

.astro .name:after {
  display: none;
}

.astro .mid {
  font-size: 12px;
  color: #a08f8d;
  margin-bottom: 3px;
}

.astro .other {
  font-size: 12px;
  color: #a08f8d;
}

.astro .btn-download {
  position: static;
  margin: 0 0 17px 0;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  border: 8px;
  border-radius: 8px;
  background-color: rgb(49, 191, 38);
}

/* 星座专用 结束**********************************************************************************/

/*底部9Apps下载悬浮Banner 开始*/
.bottom-download-dialog {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  display: none;
}

.bottom-download-dialog .panel-left {
  float: left;
  margin-right: 94px;
}

.bottom-download-dialog .panel-left a {
  float: left;
}

.bottom-download-dialog .panel-left .bottom-download-close {
  display: inline-block;
  padding: 16px 8px;
}

.bottom-download-dialog .panel-left .close {
  width: 12px;
  height: 12px;
}

.bottom-download-dialog .icon {
  width: 28px;
  height: 28px;
  margin: 9px 0;
  position: absolute;
  left: 28px;
}

.bottom-download-dialog .title {
  color: #fff;
  padding: 0 10px 0 36px;
  display: table;
}

.bottom-download-dialog .title-high {
  color: #ffe500;
}

.bottom-download-dialog .title p {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  line-height: 14px;
}

.bottom-download-dialog .panel-right {
  color: #fff;
  margin: 9px 12px 9px 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bottom-download-dialog .panel-right .bottom-download-btn {
  color: #ffffff;
  border-radius: 2px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  background-color: #4288df;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
}

/*底部9Apps下载悬浮Banner 结束*/

.no-border {
  border: 0;
  background: none;
}

.dialog-sticker-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.dialog-sticker-mask .stickerDialog {
  position: absolute;
  top: 40%;
  border-radius: 5px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.dialog-sticker-mask .stickerDialog .pic {
  padding: 10px;
  margin: 10px 10px 20px 10px;
}

.dialog-sticker-mask .stickerDialog .aLable {
  text-decoration: underline;
}

.icon-stickerhelp {
  background: url(../images/sticker/information.png?23adb607) no-repeat 0 0;
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px auto;
  position: relative;
  top: 7px;
  display: inline-block;
  margin-right: 10px;
}

.list .video {
  position: absolute;
  top: 50%;
  left: auto;
  width: 80px;
  height: 50px;
  margin-top: -25px;
}

.list .video img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.list .video_info {
  margin: 0 0 0 90px;
  font-size: 12px;
  max-width: 250px;
}

.list .video_info .video-name {
  padding-bottom: 2px;
}

.list .video_info .video-description {
  float: left;
  display: block;
  height: auto;
  line-height: 12px;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.video_info .name {
  padding-bottom: 10px;
}

.video-header .go-back i {
  display: inline-block;
  background: url(../images/sp.png?03c5725f) no-repeat 200em 0;
  background-size: 68px auto;
  overflow: hidden;
  color: transparent;
}

.video-header {
  position: relative;
  z-index: 1;
  height: 44px;
  background-color: #aeaeae;
}

.video-header .logo img {
  width: 60px;
  height: 14px;
  margin: 15px 0 0 10px;
}

.video-header .go-back i {
  width: 7px;
  height: 12px;
  background-position: 0 -120px;
  margin-top: 8px;
  margin-left: 10px;
}

.dialog-prompt-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.dialog-prompt-mask .dialog {
  top: 45%;
  background-color: transparent;
  color: #333333;
}

.dialog-prompt-mask .dialog .content {
  height: 90px;
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  background-image: url(../images/sticker/question_big.png?8b3966b9);
  background-position: 28px center;
  background-repeat: no-repeat;
  background-size: 40px;
}

.dialog-prompt-mask .dialog .content > p {
  display: table-cell;
  height: 90px;
  vertical-align: middle;
  padding-left: 85px;
  padding-right: 20px;
}

.dialog-prompt-mask .dialog .button {
  line-height: 48px;
  text-align: center;
  font-size: 15px;
  overflow: hidden;
}

.dialog-prompt-mask .dialog .button .cancel {
  display: inline-block;
  width: 50%;
  float: left;
  background-color: #edf0f2;
  color: #333333;
  border-radius: 0 0 0 4px;
}

.dialog-prompt-mask .dialog .button .help {
  display: inline-block;
  width: 50%;
  float: left;
  color: #ffffff;
  background-color: #d63329;
  border-radius: 0 0 4px 0;
}

.dialog-prompt-mask .dialog .button .submit {
  height: 48px;
  border: 0;
  font-size: 15px;
  text-align: center;
}

.adv-bg {
  background-color: #fff;
}

.adv-margin {
  background-color: #f5f5f5;
  margin-bottom: 8px;
}

/************************Style for sub nav bar of apps/games children pages begin**************************/
.sub-nav {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}

.sub-nav .item {
  border: 0;
}

.sub-nav .item a {
  height: 40px;
  line-height: 40px;
}

.sub-nav .item:before,
.sub-nav .active:before {
  z-index: 5;
}

.sub-nav .item:before {
  height: 30px;
}

.sub-nav .active {
  background-color: #fff;
}

.sub-nav .active a {
  color: #d6362b;
}

.sub-nav .active:before {
  display: block;
}

.sub-nav .item a img {
  height: 18px;
  margin-top: 11px;
  margin-right: 4px;
}

.category-list {
  overflow: hidden;
  background-color: #fff;
  margin-top: 10px;
}

.category-list .item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  padding: 15px 10px;
}

.category-list .item:last-child {
  border-bottom: 0;
}

.category-list .item:nth-child(odd) {
  border-right: 1px solid #c6c6c6;
}

.category-list .item .inner {
  position: relative;
  color: #333;
  display: block;
  overflow: hidden;
}

.category-list .item .title {
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
}

.category-list .item .icon-cate {
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  margin: 8px 0 0 0;
}

.category-list .item .descr {
  padding: 14px 0 0 10px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
}

.category-list .item .inner::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/sp.png?03c5725f) no-repeat 0 -135px;
  background-size: 68px auto;
  right: 5px;
  bottom: 0;
  width: 6px;
  height: 11px;
  margin-top: -5px;
}

/************************Style for sub nav bar of apps/games children pages end**************************/

/************************Style for featured pages end**************************/
.content,
.list-wrap,
#refreshList,
.featured-tpl,
.featured-tpl .index-banner {
  width: 100%;
  overflow: hidden;
}

.featured-tpl {
  margin-top: 6px;
  position: relative;
}

.featured-tpl.margin-top {
  margin-top: 0;
}

.featured-tpl .index-apps .item-align {
  max-width: 70px;
}

.featured-tpl .index-apps .pic {
  width: 70px;
  height: 70px;
}

.featured-tpl .panel-title {
  padding: 0;
  height: 36px;
  line-height: 36px;
}

.featured-tpl .panel-title::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #d63329;
  margin: 8px 10px 8px 0;
}

.featured-tpl .titleBox .more {
  background-size: 8px;
  top: 8px;
}

.featured-tpl .iscroll-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.featured-tpl .list {
  background-color: #f5f5f5;
}

.featured-tpl .list .name:after {
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.featured-tpl .normal-apps {
  padding: 0;
  display: block;
  overflow: hidden;
}

.featured-tpl .normal-apps li.item {
  -webkit-box-flex: 0;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.featured-tpl .normal-apps li.item:nth-child(even) {
  border-left: 1px solid #e0e0e0;
}

.featured-tpl .normal-apps .item > a.inner {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.featured-tpl .normal-apps .name {
  position: relative;
  color: #333;
  overflow: hidden;
  height: 23px;
  line-height: 20px;
  font-size: 12px;
  white-space: nowrap;
  max-width: 100%;
}

.featured-tpl .normal-apps .name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    #ffffff
  );
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.featured-tpl .normal-apps .pic {
  position: absolute;
  width: 65px;
  height: 65px;
}

.featured-tpl .normal-apps .pic img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.featured-tpl .normal-apps .info {
  margin: 0 0 0 74px;
  font-size: 12px;
}

.featured-tpl .normal-apps .info .other {
  margin: -6px 0 0 0;
  padding: 3px 0;
}

.featured-tpl .normal-apps .info .mid {
  padding-bottom: 3px;
}

.featured-tpl .info .mid,
.featured-tpl .info .other {
  white-space: nowrap;
}

.featured-tpl .normal-apps .btn-download {
  display: inline-block;
  padding: 0 7px;
  height: 26px;
  line-height: 26px;
}

.featured-tpl .info .badge {
  padding: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 10px;
}

.featured-tpl .info .badge-new {
  color: #4bea4f;
  border: 1px solid #4bea4f;
}

.featured-tpl .info .badge-hot {
  color: #d6362b;
  border: 1px solid #d6362b;
}

.featured-tpl .info .d-num {
  font-size: 9px;
  color: #999;
}

.featured-tpl .info .d-num span {
  padding-left: 12px;
}

.featured-tpl .info .d-num::before {
  position: absolute;
  content: "";
  background: url(../images/sticker/download.png?15fc658e) no-repeat left center;
  height: 10px;
  width: 10px;
  background-size: 8px;
}

.featured-tpl .game-list {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: -10px 0;
}

.featured-tpl .game-list .item {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 10px 0;
  border-bottom: 2px solid #f5f5f5;
}

.featured-tpl .game-list .item-align {
  max-width: 60px;
}

.featured-tpl .game-list .pic {
  width: 60px;
  height: 60px;
}

.featured-tpl .game-list .no-border-bottom {
  border-bottom: none;
}

/************************Style for featured pages end**************************/
/************************ Search Hot Words refresh Button begin****************/
.btn-refresh {
  height: 22px;
  background: url(../images/refresh.png?4cd29124) no-repeat;
  background-size: 22px auto;
  line-height: 22px;
  border-radius: 2px;
  color: #666;
  width: 28px;
  display: block;
  text-align: center;
  overflow: hidden;
}

.hot-keywords .btn-refresh {
  height: 24px;
  background: url(../images/refresh.png?4cd29124) no-repeat center center;
  background-size: 14px auto;
  line-height: 24px;
  width: 16px;
}

/************************ Search Hot Words refresh Button end******************/
/************************ Indonesia New Special List Page begin****************/
.new_special_list_content {
  background-color: #eeeeee;
  border-top: solid 1px #d9d9da;
  padding-top: 4px;
}

.new_special_list_content .special_item {
  border: 0;
  background-color: #ffffff;
  margin-top: 8px;
}

.new_special_list_content .special_item .inner::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/sp.png?03c5725f) no-repeat 0 -135px;
  background-size: 68px auto;
  right: 5px;
  bottom: 50px;
  width: 6px;
  height: 11px;
  margin-top: -5px;
}

.special_recommend_item_list {
  display: -webkit-box;
  background-color: #ffffff;
  padding: 10px 0 10px 0;
}

.special_recommend_item_list li {
  -webkit-box-flex: 1;
  display: list-item;
  text-align: -webkit-match-parent;
}

.special_recommend_item_list .item-align {
  margin: 0 auto;
  padding: 0 auto;
  max-width: 60px;
}

.special_recommend_item_list .item .pic {
  position: relative;
  width: 60px;
  height: 60px;
}

.special_recommend_item_list .item .pic .badge {
  position: absolute;
  top: -6px;
  right: -8px;
  display: block;
  width: 26px;
  height: 17px;
  color: transparent;
  overflow: hidden;
  background: url(../images/sp.png?03c5725f) no-repeat 200em 0;
  background-size: 72px auto;
}

.special_recommend_item_list .item .pic .badge-hot {
  background-position: -22px -92px;
}

.special_recommend_item_list .item .pic .badge-new {
  background-position: -22px -109px;
}

.special_recommend_item_list .item .btn-download {
  position: relative;
  margin: 0 auto;
}

.special_recommend_item_list .list .info {
  margin: 0 auto;
}

.special_recommend_item_list .sname {
  color: #333;
  margin-top: 6px;
  overflow: hidden;
  height: 28px;
  max-width: 60px;
  font-size: 10px;
  font-weight: 700;
}

.special_recommend_item_list .apps li.item {
  -webkit-box-flex: 0;
}

.special_recommend_item_list .btn-download {
  display: block;
  height: 28px;
  line-height: 28px;
  padding: 0 6px;
  overflow: hidden;
  background-color: #6bb856;
  border: 1px solid #519535;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  min-width: 52px;
}

.special_recommend_item_list .btn-download.press {
  background-color: #60a44c;
}

/************************ Indonesia New Special List Page end******************/

/************************ Style for Sticker Rank begin******************/
.sr-dialog-prompt-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.sr-dialog-prompt-mask .dialog {
  top: 45%;
  background-color: transparent;
  color: #333333;
}

.sr-dialog-prompt-mask .dialog .content {
  height: 90px;
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  background-image: url(../images/sticker/question_big.png?8b3966b9);
  background-position: 28px center;
  background-repeat: no-repeat;
  background-size: 40px;
}

.sr-dialog-prompt-mask .dialog .content > p {
  display: table-cell;
  height: 90px;
  vertical-align: middle;
  padding-left: 85px;
  padding-right: 20px;
}

.sr-dialog-prompt-mask .dialog .button {
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  overflow: hidden;
}

.sr-dialog-prompt-mask .dialog .button .help {
  display: inline-block;
  width: 50%;
  float: left;
  color: #ffffff;
  background-color: #d63329;
  border-radius: 0 0 4px 0;
}

.sr-dialog-prompt-mask .dialog .button .ok {
  background-color: #d73a30;
  width: 100%;
  height: 100%;
  display: inline-block;
}

/************************ Style for Sticker Rank end******************/
.dialog-mask .loadingImage {
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
}

.dialog-mask .loadingImage span {
  background: url(../images/loading.png?5437a9ba) no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-animation-name: loading;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: loading;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: loading;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}

.adultSwitchContent {
  padding-top: 10px;
  margin-top: 10px;
  width: 93%;
  height: 23px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-top: 1px solid #c6c6c6;
}

.adultSwitchContent .title {
  color: #666666;
  font-size: 15px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  height: 35px;
  line-height: 35px;
}

.adultSwitchContent .switch {
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
  text-align: center;
}

.adultSwitchContent .switch .button {
  width: 80px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  font-size: 18px;
  position: absolute;
  right: 5px;
}

.adultSwitchContent .switch .button.on {
  background-color: #e74c42;
  color: #fff;
}

.adultSwitchContent .switch .button.on:after {
  content: "Open";
}

.adultSwitchContent .switch .button.off {
  background-color: #e6e6e6;
  border: 1px solid #d7d7d7;
  color: #999;
}

.adultSwitchContent .switch .button.off:after {
  content: "Close";
}

.adu-dialog-prompt-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.adu-dialog-prompt-mask .dialog {
  top: 45%;
  background-color: transparent;
  color: #333333;
}

.adu-dialog-prompt-mask .dialog .content {
  height: 118px;
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  background-image: url(../images/sticker/question_big.png?8b3966b9);
  background-position: 20px 15px;
  background-repeat: no-repeat;
  background-size: 40px;
}

.adu-dialog-prompt-mask .dialog .content > p {
  display: table-cell;
  height: 35px;
  vertical-align: middle;
  padding: 17px 10px 8px 75px;
}

.adu-dialog-prompt-mask .dialog .button {
  line-height: 34px;
  text-align: center;
  font-size: 15px;
  overflow: hidden;
}

.adu-dialog-prompt-mask .dialog .button .cancel {
  display: inline-block;
  width: 50%;
  float: left;
  background-color: #edf0f2;
  color: #333333;
  border-radius: 0 0 0 4px;
  box-sizing: border-box;
}

.adu-dialog-prompt-mask .dialog .button .help {
  display: inline-block;
  width: 50%;
  float: left;
  color: #ffffff;
  background-color: #d63329;
  border-radius: 0 0 4px 0;
}

.adu-dialog-prompt-mask .dialog .button .submit {
  height: 48px;
  border: 0;
  font-size: 15px;
  text-align: center;
}

.adu-dialog-prompt-mask .button .ok {
  color: #fff;
  background-color: #d73329;
  width: 50%;
  display: inline-block;
  border-radius: 0 0 4px 0;
  box-sizing: border-box;
  float: right;
}

.adu-dialog-prompt-mask .recommend {
  width: 100%;
  font-size: 12px;
  color: #8b8a8a;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
}

.seo-dialog-layer {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
}

.seo-dialog-layer .seo-dialog {
  /*background: url(../images/seo_dialog_bg.png?c7ef86a6) 0px 0px no-repeat;*/
  max-width: 300px;
  /*background-size: 100% auto;*/
  padding: 0px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*margin-left: -150px;*/
  /*margin-top: -212px;*/
}

.seo-dialog-layer .seo-dialog .main-seo-dialog {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.seo-dialog-layer .seo-dialog .close-button-seo-dialog {
  display: block;
  width: 14px;
  height: auto;
  position: absolute;
  top: 15px;
  right: 15px;
}

.seo-dialog-layer .seo-dialog .download-button-seo-dialog {
  height: 36px;
  border-radius: 3px;
  background: #fff;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #e63732;
  text-transform: uppercase;
  line-height: 36px;
  font-weight: bold;
  display: block;
  position: absolute;
  width: 86%;
  left: 7%;
  bottom: 20px;
}

.seo-keywords {
  margin-top: 30px;
  margin-bottom: 10px;
}

.seo-keywords .seo-keywords-header {
  font-size: 18px;
  color: #808080;
  text-align: center;
  margin: 0px 0px 20px;
}

.seo-keywords .seo-keywords-header span {
  display: inline-block;
}

.seo-keywords .seo-keywords-header span:after,
.seo-keywords .seo-keywords-header span:before {
  background: #ec2c3e;
  display: inline-block;
  content: "";
  height: 2px;
  width: 14px;
  margin-left: 5px;
  vertical-align: middle;
}

.seo-keywords .seo-keywords-header span:before {
  margin-left: 0px;
  margin-right: 5px;
}

.seo-keywords .seo-keywords-content a {
  border-top: 1px solid #c6c6c6;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0px 15px;
}

.seo-keywords .seo-keywords-content a,
.seo-keywords .seo-keywords-content a:visited {
  font-size: 12px;
  color: #aaa;
  text-decoration: none;
}

.banner-480-180 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 0;
  width: 100%;
  padding-top: 37.5%;
  overflow: hidden;
}

.banner-480-180 > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

.more-plus {
  box-sizing: border-box;
  text-align: center;
  padding: 10px 7px;
}

.more-plus a {
  border-radius: 4px;
  background-color: #e6e6e6;
  border: 1px solid #d7d7d7;
  display: inline-block;
  width: 100%;
  color: #999999;
  font-size: 14px;
}

.more-plus a:active {
  background-color: #d0d0d0;
}

.more-plus a .icon-more {
  display: inline-block;
  position: relative;
  line-height: 38px;
  padding-left: 28px;
}

.more-plus a .icon-more:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../images/sp_audio.png?03a727b8) no-repeat 0 0;
  background-size: 40px auto;
  color: transparent;
  width: 20px;
  height: 20px;
  left: 0;
  top: 9px;
}

/*business banner*********************************************************************************************************/
.index-all-module-head {
  height: 40px;
  overflow: hidden;
  background-color: #3a3a3a;
  vertical-align: middle;
  position: relative;
}

.speaker-module {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  float: left;
}

.busicapp-module {
  width: 28px;
  height: 28px;
  margin-top: 6px;
  margin-right: 10px;
  float: right;
  border-radius: 6px;
}

.busicapp-btn-download {
  display: block;
  height: 24px;
  width: 74px;
  overflow: hidden;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: auto;
  margin-top: 7px;
  margin-bottom: -7px;
  line-height: 25px;
  margin-right: 38px;
  float: right;
  border-radius: 3px;
}

.font-download {
  margin-top: 12px;
  color: #ffffff;
  font-size: 13px;
  float: left;
  position: absolute;
  left: 42px;
  right: 162px;
}

.close-module {
  right: 10px;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
}

.aslk-btn-download {
  display: block;
  height: 24px;
  line-height: 26px;
  overflow: hidden;
  background-color: #6bb856;
  border: 1px solid #519535;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  width: 60px;
  margin: 0 auto;
  margin-top: 10px;
}

.detail-img-module {
  margin-top: 16px;
}

.recommand-btn {
  left: 70%;
}

.recommand-info {
  padding: 0;
}

.detail-name-font {
  margin-top: 6px;
}

.line-sperate {
  width: 100%;
  float: left;
  margin-left: -12px;
  margin-right: -10px;
  background-image: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0),
    #979797
  );
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #979797);
  background-position: left bottom;
  padding: 0 10px 0 12px;
  height: 1px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.detail-right-src {
  position: fixed;
  right: 0px;
  bottom: 75px;
}

.text-show {
  margin-left: 7px;
}

.detail-recomm-pack {
  display: inline-block;
  margin-right: 115px;
  position: relative;
}

.recommand-info .pic {
  margin-top: 0 !important;
  top: 0;
}

.recommand-info .detail-img-module {
  margin-top: 6px;
}

.recommand-info .text {
  margin-right: 0 !important;
}

.recommand-info .text .other {
  word-break: break-word; /*支持IE，chrome，FF不支持*/
  　　word-wrap: break-word;
}

.xfimg {
  width: 58px;
  height: 58px;
}

.dialog-9pk {
}

.dialog-9pk .dialog {
  box-sizing: content-box;
  background: url(../images/dialog/dialog-9pk-bg.png?0e951c25) no-repeat;
  background-size: 100%;
  padding-top: 113.4%;
  height: 0;
  max-width: 100%;
}

.dialog-9pk .dialog-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.dialog-9pk .dialog-content .title {
  position: absolute;
  top: 8.82%;
  left: 7.5%;
  width: 85%;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.dialog-9pk .dialog-content .tip {
  position: absolute;
  top: 22.8%;
  left: 3%;
  width: 94%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

.dialog-9pk .button {
  position: absolute;
  width: 100%;
  bottom: 14.8%;
}

.dialog-9pk .download-button {
  position: absolute;
  width: 85%;
  left: 7.5%;
  height: 35px;
  border-radius: 4px;
  background-color: white;
  color: #e63732;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  margin: 0 auto;
}

.dialog-9pk .close-button {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/dialog/dialog-9pk-close.png?baa0be46) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

.seo-9apps-dialog {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  /*background: rgba(221, 29, 28, 0.88);*/
  /*height: 86px;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.seo-9apps-dialog .main-content {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.seo-9apps-dialog .seo-9apps-download-button {
  display: block;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border-radius: 3px;
  color: #dd1d1c;
  position: absolute;
  right: 10px;
  text-align: center;
  padding: 0px 8px;
  top: 50%;
  margin-top: -16px;
}

.seo-9apps-dialog .seo-9apps-banner {
  width: 100%;
  /*height: 80px;*/
}

.seo-9apps-dialog .seo-9apps-text {
  width: 130px;
  height: auto;
  position: relative;
  top: 12px;
  left: 9px;
}

.seo-9apps-dialog .seo-9apps-close-button {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.seo-9apps-dialog .seo-9apps-close-button img {
  width: 8px;
  height: auto;
  position: absolute;
  right: 0px;
  top: 0px;
}

/***************** 应用详情页下载弹窗 begin********************/
.dlg-detail-down-apk .dialog {
  background-color: transparent;
}

.dlg-detail-down-apk.show {
  display: block;
}

.dlg-detail-down-apk .dialog-content {
  position: relative;
}

.dlg-detail-down-apk .button {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  bottom: 32px;
}

.dlg-detail-down-apk .button .download-button {
  display: inline-block;
  width: 100%;
  height: 32px;
  margin-bottom: 12px;
  text-align: center;
  border-radius: 4px;
  line-height: 32px;
  font-weight: bold;
  font-size: 12px;
}

.dlg-detail-down-apk .button .download-button.btn-get-apk {
  background-color: #fff000;
  border: 1px solid #fff000;
  color: #e9004d;
}

.dlg-detail-down-apk .button .download-button.btn-get-apk.hover,
.dlg-detail-down-apk .button .download-button.btn-get-apk:active {
  background-color: #f0e100;
  border: 1px solid #f0e100;
}

.dlg-detail-down-apk .button .download-button.btn-continue {
  background-color: transparent;
  border: 1px solid #fff000;
  color: #fff000;
}

.dlg-detail-down-apk .button .download-button.btn-continue.hover,
.dlg-detail-down-apk .button .download-button.btn-continue:active {
  border: 1px solid #f0e100;
  background-color: rgba(0, 0, 0, 0.09);
}

.dlg-detail-down-apk .button .hide-dlg {
  font-size: 9px;
  position: absolute;
  width: 260px;
  left: 50%;
  margin-left: -130px;
  color: #fff000;
  line-height: 18px;
  text-align: center;
  top: 88px;
  text-decoration: underline;
}

.dlg-detail-down-apk .close-button {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../images/btn-close.png?1382b513) no-repeat right top;
  background-size: 20px 20px;
  top: 15px;
  right: 15px;
}

/***************** 应用详情页下载弹窗 end********************/
