/*
  index.css for x86 page, EN
  Latest modified 2016-02-26 11:25
*/

a,
a:hover {
	text-decoration: none;
	outline: none;
}
body {
	height: 100% !important;
}
h1,h2,h3,h4 {
	font-weight: normal;
}
/*会影响到fade, slide动画，所以慎用*/
/** {
	transition: all ease-in-out 0.5s;
}*/
a.link {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    color: #008cff;
    font-size: 18px;
}
.Reboto_Medium {
	font-family: 'Roboto_Light';
}
.Reboto_Regular {
	font-family: 'Roboto_Regular';
}
.HelveticaNeue_Bold {
	font-family: 'HelveticaNeue_Bold';
}
.mailto, .mailto:hover {
	color: #fff;
	text-decoration: underline;
}
.close {
  display: inline-block;
  position: absolute;
  top: -30px;
  right: 0;
  width: 19px;
  height: 19px;
  background-image: url("https://webcdn.jide.com/jide_upload/2016_01/1453374497184_CT41ys_close.png");
  background-repeat: no-repeat;
  cursor: pointer;
}
.mb-20 {
    margin-bottom: 20px;
}
.on-black {
	display: block;
	top: -45px;
}
.x86-wrapper {
	overflow: hidden;
}
.bg-img {
    width: 100%;
    display: block;
}
.bg-img img {
    width: 100%;
}
.img4BigScreen {
    display: block;
}
.img4SmlScreen {
    display: none;
}
.bg-img {
    width: 100%;
}
#header {
	position: relative;
}
#header img {
	width: 100%;
}
#header #banner_pc {
	display: block;
}
#header #banner_mob {
	display: none;
}
.comm-btns {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 250px;
    margin: 60px auto 0;
}
#download {
	position: absolute;
	top: 32%;
	left: 15%;
	color: #000;
}
.head-title {
  position: relative;
	font-size: 60px;
  line-height: 1;
	margin-bottom: 32px;
  letter-spacing: -2px;
}
.head-note {
    font-size: 20px;
    margin-bottom: 40px;
}
#download .coming {
  margin-bottom: 60px;
	font-size: 32px;
  line-height: 1.4em;
	color: #fff;
}
#download .coming.active {
	-webkit-animation: coming ease-in-out 0.5s;
	-moz-animation: coming ease-in-out 0.5s;
	-ms-animation: coming ease-in-out 0.5s;
	-o-animation: coming ease-in-out 0.5s;
	animation: coming ease-in-out 0.5s;
}
@-webkit-keyframes coming {
	0% {
		margin-left:0;
	}
	20% {
		margin-left:-10%;
	}
	40% {
		margin-left:10%;
	}
	60% {
		margin-left:-5%;
	}
	80% {
		margin-left:5%;
	}
	100% {
		margin-left: 0;
	}
}
@-moz-keyframes coming {
	0% {
		margin-left:0;
	}
	20% {
		margin-left:-10%;
	}
	40% {
		margin-left:10%;
	}
	60% {
		margin-left:-5%;
	}
	80% {
		margin-left:5%;
	}
	100% {
		margin-left: 0;
	}
}
@-o-keyframes coming {
	0% {
		margin-left:0;
	}
	20% {
		margin-left:-10%;
	}
	40% {
		margin-left:10%;
	}
	60% {
		margin-left:-5%;
	}
	80% {
		margin-left:5%;
	}
	100% {
		margin-left: 0;
	}
}
@keyframes coming {
	0% {
		margin-left:0;
	}
	20% {
		margin-left:-10%;
	}
	40% {
		margin-left:10%;
	}
	60% {
		margin-left:-5%;
	}
	80% {
		margin-left:5%;
	}
	100% {
		margin-left: 0;
	}
}
h2.title {
	font-size: 60px;
	line-height: 1;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
	padding:0;
}
@media screen and (max-width: 1450px){
	#download {
		top: 25%;
	}
}
@media screen and (max-width: 1100px) {
	#header {
		background-color: #000;
	}
	#evolution {
		margin-top: -2px;
	}
	#header img {
		opacity: 0.8;
	}
	#download {
		left: 10%;
	}
}

/* ============= new for Beta ============== */
.only-4-pc {
  display: block!important;
}
.prty-btn {
  display: block;
  box-sizing: border-box;
  width: 300px;
  height: 60px;
  line-height: 60px;
  color: #29282d;
  font-size: 22px;
  border-radius: 60px;
  text-align: center;
  border: 2px solid #fff;
  background: #fff;
  cursor: pointer;
}
.prty-btn:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, .9);
}
.prty-btn.btn-play-video {
  margin-bottom: 20px;
  text-align: left;
  padding-left: 30px;
   background: url("https://webcdn.jide.com/jide_upload/2016_02/1456382281737_78UZhT_ply-icon-new.png") 90% 54% no-repeat #fff;
}
.prty-btn.prty-btn-blank {
  color: #fff;
  background: rgba(255, 255, 255, 0);
}
.prty-btn.prty-btn-blank:hover {
  background: rgba(255, 255, 255, .2);
}
.prty-btn.prty-btn-blue {
    border: none;
  color: #fff;
  background: #008cff;
}
.prty-btn.prty-btn-blue:hover {
  background: #0064d5;
}


