a {
    text-decoration: none;
    cursor:pointer;
}
a:hover,a:focus {
    text-decoration: none;
    outline:none;
}

*{
   outline:none;
}
.navbar{
    margin-bottom:0;
}
.navbar-default{
    background-color: #ffffff;
}
.text-content{
    background-color:#f8f8f8;
}
.text-content .banner{
    padding:0 0 20px 20px;
}
.slick-content .icon-product {
    background-color: #5CB500;
    background-repeat: no-repeat;
    background-size: 30px 20px,30px 30px;
    min-width: 50px;
}
.slick-content .icon-product {
    background-image: url(/images/ic-videodownloader.svg), url(/images/arrow-download.svg);
}
.slick-content .main-icon-product{
    background-color: #FF5722;
    background-image: url(/images/ic-videodownloader.svg), url(/images/4kfinder-download.png);
}

.section {
    background-color: #fff;
    position: relative;
    width: 100%;
}
.section.banner{
    margin: 60px auto 0;
    width: 100%;
    padding: 0 0 22px 22px;
    position: relative;
    background-color: #f2f2f2;
    overflow: auto;
}
.banner-carouse,.item-1{
    display:inline-block;
    padding:0;
    width: calc(50% - 20px);
    height: calc(46.52vw + 19px);
    margin-right: 20px;
    margin-top: 20px;
}
.slick{
    border-radius:4px;
}
.slick .item-feature{
    padding:0;
    list-style:none;
    margin-bottom:40px;
}
.slick ul.item-feature li{
    padding:5px;
    font-size:18px;
    color:#000;
    opacity:0.8;
}

.slick-inner .background{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.slick-inner .background.red{
    background-image:url(/images/background-red.svg);
}
.slick-inner .background.blue{
    background-image:url(/images/background-blue.svg);
}
.slick-inner .background.green{
    background-image:url(/images/background-green.svg);
}
.slick-content{
    padding:50px 0 0 50px;
}
.slick-content h3{
    color: #364962;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}
.blue .slick-content h3{
    color: #ffffff;
}
.slick-content p.text{
    max-width: 334px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    color: #364962;
    margin: 0 0 40px;
    opacity: 0.8;
    letter-spacing: 0.2px;
}
.blue .slick-content p.text{
    color: #ffffff;
}
.safe-text{
    position: absolute;
    bottom: 105px;
    left: 60px;
    display:none;
}
.safe {
    position: absolute;
    opacity: .8;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/images/4k-safe.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.safe-text .safe {
    position: relative;
    background-size: 26px 30px;
}
.safe-text .safe p{
    color: #364962;
    max-width: 284px;
    margin: 0 0 0 35px;
    font-weight: 300;
    font-size: 12px;
    line-height: 2.5;
}
.button {
    max-width: 180px;
    padding: 14px;
}
.btn {
    padding: 14px 14px;
    background: none;
    border: none;
    border-radius: 3px;
    outline: none;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    transition: all .05s;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(26,0,35,0.08);
}
.item.red a.btn {
    background-color: #ff5c1b;
}
.item.red a.btn:hover{
    color: #ff5c1b;
    background-color: #fff;
}
.item.red a.btn:last-child{
    margin-left:20px;
}
.item.blue a.btn {
    background-color: #3981ff;
}
.item.green a.btn {
    background-color: #5cb400;
}

.slick-track{
    height: calc(46.52vw + 20px);
}

.item-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(40% - 22px);
    height: 18.65vw;
    border-radius: 4px;
    background-color: #ffffff;
    margin: 22px 22px 0 0;
    contain: paint;
}


.item-link {
    height: 100%;
}
/*.item-link:hover {
    -webkit-box-shadow: 0 7px 28px 0 rgba(0,0,0,0.07);
    box-shadow: 0 7px 28px 0 rgba(0,0,0,0.07);
}*/
h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #364962;
}
.item-link .item-title {
    margin-left: 2.5vw;
    margin-top: 2.29vw;
    margin-bottom: 1.56vw;
    padding-right: 16px;
}
.item-link h2{
    font-size:24px;
}
.item-link p{
    margin-left:2.78vw;
    font-size:18px;
}
/*.item-link .item-title::after {
    background: transparent url(/images/ic-arrow-link.svg) no-repeat;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: -16px;
    position: relative;
    -webkit-transition: margin-left 0.1s;
    -o-transition: margin-left 0.1s;
    transition: margin-left 0.1s;
}*/
.item-link:hover .item-title::after {
    margin-left: 8px;
}
.item-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*border-top: 1px solid #e8e8e8;*/
    padding-left: 2.5vw;
    padding-right: 1vw;
    min-height: 7.29vw;
    cursor: pointer;
}
/*.item-product:hover {
    -webkit-box-shadow: 0 0 28px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 28px 0 rgba(0,0,0,0.07);
}*/
.icon-product {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 15px;
    overflow: hidden;
    background-position: center,center -30px,center -50px;
    -webkit-transition: background-position 0.25s;
    -o-transition: background-position 0.25s;
    transition: background-position 0.25s;
}
.item-1 .icon-product {
    background-color: #5CB500;
    background-repeat: no-repeat;
    background-size: 30px 20px,15px 20px,20px 16px;
    min-width: 50px;
}
.item-1 .icon-product {
    background-image: url(/images/ic-videodownloader.svg),
    url(/images/arrow-download.svg);
}
.item-1 .icon-product.youtube-video {
    background-image: url(/images/icon-youtube-downloader.svg),
    url(/images/arrow-download.svg);
}
.item-1 .icon-product.youtube-music {
    background-image: url(/images/4kfinder-youtube-music-converter-icon.png),
    url(/images/arrow-download.svg);
  	background-size: 35px 35px,15px 20px,20px 16px;
}
.item-1 .icon-product.netflix-video {
    background-image: url(/images/nf-logo.png),
    url(/images/arrow-download.svg);
  	background-size: 35px 35px,15px 20px,20px 16px;
}
.item-text {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    color: #525f7f;
    margin: 0;
}
.slick-content .item-text{
    font-size: 36px;
}
.item-1 .item-product:hover .icon-product {
    background-position: center 50px,center,center -30px;
}
.slick-content .item-product:hover .icon-product{
    background-position: center 50px,center,center -30px;
}
.item-1 .icon-product,.item-2 .icon-product,.item-3 .icon-product{
    background-color: #2196F3;
}
.item-4 .icon-product{
    background-color: #5CB500;
}
.item-5 .icon-product{
    background-color: #d9d902;
}

