a{text-decoration:none}
img{
  max-width:100%
}
.pNav{
  background-color:#1E2426;
  height:42px
}
.pNav .container{
  padding:0
}
.pNav .p_icon{
  display:inline-block;
	vertical-align:middle;
  margin-right:50px
}
.pNav .p_icon img{
	display:inline-block;
	vertical-align:middle;
  width:35px;
  height:auto
}
.pNav .p_icon span{
	display:inline-block;
	vertical-align:middle;
	height:100%;
	line-height:42px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-left:14px
}
.pNav .navRight{
  float:right
}
.pNav .navCont{
	display:inline-block;
	vertical-align:middle;
	height:42px;
  margin-right:10px
}
.pNav .navCont a{
	display:inline-block;
	height:42px;
	padding:0 25px;
	line-height:42px;
	font-size:14px;
	color:#fff
}
.pNav .navButton{
  display:inline-block;
  margin-top:9px
}
.pNav .navButton .buttons{
  display:none
}
.pNav .navButton .buttons a:not(.buy){
  background:#fff;
  display:inline-block;
  vertical-align:middle;
  width:100px;
  height:25px;
  text-align:center;
  line-height:23px;
  font-size:14px;
  transition:0.3s;
  color:#4B4C4C;
  border:1px solid #1e96ec !important;
}
.pNav .navButton .buttons a.buy{
  display:inline-block;
  vertical-align:middle;
  width:20px;
  height:15px;
  line-height:15px;
  margin-right:10px;
  color:#fff;
}
.pNav .navButton .buttons a i{
  position:relative;
  margin-right:5px;
  font-size:15px
}
.pNav .navButton .buttons a:hover{
  opacity:0.6
}
.pNav .navButton .buttons.win{
  display:none
}
.pNav .row{
  margin:0
}
.pNav.roll{
  margin-bottom:10px;
  position:fixed;
  top:0;
  width:100%;
  z-index:100000;
  background-color:#fff;
  box-shadow:1px 4px 10px 3px;
}
.pNav.roll .p_icon span{
  color:#000
}
.pNav.roll .p_icon a{
  color:#1E2426
}
.pNav.roll .navCont a{
  color:#1E2426
}
.pNav.roll .navCont a.active{
  color:#827502;
  background-color:unset
}

.pNav.roll .navCont a:hover{
  color:#827502;
  background-color:unset
}
.banner{
  height:250px;
  padding:0
}


.down_button a{
  display:inline-block;
  width:150px;
  height:35px;
  color:#fff;
  font-size:18px;
  line-height:35px;
  text-align:center;
}
.down_button a:nth-child(1){
  margin-right: 15px
}
.down_button a em{
  display:inline-block;
  vertical-align:middle;
  margin-top:-4px;
  margin-right:10px;
}
.down_button a.win{
  border:1px solid #1e96ec !important;
  transition:1s;
}
.down_button a.mac{
  border:1px solid #1e96ec !important;
  transition:1s;
}
.down_button a.win:hover{
  background-color:#fff;
  color:#4d6c82;
}
.down_button a.mac:hover{
  background-color:#fff;
  color:#1e2426;  
}

.video_window button.closebtn {
  display: inline-block;
  vertical-align: top;
  background: none;
  border: none;
  outline: none;
  width: 23px;
  height: 23px;
  padding: 0;
  margin-top: 130px;
  background-image: url(../images/X.png);
}

#video-demo {
  display: none
}

#video-demo .buttons_area {
  margin-top: 15px;
  text-align: center
}

#video-demo .buttons_area a {
  display: inline-block;
  width: 150px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  margin: 0 10px;
  transition: 0.2s;
  box-shadow: rgba(0,0,0,.25) 1px 1px 8px;
}

#video-demo .buttons_area a i {
  position: relative;
  font-size: 18px;
  top: 2px;
  margin-right: 8px
}

.fancybox-opened .fancybox-skin {
  background: #efefef;
  border-radius: 8px;
}


