@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: 微軟正黑體, 微软雅黑, 'Glyphicons Halflings';

}
a.nowrap {
    color: #0196ff;
}


/* debug */
/* *{
	border:solid 1px #666; 
	} */

/* section,footer{
	display:none;
}
section.login{
	display:block;
} */

/* debug End*/

#Language {
    overflow-x: hidden;
}

#step-4{
text-decoration:underline}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

h6 {
    font-size: 0.9rem;
}

section {
    padding: 50px 0;
}

.nowrap {
    white-space: nowrap;
}

/* 滑鼠滾動 */
#aboutus img, #aboutus .aboutus-text,
#purse .img1, #purse .img2 {
    transition: all 1s;
}

/* 文字顏色 */
section h2 {
   margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
	font-weight: 700 !important;
}

section:not(.main) h2 {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
    margin-top: 25px;
}

/* fallback for IE*/
#Language #aboutus .col-lg-6, #Language #majorization .col-lg-6 {
    width: 100%
}

section:not(.main) h2 {
    display: inline-block;
}

section:not(.main) h2:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 200px;
    top: 2em;
    border-bottom: 1px dotted #aaa;

}


/* 語系、登入 */

nav li.nav-item.right {
    border: 1px #ff6b00 solid;
    border-radius: 2em;
    background: white;
    padding: 0;
    margin-left: 15px;
    width: 7.5em;
    text-align: center;
    position: absolute;
    right: 1rem;
}

nav li.nav-item.right.dropdown {
    right: 9.5rem;
}

nav a.nav-link {
    padding: 0;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

nav li.nav-item.right .dropdown-toggle::after {
    color: #ff6b00;
}

nav.navbar-light .navbar-nav .nav-link {
        opacity: 0.8;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:focus {
    color: outline: 0;
    opacity: 1;
}
/* 導覽出現消失 */

nav.navbar {
    transition: 0.5s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
background: #444;
}

nav.navbartop {
    background: #fff;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.15);
}

/* 第一塊 */
section.main {
    padding-top: 70px;
}

section.main button {
    border: none;
    -webkit-appearance: none;
    color: #fff;
    background: #fe7300;
    background: -moz-linear-gradient(left, #fe7300 0%, #f74200 100%);
    background: -webkit-linear-gradient(left, #fe7300 0%, #f74200 100%);
    background: linear-gradient(to right, #fe7300 0%, #f74200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe7300', endColorstr='#f74200', GradientType=1);
    padding: 0.5rem 3rem;
    border-radius: 1.5rem;
    margin: 2rem 0;
    cursor: pointer;
}

section.main button:hover {
    box-shadow: 0 4px 3px #fa5c0033;
    -webkit-box-shadow: 0 4px 3px #fa5c0033;
    -moz-box-shadow: 0 4px 3px #fa5c0033;
}

section.main .row {
    display: flex;
    align-items: center;
}

/* 圖片處理 連跳 */
section.main .col-lg-6 {
    position: relative;
}

section.main .img1 {
    opacity: 0;
    animation: img-jump 1.5s both;
    animation-delay: .5s;
}

@keyframes img-jump {
    0% {
        opacity: 1;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(-50%);
    }
}

.navbar-light .navbar-toggler {
    border-color: #fff;
}

/* 產品特色 */
section#feature {
    background: #f8f8f8;
    padding-bottom: 6em;
}

section#feature .col-lg-12 {
    text-align: center;
    text-align: -webkit-center;
    margin-top: 1rem;
}

section#feature .row div:not(.col-lg-12) {
    text-align: center;
    margin-top: 3rem;
}

/* 加密貨幣 */
section.currency .col-lg-12 {
    text-align: center;
}

section.currency .col-lg-12 img {
    margin: 4rem 0;
}

/* 優化方案 */
section#majorization .row {
    display: flex;
    align-items: center;
}

section#majorization p {
    width: 20em;
}

/* 表格 */
section#majorization th {
    width: 10em;
}

section#majorization td {
    padding: 5px 0;
}

section#majorization tr th:nth-child(2) {
    background: #ff6b00;
    color: #fff;
    padding: 10px 0;
}