/* Responsive for mobile devices */
@media screen and (max-width: 768px) {
	#header {
		background-color: #fff;
	}
	#header img {
		opacity: 1;
	}
	#header #banner_pc {
		display: none;
	}
	#header #banner_mob {
		display: block;
	}
  .only-4-pc {
    display: none!important;
  }
  .only-4-mobile {
    display: block!important;
  }
  .prty-btn.prty-btn-blue {
      width: 80%;
      margin-left: 10%;
  }
  .head-title {
      font-size: 48px;
      margin-bottom: 24px;
  }
  .head-note {
      font-size: 20px;
      margin-bottom: 32px;
  }
	#download { /* In mobile only */
		top: 70%;
		left: 50%;
		width: 100%;
		text-align: center;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.title-with-beta{ /* In mobile, title with beta using image instead of text */
    position: relative;
		width: 100%;
    margin-bottom: 28px;
	}
  .title-with-beta img {
    margin: 0 auto;
    display: block;
    max-width: 80%;
    border: none;
  }
  .coming-for-mob {
    margin-bottom: 20px;
		color: #fff;
		width: 100%;
		font-size: 1.4rem;
		text-align: center;
  }
  .pretty-btn { /* In mobile only */
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    width: 260px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    font-size: 1.2rem;
    text-align: center;
  }
  .pretty-btn.white-bg {
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 1);
    color: #263844;
  }
  .pretty-btn.no-bg {
    background: rgba(255, 255, 255, 0);
    color: #fff;
    border: 2px solid #fff;
  }
  .pretty-btn s.icon-ply {
    float: right;
    margin: 7px 12px 0 0;
    width: 2rem;
    height: 2rem;
    background: url("https://webcdn.jide.com/jide_upload/2016_02/1456384577211_Weo1jJ_mobile-play-icon-new.png") no-repeat;
    background-size: 2rem 2rem;
  }


}

.wrapper p.info,
.wrapper p.more-content {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
    .wrapper p.info,
    .wrapper p.more-content {
    	font-size: 14px;
    	line-height: 1.6;
    }
}
h2.title-h3 {
	font-size: 48px;
	line-height: 64px;
	text-align: center;
	margin-bottom: 50px;
}
.wrapper {
	position: relative;
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
.wrapper.wrapper-1100 {
	max-width: 1100px;
}
.wrapper.wrapper-890 {
	max-width: 890px;
}
.wrapper-half {
    width: 50%;
}
.wrapper-4 {
    width: 40%;
}
.wrapper-6 {
    width: 60%;
}
.wrapper-55 {
    width: 55%;
}
#evolution {
	padding:110px 0 75px;
	background-color: #fff;
	color: #000;
	position: relative;
}
#evolution p.info {
	width: 75%;
	margin-bottom: 45px;
}
#evolution .x86-link {
	color: #008cff;
}
.osElements-wrap {
	position: relative;
	width: 100%;
}
.osElements {
	position: relative;
	margin: 0 auto;
	top: 0;
	max-width: 840px;
	width: 80%;
}
.os-el .starting {
	z-index: 9999;
	opacity: 1;
	-webkit-transition: all ease-in-out 1s;
	-moz-transition: all ease-in-out 1s;
	-ms-transition: all ease-in-out 1s;
	-o-transition: all ease-in-out 1s;
	transition: all ease-in-out 1s;
}
.os-el .starting.active {
	opacity: 0;
}
.os-el .starting img {
	width: 100%;
	z-index: 99;
	margin-left: -50%;
}
.os-el .image.real-bg {
	width: 100%;
	margin: 0 auto;
	opacity: 1;
}
.os-taskbar {
	width: 106%;
	left: 50%;
	margin-left: -53%;
	z-index: 1000;
	opacity: 1 !important;
}
.t-icon {
	top:30%;
}
.os-act-start {
	width: 35.4%;
}
.os-act-wifi {
	width: 22%;
}
.os-act-time {
    width: 24.8%;
    height: 49.9%;
}
.os-act-noti {
    width: 24.1%;
    height: 83%;
}
.os-act-google {
	width: 56.4%;
	height: 39.4%;
}
.close-google {
	top: 5.15%;
}
.os-act-facebook {
	width: 57.9%;
	height: 43.4%;
}
.close-facebook {
	top: 6.05%;
}
.os-act-youtube {
    width: 27.8%;
    height: 44.4%;
}
.close-youtube {
	top: 6.15%;
}
.os-act-word {
    width: 67.4%;
    height: 44.5%;
}
.close-word {
	top:6.8%;
}
.os-act-gmail {
    width: 66.4%;
    height: 39.5%;
}
.close-gmail {
	top: 5.8%;
}
.os-act-file {
    width: 57.7%;
    height: 38.8%;
}
.close-file {
	top : 2.5%;
}
.os-act-chrome {
    width: 79%;
    height: 44%;
}
.close-chrome {
	top:2%;
}
#usb {
	position: absolute;
	left: 0;
	top:71%;
	transition: left ease-in-out 0.8s;
	left: -38.5%;
}
#usb.active {
	left: -14.5%;
}
@keyframes usb_moving {
	0% {
		left: -38.5%;
	}
	100% {
		left: -14.5%;
	}
}
@media screen and (max-width: 768px) {
	#evolution {
		padding: 95px 0 70px;
	}
	h2.title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 45px;
	}
	h2.title-h3 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	h2.title-h4 {
		font-size: 24px;
		line-height: 32px;
	}
	#evolution p.info {
		width: 100%;
	}
	.os-taskbar {
		opacity: 1 !important;
	}
	#usb {
		display: none;
	}
}
#future {
    background: url(https://webcdn.jide.com/jide_upload/2016_06/1469364897008_WkUngG_future.jpg) center no-repeat;
    background-size: cover;
	color: #fff;
    width: 100%;
    position: relative;
}
#future::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
}
#future.active::after {
    background-color: transparent;
    transition: background-color 1s;
}
#future .wrapper {
    padding-top: 110px;
    z-index: 1;
    opacity: 0;
}
#future.active .wrapper {
    opacity: 1;
    transition: opacity 1s;
}
#future p.info {
	width: 80%;
}
@media screen and (max-width: 768px) {
	#future {
		padding: 95px 0;
	}
	#future p.info {
		width: 100%;
	}
    #future .wrapper {
        padding-top: 0;
    }
}

