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:PingFangSC-Regular, sans-serif;
}
html,*{
    outline: 0;
    -webkit-text-size-adjust: none;
    tap-highlight-color: rgba(0,0,0,.05);
    -webkit-tap-highlight-color: rgba(0,0,0,.05);
    -ms-tap-highlight-color: rgba(0,0,0,.05);
}
html, body {
    height: 100%;
}

body,div,dl,dt,dd,del,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,menu{margin:0;padding:0}
input[type=text],textarea{-webkit-appearance:none;outline:0}
button{outline:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
img{max-width: 100%;display: block;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
ol,ul,li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-weight:400;font-style:normal}
q:before,q:after{content:''}
abbr,acronym{border:0}
header,section,footer{display:block;margin:0;padding:0}
a{color:#101010;text-decoration:none}
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 {
    text-decoration: none;
    color: rgba(52, 120, 246, 1);
}

img {
    width: 100%;
}

img {
    border: 0;
    vertical-align: middle;
}

.small-5 {
    width: 38.38308%;
}

.section-bordered {
    border-top: 0.5px solid #d1d1d1;
}

.section-bottom-bordered {
    border-bottom: 0.5px solid #d1d1d1;
}

.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: 90%;
}
.l-content-width.w-100 {
    width: 100%;
    margin: auto;
}

.section-headline {
    font-weight: 600;
    margin-bottom: .85em;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 18px;
    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;
}
.text-box{    padding: 30px 35px;
    position: relative;background: #FFFFFF;}

.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: 100%;
}

.ios-app-icon {
    width: 100%;
    margin: 0;
    position: relative;
    display: block;
    z-index: 1;
}

.ios-app-icon::before {
    border: none;
    border-radius: 0;
    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: 14px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    font-family: PingFangSC-Regular;
    color: rgba(132, 132, 137, 1);
}

.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(../images/vipsign/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(../style/svg/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(../images/vipsign/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: 18px;
    font-weight: bold;
    color: #8e8e93;
}

.vertical_mid {
    vertical-align: baseline;
}

.ios-caption-subtitle {
    color: #ababae;
    font-size: 14px;
    margin: 3px 0 0 6px;
}

.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;
}
.we-clamp__contents{
	height: 43px;
}
.ios-app-whatsnew-content {
    width:100%;
    vertical-align: top !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}
.banb span{float: right;}
.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: 15px;
    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: 58px;
    letter-spacing: -.115em;
    color: #4c4c50;
    margin-right: 3px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(74, 74, 78, 1);
}

.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-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: 14px;
    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: 0.5px solid #d1d1d1;
    /* border-top: 0.5px solid rgba(243, 243, 243, 1); */
}

.ios-app-infor-list-row-term {
    width:40%;
    display: table-cell;
    text-align: left;
    vertical-align: initial;
    font-size: 14px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    margin-left: 3.28358%;
    white-space: nowrap;
    padding-bottom: 14px;
    padding-top: 14px;
    color: #8e8e93;
}

.ios-app-infor-list-row-val {
    width:60%;
    float:right;
    display: table-cell;
    text-align: right;
    vertical-align: initial;
    font-size: 14px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-left: 3.28358%;
    position: relative;
    margin-top: -32px;
}
.plxing p{display: inline-block;float: right;}
.plxing p img{width: 14px;height: 14px;float: left;margin-top: 5px;margin-left: 3px;}
.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: rgba(52, 120, 246, 1);
    border-color: rgb(52, 120, 246);
    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: 100%;
     /* h*n */
    line-height: 20px; /* h */
    overflow: hidden;
    /*-webkit-animation: width-change 8s ease infinite;*/
}

.ellipsis-container {
    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 */
   overflow: hidden;
   height: 43px;
}
.flexslider-box2{padding: 10px;overflow: hidden;}
.ellipsis-ghost {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    color: #000;
}
.banner{padding: 10px;}



.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);
    }
}

.wechat-tip {
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7) url(../images/vipsign/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% - 20px)
}

.active.pop-lock-layer {
    visibility: visible;
    display: block
}

.pop-lock-layer {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.pop-lock-layer-back, .pop-lock-layer-body {
    width: 100%;
    height: 100%
}

.pop-lock-layer-back {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40)
}

.pop-lock-layer-body {
    position: relative;
    overflow: auto
}

.pop-dialog-open {
    overflow: hidden
}