/*弹出框*/
.remodal-wrapper {
    padding: 70px 10px 0;
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    background: #000000a3;
}
.remodal-is-initialized {
    display: inline-block;
}
.remodal {
    
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    font-size: 0;
    color: #2b2e38;
    background: #fff;
}
.remodal, .remodal-wrapper:after {
    vertical-align: middle;
}
.widget-modal {
    max-width: 1130px;
    padding: 0;
    background: transparent;
}
.widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #0f73ee;
    border-radius: 8px;
}
.widget--youtubetomp3 {
    background-color: #0f73ee;
}
.widget__half {
    width: 50%;
}

.widget__description {
    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: justify;
    -ms-flex-pack: justify;
    text-align: left;
    position: relative;
    padding: 40px 40px 50px;
}
.widget__4k-logo {
    width: 40px;
    height: 40px;
    position: relative;
}
.widget__logo-background {
    /*background: rgba(255,255,255,0.2);*/
    border-radius: 4px;
}
.widget__logo-image {
    fill: #ffffff;
    margin: 9px 7px 10px 9px;
}
.widget__promo-content {
    margin: 1.25rem 0;
}
.h1--white {
    color: #f9f9f9;
}
.widget__headline {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.195349px;
    margin-bottom: 1.25rem;
}
.widget__headline.h2{
    line-height:30px;
    font-size: 18px;
    margin-top: 40px;
}
.widget__text-system {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.14;
    color: #ffffff;
    margin: 0;
}
.widget__text-system--faded {
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.widget__text-system--decorated {
    border-bottom: 1px solid #F7F7F8;
    -webkit-transition: border-bottom 0.15s;
    transition: border-bottom 0.15s;
}
.text {
    font-weight: 300;
    font-size: 14px;
    color: #364962;
    opacity: 0.8;
    line-height: 1.62;
    letter-spacing: 0.2px;
}
.text--white {
    color: #ffffff;
}
.widget__supported-sites-text {
    text-align: left;
    opacity: 0.54;
    margin: 0 0 20px;
}
.widget__supported-sites-logos-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget__supported-sites-logo {
    display: block;
    opacity: 0.25;
    background-size: contain;
    background-repeat: no-repeat;
}

.widget__app-content-wrapper {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
}
.widget__content-element {
    padding: 20px;
}
.widget__image {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.widget__image--youtubetomp3 {
    background-image: url(/images/ukeysoft-music-converter-discount.png);
    max-width: 337px;
    height: 290px;
}
.widget__app-feature-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget__app-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin: 0 20px 15px 0;
}
.widget__icon {
    display: block;
    background-repeat: no-repeat;
}
.widget__icon--playlists {
    background-image: url(/images/note-blue.svg);
}
.widget__icon--channels {
    background-image: url(/images/note-blue.svg);
}
.widget__icon--all-websites {
    background-image: url(/images/note-blue.svg);
}
.widget__icon--hq {
    background-image: url(/images/note-blue.svg);
}
.widget__icon--audiobooks {
    background-image: url(/images/note-blue.svg);
}
.widget__icon--built-in-player {
    background-image: url(/images/note-blue.svg);
}
.widget__app-feature-icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin-right: 12px;
}
.text {
    font-weight: 300;
    font-size: 14px;
    color: #364962;
    opacity: 0.8;
    line-height: 1.62;
    letter-spacing: 0.2px;
}
.text--large {
    font-size: 16px;
}
.widget__app-feature-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    text-align: left;
}
.btn {
    padding: 14px 44px;
    background: none;
    border: none;
    border-radius: 3px;
    outline: none;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    transition: all 0.05s;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgb(26 0 35 / 8%);
}
.promo__btn {
    display: flex;
    align-items: center;
    height: 80px;
    border-radius: 50vh;
    margin: 0;
    padding: 8px 26px 8px 8px;
    transition: box-shadow 0.05s,opacity 0.05s;
}
.widget__app-download-button {
    display: block;
    background-color: #0f73ee;
    width: 100%;
    margin: 0;
}
.widget__app-download-button--big-rounded {
    padding: 40px 17px;
    font-size: 2rem;
    line-height: 0;
    border-radius: 66px;
}
.widget__app-download-button--youtubetomp3 {
    background-color: #0f73ee;
}
.copy-success {
    display: none;
    padding: 6px 12px;
    text-align: center;
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    position: fixed;
    top: 30%;
    left: 25%;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 14%);
    font-size: 32px;
    z-index: 1000000;
}