#performance {
	padding:110px 0;
	background-color: #fff;
	color: #000;
}
#performance .points {
	width: 100%;
	margin: 50px 0;
}
#performance li {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}
#performance li p.type,
#performance li p.bench {
	color: rgba(0,0,0,.6);
	font-size: 12px;
	font-family: "Roboto_Medium";
    overflow: hidden;
    text-overflow: ellipsis;
}
#performance li p {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
}
#performance li p.type {
    width: 14%;
    text-align: right;
    margin-right: 1%;
}
#performance li p.bench {
    opacity: 0;
}
#performance.active p.remix {
	width: 80%;
	background-image: linear-gradient(to right, orange, red);
	animation: runpoint-remix ease-in-out 1s;
}
#performance p.green {
	background-color: #3bda5c;
    width: 0%;
}
#performance.active p.BlueStacks {
	width: 43.2%;
	animation: runpoint-bluestacks ease-in-out 1s;
}
#performance.active p.SamsungNote {
	width: 31.2%;
	animation: runpoint-samnote ease-in-out 1s;
}
#performance.active p.SamsungS {
	width: 30.4%;
	animation: runpoint-sams ease-in-out 1s;
}
#performance p.grey {
	background-color: #dcdcdc;
}
#performance.active p.Minote {
	width: 30.2%;
	animation: runpoint-minote ease-in-out 1s;
}
#performance.active p.Oneplus {
	width: 29.9%;
	animation: runpoint-oneplus ease-in-out 1s;
}
#performance.active p.bench {
    animation: runpoint-show 1s .3s forwards;
}
#performance .benchmark {
    text-align: center;
    font-size: 60px;
    font-family: Roboto_light;
    color: red;
    margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
    #performance li p.type {
        width: auto;
        text-align: left;
        display: block;
    }
}
@keyframes runpoint-remix {
	0% {
		width: 0%;
	}
	100% {
		width: 80%;
	}
}
@keyframes runpoint-bluestacks {
	0% {
		width: 0%;
	}
	100% {
		width: 43.2%;
	}
}
@keyframes runpoint-samnote {
	0% {
		width: 0%;
	}
	100% {
		width: 31.2%;
	}
}
@keyframes runpoint-sams {
	0% {
		width: 0%;
	}
	100% {
		width: 30.4%;
	}
}
@keyframes runpoint-minote {
	0% {
		width: 0%;
	}
	100% {
		width: 30.2%;
	}
}
@keyframes runpoint-oneplus {
	0% {
		width: 0%;
	}
	100% {
		width: 29.9%;
	}
}
@keyframes runpoint-show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	#performance {
		padding: 95px 0;
	}
	#performance .content .title-h3,
	#performance .content p.info {
		float: none;
		width: 100%;
		text-align: center;
	}
	#performance li p {
		font-size: 10px;
	}
	#performance li p span {
		display: none;
	}
}
#recycle {
	color: #fff;
    background: url(https://webcdn.jide.com/jide_upload/2016_06/1469366211980_qFgJUU_recycle.jpg) center no-repeat;
    background-size: cover;
}
#recycle .wrapper {
    padding-top: 10%;
}
#recycle .img-box{
    max-width: 491px;
    width: 75%;
    margin: 5% auto 0;
}
#recycle .img-box img {
    width: 100%;
}
@media screen and (max-width: 920px) {
	#recycle {
		padding-bottom: 150px;
	}
}
#free {
	padding:150px 0;
	color: #000;
}
#free .free-title {
	font-size: 80px;
    color: #008cff;
    text-align: center;
    width: 218.25px;
    height: 146.25px;
    line-height: 135px;
    background: url(https://webcdn.jide.com/jide_upload/2016_07/1469455063801_eMN1Yd_icon-freeprice.png) center no-repeat;
    background-size: contain;
    margin: 0 auto;
}
#free .free-title::before {
    content: '$';
    font-size: 25%;
}
#free h2.title-h3 {
	margin: 20px 0 40px;
}
#free p.info {
	width: 72%;
}
.more {
	color: #fff;
	margin:15px 0;
	text-align: center;
	font-size: 18px;
}
.more i {
	display: inline-block;
	width: 14px;
	height: 8px;
	margin-left: 5px;
	background:url("https://webcdn.jide.com/jide_upload/2016_01/1453275829535_veSVnO_drop_icon.png") no-repeat;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.more i.rev {
	/*background-position: 0 0;*/
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#free .more:hover {
	text-decoration: underline;
}
#more-content {
	position: relative;
	width: 72%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	font-size: 18px;
	-webkit-transition: height ease-in-out 0.5s;
	-moz-transition: height ease-in-out 0.5s;
	-ms-transition: height ease-in-out 0.5s;
	-o-transition: height ease-in-out 0.5s;
	transition: height ease-in-out 0.5s;
}
#more-content .more-content {
	/*position: absolute;
	bottom: 0;*/
}
@media screen and (max-width: 768px) {
	#free p.info {
		width: 100%;
	}
	#more-content {
		width: 100%;
	}
	#free .free-title {
		text-indent: 0;
		text-align: center;
	}
}
#remixos {
	padding: 90px 0;
	background-color: #fff;
	color: #000;
	text-align: center;
}
#remixos h2.title {
	margin:30px 0;
}
#remixos p.info {
	width: 80%;
}
#remixos .more {
	color: #008cff;
}
#remixos .more:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	#remixos p.info {
		width: 100%;
	}
	#remixos .more {
		display: block;
	}
}

