@charset "utf-8";
/* CSS Document */

/* APP下載頁  Molly 201811*/
.appdownload img {width: auto;} 
.appdownload{width: 100%;}
.appdownload .top-banner{
	background: url("../../Images/app-download/top-banner.png") no-repeat;
	background-size: cover;
	height: 841px;
}
.appdownload section{padding: 90px 30px;}

.appdownload .width-10{width: 10% !important;}
.appdownload .width-20{width: 20% !important;}
.appdownload .width-30{width: 30% !important;}
.appdownload .width-40{width: 40% !important;}
.appdownload .width-50{width: 50% !important;}
.appdownload .width-60{width: 60% !important;}
.appdownload .width-70{width: 70% !important;}
.appdownload .width-80{width: 80% !important;}
.appdownload .width-90{width: 90% !important;}
.appdownload .width-100{width: 100% !important;}


.appdownload .margin-l-15{margin-left: 15px;}
.appdownload .margin-t-25{margin-top: 25px;}
.appdownload .margin-t-35{margin-top: 35px;}

.appdownload .text-right{text-align: right;}
.appdownload .margin-r-25{margin-right: 15px;}
.appdownload .text-center{text-align: center;}


.appdownload .clear-both{clear: both}

 .download-btn-icon{width: 20px; }

.appdownload .title-style{color: #000068;}

.appdownload .app-list-1{ height: 750px;}

.appdownload .float-left-btn {float: left;}

.appdownload .list-img-number-1{
	background: url("../../Images/app-download/list-img-number-1.png") no-repeat;
	height: 350px;
    margin: 6% 0 0 73%;
}
.appdownload .list-title-icon-1{
	background: url("../../Images/app-download/list-title-icon-1.png") no-repeat;
	height: 80px;
    margin: -25px 0 0 50%;
}


.appdownload .list-img-line-1{
    background: url(../../Images/app-download/list-img-line-1.svg) no-repeat;
    height: 50px;
    margin: 55px 0 0 37%;
}


.appdownload .list-img-number-2{
	background: url("../../Images/app-download/list-img-number-2.png") no-repeat;
	height: 350px;
    margin: 6% 0 0 10%;
}
.appdownload .list-title-icon-2{
	background: url("../../Images/app-download/list-title-icon-2.png") no-repeat;
	height: 80px;
    margin: -25px 0 0 42%;
}


.appdownload .list-img-line-2{
    background: url(../../Images/app-download/list-img-line-2.svg) no-repeat;
    height: 80px;
    margin: 55px 0 0 43%;
}



.appdownload .list-img-number-3{
	background: url("../../Images/app-download/list-img-number-3.png") no-repeat;
	height: 350px;
    margin: 6% 0 0 73%;
}
.appdownload .list-title-icon-3{
	background: url("../../Images/app-download/list-title-icon-3.png") no-repeat;
	height: 80px;
    margin: -25px 0 0 50%;
}


.appdownload .list-img-line-3{
    background: url(../../Images/app-download/list-img-line-3.svg) no-repeat;
    height: 50px;
    margin: 42px 0 0 37%;
}



.appdownload .container {
	text-align: center;
	position: relative;
	width: 300px;
	margin: 0 auto;
}

.appdownload .download-btn {
	color: #ffffff;
	position: relative;
	height: 50px;
	padding: 15px 41px;
	border: 0;
	border-radius: 5px;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	overflow: hidden;
	box-shadow: 0 4px 12px 0 rgba(152, 160, 180, 10);
	z-index: 0;
	cursor: pointer; 
}

.appdownload .button-one {
}

.appdownload .fill-one {
	position: absolute;
	background-image: linear-gradient(to right, #E040FB, #00BCD4);
	height: 70px;
	width: 420px;
	border-radius: 5px;
	margin: -40px 0 0 -140px;
	z-index: -1;
	transition: all 0.4s ease;
	cursor: pointer;
}

.appdownload .container-one:hover .fill-one {
}

.appdownload .fill-two {
	position: absolute;
	background-image: linear-gradient(to right, #E040FB, #00BCD4);
	background-size: 150% 150%;
	height: 70px;
	width: 420px;
	border-radius: 5px;
	margin: -40px 0 0 -140px;
	z-index: -1;
	transition: all 0.4s ease;
}

.appdownload .container-two:hover .fill-two {
	-webkit-animation: gradient 3s ease infinite;
	-moz-animation: gradient 3s ease infinite;
	animation: gradient 3s ease infinite;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



.appdownload .bg-dark{
	background: #F7F7F7 !important;
}


.appdownload .app-list-img{ width: 60%;}

.appdownload .app-list-text{width: 40%;}

.appdownload .app-list-text .text-style{
	color: #424242;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
	padding-top: 35px;
}

.appdownload .center-title{
	text-align: center;
	font-size: 30px;
	color: #000068;
	margin-bottom: 50px;
}


.btn-fix{
    top: -0px !important;
	
}

#slideAD {
    position: fixed;
	top: -140px;
    right: 0;
    width: 100%;
    z-index: 99999999999;
    height: 110px;
	background: rgba(255,255,255,0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

	
	.appdownload .ios-android-download .container{
	margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
	}

.appdownload .ios-android-download .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.appdownload .ios-android-download .center-block {
    text-align: center;
}

	.appdownload .ios-android-download .container .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.appdownload .ios-android-download .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.appdownload .ios-android-download .box{
	width: 47%;
	padding: 30px;
	background: #fafafa;
	border: 1px solid #eaeaea;
	float: left;
}
.appdownload .ios-android-download h2{
	margin-bottom: 40px;
    font-size: 30px;
    color: #000068;
}

/*
.appdownload-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	height: 100%;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
*/







.btn-fix .fix-text{
    color: #565656;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;

}


@media (max-width: 1150px) {
	.appdownload .download-btn {
		padding: 15px 22px;
		letter-spacing: 2px;
		width: 90%;
		}
	.appdownload .container-one{
		width: 50%;
	}
}

@media (max-width: 990px) {
	.appdownload .top-mobile-padding{
	padding: 38px 20% !important;
	}
	
	.appdownload section {
    padding: 95px 20%;
	text-align: center;
}
	.appdownload .pc-view{
		display: none;
	}
	.margin-l-15{
		margin-left: 0px;
	}
		
	.appdownload .width-50, .app-list-img, .app-list-text {
    width: 100% !important;
}
	.appdownload .img-mobile-view{
	max-width: 90%;
    margin-top: 27px;
	}
	.appdownload .mobile-margin-b{
	margin-bottom: 15px;
	}
	
	.appdownload .list-img-number-1, .list-img-number-2, .list-img-number-3, .list-img-line-1, .list-img-line-2, .list-img-line-3, .list-title-icon-1, .list-title-icon-2, .list-title-icon-3{
		display: none;
	}
	.appdownload .app-list-text{
		text-align: center !important;
	}
	.appdownload .app-list-text .text-style {
		padding-bottom: 25px;
	}
	.appdownload .app-list-1 {
    height: 850px;
	}
	
	.appdownload .app-list-1, .app-list-2, .app-list-3 {
    height: auto;
}
	.appdownload-fix .btn-fix .button {
		
	font-size: 13px !important;
	}

	
	
	
	
}


@media (max-width: 840px) {
	
	.appdownload section {
    padding: 90px 11%;
	text-align: center;
}
	.appdownload .pc-view{
		display: none;
	}
	.margin-l-15{
		margin-left: 0px;
	}
		
	.appdownload .width-50 {
    width: 100% !important;
}
	
	.appdownload .top-mobile-padding{
		padding: 38px 11% !important;
	}
	
	
}



@media (max-width: 600px) {
	
.appdownload .container-one {
    width: 100%;
    margin-bottom: 15px;
}
	
.appdownload .download-btn {
margin-right: 0px !important;
}
	
.appdownload .fill-one {
	margin: -48px 0 0 -140px;
    width: 800px;
}
	
	
}





@media (min-width: 990px) {
	
	.appdownload .mobile-view{
		display: none;
	}

}


@media (min-width: 990px) {
	
	.appdownload .float-left {float: left;}
}


@media (min-width: 1200px){
.appdownload .ios-android-download .container .container {
    max-width: 1140px;
}
}
@media (min-width: 992px){
.appdownload .ios-android-download .container .container {
    max-width: 960px;
}
	}
@media (min-width: 768px){
.appdownload .ios-android-download .container .container {
    max-width: 720px;
	}
	.appdownload .ios-android-download .container .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

	
	}


@media (max-width: 768px){
	.appdownload .ios-android-download .box{
		float: none;
		margin-right: 0px;
		margin-bottom: 15px;
		width: 100%;
	}	
}

@media (min-width: 576px){
.appdownload .ios-android-download .container .container {
    max-width: 540px;
}
	}





@media (max-width: 600px){
.appdownload .download-pc-view {
    display: none;
}
	}

@media (min-width: 600px){
.appdownload .download-mobile-view {
    display: none;
}
	}





/* APP下載頁  Molly 201811*/