section#majorization th:nth-child(2), section#majorization tr td:nth-child(2) {
    border-left: solid 1px #dedef9;
    border-right: solid 1px #dedef9;
    text-align: center;
}

section#majorization tbody tr:nth-last-of-type(1) td:nth-child(2) {
    border-bottom: solid 1px #dedef9;
}

section#majorization th:nth-child(3), section#majorization tr td:nth-child(3) {
    text-align: center;
}

section#majorization td:nth-child(1) {
    background: white;
}

/* SSw支付 */
section.sswpay .col-lg-12 {
    box-shadow: 0 0px 29px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 29px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 29px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* 置中 */
section.sswpay h2 {
    width: initial;
    padding-bottom: 2rem;
}

section.sswpay h2:before {
    bottom: calc(-5px + 2rem);
}

/* 表格 */
section.sswpay th {
    width: 10em;
}

section.sswpay td {
    padding: 5px 0;
}

section.sswpay table.table-striped {
    margin: auto;
}

section.sswpay td:nth-child(1) {
    background: white;
    text-align: left;
}

section.sswpay tr th:nth-child(5) {
    background: #ff6b00;
    color: #fff;
    padding: 10px 0;
}

section.sswpay th:nth-child(5), section.sswpay tr td:nth-child(5) {
    border-left: solid 1px #dedef9;
    border-right: solid 1px #dedef9;
    text-align: center;
}

section.sswpay tbody tr:nth-last-of-type(1) td:nth-child(5) {
    border-bottom: solid 1px #dedef9;
}

/* SSW网路 */

/* 置中 */
section.sswnetwork h2 {
    width: initial;
}

section.sswnetwork .col-lg-12 {
    text-align: center;
}

/* 專屬錢包 */
section#purse .row div:nth-child(1) {
    text-align: center;
}

section#purse .row div:nth-child(2) {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#purse .row div:nth-child(2) h2 {
    width: initial;
}

section#purse .row div:nth-child(2) div div {
    margin-top: 2rem;
}

section#purse .col-lg-6 div img {
    cursor: pointer;
}

/* 圖片處理 連跳 */
#purse .col-lg-6 {
    position: relative;
}

#purse .img2 {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 15px;
}

/* 頁尾 */

footer.jumbotron.jumbotron-fluid.footer {
    background: #334999;
    color: white;
    margin: 0;
}

footer.footer .row div:nth-child(1) img {
    padding-right: 10px;
}

footer.footer .row h5, footer.footer .row h6 {
    margin-bottom: 2rem;
}

footer.footer .row a {
    color: white;
}

footer.footer .row img + h6 {
    margin-top: 2rem;
}

/* 登入頁 */
section.login {
    min-height: 100vh;
    padding: 0;
    display: flex;
    background: #fff;
}

/* 圖片 */
section.login .right + div {
    background: #334999;
    height: 100%;
    width: 100%;
}

section.login .right {
    /* background-image: url(../images/register_bg.svg); */
    background-repeat: no-repeat;
    background-size: cover;

}

section.login .right {
    width: 60%;
    flex-shrink: 0;
}