#system {
	padding: 60px 0;
	background: url("https://webcdn.jide.com/jide_upload/2016_01/1453275857377_orryrg_icon_setting.png") no-repeat scroll 74% 0%;
	/*background-color: #f6f6f6;*/
	background-color: #dee0e2;
}
.title-h4 {
	font-size: 30px;
	margin-bottom: 26px;
	font-family: "Roboto_Medium";
	opacity: 0.7;
}
#system .title-h4 {
	margin-left: -15px;
}
#system ul li {
	line-height: 30px;
	list-style: disc;
	font-size: 16px;
	line-height: 30px;
}
#system ul li {
	width: 70%;
}
@media screen and (max-width: 1210px) {
	#system .system {
		padding-left: 60px;
	}
}
@media screen and (max-width: 768px) {
	#system {
		background-position: 110% 0;
		background-size: 38%;
	}
	#system .wrapper {
		width: 82%;
		margin: 0 auto;
	}
	#system .system {
		padding-left: 0;
	}
	#system ul li {
		width: 100%;
	}
}

#link {
	height: 0;
	overflow: hidden;
	-webkit-transition: height ease-in-out 0.7s;
	-moz-transition: height ease-in-out 0.7s;
	-ms-transition: height ease-in-out 0.7s;
	-o-transition: height ease-in-out 0.7s;
	transition: height ease-in-out 0.7s;
	position: relative;
}

@media screen and (max-width: 768px) {
	.content .launch {
		padding-left: 0;
	}
	.address .link {
		padding-left: 0;
	}
	#Boxes .pic-area li {
		width: 100%;
		margin-bottom: 15px;
		height: auto;
	}
  #Boxes .pic-area li.f-a-q {
    margin-left: 1%;
  }
}

/*fix the bug bring from story to this page*/
.os-el .image {
	width: 99%;!important;
}