.pop-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: show-dialog;
    -moz-animation-name: show-dialog;
    animation-name: show-dialog;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes show-dialog {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes show-dialog {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes show-dialog {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.pop-dialog-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px
}

.pop-dialog-close::before, .pop-dialog-close::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 48%;
    width: 2%;
    height: 50%;
    background: #8ec3e9
}

.pop-dialog-close-white::before, .pop-dialog-close-white::after {
    background: #fff
}

.pop-dialog-close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pop-dialog-close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pop-dialog-white {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 150%;
    overflow: hidden
}

.pop-dialog-title {
    padding-top: 15px;
    text-align: center;
    color: #333;
    font-size: 16px
}

.pop-dialog-btn {
    display: inline-block;
    padding: 1rem 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #666;
    vertical-align: middle;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 49%
}

.pop-dialog-btn:nth-child(2) {
    border-left: #eee 1px solid
}

.pop-dialog-btn:hover {
    text-decoration: none;
    opacity: .8
}

.pop-dialog-sure {
    color: #0a7df3
}

.pop-dialog-confirm {
    width: 80%;
    max-width: 400px
}

.pop-dialog-confirm .content {
    padding: 15px;
    text-align: center;
    color: #999
}

.pop-dialog-confirm .operation {
    text-align: center;
    border-top: #eee 1px solid
}

.pop-auto {
    position: fixed;
    left: 0;
    bottom: 10%;
    width: 100%;
    text-align: center
}

.pop-auto-tip {
    display: inline-block;
    line-height: 120%;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    -webkit-border-radius: .4rem;
    border-radius: .4rem;
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -moz-transition: opacity .3s ease, transform .3s ease, -moz-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease
}

.active .pop-auto-tip {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.cover-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 50ms;
    -moz-transition-duration: 50ms;
    transition-duration: 50ms
}

.cover-bg.showCover {
    opacity: 1;
    visibility: visible
}

.Modal-loading {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 6px;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 11000;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.Modal-loading .preloader {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: preloader-spin 1s steps(12, end) infinite;
    -moz-animation: preloader-spin 1s steps(12, end) infinite;
    animation: preloader-spin 1s steps(12, end) infinite
}

.Modal-loading .preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.Modal-loading .preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.popup-template-swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative
}

.popup-template-swipe .swipe-wrap {
    overflow: hidden;
    position: relative
}

.popup-template-swipe .swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative
}

.popup-template-swipe .swipe-wrap-con {
    background-color: #fff;
    color: #1e93ff;
    text-align: center;
    line-height: 1.5;
    padding-top: 10px
}
.pf{font-size: 18px;font-weight: 600;color: #8e8e93;}
.popup-template-swipe .swipe-wrap-index {
    text-align: center;
    position: relative
}
.w-102{padding-top: 0;}
.ellipsis-content p{font-size: 15px;line-height: 23px;}
.popup-template-swipe .swipe-wrap-index span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #def1ff;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.popup-template-swipe .swipe-wrap-index span.on {
    background: #70c2fe
}

.popup-template-swipe .swipe-wrap-desc {
    color: #4ba8fd
}

.popup-template .operation {
    border: 0;
    padding-bottom: 10px
}

.popup-template .pop-dialog-btn {
    display: block;
    width: 82%;
    margin: 10px auto;
    border: 0;
    color: #fff;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 15px;
    padding: 9px 0
}

.popup-template .pop-dialog-sure {
    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)
}