section.login .right {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

section.login .right .img1 {
    position: absolute;
    z-index: 1;
    opacity: 0;
    animation: img-jump 1.5s both;
    animation-delay: .5s;
    top: 50%;
    right: 0;
    max-width: 100%;
}


section.login .content + div {background: #ffffff;}

/* 登入 */
section.login .title a {
    text-decoration: none;
    color: #637b84;
}

section.login .main {
    font-size: 13px;
}

section.login .main h2 {
	 color: #323333;
    font-size: xx-large;
}

section.login .content {
    width: 1110px;
    display: flex;
    justify-content: space-between;
}

section.login .content > .left {
padding: 10vw 5% 0 5%;
    width: 100%;
    box-sizing: border-box;
}

section.login h2 {
    padding-top: 7.5vh;
}

section.login h2:before {
    width: 0;
}

section.login .main > div {
    display: none;
}

section.login .main > div.open {
    display: block;
        padding-right: 30px;
    width: 100%;
}

section.login .main input[type="text"],
section.login .main input[type="password"],
section.login .main select {border: none;border-bottom: 1.5px #ff9701 solid;margin-top: 1.5em;width: 100%;font-size: 1.3em;padding: 10px 5px;}

section.login .main select {
    width: 4em;

}

section.login .main div.text {
    margin: 10px 0;
    line-height: 30px;

}

section.login .main div.phone {
    display: flex;
}

section.login .main div.phone input[type="text"] {
    margin-left: 10px;
}

/* 下方文字和按鈕 */
section.login .main .text input[type="submit"] {
    margin-left: 5px;
    margin-right: 5px;
}

section.login .main input[type="submit"] {background: #fff;border: none;color: #ff9701;padding: 0;cursor: pointer;}
.text.nowrap {
    color: #323333;
}
section.login .main input[type="submit"].btn {
    float: right;
    border: none;
    -webkit-appearance: none;
    display: inline-block;
    margin: 0 5px;
   padding: 0.5em 2em;
    background: #ff9700;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

section.login .main input[type="submit"].btn:hover {
outline: 0;
    opacity: 0.6;
    color: #fff;
}

/* 註冊 */
section.login .verification.open {
    position: relative;
}


section.login .main form.item1 input[type="submit"] {
height: 2em;
    padding: 5px 10px;
    min-width: 7em;
    position: absolute;
    right: 30px;
    bottom: calc(3.4em + 30px);
}

section.login .main form.item2 input[type="submit"] {
    height: 2em;
    padding: 5px 10px;
    min-width: 7em;
    position: absolute;
    right: 30px;
    bottom:0.6em;
}

section.login .main form input[type="submit"].ready {
    border:1px #ff9700 solid;
      border-radius: 10px;
    color: #637b84;
}

section.login .main form input[type="submit"].cooldown {
        border-radius: 4px;
    background: #b5b6b6;
    border: 1px #b5b6b6 solid;
    color: #fff;
}

/* 隱私權、用戶協議 */
.container.PrivacyPolicy, .container.Agreement {
    min-height: calc(100vh - 300px);
}

.container.PrivacyPolicy h2, .container.Agreement h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

/* 用戶協議 */
#agreement_content {
    display: block;
}

.container.Agreement ol li ul {
    padding-left: 20px;
}

.container.Agreement h4 {
    text-align: right;
    width: 100%;
}

.container h5, .container p {
    width: 100%;
}

.navbar-expand-lg .navbar-collapse {
    display: block!important;
	    width: 100%;
}

.navbar-expand-lg .navbar-collapse ul.navbar-nav {
    float: right;
	
}

/* 下載 */
.download{
	background: #fe9700;
    border-radius: 5px;
	padding: 5px 20px;
}

@keyframes download-shock{
	0%{
		transform:translateY(1) ;
		transform:scale(0.95); 
		}
	50%{
		transform:translateY(-10px) ;
		transform:scale(1); 
		}
	100%{
		transform:translateY(1) ;
		transform:scale(0.95); 
		}		
} 


.download-big{
    background:#fe9700;
    border-radius: 40px;
    padding: 20px 20px;
	animation:download-shock 1s infinite;
}




.vh-100 {
    min-height: 100vh!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.mt-auto, .my-auto {
    margin-top:auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}


.QRdownload{
color: #fff;
padding-top: 10px;
padding-bottom: 20px;
border-radius: 20px;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;	
align-items: center;
font-weight:bold;
}

/* 平板991以下 */
@media screen and (max-width: 991px) {
	.navbar-expand-lg .navbar-collapse ul.navbar-nav {
    float:initial; 
}
.collapse:not(.show) {
    display: none!important;;
}
	.navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
    img {
        max-width: 100%;
    }

    section {
        padding: 50px 0;
        padding-bottom: 0;
    }

    section:not(.main) h2 {
        width: inherit;
        display: inherit;
    }

    #aboutus .row h2, #majorization .row h2,
    #aboutus .row p, #majorization .row p,
    .footer .row p, .footer .row h2 {
        text-align: center;
    }

    #aboutus .col-lg-6 {
        text-align: center;
    }

    /* 表頭 */
.navbar-toggler .icon-bar {
    background-color: #fff;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	    margin-top: 4px;
}
.navbar-toggler {
padding: 5px 10px 9px;
}

 .navbar-toggler:hover,
 .navbar-toggler:focus {
    opacity: 0.6;
}


    nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav ul.navbar-nav li {
        width: 100%;
    }

    nav #navbarNav li:hover:not(.right) {
        border-bottom: 0;
    }

    ul.nav.justify-content-end {
        position: absolute;
        bottom: -2.5rem;
        right: 1rem;
    }

    nav li {
        text-align: center;
    }

    nav.navbar {
        background:#444;
    }

    /* 語言 */
    nav li.nav-item.dropdown.right.show {
        width: 100%;
        text-align: center;
    }

    nav li.nav-item.right {
        width: 100%;
    }

    nav .dropdown-menu.show a {
        text-align: center;
    }

    /* 語系、登入 */
    nav li.nav-item {
        padding: 10px;
    }

    nav li.nav-item.right {
        padding: 10px;
    }

    nav li.nav-item.right {
        border: 0;
        margin-left: 0;
        position: initial;
        right: 0;
    }

    nav li.nav-item.right.dropdown {
        right: 0;
    }

    nav a.nav-link {
        padding: initial;
    }

    nav li.nav-item.right .dropdown-toggle::after {
        color: rgba(0, 0, 0, .5);
    }

    /* 第一塊 */
    section.main .container {
        text-align: center;
    }

    /* 圖片處理 連跳 */
    section.main .img2,
    section.main .img3,
    section.main .img4 {
        width: 90vw;
        top: 8vw;
        right: 30px;
    }

    /* 產品特色 */
    section#feature .col-lg-3 {
        margin-bottom: 0;
    }

    /* 特色貨幣 */
    section.currency p {
        text-align: left;
    }

    /* 優化方案 */
    section#majorization .row .col-lg-7,
    section#majorization .row .col-lg-5 {
        display: flex;
        justify-content: center;
    }

    /* SSW支付 */
    section.sswpay .col-lg-12 {
        box-shadow: initial;
        -webkit-box-shadow: initial;
        -moz-box-shadow: initial;
    }

    section.sswnetwork .col-lg-12 p {
        text-align: left;
    }

    /* 專屬錢包 */
    section#purse {
        padding: 100px 0;
    }

    section#purse .row div:nth-child(2) img {
        width: 30vw;
    }

    /* 頁尾 */
    footer.footer {
        text-align: center;
    }

    /* 登入頁 */
    section.login .content {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100vh;
	overflow: hidden;
    }

    section.login .right {
        width: 100%;
    }

    section.login .content > .left {
         padding: 10vw 20% 0 20%;
    width: 100%;
    box-sizing: border-box;
    }

    section.login h2 {
        padding-top: 20px;
    }

    section.login .right {
        background-image: none;
        height: 100%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
		transform: translateX(-9%);
    }

    section.login .right .img1,
    section.login .right .img2,
    section.login .right .img3,
    section.login .right .img4 {
        top: 0;
        right: -50px;
    }

    /* 註冊 */
    section.login .main form.item1 input[type="submit"] {
       
    }

    section.login .main form.item2 input[type="submit"] {
       
    }

    /* 使用條款 */
    .container.Agreement h4 {
        text-align: center;
    }

@keyframes img-jump {
    0% {
        opacity: 1;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
}




/* 手機480以下 */
@media screen and (max-width: 480px) {

    /* 專屬錢包-圖片處理 連跳 */
    #purse .img2 {
        width: calc(100vw - 40px);
    }

    section.login .right {
        display: none;
    }

    /* 圖片處理 連跳 */
    section.main .img2,
    section.main .img3,
    section.main .img4 {
        top: 40vw;
    }

    /* 登入頁 */

    section.login .content {
	overflow:initial;
    }
	
	section.login .content > .left {
    padding: 10vw 1em 0 1em;
}
	
	
}