#Steps {
    background-color: #008cff;
    color: #fff;
    padding: 90px 0;
}
#Steps ul {
    display: flex;
    justify-content: center;
    width: 80%;
    max-width: 600px;
    margin: 40px auto 0;
}
#Steps li {
    margin: 2% 5%;
}
@media screen and (max-width: 767px) {
    #Steps ul {
        flex-wrap: wrap;
        align-items: center;
        margin-top: 0;
    }
    #Steps {
        padding-bottom: 90px!important;
    }
}
#Steps li {
    font-size: 16px
}
#Steps li:nth-child(1) i {
    width: 84px;
    background-image: url(https://webcdn.jide.com/jide_upload/2016_06/1469353529101_LT1Btn_done.png);
}
#Steps li:nth-child(2) i {
    width: 135px;
    background-image: url(https://webcdn.jide.com/jide_upload/2016_06/1469353529009_gr8RB9_run.png);
}
#Steps li:nth-child(3) i {
    width: 132px;
    background-image: url(https://webcdn.jide.com/jide_upload/2016_10/1477883740461_7mWn8A_PC_Continue.png);
}
#Steps li i {
    display: block;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 20px;
}

#Steps li p {
    text-align: center;
}


/* New styles comes out for download part 2016-01-11 */
#downloadNow {
  padding: 130px 0 0 0;
}

/* d-l-n: title */
.dln-title {
  margin-bottom: 32px;
  font-size: 52px;
  color: #000;
  text-align: center;
}
.vercode {
    text-align: center;
    font-size: 14px;
    color: #999;
}
.release_date {
    margin-top: 10px;
}
.title-req {
    font-size: 18px;
    font-family: "Roboto_Medium";
    margin-bottom: 20px;
    margin-top: 25px;
}
.req-list {
    line-height: 1.4;
    list-style: inside disc;
    font-size: 14px;
    color: #666;
    font-family: "Roboto_Regular";
}
.alt-dl {
    position: relative;
    font-size: 14px;
    font-family: Roboto_regular;
    text-align: center;
    margin: 12px auto 0;
    color: #008cff;
    display: block;
}
.alt-dl:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* d-l-n: preview */
.dln-hasline {
  border-bottom: 1px solid #3b4d57;
}
.dln-left {
  float: left;
}
.dln-right {
  float: right;
}
.dln-center {
	text-align: center;
}
.dln-block {
	float: none;
	display: block;
}
.donation-button {
    margin-top:20px;
}
.dln-title-hint {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #344f5b url(https://webcdn.jide.com/jide_upload/2016_02/1456231476480_TZE7xH_i.png) center no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin-left: 8px;
	cursor: pointer;
	transition: all 0.5s;
}
.dln-title-hint:hover{
	background-color: #4a6c7b;
}
.dln-title-22px {
  font-size: 48px;
  color: #000;
  text-align: left;
  font-family: Roboto_light;
}