@media screen and (max-width:1200px){
	.pNav{
		height:auto
	}
  .pNav .container{
    width:100%;
    padding:0
  }
	.pNav .p_icon, .pNav .navCont{
		display:block;
		float:none;
    margin:0
	}
	.pNav .p_icon{
		text-align:center;
	}
  .pNav .navCont .col-md-1-5{
    width:20%;
    float:left;
    text-align:center;
  }
  .pNav .navRight{
    float:none
  }
  .pNav .navButton{
    display:none
  }
}
@media screen and (max-width: 768px){
    body{
        width:100%;
        overflow-x:hidden;
    
    }
  .pNav .navCont a{
		padding:0 5px
	}
  .row{
    margin:0
  }
  .pNav.new .navRight .navBtn a em.icon-download{
      display:none;
  }
  
}

@media screen and (max-width:600px) {
  #video-demo .video-container{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  #video-demo .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width:500px) {
  .pNav .navCont a{
    font-size:12px
  }
}
@media screen and (max-width:320px) {
  .pNav .navCont a{
    padding:0
  }
}

.pNav.new {
  display:none;
  background-color:#fff;
  height:60px;
  box-shadow: #4d6c82 6px 0 12px;
}
.pNav.new.roll {
  display:block;
  box-shadow: #4d6c82 6px 0 12px;
}
.pNav.new .p_icon span{
  color:#333;
  font-size:16px;
  line-height:60px;
}
.pNav.new .navRight .navCont {
  height:60px;
}
.pNav.new .navRight .navCont a.col-md-1-5 {
  color:#666;
  padding:0 10px;
  font-size:16px;
  line-height:60px;
}
.pNav.new.roll .navCont a.col-md-1-5:hover, .pNav.new.roll .navCont a.col-md-1-5.active {
  color: #1e96ec;
}
.pNav.new .navRight p {
  display:none;
}
.pNav.new .navRight .navBtn {
  display:inline-block;
  vertical-align:middle;
}
.pNav.new .navRight .navBtn a {
  display:inline-block;
  vertical-align:top;
  width:22px;
  height:22px;
  margin-right:30px;
  color:#4d6c82;
}
.pNav.new .navRight .navBtn a em {
  font-size: 22px;
  color:inherit;
}
.pNav.new .navRight .navBtn a:hover {
  color: #1e96ec;
}
.pNav.new .navRight .navHome {
  padding-left:30px;
  width:144px;
  height:27px;
  display:inline-block;
  vertical-align:middle;
  border-left:1px solid #e0e0e0;
}

@media screen and (max-width: 1024px) {
  .pNav.new {
    height:40px;
  }
  .pNav.new .container {
    width:95%;
    margin:auto;
  }
  .pNav.new .p_icon {
    display:inline-block;
  }
  .pNav.new .p_icon img {
    width:23px;
    height:23px;
    margin-top:8px;
  }
  .pNav.new .p_icon span,
  .pNav.new .navRight .navHome {
    display:none;
  }
  .pNav.new .navRight {
    float:right;
  }
  .pNav.new .navRight .navCont {
    height:40px;
    display:inline-block;
  }
  .pNav.new .navRight .navCont a.col-md-1-5 {
    height:40px;
    line-height:40px;
    width:auto;
  }
  .pNav.new .navRight .navBtn a {
    margin:0 15px;
  }
}

@media screen and (max-width: 500px) {
  .pNav.new .navRight {
    position:relative;
  }
  .pNav.new .navRight p {
    position:relative;
    display:inline-block;
    line-height:40px;
    font-size:14px;
    color:#4d6c82;
  }
  .pNav.new .navRight p::after{
    content:'';
    display:inline-block;
    position:relative;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:6px solid #4d6c82;
    border-bottom:5px solid transparent;
    top:4px;
    right: -5px;
  }
  .pNav.new .navRight .navCont{
    display:none;
    position:absolute;
    width: 120px;
    background-color: #fff;
    z-index: 10000;
    height: auto;
    top: 40px;
    left: -20px;
  }
  .pNav.new .navRight .navCont a.col-md-1-5 {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
  }
  .pNav.new .navRight .navBtn a {
    margin:0 0 0 15px;
  }
}