.popup-template .pop-dialog-sure2 {
    background-image: -webkit-linear-gradient(right, #5bd84e, #4bba29);
    background-image: -webkit-gradient(linear, right top, left top, from(#5bd84e), to(#4bba29));
    background-image: -moz-linear-gradient(right, #5bd84e, #4bba29);
    background-image: linear-gradient(to left, #5bd84e, #4bba29)
}

.popup-template .pop-dialog-cancel {
    color: #1e93ff;
    border: #1e93ff 1px solid;
    padding: 8px 0
}

.popup-template .btn-desc {
    color: #dfdfdf;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px
}

.popup-template .btn-desc a {
    color: #1daafc
}

.popup-template-explain {
    padding: 10px;
    overflow: scroll
}

.popup-template-explain .pop-dialog-title {
    padding-bottom: 10px
}

.popup-template-explain .explain-title {
    color: #333
}

.popup-template-explain .explain-desc {
    color: #777
}

.popup-template-explain .title {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px
}

.popup-template-explain .x-item {
    padding: 5px 0
}

.popup-template-explain .x-item p {
    margin: 5px 0
}

.popup-template-explain .item-child span {
    display: -webkit-box;
    display: box
}

.popup-template-explain .item-child span .left {
    display: block;
    width: 25px;
    text-align: right;
    margin-right: 5px
}

.popup-template-explain .item-child span .right {
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1
}

img {
    width: 100%
}

.safari-tip_banner {
    background-image: url(../images/vipsign/safari-tip_banner_en.png);
    background-size: 100% 100%;
    height: 130px;
}

.safari-tip_banner:lang(zh) {
    background-image: url(../images/vipsign/safari-tip_banner.jpg);
}

.safari-copy_text {
    width: 4.5em;
}

.safari-copy_text:lang(zh) {
    width: 2.5em;
}

.page-loading-background {
    cursor: wait;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
}

.page-loading-inner {
    color: #666;
    font-size: 16px;
    position: absolute;
    z-index: 10001;
    border: 1px solid rgb(187, 187, 187);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 80px;
    line-height: 78px;
    padding-left: 16px;
    padding-right: 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: 8px 50%;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .175);
}

.page-loading-inner i {
    font-size: 24px;
}

.install-btn-container0 > div {
    min-width: 46px;
    position: relative;
    z-index: 10;
    color: rgb(255, 255, 255);
    background: rgba(52, 120, 246, 1);
    border-color: rgb(52, 120, 246);
    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: 4px 14px;
}
.tg{padding-left: 25px;background: url(iphone.png) no-repeat;margin-left: 15px;color: #8a8a8a;}
.kfz{margin: 12px 0 5px 5px;}
.kfz span{color: rgba(52, 120, 246, 1);}
.disclaimer {
    background: rgba(249, 249, 249, 1);
    padding: 16px 20px 45px 20px;
    font-size: 11px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 15px;
}

.install-btn-container0 > div.download-loading {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    height: 20px;
    overflow: hidden;
}

.download-loading-text {
    z-index: 20;
    position: inherit;
}

.download-loading-line {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(52, 120, 246, 1);
    border-color: rgb(52, 120, 246);
    left: 0px;
}
.screenshot-section{
    margin-top: 40px;
    padding-bottom: 30px;
}
#screenshotTableContainer{
    overflow: scroll;
    display: flex;
    width: 100%;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling:touch;
    box-sizing: border-box;
}
#screenshotTableContainer::-webkit-scrollbar{
    background: transparent;
    width: 0 !important;
}
.col-md-2.col-sm-3.col-xs-6.delete:not(:first-child) {
    width: auto;
    /*padding-left: 0;
    padding-right: 25px;*/
}
#screenshotTableContainer .delete[data-index='0']{
    /*padding-left: 25px;*/
}

#screenshotTableContainer .screenshot-item{
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    width: 260px;
    border: 1px solid rgba(233,233,233,1);
    border-radius: 23px;
    background-position: center;
}
#screenshotTableContainer .pl{border: none;background:#f3f5f7;border-radius: 10px;padding: 17px 10px;}
#screenshotTableContainer .pl .p-text{height: 115px;overflow: hidden;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;font-size: 14px;
    color: #000;}
.pic img{border-radius: 10px;}
.pl h3{font-weight: bold;}
.pl h3 .time{font-weight: normal;float: right;color: #8E8E93;}
.pl .plx{overflow: hidden;margin: 7px 0 12px 0;}
.pl .plx img{width: 14px;height: 14px;vertical-align: inherit;float: left;}
.mask,.mask2,.mask3{width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;background-color: rgba(0,0,0,0.5);z-index: 10000000000;display: none;}
.elasticbox {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 22%;
    max-width: 760px;
    margin-left: -39%;
    background: #fff;
    text-align: center;
}
.elasticbox div img{}
.text-box input{    display: block;
    background-color: #f2f6f9;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    color: #9b9b99;
    width: calc(100% - 20px);}
.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
}
.swipe-wrap-con{    background: #fff;
    color: #1e93ff;
    text-align: center;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 35px;;}
    /* flexslider */
.flexslider-box{text-align: center;margin: 0 auto;overflow: hidden;}
.flexslider {width: 100%;overflow: hidden;position: relative;}
.slides li {width: 100%; height: auto;}
.flex-control-nav {position: absolute;bottom: 5px;z-index: 2; width: 100%;text-align: center;}
.flex-direction-nav {margin-top: -42px;}
.flex-direction-nav {display: none;}
.flex-control-nav li { margin: 0 1px; width: 25px;display: inline-block;}
.flex-control-nav a {display: inline-block;width: 12px;height:12px;line-height: 50px;overflow: hidden; background:url(dot.png) right 0 no-repeat;cursor: pointer;background-size: cover;}
.flex-control-nav .flex-active {background-position: 0 0;}
.elasticbox i{background:url(../img/del.png) no-repeat;position: absolute;right: 0;width: 32px;height: 32px;background-size: contain;top: 0;    cursor: pointer;z-index: 999;}