.dln-title-20px {
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
  font-family: 'Roboto_Medium'!important;
}
.dln-noti-18px {
	margin-top: 15px;
	font-size: 14px;
	color: #999;
    text-align: left;
}
.dln-noti-single {
	line-height: 44px;
}
.dln-noti-44h {
	min-height: 44px;
	width: 80%;
}
.dln-title-18px {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}
.dln-title-16px {
  font-size: 16px;
	margin-bottom: 12px;
  line-height: 1.5em;
  color: #000;
}
.dln-note-15px {
	font-size: 15px;
	line-height: 1.8rem;
	color: rgba(0, 0, 0, .3);
}
.dln-note-13px {
	font-size: 13px;
	line-height: 1.3rem;
	color: rgba(0, 0, 0, .3);
}
.dln-line-short {
	width: 60px;
	margin: 0 auto;
	height: 1px;
	background-color: rgba(0, 0, 0, .3);
}
.dln-input-box {
  position: relative;
  margin: 20px auto 0;
  width: 50%;
  height: 50px;
	font-family: Roboto_Regular;
}
.dln-inp {
	font-family: Roboto_Regular;
  display: block;
  box-sizing: border-box;
	width: 74%;
	padding-left: 24px;
  height: 100%;
  line-height: 50px;
  font-size: 15px;
  background-color: #1b2b37;
  color: #577E93;
	color: rgba(87, 126, 147, 0.3);
  border: none;
	cursor: url("https://webcdn.jide.com/jide_upload/2016_02/1456395573383_euTsip_jide_cursor.png"),auto;
}
.focused .dln-inp{
	padding-left: 48px;
	background-color: #000;
	transition: all 0.5s 0.5s;
}
.dln-inp.in-pop {
  background-color: #f1f1f1;
  color: #1e313b;
	width: 76%;
  padding: 0 12px;
	line-height: 36px;
}
.dln-subpop-desc {
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 13px;
}
.dln-inp:not(.in-pop)::-webkit-input-placeholder {
	color: rgba(87, 126, 147, 0.3);
}
.dln-inp:not(.in-pop)::-moz-placeholder {
	color: rgba(87, 126, 147, 0.3);
}
.dln-inp:not(.in-pop):-ms-input-placeholder {
	color: rgba(87, 126, 147, 0.3);
}
.in-pop::-webkit-input-placeholder {
	font-size: 13px;
}
.in-pop::-moz-placeholder {
	font-size: 13px;
}
.in-pop:-ms-input-placeholder {
	font-size: 13px;
}
.dln-input-box::before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("https://webcdn.jide.com/jide_upload/2016_02/1456388019781_yAhkw7_icon-mail-grey.png") center no-repeat;
}
.dln-input-box.focused::before {
	content: '';
	width: 23px;
	height: 14px;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s 0.5s;
	background: url("https://webcdn.jide.com/jide_upload/2016_02/1456388019781_yAhkw7_icon-mail-grey.png") center no-repeat;
}
.dln-sub-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 24%;
  height: 100%;
  line-height: 50px;
  color: #9ab4c3;
  font-size: 16px;
  text-align: center;
  background-color: #355260;
}
.dln-sub-btn.typed {
	color: #ffffff;
	background-color: #008cff;
}
.dln-sub-btn.typed:hover {
	background-color: #3fa9ff;
}
.dln-sub-btn:hover {
  text-decoration: none;
}
.dln-subtip {
  display: none;
	width: 42%;
  margin: 10px auto 0;
  padding-left: 3%;
  font-size: 16px;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.dln-subtip.tipop {
	width: auto;
	padding-left: 25px;
}
.dln-subtip.dln-subtip-suc {
  background-image: url("https://webcdn.jide.com/jide_upload/2016_01/1453275897981_1pvdIM_icon_right.png");
  color: #b8ff8d;
}
.dln-subtip.dln-subtip-err {
  background-image: url("https://webcdn.jide.com/jide_upload/2016_01/1453275898321_jk8ELZ_icon_wrong.png");
  color: #ff6f6f;
}
.dln-texts {
  padding: 25px 0 0;
  clear: both;
}
.dln-texts p {
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
}


/* d-l-n: package */
.dln-package {
  padding: 28px 0;
	width: 100%;
}
.dln-package .package {
	font-family: Roboto_Regular;
	width: 39%;
	background-color: #f1f1f1;
	padding: 20px 4.5%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
/*.dln-package .package:hover{
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.15);
}*/
@media screen and (max-width:767px) {
	.dln-package .package {
		width: 90%;
		margin: 0 auto;
	}
	.dln-title-hint {
		display: none;
	}
    .img4BigScreen {
        display: none;
    }
    .img4SmlScreen {
        display: block;
    }
}
.dln-hint-pop {
	display: none;
	position: absolute;
	bottom: 30px;
	left: 105px;
	width: 258px;
	padding: 16px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	border: 1px solid #4a6c7b;
}
.package.dln-left .dln-hint-pop {
	left: 127px;
}
.dln-hint-pop::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -10px;
	left: 120px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #4a6c7b;
}
.dln-hint-pop::before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -8px;
	left: 121px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.dln-pop-title {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 6px;
	text-align: left;
}
.dln-pop-desc {
	color: #4a6c7b;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
}
.dln-package .dln-title-16px {
  line-height: 22px;
}
.dln-2btns {
	font-family: Roboto_Light;
	position: relative;
}

.dln-blue-btn {
  display: block;
  height: 42px;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mb-12 {
    margin-bottom: 12px;
}
.dln-btn-noti {
	width: 100%;
	text-align: center;
	color: #00437e;
	font-size: 12px;
	opacity: 0.6;
	margin-top: -16px;
}
.dln-noti-dl {
	color: #233c52;
}
.dln-blue-btn:hover {
  color: #f1f3f5;
  text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dln-btn-smart {
    background-color: #008cff;
    width: 260px;
    height: 50px;
    line-height: 50px;
    margin-top: 36px;
}
.dln-btn-smart em {
    opacity: 0.4;
}
.dln-btn-smart:hover {
    background-color: #0064d5;
    cursor: pointer;
}
.dln-blue-btn.dln-btn-torrent {
	position: relative;
	padding-left: 3%;
	background-color: #008cff;
}
.dln-blue-btn.dln-btn-torrent:hover {
	background-color: #0064d5;
}
.dln-blue-btn.dln-btn-download {
	background-color: #008cff;
}
.dln-blue-btn.dln-btn-download:hover {
	background-color: #0064d5;
}
.dln-blue-btn.dln-btn-mirror {
	background-color: #20baee;
}
.dln-blue-btn.dln-btn-mirror:hover {
	background-color: #2098c0;
}
.dln-blue-btn.dln-btn-torrent::before {
	content: '';
	width: 11px;
	height: 25px;
	background: url("https://webcdn.jide.com/jide_upload/2016_02/1456289916269_7pAUPY_lightning.png") no-repeat;
	position: absolute;
	left: 9%;
	top: 12px;
}
@media screen and (max-width:767px) {
	.dln-blue-btn.dln-btn-torrent::before {
		left: 20%;
	}
	.dln-blue-btn.dln-btn-torrent {
		padding-left: 6%;
	}
}
.dln-blue-btn.dln-btn-middle {
  float: none;
  margin: 10px auto 0;
}
.dln-btn-wrapper {
	margin: 0 auto;
}
.dln-btn-single {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.dln-desc {
  padding: 0 0 40px;
	margin: 0 auto;
	width: 81%;
}
.dln-desc-title {
	font-size: 16px;
	color: #ffffff;
	margin: 20px 0 20px;
}
.dln-desc p {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}
/*.dln-checkbox-box {*/
  /*margin: 20px 0 0;*/
/*}*/
.dln-checkbox-box input {
  margin-top: 1px;
  margin-right: 8px;
  display: block;
  float: left;
  width: 14px;
  height: 14px;
}
.dln-checkbox-box span {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.dln-checkbox-box span.warning {
  color: #ff6f6f;
}

@media screen and (max-width: 767px) {
	#downloadNow {
		padding: 80px 0 0 0;
	}
	.dln-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 45px;
	}
}

/*video-box*/
#video-box ul li {
	float: left;
	width: 45%;
	max-width: 424px;
	margin-right: 38px;
}
#video-box ul li h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 26px;
	color: #000;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
}
#video-box ul li h2 i {
	display: inline-block;
	width: 26px;
	height: 19px;
	margin-right: 10px;
	background:url("https://webcdn.jide.com/jide_upload/2016_01/1453378972102_saW1Qh_playbtn.png") no-repeat scroll left center;
	vertical-align: middle;
}
@*#video-box .video-wrap::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(37, 57, 68, 0.5);
	transition: background 0.5s;
}*@
#video-box .video-wrap:hover::before {
	background: none;
	width: 0;
	height: 0;
}
#video-box .video-wrap video,iframe {
	width: 100%;
}
/*video-box*/