.more-sites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 6%;
    padding-right: 6%;
}
.more-sites h3.title{
    width: 100%;
    max-width: 1260px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    color: #364962;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    font-weight: normal;
}
.list-sites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1285px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom:20px;
}
.sites {
    position:relative;
    width: 300px;
    height: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 18px;
    padding: 15px;
    background-color: #ffffff;
    border: solid 1px #f6f6f6;
    border-radius: 1px;
    cursor: pointer;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-box-shadow: 0 -2px 38px 0 rgba(0,0,0,0.05);
    box-shadow: 0 -2px 38px 0 rgba(0,0,0,0.05);
}
.list-sites .sites {
    width: 239px;
    padding: 40px 5px;
    border: none;
    border-radius: 3px;
}
.list-sites img{
    display:block;
}
.sites-title{
    margin-top: 25px;
    opacity: 0.8;
    color: #364962;
    font-size: 24px;
    text-align: center;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.sites p.sites-sub{
    position: absolute;
    top: 0;
    width: 239px;
    height: 0;
    font-size: 18px;
    padding-top: 0;
    text-align: center;
    background: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
a.sites:hover p.sites-sub{
    padding-top: 110px;
    height: 225px;
    opacity: 0.9;
}
.other-sites{
    position:relative;
    background-color: #1a7bc8;
    opacity: 0.8;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 6%;
    padding-right: 6%;
}
.other-sites .sites-font,.other-sites .sites-img{
    padding-top:120px;
    padding-bottom:120px;
}
.other-sites .sites-img{
    padding-top:40px;
}
.other-sites h3{
    color: #ffffff;
    margin-bottom: 20px;
    font-size:36px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    font-weight: normal;
}
.other-sites p{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.62;
    letter-spacing: 0.2px;
    font-weight:300;
}
.other-sites .sites-img img{
    margin-left:80px;
    max-width:100%;
}
.platforms-position {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.platforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 1260px;
    margin: 0 auto;
    padding: 65px 65px;
    background: #fff;
    -webkit-box-shadow: 0 -2px 38px 0 rgba(0,0,0,0.05);
    box-shadow: 0 -2px 38px 0 rgba(0,0,0,0.05);
}
.platforms-title{
    font-size: 32px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #364962;
    max-width: 560px;
    margin-right: 109px;
}
.platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8.41%;
    text-decoration: none;
}
.platform__title {
    display: block;
    margin-top: 15px;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.14;
    color: #525f7f;
    text-align: center;
}
section.download-step{
    padding-top:100px;
}
.smc_fo_floor {
  margin-top:40px;
}
.smc_fo_floor .title {
  color: #a9a9a9;
  font-size: 36px;
  text-align: center;
  margin-bottom: 18px;
}
.smc_fo_floor .read {
  text-align: center;
}
.smc_fo_floor .read a {
  color: #4596E5;
  font-size: 16px;
}
.smc_fo_floor .read a:hover {
  text-decoration: underline;
}
.smc_fo_floor .content {
  overflow: hidden;
  padding: 45px 0;
}
.smc_fo_floor .content .left {
  width: 43%;
  float: left;
}
.smc_fo_floor .content .left .box {
  position:relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight:300;
  padding:20px 50px 20px 40px;
  margin-bottom:10px;
  background-color: #efe4dc;
  border-radius: 10px;
  -webkit-transition: .4s;
  transition: .4s;
}
.smc_fo_floor .content .left .box:after{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    color: #d88c6a;
    background: #efe4dc;
    font-size: 30px;
    padding-top: 15px;
    top: 15%;
    right: -35px;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    text-align: center;
}
.smc_fo_floor .content .left .box:first-child:after {
    content: "1";
}
.smc_fo_floor .content .left .box:nth-child(2):after {
    content: "2";
}
.smc_fo_floor .content .left .box:nth-child(3):after {
    content: "3";
}
.smc_fo_floor .content .left .box:last-child:after {
    content: "4";
}
.smc_fo_floor .content .left .box:hover .word .name,
.smc_fo_floor .content .left .box:hover .word .desc {
  font-weight:normal;
}


.smc_fo_floor .content .left .box .pic {
  margin-right: 30px;
}
.smc_fo_floor .content .left .box .pic img {
  width: 65px;
  max-width: inherit;
}
.smc_fo_floor .content .left .box .word .name {
  color: #d88c6a;
  font-size: 20px;
}
.smc_fo_floor .content .left .box .word .desc {
  color: #666666;
  font-size: 16px;
}

.smc_fo_floor .content .left .box.active{
    background-color: #d88c6a;
}
.smc_fo_floor .content .left .box.active:after{
    background-color: #fff;
}
.smc_fo_floor .content .left .active .word .name,
.smc_fo_floor .content .left .active .word .desc {
  color: #fff;
  font-weight:normal;
}
.smc_fo_floor .content .right {
  width: 46%;
  float: right;
}
.smc_fo_floor .content .right .box {
  display: none;
}
.smc_fo_floor .content .right .box img {
  max-width: 100%;
}
.smc_fo_floor .content .right .active {
    display: block;
    padding-top:10px;
    animation: hideIndex 0.3s;
    -moz-animation: hideIndex  0.3s; /* Firefox */
	-webkit-animation: hideIndex  0.3s; /* Safari and Chrome */
	-o-animation: hideIndex  0.3s; /* Opera */
}
@keyframes hideIndex{
	0%{ opacity: 0; transform: translate(800px, 0) }
	100%{opacity: 1; transform: translate(0, 0) }
}
.features .feature {
    padding: 50px 0;
    background:#fff;
}

.features .feature.more-f p.sub-title {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}
.features .feature.more-f .boxs:last-child{
    margin-top:30px;
}
.features .feature.more-f .boxs .box {
    position:relative;
    text-align: center;
    width: 240px;
    height: 240px;
    padding: 40px 20px 0;
    float: left;
    margin-right: 40px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 0 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 0 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 0 12px;
}
.features .feature.more-f .boxs .box img {
    height: 33px;
    margin-bottom: 30px;
}
.features .feature .p1 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}
.features .feature.more-f .boxs .box .p1 {
    font-size: 18px;
}
.features .feature .p2 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-bottom: 10px;
}
.features .feature.more-f .boxs .box .p2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 0;
    font-size: 18px;
    color: #666;
    line-height: 20px;
    padding-top: 0;
    text-align: center;
    background: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.features .feature.more-f .boxs .box:hover p.p2{
    padding-top: 110px;
    height: 225px;
    opacity: 1;
}   
.features .feature.more-f .boxs .box:last-child {
    margin-right: 0;
}
.media-review{
    padding:40px;
    text-align:center;
}
.media-review h3{
    margin-top: 0;
    margin-bottom: 20px;
    color: #364962;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    font-weight: normal;
}
.media-review p{
    width:90%;
    font-weight: 300;
    font-size: 18px;
    color: #364962;
    line-height: 1.56;
    letter-spacing: 0.2px;
    opacity: 1;
    margin: 20px auto;
}
.logo-wraper {
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    padding-top: 0;
    margin-bottom:5px;
}
.logo-wraper ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style:none;
    align-items: center;
}
.logo-wraper ul img {
    width: 118px;
    border-style: none;
    max-width: 100%;
    vertical-align: middle;
}

