html, body {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    font-family: -apple-system;
}
div {
    display: block;
}
h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
h1, h2, h3, h4, h5 {
    font-size: 1em;
    font-weight: 400;
    color: #111;
}
abbr, blockquote, body, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hgroup, input, legend, li, ol, p, pre, ul {
    margin: 0;
    padding: 0;
}
a {
    color: #0070c9;
}
img {
    width: 100%;
}

img {
    border: 0;
    vertical-align: middle;
}


.small-5 {
    width: 38.38308%;
}
.section--bordered {
    border-top: 1px solid #e5e5e5;
}

.section {
    padding-top: 16px;
    padding-bottom: 16px;
}

.section--hero {
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.l-content-width {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
}

.section__headline {
    font-weight: 600;
    margin-bottom: .85em;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .02em;
}
.we-truncate--single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.we-truncate {
    position: relative;
}
.we-clamp {
    overflow: hidden;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: right bottom;
    mask-position: right bottom;
}
.l-row--peek {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    margin-left: -6.25vw;
    margin-right: -6.25vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
}

.l-row {
    margin-left: -3.39506%;
}
.l-row {
    padding: 0;
    font-size: 0;
}
.l-row--peek .l-column:first-child {
    margin-left: 0;
}
.l-row--peek .l-column {
    white-space: normal;
    padding-bottom: .75em;
}
.l-row--peek .small-2 {
    width: 42.10821vw;
}
.footnote:hover, .localnav-title a, .localnav-title a:hover, a:active, a:link, a:visited, sup a:hover {
    text-decoration: none;
}


.wechat-tip {
position: fixed;
z-index: 3000;
/*top: 0;
left: 0;*/
width: 100%;
height: 100%;
background: rgba(0,0,0,.7) url(../img/wx_tips_bg.png) no-repeat;
-webkit-background-size: 100% auto;
background-size: 100% auto;
}
.popup-template-safari {
padding: 30px 35px;
position: relative;
}
.popup-template-safari .safari-copy {
position: absolute;
background-image: -webkit-linear-gradient(right,#0acffe,#3c7bff);
background-image: -webkit-gradient(linear,right top,left top,from(#0acffe),to(#3c7bff));
background-image: -moz-linear-gradient(right,#0acffe,#3c7bff);
background-image: linear-gradient(to left,#0acffe,#3c7bff);
border: 0;
color: #fff;
text-align: center;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
right: 35px;
top: 30px;
bottom: 30px;
padding: 0 10px;
}
.popup-template-safari input {
display: block;
background-color: #f2f6f9;
border: 0;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 10px;
color: #9b9b99;
width: calc(100% - 56px);
text-overflow: ellipsis;
}


.localnav {
    position: -webkit-sticky;
    position: sticky;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    min-width: 320px;
    z-index: 9997;
    background-color: rgba(255,255,255,.9); 
}
.localnav-title {
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .012em;
    display: inline-block;
    margin-top: 16px;
    height: 48px;
}
.localnav-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: background-color .5s cubic-bezier(.28,.11,.32,1);
    transition: background-color .5s cubic-bezier(.28,.11,.32,1);
}
.localnav-background:after {
    margin-left: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51,51,51,.2);
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    height: 1px;
    z-index: 1;
}
.localnav-content {
    margin: 0 auto;
    max-width: 980px;
    /*padding: 0 22px;*/
    padding: 0 16px;
    position: relative;
    z-index: 2;
    padding-left: calc(22px + constant(safe-area-inset-left));
    padding-right: calc(22px + constant(safe-area-inset-right));
}
.localnav-content-h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.appdetails {
    -webkit-transition: opacity 250ms cubic-bezier(.21,.11,.18,1);
    transition: opacity 250ms cubic-bezier(.21,.11,.18,1);
    padding-top: 20px;
    padding-bottom: 32px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
}
.appdetails-icon {
    vertical-align: top!important;
    /*margin-left: 3.28358%;*/
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    width: 15vw;
}
.ios-app-icon {
    width: 100%;
    margin: 0;
    position: relative;
    display: block;
    z-index: 1;
}
.ios-app-icon::before {
    border: none;
    border-radius: 0;
    background: url(icon-app-mask-border.svg) center/cover no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    z-index: 1;
}
.ios-app-icon-img {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.41%22%20clip-rule%3D%22evenodd%22%20version%3D%221.1%22%20viewBox%3D%220%200%20460%20460%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M460%20316.1c0%205.5%200%2010.99-.04%2016.48-.03%204.63-.08%209.26-.2%2013.88a201.73%20201.73%200%200%201-2.66%2030.21c-1.71%2010-4.9%2019.68-9.47%2028.73a96.6%2096.6%200%200%201-42.23%2042.23%20101.86%20101.86%200%200%201-28.71%209.46c-10%201.65-20.1%202.54-30.22%202.66a649%20649%200%200%201-13.88.21c-5.5.03-10.99.03-16.48.03H143.89c-5.49%200-10.98%200-16.48-.03a648.8%20648.8%200%200%201-13.88-.2%20201.46%20201.46%200%200%201-30.22-2.67c-9.99-1.7-19.67-4.9-28.71-9.46a96.61%2096.61%200%200%201-42.23-42.22%20101.96%20101.96%200%200%201-9.47-28.74%20201.6%20201.6%200%200%201-2.66-30.2c-.12-4.63-.18-9.26-.2-13.89C0%20327.08%200%20321.6%200%20316.1V143.9c0-5.5%200-11%20.04-16.5.02-4.62.08-9.25.2-13.87a201.64%20201.64%200%200%201%202.66-30.2c1.71-10%204.9-19.68%209.47-28.74A96.6%2096.6%200%200%201%2054.6%2012.36%20101.96%20101.96%200%200%201%2083.3%202.9c10-1.64%2020.1-2.53%2030.22-2.66%204.63-.12%209.26-.18%2013.88-.2%205.5-.03%2011-.03%2016.48-.03H316.1c5.5%200%2011%200%2016.49.03a649%20649%200%200%201%2013.88.2c10.12.13%2020.22%201.02%2030.21%202.66%2010%201.71%2019.67%204.9%2028.72%209.46a96.58%2096.58%200%200%201%2042.24%2042.23%20101.92%20101.92%200%200%201%209.46%2028.73%20201.7%20201.7%200%200%201%202.66%2030.21c.12%204.63.18%209.26.2%2013.88.04%205.5.04%2010.99.04%2016.48V316.1z%22%2F%3E%3C%2Fsvg%3E%0A") center/cover no-repeat;
    mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.41%22%20clip-rule%3D%22evenodd%22%20version%3D%221.1%22%20viewBox%3D%220%200%20460%20460%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M460%20316.1c0%205.5%200%2010.99-.04%2016.48-.03%204.63-.08%209.26-.2%2013.88a201.73%20201.73%200%200%201-2.66%2030.21c-1.71%2010-4.9%2019.68-9.47%2028.73a96.6%2096.6%200%200%201-42.23%2042.23%20101.86%20101.86%200%200%201-28.71%209.46c-10%201.65-20.1%202.54-30.22%202.66a649%20649%200%200%201-13.88.21c-5.5.03-10.99.03-16.48.03H143.89c-5.49%200-10.98%200-16.48-.03a648.8%20648.8%200%200%201-13.88-.2%20201.46%20201.46%200%200%201-30.22-2.67c-9.99-1.7-19.67-4.9-28.71-9.46a96.61%2096.61%200%200%201-42.23-42.22%20101.96%20101.96%200%200%201-9.47-28.74%20201.6%20201.6%200%200%201-2.66-30.2c-.12-4.63-.18-9.26-.2-13.89C0%20327.08%200%20321.6%200%20316.1V143.9c0-5.5%200-11%20.04-16.5.02-4.62.08-9.25.2-13.87a201.64%20201.64%200%200%201%202.66-30.2c1.71-10%204.9-19.68%209.47-28.74A96.6%2096.6%200%200%201%2054.6%2012.36%20101.96%20101.96%200%200%201%2083.3%202.9c10-1.64%2020.1-2.53%2030.22-2.66%204.63-.12%209.26-.18%2013.88-.2%205.5-.03%2011-.03%2016.48-.03H316.1c5.5%200%2011%200%2016.49.03a649%20649%200%200%201%2013.88.2c10.12.13%2020.22%201.02%2030.21%202.66%2010%201.71%2019.67%204.9%2028.72%209.46a96.58%2096.58%200%200%201%2042.24%2042.23%20101.92%20101.92%200%200%201%209.46%2028.73%20201.7%20201.7%200%200%201%202.66%2030.21c.12%204.63.18%209.26.2%2013.88.04%205.5.04%2010.99.04%2016.48V316.1z%22%2F%3E%3C%2Fsvg%3E%0A") center/cover no-repeat;
    margin: 0;
    display: block;
}

.ios-app-brief {
    /*width: 55.04975%;*/
    vertical-align: top!important;
    margin: 0;
    margin-left: 3.28358%;
    margin-top: 6px;
    padding: 0;
    display: inline-block;
    font-size: 13px;
}
.ios-app-title {
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 1.2223;
    letter-spacing: .02em;
    display: block;
}
.ios-app-brief-header {
    padding-left: 0;
}
.ios-app-brief-header>:first-child {
    margin-top: 0;
}
.ios-app-title-cls {
    margin-bottom: 3px;
    padding-bottom: 0;
    display: inline-block;
    font-size: 10.4px;
    letter-spacing: .04em;
    vertical-align: middle;
    margin-left: 10px;
    padding: 1px 3px;
    border: 1px solid #8e8e93;
    border-radius: 3px;
    font-weight: 700;
    color: #8e8e93;
    text-align: center;
    white-space: nowrap;
}
.ios-app-subtitle {
    margin-top: .15385em;
    /*font-size: 12px;*/
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
    color: #8e8e93;
    display: block;
}
.ios-app-vendor {
    margin-bottom: .46154em;
    font-size: 12px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
}
.ios-app-recom {
    margin-bottom: 0;
    margin-top: .07692em;
    color: #8e8e93;
    line-height: 20px;
    font-size: 12px;
}
.ios-app-recom_item {
    line-height: 1.38462em;
    display: block;
    white-space: nowrap;
    font-size: 12px;
    display: inline-block;
}
.ios-app-rating,.ios-app-rating-right {
    display: inline-block;
    font-style: normal;
}
.ios-app-rating-right {
    text-align: right;
}
.ios-app-rating-star-outline,.ios-app-rating-stars {
    display: inline-block;
    background-image: url(stars-outline.svg);
    background-size: 14px 28px;
    height: 14px;
}
.ios-app-rating-star-outline-big,.ios-app-rating-stars-big {
    display: inline-block;
    background-image: url(stars-outline.svg);
    background-size: 16px 32px;
    height: 16px;
}
.ios-app-rating-star-outline-orange,.ios-app-rating-stars-orange {
    display: inline-block;
    background-image: url(stars-outline-orange.svg);
    background-size: 14px 28px;
    height: 14px;
}
.ios-app-rating-star-outline {
    width: 70px;
    background-position: 0 14px;
    position: relative;
    line-height: 1;
    top: .23077em;
    z-index: 1;
}
.ios-app-rating-star-outline-orange {
    width: 70px;
    background-position: 0 14px;
    position: relative;
    line-height: 1;
    top: .23077em;
    z-index: 1;
}
.ios-app-rating-star-outline-big {
    width: 80px;
    background-position: 0 16px;
    position: relative;
    line-height: 1;
    font-weight: bold;
    top: .23077em;
    z-index: 1;
}
.ios-app-rating-stars {
    width: 0;
    background-position-x: 0;
}
.ios-app-rating-stars-0 {
    width: 0px;
}
.ios-app-rating-stars-0_5 {
    width: 7px;
}
.ios-app-rating-stars-1 {
    width: 14px;
}
.ios-app-rating-stars-1_5 {
    width: 21px;
}
.ios-app-rating-stars-2 {
    width: 28px;
}
.ios-app-rating-stars-2_5 {
    width: 35px;
}
.ios-app-rating-stars-3 {
    width: 42px;
}
.ios-app-rating-stars-3_5 {
    width: 49px;
}
.ios-app-rating-stars-4 {
    width: 56px;
}
.ios-app-rating-stars-4_5 {
    width: 63px;
}
.ios-app-rating-stars-5 {
    width: 70px;
}
.ios-app-rating-stars-0 {
    width: 0px;
}

.ios-app-rating-stars-big-0_5 {
    width: 8px;
}
.ios-app-rating-stars-big-1 {
    width: 16px;
}
.ios-app-rating-stars-big-1_5 {
    width: 24px;
}
.ios-app-rating-stars-big-2 {
    width: 32px;
}
.ios-app-rating-stars-big-2_5 {
    width: 40px;
}
.ios-app-rating-stars-big-3 {
    width: 48px;
}
.ios-app-rating-stars-big-3_5 {
    width: 56px;
}
.ios-app-rating-stars-big-4 {
    width: 64px;
}
.ios-app-rating-stars-big-4_5 {
    width: 72px;
}
.ios-app-rating-stars-big-5 {
    width: 80px;
}
.ios-app-rating-caption {
    display: inline-block;
}
.ios-app-rating-caption-big {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #8e8e93;
}
.vertical_mid {
    vertical-align: baseline;
}
.ios-caption-subtitle {
    color: #d8d8d8;
    font-size: 12px;
}


.ios-app-screenshot-viewer {
    margin-top: 1.15385em;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
/*    margin-left: -6.25vw;
    margin-right: -6.25vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;*/
    padding: 0;
    font-size: 0;
}
.ios-app-screenshot {
    margin-left: 0;
    white-space: normal;
    /*width: 52.10821vw;*/
    margin: 0;
    margin-right: 3.3vw;
    padding: 0;
    padding-bottom: .75em;
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
}
.ios-app-screenshot_img {
    /*width: 100%;*/
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    min-width: 52vw;
    max-width: 82vw;
    max-height: 75vh;
}


.ios-app-whatsnew-content {
    width: 96.71642%;
    vertical-align: top!important;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.ios-app-whatsnew-latest {
    margin-bottom: .85em;
    color: #8e8e93;
}

.ios-app-cust-ratings {
    margin-bottom: 15px;
}
.ios-app-cust-ratings_stats {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: bottom;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 28.04975%;
    margin-left: 3.28358%;
}
.ios-app-ratings_avg {
    text-align: center;
    color: #8e8e93;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: 0;
}
.ios-app-ratings_avg_disp {
    margin-bottom: 12px;
    display: block;
    line-height: 43px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.115em;
    color: #4c4c50;
    margin-right: 3px;
}
.ios-app-ratings-bars {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    width: 63.38308%;
    margin-left: 3.28358%;
}
.ios-app-ratings-bar-row {
    margin-bottom: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ios-app-rating-stargraph__stars {
    width: 8px;
    height: 7px;
    display: inline-block;
    background-image: url(five-star-rating-gray.svg);
    background-size: 44px 7px;
    background-position-x: 100%;
    margin-left: auto;
}
.ios-app-rating-stargraph__stars-5 {
    width: 46px;
}
.ios-app-rating-stargraph__stars-4 {
    width: 36px;
}
.ios-app-rating-stargraph__stars-3 {
    width: 26px;
}
.ios-app-rating-stargraph__stars-2 {
    width: 17px;
}
.ios-app-rating-stargraph__stars-1 {
    width: 46px;
}
.ios-app-rating-bargraph__bar {
    width: calc(100% - 56px);
    height: 2px;
    position: relative;
    top: 1px;
    background-color: #e5e5e5;
    border-radius: 4px;
    z-index: 1;
    margin-left: 10px;
}

.ios-app-rating-bargraph__bar-foreground {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #8e8e93;
    border-radius: 4px;
    z-index: 1;
    left: 0;
}
.ios-app-rating-count {
    margin-top: 12px;
    text-align: right;
    color: #8e8e93;
    font-size: 12px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
}

.ios-app-comments-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
/*    margin-left: -6.25vw;
    margin-right: -6.25vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;*/
    padding: 0;
    font-size: 0;
}
.ios-app-comments-list:first-child {
    margin-left: 0;
}
.ios-app-comment {
    white-space: normal;
    width: 82.5vw;
    vertical-align: top!important;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    padding-bottom: .75em;
    display: inline-block;
    font-size: 14px;
}
.ios-app-comment-view {
    min-height: 160px;
    padding: 13px 16px;
    background-color: #f8f8f8;
    border-radius: 6px;
    vertical-align: top;
}
.ios-app-comment-view_header, .ios-app-comment-view_subheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
}
.ios-app-comment-view_title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.ios-app-comment-view_date {
    white-space: nowrap;
    text-align: right;
    color: #8e8e93;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
}
.ios-app-comment-view_subheader {
    margin-bottom: 10px;
}
.ios-app-comment-review_title {
    color: #8e8e93;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
}


.ios-app-infor-list {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.ios-app-infor-list_row {
    display: table-row;
    margin-left: -3.39506%;
    padding: 0;
    font-size: 0;
}
.row-bottom-border {
    border-bottom: 1px solid #e5e5e5;
}
.ios-app-infor-list_row_term {
    display: table-cell;
    text-align: left;
    vertical-align: initial;
    font-size: 12px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    margin-left: 3.28358%;
    white-space: nowrap;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #8e8e93;
}
.ios-app-infor-list_row_val {
    display: table-cell;
    text-align: right;
    vertical-align: initial;
    font-size: 12px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-left: 3.28358%;
}


.ios-app-list-item {
    white-space: normal;
    width: 86vw;
    text-decoration: none;
    color: #333;
    margin: 0;
    margin-left: 3.28358%;
    padding: 0;
    padding-bottom: .75em;
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
}
.ios-app-list_title {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;*/
    margin-left: 1.28358%;
    display: inline-block;
    height: 15vw;
}
.ios-app-list_subtitle {
    color: #8e8e93;
    font-size: 14px;
    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 1.28358%;
}

.ios-app-install-btn {
    width: 60px;
    /*left: 148px;*/
    /*top: 118px;*/
    z-index: 10;
    color: rgb(255, 255, 255);
    background-color: rgb(1, 122, 254);
    border-color: rgb(112, 166, 231);
    border-radius: 30px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    opacity: 1;
    transition: none;
    display: inline-block;
    white-space: nowrap;
    margin-top: .07692em;
    padding-top: 4px;
    padding-bottom: 4px
}
.ios-app-list-inst-btn {
    display: inline-block;
    float: right;
    color: rgb(1, 122, 254);
    background-color: #ffffff;
    border-color: #e1e1e1;
    border-radius: 30px;
    width: 60px;
    height: 20px;
    text-align: center;
    vertical-align: baseline;
    padding-top: 3px;
    padding-bottom: 2px;
    top: 35%;
    margin-top: 12px;
}




/*
 * 琛岄珮 h
 * 鏈€澶ц鏁� n
 * ...鏇村瀹瑰櫒鐨勫 w
 * 瀛楀彿 f
 */

/*@-webkit-keyframes width-change {0%,100%{width: 320px} 50%{width:260px}}*/
.ellipsis {
    position: relative;
    width: 96.71642%;
    max-height: 120px; /* h*n */
    line-height: 20px; /* h */
    overflow: hidden;
    /*-webkit-animation: width-change 8s ease infinite;*/
}
.ellipsis-container {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* n */
    font-size: 50px; /* w */
    color: transparent;
}
.ellipsis-content {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 14px; /* f */
}
.ellipsis-ghost {
    position:absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    color: #000;
}
.ellipsis-ghost:before {
    content: "";
    display: block;
    float: right;
    width: 50%;
    height: 100%;
}
.ellipsis-placeholder {
    content: "";
    display: block;
    float: right;
    width: 50%;
    height: 120px; /* h*n */
}
.ellipsis-more {
    float: right;
    font-size: 14px; /* f */
    width: 50px; /* w */
    height: 20px; /* h */
    margin-top: -20px; /* -h */
    color: #0070c9;
    text-align: right;
}

.install-btn-container,.install-btn-container-loading {

}
.install-btn-container>div:nth-child(1),.install-btn-container>div:nth-child(1):after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.install-btn-container>div:nth-child(1) {
  font-size: 12px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.2em solid rgba(255, 255, 255, 0.2);
  border-right: 0.2em solid #e1e1e1;
  border-bottom: 0.2em solid #e1e1e1;
  border-left: 0.2em solid #e1e1e1;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  display: inline-block;
}
.install-btn-container>div:nth-child(2) {
    width: 80px;
    position: relative;
    left: -36px;
    /*top: 118px;*/
    z-index: 10;
    color: rgb(255, 255, 255);
    background-color: rgb(1, 122, 254);
    border-color: rgb(112, 166, 231);
    border-radius: 30px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    opacity: 1;
    transition: none;
    display: inline-block;
    white-space: nowrap;
    margin-top: .07692em;
    padding-top: 4px;
    padding-bottom: 4px;
}
.install-btn-container>div:nth-child(3) {
    position: relative;
    top: 6px;
    left: 0px;
    display: inline-block;
    white-space: nowrap;
    width: 40px;
    overflow: hidden;
    font-size: 14px;
    opacity: 0;
}


.install-btn-container-loading>div:nth-child(1) {
  -webkit-animation: load8 1.1s linear 0.4s infinite;
  animation: load8 1.1s linear 0.4s infinite;
}
.install-btn-container-loading>div:nth-child(2) {
  -webkit-animation: scale_btn_anim 0.4s linear 0s 1 forwards;
  animation: scale_btn_anim 0.4s linear 0s 1 forwards;
}
.install-btn-container-loading>div:nth-child(3) {
  -webkit-animation: loading_desc_anim 0.2s linear 0.4s 1 forwards;
  animation: loading_desc_anim 0.2s linear 0.4s 1 forwards;
    
}


.loader,.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  /*margin: 60px auto;*/
  font-size: 12px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.2em solid rgba(255, 255, 255, 0.2);
  border-right: 0.2em solid #e1e1e1;
  border-bottom: 0.2em solid #e1e1e1;
  border-left: 0.2em solid #e1e1e1;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  display: inline-block;
}
.preloading {

}
.loading {
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scale_btnxx {
    display: inline-block;
    opacity: 100;
}
.scale_btn {
  -webkit-animation: scale_btn_anim 0.2s 1 ease forwards;
  animation: scale_btn_anim 0.2s 1 ease forwards;
}
@keyframes scale_btn_anim {
    0% {
        width: 60px;
        opacity: 100;
        color: rgb(1, 122, 254);
        display: inline-block;
    }
    100% {
        width: 20px;
        opacity: 0;
        color: rgb(1, 122, 254);
        display: none;
    }
}

@keyframes loading_desc_anim {
    0% {
        width: 40px;
        display: inline-block;
        opacity: 0;
    }
    100% {
        width: 164px;
        display: inline-block;
        opacity: 100;
    }
}

.showmore_anim {
  -webkit-animation: showmore_anim_kf 0.2s 1 ease forwards;
  animation: showmore_anim_kf 0.2s 1 ease forwards;
}
@keyframes showmore_anim_kf {
    0% {
        top: 100%;
    }
    100% {
        top: calc(100% - 160px);
    }
}