@media screen and (max-width: 860px) {
	#video-box ul li {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	#video-box .video-wrap{
		width: 85%;
	}
}

/* d-l-n: boxes */
#Boxes {
  background-color: #fff!important;
  padding: 54px 0;
}

.pic-area li {
	list-style: none;
	float: left;
	width: 32%;
	height: 175px;
	vertical-align: top;
	padding: 20px;
	margin-left: 1%;
	background-repeat: no-repeat;
	background-position: right bottom;
	box-sizing: border-box;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	cursor: pointer;
}

.pic-area li.f-a-q {
	margin-left: 0;
	background-image: url("https://webcdn.jide.com/jide_upload/2016_01/1453275959945_fMp3jf_icon_faq.png");
	background-color: #e9f0f3;
}
.pic-area li.f-a-q a {
  color: #0e2c48;
}
.pic-area li.f-a-q:hover {
	background-color: #dae6ec;
}

.pic-area li.google {
	background-image: url("https://webcdn.jide.com/jide_upload/2016_01/1453378971899_70LTth_icon_google.png");
	background-color: #e9e9e9;
}
.pic-area li.google a {
	color: #343434;
}
.pic-area li.google:hover {
	background-color: #d3d3d3;
}
.pic-area li.feedback {
	background-image: url("https://webcdn.jide.com/jide_upload/2016_01/1453275960168_Hg4yBc_icon_yellow.png");
	background-color: #f6f4d5;
}
.pic-area li.feedback a {
	color: #3d3907;
}
.pic-area li.feedback:hover {
	background-color: #f5f0a0;
}
.pic-area li.email {
	background-image: url("https://webcdn.jide.com/jide_upload/2016_01/1453275960059_8YVPEa_icon_mail.png");
	background-color: #e9f1e8;
}
.pic-area li.email a {
	color: #12370e;
}
.pic-area li.email:hover {
	background-color: #d0e2cf;
}
.pic-area a {
	display: block;
	height: 100%;
}
.pic-area .title-h4 {
	margin-bottom: 15px;
}
.pic-area p {
	font-size: 16px;
	line-height: 1.3em;
	opacity: 0.6;
}


/* new text added on 01-15 19:14 */
.dln-videobox {
  padding: 54px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 54px;
}
/*.dln-title-32px {
  margin-bottom: 40px;
  font-size: 32px;
  color: #fff;
  font-family: 'Roboto_Medium'!important;
}
.dln-newtext ul li {
  list-style-type: disc;
  color: #a3d7f1;
  margin-left: 20px;
}
.dln-newtext ul li .dln-title-20px {
  margin: 0 0 30px;
  color: #a3d7f1;
}
.dln-newtext ul li .dln-newtext-para {
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
  margin: 0 0 15px;
}
.dln-newtext ul li .dln-newtext-para.italic {
  font-style: italic;
}
.dln-newtext ul li .dln-newtext-para a {
  color: #5ba3db;
}
.dln-newtext ul li .dln-newtext-para a:hover {
  text-decoration: underline;
}*/

