@charset "utf-8";
/* reset */

/* 设计稿宽度为1080px,根字号为100px */
html {
  font-size: 9.25926vw;
}

body {
  font: 12px/1 Arial,PingfangSC,Microsoft YaHei,Helvetica Neue,Helvetica,STHeiTi,sans-serif;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dd,
dl,
th,
input,
button,
optgroup,
select,
textarea,
fieldset,
figure {
  margin: 0;
  padding: 0;
  color: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: inherit;
}

a:active,
a:hover {
  outline-width: 0;
}

img {
  border: 0;
}

table {
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.01rem dotted ButtonText;
}

fieldset {
  border: none;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: none;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -0.02rem;
}

input[type="text"],
textarea,
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input[type="text"],
input[type="tel"],
a,
ul,
button,
button:active,
div {
  -webkit-tap-highlight-color: transparent;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

.clearfix {
  *zoom: 1;
}

.hide_txt {
  display: none;
  overflow: hidden;
}


/* iphoneX适配 */

@supports (bottom: constant(safe-area-inset-bottom)) or (bottom:env(safe-area-inset-bottom)) {
  body {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* reset end */


/* common
 ===========================================*/
.top-bar{
  position: absolute;
  z-index: 10;
  top:0;
  left: 0;
  width: 100%;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
  background: rgba(255, 255, 255, 0.15);
  height: 2.9rem;
  /*box-sizing: border-box;*/
}
.top-bar .app-info{
  display: flex;
  padding: 0.4rem 0.4rem 0.6rem;
}
.top-bar .app-info .logo{ }
.top-bar .app-info .logo img{
  width: 1.1rem;
  display: block;
}
.top-bar .app-info .name{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 0.3rem;
  padding: 0.1rem 0;
}
.top-bar .app-info .name h3{}
.top-bar .app-info .name h3 img{display: block; width: 2.6rem;}
.top-bar .app-info .name p{
  color: #fff;
  font-size: 0.3rem;
}

.top-bar .menu-line{}
.top-bar .menu-line ul{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.top-bar .menu-line li{
  text-align: center;
  display: block;
}
.top-bar .menu-line a{
  font-size: 0.44rem;
  color: #FFB1A0;
  position: relative;
}
.top-bar .menu-line a:after{
  content: '';
  position: absolute;
  height: 2px;
  width: 40%;
  background-color: #fff;
  bottom: 9999px;
  left:50%;
  transform: translate(-50%, 0);
}

.earn-money-body .top-bar .menu-line li.earn_money a,
.index-body .top-bar .menu-line li.index a,
.info-body .top-bar .menu-line li.info a{
  color: #fff;
}

.earn-money-body .top-bar .menu-line li.earn_money a:after,
.index-body .top-bar .menu-line li.index a:after,
.info-body .top-bar .menu-line li.info a:after{
  color: #fff;
  bottom: -4px;
}

/*.top-bar .menu{*/
  /*width: 20px;*/
  /*position: relative;*/
/*}*/
/*.top-bar .menu .menu-icon{*/
  /*display: block;*/
/*}*/

/*.top-bar .menu .menu-icon span{*/
  /*height: 2px;*/
  /*display: block;*/
  /*background-color: #fff;*/
  /*width: 100%;*/
  /*margin-bottom: 4px;*/
  /*border-radius: 1px;*/
/*}*/
/*.top-bar .menu ul{*/
  /*position: absolute;*/
  /*left: -3.4rem;*/
  /*top: 1rem;*/
  /*width: 4.2rem;*/
  /*height: 3.6rem;*/
  /*border-radius: 5px;*/
  /*background-color: #fff;*/
  /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);*/
/*}*/
/*.top-bar .menu ul:before{*/
  /*content: '';*/
  /*position: absolute;*/
  /*border-bottom: 6px solid #fff;*/
  /*border-left: 6px dashed transparent;*/
  /*border-right: 6px dashed transparent;*/
  /*top: -5px;*/
  /*right: 0.3rem;*/
/*}*/
/*.top-bar .menu ul li{*/
  /*height: 1.8rem;*/
  /*line-height: 1.8rem;*/
  /*padding: 0 0.4rem;*/
/*}*/
/*.top-bar .menu ul li a{*/
  /*display: block;*/
  /*height: 1.8rem;*/
  /*text-align: center;*/
  /*color: #4a4a4a;*/
  /*font-size: 0.48rem;*/
  /*border-bottom: 1px solid #F0F1F2;*/
/*}*/
/*.top-bar .menu ul li a span{}*/
/*.top-bar .menu ul li:last-child a{*/
  /*border-bottom: 0 none;*/
/*}*/


footer{
  background-color: #353945;
  padding: 14px 0;
}
footer p{
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #71747D;
}

.faq-wrap{
  background-color: #41434F;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}

.faq-wrap:before{
  content: '';
  position: absolute;
  left: -11rem;
  top: -3.2rem;
  transform: rotate(45deg);
  width: 10rem;
  height: 21rem;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.1);
}

.faq-wrap:after{
  content: '';
  position: absolute;
  right: -0.9rem;
  top: -1.8rem;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.faq-wrap > div{
  position: relative;
}

.faq-wrap .hd{}
.faq-wrap .hd h2{
  color: #fff;
  font-size: 0.84rem;
  padding: 1rem 0;
  text-align: center;
}

.faq-wrap .bd{
  padding: 0 0.36rem;
}
.faq-item{
  margin-bottom: 0.8rem;
}
.faq-item h4{
  color: #fff;
  font-size: 0.48rem;
  margin-bottom: 12px;
  line-height: 1.2;
  position: relative;
  padding-left: 1rem;
}
.faq-item h4 span{
  font-weight: bolder;
  position: absolute;
  left: 0;
  top: -0.1rem;
  border-radius: 100%;
  background-color: #6B6B73;
  color: #fff;
  font-size: 0.4rem;
  width: 0.72rem;
  height: 0.72rem;
  line-height: 0.76rem;
  text-align: center;
}
.faq-main{
  padding: 0.32rem;
  background-color: #5D5F6B;
  border-radius: 4px;
  position: relative;
}
.faq-main p{
  /*text-align: justify;*/
  color: #9d9fa5;
  font-size: 0.42rem;
  line-height: 1.3;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.faq-main p a{
  color: #8e96c1;
  text-decoration: underline;
}

.faq-main p a.read-more{
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 0.32rem;
  bottom: 0.32rem;
  background-color: #5D5F6B;
}
.faq-main p a.read-more span{
  color: #9d9fa5;
  padding: 0 0.2rem 0 0.1rem;
}

.faq-main p.show-all{
  -webkit-line-clamp: 99999;
}
.faq-main p.show-all br{
  content: "";
  display: block;
  margin-bottom: 0.3rem;
}
.faq-main p.show-all a.read-more{
  display: none;
}

.mod-btn{
  border-radius: 1000px;
  margin: 0 auto;
  width: 7.8rem;
  height: 1.44rem;
  background-color: #FF410F;
  /*box-shadow: 0 30px 105px 0 rgba(255,65,15,0.50);*/
  box-shadow: 0 12px 40px 0 rgba(255,65,15,0.50);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod-btn svg{
  fill: #fff;
  width: 0.6rem;
}
.mod-btn span{
  color: #fff;
  font-size: 0.6rem;
  padding-left: 10px;
  font-weight: bolder;
}
.mod-btn:active{
  transform: translate(0, 2px);
}

.mod-btn.write{
  background-color: #fff;
  box-shadow: 0 36px 90px 0 rgba(180,0,16,0.70);
}
.mod-btn.write svg{
  fill: #FF4721;
}
.mod-btn.write span{
  color: #FF4721;
}

.mod-btn.write_a{
  background-color: #fff;
}
.mod-btn.write_a svg{
  fill: #FF4721;
}
.mod-btn.write_a span{
  color: #FF4721;
}

.btn-wrap{
  text-align: center;
}

/* index 
===============================================*/
.page{  position: relative; overflow: hidden; }
.page .bg-img{  width: 100%; display: block; }
.page .info{position: absolute; left: 0; width: 100%; text-align: center; z-index: 10;}
.page .info h1, 
.page .info h2{font-size: 0.84rem; margin-bottom: 6px;}
.page .info p{font-size: 0.48rem;}
.page .btn-wrap{ position: absolute;  left: 0;  width: 100%;  text-align: center; z-index: 10;}

.page-1, .trends{
  /* 有些浏览器会动态改变当前的vh（比如小米浏览器），这样会导致第一屏滑动时会闪动 */
  /* 所以还是第2次用脚本计算高度后覆盖 */
  height: 100vh;
  background-image: url(http://hot.onlinemovieweb.com/videobuddy/1561098433376-d3c4dc15dc349-b1-3.jpg), linear-gradient(to top, #ff5d5e 30%, #FE441B);
  background-image: url(/img/201903/tb1.png), linear-gradient(to top, #ff5d5e 30%, #FE441B);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-1 .info{ top: 3.7rem; }
.page-1 .info h1{ color: #fff; }
.page-1 .info p{ color: #fff; }
.page-1 .btn-wrap{ bottom: 1.2rem; }

.page-2{min-height: 20rem;}
.page-2 .info{ top: 8rem; }
.page-2 .info h2{ color: #4a4a4a; }
.page-2 .info h2 strong{ color: #FF410F; }
.page-2 .info p{ color: #979797; }

.page-3{min-height: 10rem;}
.page-3 .info{ top: 1.6rem; }
.page-3 .info h2{ color: #4a4a4a; }
.page-3 .info p{ color: #979797; }
.page-3 .btn-wrap{ top: 9rem; }

.page-1-tu-a{
position: absolute;
top: 6.5rem;
left: 2.9rem;
width: 5rem;
height: 6.5rem;
z-index: 10;
}

.page-1-tu{
position: absolute;
top: 6.5rem;
left: 2.9rem;
width: 0rem;
height: 0rem; /*1:1.3*/
z-index: 8;
}

.page-1-tu img{
width: 5rem;
height: 6.5rem;
}

.page-1-tu-bg{
  position: absolute;

  z-index: 9;
  width: max-content;
  margin: auto;

}

h1 { margin:150px auto 30px auto; text-align:center; color:#fff;}

.hi-slide { position: absolute; width: max-content; height: max-content; margin-top: 10px;
margin-left: -187px;}

.hi-slide .hi-next,
.hi-slide .hi-prev
{ position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -65px;
  border-radius: 50px;


  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: black;
  transition: all 0.6s;
  font-size: 20px;
  font-weight: bold;
}
.hi-slide .hi-next:hover,
.hi-slide .hi-prev:hover
{
  opacity: 1;
  background-color: #fff;
}

.hi-slide .hi-prev { left: 193px; }

.hi-slide .hi-prev::before { content: '<'; }
.hi-slide .hi-next { left: 500px; }
.hi-slide .hi-next::before{ content: '>'; }
.hi-slide > .ul-1st
{
  list-style: none;
  position: relative;
  width: max-content;
  height: 292px;
  margin: 0;
  padding: 0;
}


.hi-slide > .ul-1st > li {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 377px;
  top: 146px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: #333;
  cursor: pointer; }

.hi-slide > .ul-1st > li > img { width: 100%; height: 100%; background-position: center;}

.hi-slide > .title{
  position: absolute;
  width: 500px;
  text-align: center;
  alignment: center;
  margin: auto;
}

.hi-slide > .title > p {
  margin-left: 230px;
  font-weight: bold;
  color: #ffffff;
  margin-top: -80px;
}

.hi-slide > .ul-2nd {
  list-style: none;
  position: relative;
  width: max-content;
  height: 292px;
  margin: 0;
  padding: 0;
}

.hi-slide > .ul-2nd > li{
  overflow: hidden;
  position: relative;
  left: 377px;
  top: 146px;
  cursor: pointer;
  display: inline-block;
}
.hi-slide > .ul-2nd > li > p{
  width: 100%; height: 100%; background-position: center;
}

.page-3-tu-bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.page-3-tu{
  position: absolute;
  top: 4.5rem;
  left: 2rem;
  width: 6.8rem;
  height: 3.8rem; /*1.8:1*/
  z-index: 8;
}

.page-3-tu img{
  width: 6.8rem;
  height: 3.8rem;
}

.page-3-tu-a{
  position: absolute;
  top: 4.5rem;
  left: 2rem;
  width: 6.8rem;
  height: 3.8rem; /*1.8:1*/
  z-index: 10;
}

/* earn money
===============================================*/
.money-videobuddy-apk{
  position: relative;
  background-image: url(../img/201903/money_b.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 4rem 0 1.4rem;
}
.money-videobuddy-apk .coin-wrap{text-align: center; margin-bottom: 0.4rem;}
.money-videobuddy-apk .coin-wrap img{
  width: 2.1rem;
  border-radius: 10px;
}
.money-videobuddy-apk .coin-wrap-text{
  font-family: Roboto-Black;
  font-size: 0.6rem;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.8rem;
}
.money-videobuddy-apk .coin-b{
  position: absolute;
  right:0;
  bottom: -0.9rem;
  width: 1rem;
  height: 1.6rem;
}
.money-videobuddy-apk .coin-b img{
  width: 1rem;
}

.article-list{
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFF1ED 100%);
  min-height: 10rem;
  padding-bottom: 0.8rem;
}
.article-list .title{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
}
.article-list .title span{
  font-family: Roboto-Black;
  font-size: 0.48rem;
  color: #FF410F;
  letter-spacing: 0;
  font-weight: 900;
}
.article-list .title img{
  width:0.4rem;
  margin-left: 0.2rem;
}
.article-list .article{
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 0 0.6rem 0 rgba(0,0,0,0.05);
  border-radius: 0.12rem;
  height:4.38rem;
  width: 95%;
  margin: 0 auto;
  margin-top: 0.6rem;
  display: flex;
  flex-direction: row;
}

.article-list .article .jump{
  position: absolute;
  right:0;
  bottom:0;
  width:1.7rem;
  height:1rem;  
}
.article-list .article .jump img{
  width:1.7rem;
  height:1rem;
}
.article-list .article .a_img{
  position: relative;
  margin-left: 0.5rem;
  margin-top: 0.5rem;	
  width:2.88rem;
  height:2.88rem;  
}
.article-list .article .a_img .a_img_b{
  width:2.88rem;
  height:2.88rem;
  border: 0.01rem solid #979797;
  border-radius: 0.12rem;
  object-fit: cover;
}
.article-list .article .a_img .a_img_p{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.6rem;
  margin-left: -0.6rem;
  width:1.2rem;
  height:1.2rem;
}
.article-list .article .a_img .a_img_p img{
  width:1.2rem;
  height:1.2rem;
}
.article-list .article .a_text{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-left: 0.3rem;
  margin-right: 0.5rem;
  margin-top: 0.29rem;
  margin-bottom: 0.8rem;
  line-height: 0.66rem;
  word-wrap: break-word;
  word-break: normal;  
}

/* info 
===============================================*/
.download-videobuddy-apk{
  background-image: linear-gradient(to top, #242424, #0c1212);
  padding: 4rem 0 1.4rem;
}
.download-videobuddy-apk .logo-wrap{text-align: center; margin-bottom: 0.7rem;}
.download-videobuddy-apk .logo-wrap img{
  width: 2.1rem;
  border-radius: 10px;
  box-shadow: 0 15px 30px 0 rgba(180,0,16,0.35);
}

/* downloading 
===============================================*/
.downloading{
  background-image: linear-gradient(to top, #FF5D5C, #FF4927);
  box-sizing: border-box;
  padding: 4rem 0 1rem;
  position: relative;
  overflow: hidden;
}
.downloading:before,
.downloading:after{
  content: '';
  position: absolute;
  width: 10rem;
  height: 21rem;
  border-radius: 80px;
  background-color: rgba(30, 30, 30, 0.1);
}
.downloading:before{
  left: -12.4rem;
  top: -2.7rem;
  transform: rotate(134deg);
}
.downloading:after{
  right: -12.6rem;
  top: -1.9rem;
  transform: rotate(-45deg);
}

.downloading > div{
  position: relative;
}
.downloading .icon-wrap{margin-bottom: 0.5rem; text-align: center;}
.downloading .icon-wrap img{width: 3.2rem;}

.downloading .info{color: #fff; text-align: center; margin-bottom: 1.1rem;}
.downloading .info h2{font-size: 0.66rem; margin-bottom: 0.3rem;}
.downloading .info p{font-size: 0.43rem; font-weight: bolder;}

.downloading .btn{
  margin: 0 auto;
  display: block;
  width: 5.4rem;
  height: 1.1rem;
  line-height: 1.18rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 1000px;
}
.downloading .btn strong{
  color: #fff;
  font-size: 0.48rem;
}
.downloading .btn:active{
  background-color: rgba(255, 255, 255, 0.2);
  transform: translate(0, 1px);
}

.how-to-install{
  background-color: #FFFCFB;
}
.how-to-install h2{
  font-size: 0.84rem;
  color: #4a4a4a;
  text-align: center;
  padding: 1rem 0;
}
.how-to-install ol{}
.how-to-install li{}
.how-to-install li .hd{
  position: relative;
  padding: 0 0.5rem 0.8rem 1.3rem;
}
.how-to-install li span{
  position: absolute;
  left: 0.3rem;
  text-align: center;
  background-color: #FF6F6E;
  color: #fff;
  border-radius: 100%;
  font-size: 0.4rem;
  width: 0.72rem;
  height: 0.72rem;
  font-weight: bolder;
  line-height: 0.76rem;
}
.how-to-install li p{
  font-size: 0.42rem;
  /*text-align: justify;*/
  color: #4a4a4a;
  line-height: 1.3;
}
.how-to-install li .screenshot{
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-bottom: 1.5rem;
}
.how-to-install li .screenshot div:first-child{
  padding: 0 7px 0 14px;
}
.how-to-install li .screenshot div:last-child{
  padding: 0 14px 0 7px;
}
.how-to-install li .screenshot img{
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.movie-bg{
  height: 150px;
  width: 100%;
  background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)),
  url('../kgf10.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.share-download{
  border: none;
  outline: none;
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ff0000;
  color: #FFFFFF;
  border-radius: 5px;
}
/* media screen supprot pc
===============================================*/

/* 页面过宽(大于750px)时内容居中 */
@media screen and (min-width: 500px) {
  /*html {*/
  /*font-size: 69.44444Px;*/
  /*}*/

  /*body {*/
  /*width: 750Px;*/
  /*margin: 0 auto;*/
  /*}*/

  html {
    font-size: 33.333312px;
  }

  body {
    width: 360px;
    margin: 0 auto;
  }

  .top-bar{
    width: 360px;
    margin: 0 auto -2.9rem;
    position: relative;
	z-index: 10;
  }
  
  .page-1, .trends{
    height: 17rem !important;
  }
  .trends{
    height: 600px;
  }
}



