/* user reviews */
.raty img {
  width: 16px;
  height: 16px;
}
.user-reviews {
  background-color: #f8f8f8;
  padding: 50px 0 0 0;
  text-align: center;
}
.user-reviews h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
}
.user-reviews #slider-user-reviews {
  position: relative;
  margin-bottom: 40px;
}

.user-reviews .slides li .ava {
  display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  margin-right: 30px;
}
.user-reviews .slides li .con {
  padding-left: 30px;
  border-left: 1px solid #e0e0e0;
  display: inline-block;
  max-width: 650px;
  vertical-align: middle;
  text-align: left;
}
.user-reviews .slides li .con .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.user-reviews .slides li .con .p1 .raty {
  position: relative;
  top: -2px;
  left: 20px;
}
.user-reviews .slides li .con .p2 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.flex-control-nav {
  margin-top: 30px !important;
  position: static !important;
}
.flex-direction-nav .flex-prev {
  position: absolute;
  left: 0px !important;
  top: 25%;
  background-image: url(/images/prev_next.png);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  width: 19px;
  height: 38px;
  overflow: hidden;
  text-indent: 10000px;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.flex-direction-nav .flex-next {
  position: absolute;
  right: 0px !important;
  top: 25%;
  background-image: url(/images/prev_next.png);
  width: 19px;
  height: 38px;
  overflow: hidden;
  text-indent: 10000px;
  background-repeat: no-repeat;
  background-position: center !important;
  opacity: 0.5;
}
.flex-control-paging li a {
  background-color: #d2d2d2 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
  background-color: #1e96ec !important;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.download-apple-music{
    padding:50px 0;
    background-color: #f8f9fa;
}
.download-apple-music .download-btn{
    color:#fff;
    text-align:center;
}
.download-apple-music .download-screenshot{
    position:relative;
    margin-top:50px;
}
.download-apple-music .download-screenshot .pc-bg{
    position: absolute;
    top: 14px;
    left: 101px;
}
.download-apple-music .download-screenshot .pc-bg img{
    width: 463px;
    height: 290px;
}
.download-apple-music .download-btn h1{
    font-size:36px;
    font-weight:700;
    margin-top:50px;
    margin-bottom:30px;
}
.download-apple-music .download-btn .button-area {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    margin:auto;
}
.download-apple-music .download-btn .button-area a {
    display: block;
    /* width: 100%; */
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #1e96ec !important;
    /* border-radius: 2px; */
    margin-bottom: 20px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.download-apple-music .download-platform ul{
    list-style:none;
    text-align:left;
}
.download-apple-music .download-platform ul li{
    padding:5px;
    font-size:16px;
}
.download-apple-music .download-platform ul li span{
    padding-left:15px;
    font-size:14px;
}
.faqs{
    padding:50px 0;
}
.faqs h2{
    font-size:32px;
    font-weight:600;
    color: #00a2ea;
}
.faqs .faqs-title{
    cursor: pointer;
    position:relative;
    font-size:16px;
    padding:24px 0;
    font-weight:600;
}
.faqs .tips-title {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    padding: 24px 0;
    font-weight: 600;
    color:#000;
}
.faqs .faqs-content{
    display:none;
}
.faqs .faqs-title span.img{
    padding-right:20px;
}
.faqs .faqs-title span.whirl{
    position: absolute;
    right:0;
    transition: 0.3s;
}
.faqs .faqs-title.curr span.whirl{
    transform: rotate(-180deg);
}
.bottom {
    padding: 40px 0;
    background:#fff;
}
.bottom .col-md-4 img {
    height: 46px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.bottom .col-md-4 .text {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
.bottom .col-md-4 .text .p1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.bottom .col-md-4 .text .p2 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.banner-animation{
    margin: auto;
    position: relative;
    /*overflow: hidden;*/
}
.banner-animation img{
    width:100%;
}
.banner-animation .dow-svg {
    position: absolute;
    width: 70px;
    top: 40%;
    left: 45%;
    animation: fade-from-bottom 1s ease-in-out 0s backwards, img-float 1s ease-in-out 1s infinite;
}
.banner-animation .art {
    position: absolute;
    width: 40px;
}
.banner-animation .artist-1 {
    top: 79%;
    left: 15%;
    animation: fall 2s linear 0s infinite;
}
.banner-animation .artist-2 {
    top: 79%;
    left: 25%;
    animation: fall 2s linear .2s infinite;
}
.banner-animation .artist-3 {
    top: 79%;
    left: 35%;
    animation: fall 2s linear .4s infinite;
}
.banner-animation .artist-4 {
    top: 79%;
    left: 45%;
    animation: fall 2s linear .6s infinite;
}
.banner-animation .artist-5 {
    top: 79%;
    left: 55%;
    animation: fall 2s linear .8s infinite;
}
.banner-animation .artist-6 {
    top: 79%;
    left: 65%;
    animation: fall 2s linear 1.0s infinite;
}
.banner-animation .artist-7 {
    top: 79%;
    left: 75%;
    animation: fall 2s linear 1.2s infinite;
}
@keyframes fade-from-bottom{
    0%{
        opacity:0;
        z-index:-1;
        transform:translate3d(0,100%,0);
    }
    100%{
        opacity:1;
        z-index:1;
        transform:translate3d(0,0,0);
    }
}
@keyframes img-float{
    0%,100%{
        transform:translateY(0)
    }
    50%{
        transform:translateY(20%)
    }
    
}
@keyframes fall {
  0% {
    transform: translateY(-25px);
  }
  25%, 75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-25px);
  }
}
@keyframes load {
      0%   { 
          transform: rotate(0deg); 
          
    }
      100% {
          transform:rotate(360deg);
    }
}

.pc-hidden {
    display: none !important;
}
@media(max-width:1600px){
    .item-1 {
    width: calc(50% - 20px);
    height: 23.26vw;
    margin: 20px 20px 0 0;
    padding:0;
    background-image:url(/images/background-blue.svg);
}
    .item-1 .item-title {
    margin-left: 2.78vw;
    margin-top: 2.78vw;
    margin-bottom: 1.8vw;
}
    .item-product {
    padding-left: 2.77vw;
    min-height: 9.03vw;
}
    .slick-content .item-product {
    padding-left: 0;
    min-height: 6vw;
}

    .item-1.item-2,.item-1.item-3 {
    width: calc(25% - 20px);
    height: 23.26vw;
    margin: 20px 20px 0 0;
    padding: 0;
    background-image:url(/images/background-blue.svg);
    background-position:left;
}
    .item-1.item-2 .item-text, .item-1.item-3 .item-text{
        font-size:24px;
    }
    .item-1.item-2 .item-title, .item-1.item-3 .item-title{
        font-size:18px;
    }
    .item-1.item-4,.item-1.item-5 {
    width: calc(50% - 20px);
    height: 23.26vw;
    margin: 20px 20px 0 0;
    padding:0 15px;
    background-image:url(/images/background-green.svg);
}
    .item-1.item-5{
    background-image:url(/images/background-yellow.svg);
}
    
}
@media (max-width: 1440px){
.section {
    padding-top: 120px;
    padding-bottom: 120px;
}
.list-sites .sites {
    margin-right: 16px!important;
}
}
@media screen and (max-width: 800px) {
  .smc_fo_floor {
    padding-bottom: 60px;
  }
  
  .smc_fo_floor .content .left {
    width: 100%;
    float: inherit;
    margin-bottom: 50px;
  }
  .smc_fo_floor .content .right {
    width: 100%;
    float: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .item.red a.btn:last-child{
      margin-left:0;
  }
  .smc_fo_floor .title {
    font-size: 24px;
  }
  .smc_fo_floor .content .left .box .word .name {
    font-size: 20px;
  }
  .smc_fo_floor .content .left .box .word .desc {
    font-size: 14px;
  }
  .smc_fo_floor .content .left .box:after{
      display:none;
  }
  .user-reviews {
    padding: 40px 0;
  }
  .user-reviews .slides li .ava {
    margin: 0 auto 10px;
  }
  .user-reviews .slides li .con {
    display: inline-block;
    text-align: center;
    width: 90%;
    border-left: none;
    padding-left: 0;
  }
  .user-reviews #slider-user-reviews {
    margin-bottom: 20px;
  }
  .phone-hidden {
                display: none !important;
      
  }
    .phone-show {
                display: block !important;
        
  }
  .container{
      width:100%;
  }
  .bottom .container{
      width:90%;
  }
  
  /*手机适配*/
  .text-content .banner{
      padding:10px;
  }
  
  .banner-carouse, .item-1{
      width:100%;
      margin:0;
      height:auto;
  }
  .slick-track{
      height:auto;
  }
  .slick-content{
      padding: 30px 20px;
  }
  .slick-content p.text{
      margin:15px 0;
  }
  .slick-dots{
      display:none;
  }
  .item-1{
      margin-top:10px;
  }
  .item-product{
      padding:10px;
  }
  .item-text{
      font-size:24px;
  }
  .item-link p{
      padding:10px 10px 10px 0;
  }
  .item-1.item-2, .item-1.item-3, .item-1.item-4, .item-1.item-5{
      margin:10px 0 0 0;
      width:50%;
      height:auto;
  }
  .item-1.item-2 .item-text, .item-1.item-3 .item-text, .item-1.item-4 .item-text, .item-1.item-5 .item-text{
      font-size:14px;
  }
  
  .icon-product{
      margin-right:5px;
  }
  .item-1.item-2 .item-title, .item-1.item-3 .item-title, .item-1.item-4 .item-title, .item-1.item-5 .item-title{
      font-size:12px;
  }
  .list-sites{
      display:block;
  }
  .list-sites .sites{
      width:100%;
  }
  .sites p.sites-sub{
      width:100%;
  }
  .other-sites .sites-font, .other-sites .sites-img{
      padding-top:0;
      padding-bottom:0;
  }
  .other-sites .sites-img{
      padding-bottom:100px;
  }
  .other-sites .sites-img img{
      width:100%;
      margin-left:0;
      margin-top:20px;
      margin-bottom:20px;
  }
  .platforms{
    width: 90.6%;
    padding: 30px 16px;
    flex-wrap:wrap;
    justify-content: space-around;
  }
  .platform{
      margin-left:0;
  }
  .platforms-title{
    text-align:center;
    font-size: 24px;
    margin-right:0;
    margin-bottom: 19px;
    line-height: 1.42;
  }
  .features .feature.more-f .boxs .box {
    margin-right: 7px;
    display: block;
    float: none;
    margin: 0 auto 20px !important;
}
  .media-review h3{
      font-size:30px;
  }
  .media-review p{
      font-size:14px;
  }
  .logo-wraper ul li{
      padding:5px;
  }
  .download-apple-music .download-screenshot{
      display:none;
  }
}
/*
     FILE ARCHIVED ON 19:04:40 Nov 03, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:53:19 Dec 01, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 74.604
  exclusion.robots: 0.187
  exclusion.robots.policy: 0.171
  RedisCDXSource: 0.958
  esindex: 0.012
  LoadShardBlock: 48.476 (3)
  PetaboxLoader3.datanode: 59.891 (4)
  CDXLines.iter: 21.297 (3)
  load_resource: 148.083
  PetaboxLoader3.resolve: 115.905
*/