@media screen and (max-width: 890px) {
  .dln-left, .dln-right {
    width: 100%;
    margin: 0 auto;
    float: none!important;
  }
  .dln-right {
    margin-top: 20px!important;
  }
  .dln-title-18px, .dln-title-16px {
    line-height: 1.5em;
  }
  .dln-instrc, .dln-opti {
    width: 100%;
    margin: 0 auto;
  }
  .dln-opti ul li, .dln-instrc ol li, .dln-instrc-linktip, .dln-instrc-links {
    line-height: 1.5em;
  }
}

/* remove gIcon for x86 */
.t-icon-facebook {
	left: 16.5%;!important;
}
.t-icon-word {
	left: 20.5%!important;
}
.t-icon-file {
	left: 24.5%!important;
}

.text-for-subscribe {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
  opacity: 1;
}
.text-for-subscribe.breathe {
  opacity: 0.5;
}
.dln-checkbox-box label {
  cursor: pointer;
}

#U_Warning_subOpt {
	padding: 0 0 20px;
}
#U_Warning_succPop {
	padding: 30px 0 20px;
}
#U_Warning_subOpt .U_warningBtns {
	width: auto;
	margin: 0;
}
#U_Warning_succPop .U_warningBtns {
	display: none;
}
.btn-primary.subOpt-sub {
	position: absolute;
	top: 68px;
	height: 36px;
	line-height: 36px;
	right: 20px;
	transition: all 0.5s;
	border-radius: 3px;
}
.btn-primary.btn-blank.subOpt-subed {
	border: none;
	height: auto;
	padding: 0;
	width: auto;
	line-height: 1;
	font-size: 13px;
	margin-right: 20px;
	color: rgba(0, 0, 0, 0.4);
}
.btn-primary.btn-blank.subOpt-subed:hover {
	border: none;
}
.succPop-wrap {
	position: relative;
}
.succ-img-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 89px;
}
.succ-img-box img {
	width: 100%;
}
.succ-desc {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}
.succ-note {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	color: rgba(0, 0, 0, 0.5);
}
.toggle-title {
	position: relative;
	font-size: 22px;
	margin-bottom: 30px;
	color: #fff;
	opacity: 1;
	font-family: Roboto_Medium;
}
.toggle-title:hover {
    cursor: pointer;
}
.toggle-title.activated::after{
	transform: rotate(180deg);
	transition: all 0.5s;
}
.toggle-title::after{
	content: '';
	width: 20px;
	height: 12px;
	background: url(https://webcdn.jide.com/jide_upload/2016_02/1456394902527_eVngZU_icon_down_grey.png)	no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
}
.toggle-list {
	background-color: rgba(0, 0, 0, 0.1);;
	padding: 36px 0;
	margin-bottom: 30px;
	font-family: Roboto_Regular;
}
.toggle-li {
	color: #7bceff;
	font-size: 18px;
	list-style: inside;
	margin-bottom: 20px;
}
.toggle-list-note {
	font-size: 16px;
	color: #738c96;
	font-style: italic;
	padding-left: 16px;
	margin-bottom: 20px;
	line-height: 1.6;
}
.toggle-inlist {
	padding-left: 16px;
	font-size: 16px;
	color: #fff;
	list-style: decimal inside;
	line-height: 1.6;
}
.toggle-inlist:not(:last-child) {
	margin-bottom: 50px;
}
.toggle-inlist-note {
	list-style: inside;
	padding-left: 18px;
	color: #66737a;
}
.coupon-wrap {
	display: none;
	width: 50%;
	margin: 40px auto 0;
}
.coupon-content {
	display: none;
	padding: 30px 30px 30px 120px;
	font-size: 16px;
	background: #1b2b37 url("https://webcdn.jide.com/jide_upload/2016_02/1456468186042_Ve6lPP_coupon_pop.png") 15px center no-repeat;
	background-size: 20%;
	color: #ffffff;
	line-height: 1.5
}
.dln-noti-coup {
	display: none;
    color: #fff;
    font-size: 16px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}
.succ-coupon {
	color: #008cff;
}
.dln-link {
	color: #5ba3db;
}
.dln-link:hover {
	text-decoration: underline;
	cursor: pointer;
}
@media screen and (max-width:767px) {
	.U_Warning {
		width: 100%!important;
		margin-left: 0!important;
		left: 0!important;
	}
	/*.succ-img-box {
		height: 50px;
	}*/
	/*.succ-desc {
		height: 50px;
		line-height: 50px;
		font-size: 12px;
	}*/
	.dln-input-box,
	.coupon-wrap {
		width: 100%;
	}
}