body {
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft JhengHei';
    font-size: 16px;
    font-weight: 500;
    overflow-x: hidden;
    background-color: #f6f6f6;
}

/****loading****/
body .loading {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/mh_logo_small.png');
    background-repeat: no-repeat;
    background-position: bottom;
    width: 300px;
    height: 100px;
    text-align: center;
    font-size: 20px;
}

body[showloading=true] .loading {
    display:block;
}
body .loading {
    display:none;
}
body[showloading=true]{
    background-color:white;
}

/***err-msg***/
body .err-msg {
    color: white;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #ee5c6e;
    font-size: 18px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}

body[showerrmsg=true] .err-msg { display: block; } 
body .err-msg { display: none; }


/****page-wrapper****/
body .page-wrapper{
    color: #676767;
    margin:auto;
    width:720px;
    box-shadow: 0 2px 4px 0 rgba(188, 188, 188, 0.5);
    border: solid 1px #dcdcdc;
    background-color:white;
    margin-top:1px;
    margin-bottom:5px;
}

body .page-wrapper a,
body .page-wrapper a:link,
body .page-wrapper a:visited,
body .page-wrapper a:hover,
body .page-wrapper a:active {
    color: #4a90e2;
}

body .page-wrapper {
    display:none;
}
body[showloading=false] .page-wrapper {
    display: block;
}

body .page-wrapper .left-margin
{
    margin-left:60px;
}
body .page-wrapper .right-margin
{
    margin-right:60px;
}
@media only screen and (max-width: 720px) {
    body .page-wrapper {
        margin:0;
        width:100%;
    }
}
@media only screen and (max-width: 719px) {
    body .page-wrapper .left-margin, body .page-wrapper .right-margin {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 720px) {
    @font-face {
        font-family: sf_en;
        src: url('../fonts/sf-regular.otf');
        font-display: swap;
    }

    @font-face {
        font-family: lang_tc;
        src: url('../fonts/pf-regular.ttf');
        font-display: swap;
    }

    @font-face {
        font-family: lang_sc;
        src: url('../fonts/pf-regular.ttf');
        font-display: swap;
    }

    body.tc, body.tc select, body.tc input {
        font-family: 'lang_tc','Microsoft JhengHei';
    }

    body.sc, body.sc select, body.sc input {
        font-family: 'lang_sc','Microsoft JhengHei';
    }

    body.en, body.en select, body.en input {
        font-family: 'sf_en','Microsoft JhengHei';
    }
}



/***Index***/
.top-border {
    background-color: #0050b4;
    width:100%;
    height:4px;
}

.top-logo-wrapper{
  margin-top:25px;
  width:300px;
  height:28px;
}

.top-logo{
  background-image:url('../images/./powerticker.png');
  width:248px;
  height:28px;
  float:left;
}
.top-logo-dl{
  float:left;
  color: #8f8f8f;
  font-weight:bold;
  width:42px;
  height:19px;
  line-height:10px;
  padding-left:5px;
}

.second-header{
  margin-top:25px;
  line-height:50px;
  font-size:22px;
  font-weight:bold;
}

.desp{
  color: #4a90e2;
}

.ctrl-item{
  margin-top:20px;
  margin-left:0px;
  margin-right:16px;
}


.ctrl-item .lbl{
  margin-bottom:2px;
}

.ctrl-item .lbl .required{
  color:#d0021b;
  font-size:16px;
  line-height:14px;
}

.ctrl-item .val .dd1{
  width:243px;
  height:31px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #979797;
  color:#676767;
  font-size:14px;
}
.ctrl-item .val .dd2{
  width:59px;
  height:31px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #979797;
  color:#676767;
  margin-right:15px;
  font-size:14px;
}

.ctrl-item .val .dd3{
  width:277px;
  height:31px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #979797;
  color:#676767;
  margin-right:15px;
  font-size:14px;
}

.ctrl-item .val .txt1{
  width: 185px;
  height: 29px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #979797;
  color:#676767;
  padding-left:5px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:0px;
}

.ctrl-item .val .txt1.short{
  width: 111px;
}

.get-otp {
  color: #4a90e2;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ctrl-item .val .txt1.otp{
  width: 80px;
}

.ctrl-item .val .chkitem1 input[type='checkbox']{
  width:15px;
  height:15px;
  margin-right:6px;
  margin-top:2px;
  margin-bottom:2px;
  margin-left:0px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #979797;
  display:inline-block;
  float:left;
}

.ctrl-item .val .chkitem1 .chkitem{
  display:inline-block;
  width:150px;
  margin-top:5px;
}

.ctrl-item .val .chkitem1 .chkitem.full{
  width:215px;
}
.ctrl-item .val .chkitem1 .chkitem.xxfull{
  width:100%;
}

.ctrl-item .val .chkitem1 label{
  font-size:14px;
  height:19px;
  line-height:19px;
  float:left;
}

.ctrl-item .val .chkitem1 .chkitem .others{
  padding-left:15px;
}

.ctrl-item .val .chkitem1 .chkitem .others input{
    border:none;
	border-bottom:solid 1px #d8d8d8;
	padding-left:5px;
	padding-right:5px;
    color:#979797;
}

.ctrl-item{
  display:inline-block;
}


.blue-row {
    text-align: left;
    margin: 20px 0px 5px 0px;
}

.blue-row .blue-row-item {
    display: inline-block;
    color: #4a90e2;
    margin:5px 0px;
}
.blue-row .blue-row-item:first-child {
    margin-right: 10px;
    margin-left: 0px;
}
@media only screen and (max-width: 440px) {
    .blue-row {
        text-align: center;
    }
}

.disclaimer{
  font-size:12px;
}

.disclaimer .row{
  margin-bottom:10px;

}

.disclaimer-confirm{
  margin-top:15px;
  margin-bottom:15px;
  height:20px;
  display:table;
  table-layout: fixed;
}

.disclaimer-confirm .lblwrapper{
  display: table-cell;
  height:45px;
}

.disclaimer-confirm input{
  height:15px;
  width:15px;
  float:left;
}

.disclaimer-confirm label{
  font-size:14px;
  height:20px;
  line-height:20px;
  margin-left:10px;
  float:left;
  font-weight:bold;
}


.btnSubmit {
    margin-top: 30px;
    width: 93px;
    height: 31px;
    line-height: 31px;
    color: white;
    box-shadow: 0 2px 4px 0 rgba(188, 188, 188, 0.5);
    border: solid 1px #dcdcdc;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #e76120;
    width: 151px;
}

.pressbtn{
  cursor:pointer;
  box-shadow: 1px 2px #dcdcdc;
}

.pressbtn:active{
  transform: translateY(2px);
  transform: translateX(1px);
  box-shadow: 0 0px #666;
}




.sms_desp {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align:justify;
    width: auto;
    font-size:16px;
    letter-spacing:-0.4px;
}

.sms_lbl{
    font-size:16px;
    display:inline-block;
}

.clickable .sms_resend {
    color: #4a90e2;
    text-decoration:underline;
    cursor:pointer;
}

#sms_row_resend{
    font-size:14px;
}

.sms_row {
    width: auto;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 35px;
}
.sms_row_more {
    margin-bottom: 0px;
}
.sms_val {
    text-align: center;
    display: inline-block;
}

.sms_row .btn {
    display: inline-block;
    width: 151px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    color: white;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}
.sms_row .btn.small {
    width: 100px;
    font-size:14px;
    margin-left:10px;
    margin-right:10px;
}

.sms_row input {
    width: 170px;
    height: 29px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #979797;
    color: #676767;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size:18px;
}

.sms_row .confirm {
    background-color: #e76120;
}
.sms_row .cancel {
    background-color: #989898;
}

.sms_row .disabled {
    background-color: #989898;
}

.sms_row .disabled.pressbtn {
    box-shadow:none;
}

.sms_row .disabled.pressbtn:active {
    transform: none;
    transform: none;
}

.checkout_toplogo img {
  width:100%;
}

.checkout_top {
    color: black;
    font-size: 25px;
    width: 720px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1px;
    background-color: #f6f6f6;
}

.checkout_top img{
    /*width:235px;
    height:43px;*/
    margin-top:20px;
}

.checkout_top0 {
    color: black;
    margin-top: 20px;
}

.checkout_top1 {
    color: black;
    margin-top: 20px;
}

.checkout_top2 {
    color: black;
    margin-top: 30px;
}

.checkout_top3 {
    color: #0050b4;
    font-size: 18px;
    margin-top: 5px;
}

.checkout_reginfo_wrapper{
    margin-top:30px;
}

.checkout_reginfo_header {
    height: 36px;
    background-color: #f0f0f0;
    color: #979797;
    line-height: 36px;
    padding-left:10px;
}

.checkout_reginfo_table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom:10px;
}

.checkout_reginfo_table td {
    padding-left: 10px;
    padding-right: 10px;
    line-height:30px;
}

.checkout_reginfo_table .lbl{
    width:98px;
}

.checkout_middleiconwrapper{
    margin-top:20px;
    width:100%;
    text-align:center;
    margin-bottom:20px;
}

.checkout_middleiconitem {
    display: inline-block;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 160px;
}

.checkout_middleiconitem.left {
    margin-left:0px;
}
.checkout_middleiconitem.right {
    margin-right: 0px;
}

.checkout_middleiconicon{
    margin-bottom:10px;    
}

.checkout_middleiconbtn {
    width: 100%;
    height: 31px;
    line-height: 31px;
    color: white;
    background-color: #0050b4;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(188, 188, 188, 0.5);
    border: solid 1px #dcdcdc;
}

.checkout_middleiconwrapper a{
    text-decoration:none;
}

.checkout_bottomdesc1{
    margin-top:10px;
    color:black;
}

.checkout_bottom2wrapper {
    color: black;
    margin-top: 5px;
    line-height: 25px;
    margin-bottom: 10px;
    word-break:break-all;
}

.checkout_bottom2lbl{
  width:80px;
}

.checkout_bottom2lbl, .checkout_bottom2val {
    display: inline-block;
}

.checkout_center_wrapper {
    text-align: center;
    background-color: #d9d9d9;
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
}

.checkout_center_innerwrapper a, .checkout_center_innerwrapper a:link, .checkout_center_innerwrapper a:hover, .checkout_center_innerwrapper a:active, .checkout_center_innerwrapper a:visited{
    color: black;
    text-decoration:none;
}

.checkout_center_item {
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.checkout_center_title {
    font-weight: bold;
    margin-bottom: 10px;
}

.checkout_qr {
    padding-top: 20px;
    padding-right: 20px;
}
.checkout_shop {
    padding-right: 20px;
    padding-top: 5px;
    
}

.checkout_download {
    padding-right: 20px;
}


.checkout_tuto_wrapper{
    margin-top:40px;
}

.checkout_tuto{
    font-size:20px;
    color:black;
    width:100%;
    text-align:center;
    font-weight:bold;
}

.checkout_tuto_val {
    width: 100%;
    text-align: center;
    color: black;
    line-height: 28x;
    height: 28px;
}
.checkout_tuto_val a, .checkout_tuto_val a:link, .checkout_tuto_val a:visited, .checkout_tuto_val a:hover, .checkout_tuto_val a:active {
    text-decoration: none;
    color: black;
    line-height:22px;
    height:22px;
}

.checkout_tuto_hr_wrapper{
    width:100%;
    text-align:center;
    margin-bottom:5px;
}

.checkout_tuto_hr_wrapper div{
    display:inline-block;
}

.checkout_tuto_hr_wrapper div.middleline {
    margin-bottom: 2px;
    width: 65%;
}

.checkout_feature_title {
    background-color: #f0f0f0;
    color: #979797;
    margin-top: 20px;
    height: 36px;
    line-height: 36px;
    padding-left: 14px;
    padding-right: 14px;
}

.checkout_feature_item {
    margin-top: 30px;
    margin-bottom: 30px;
}
.checkout_feature_item .left, .checkout_feature_item .right {
    display:inline-block;
}

.checkout_feature_item .left {
    width: 221px;
    height: 160px;
    float: left;
    padding-right: 30px;
}
.checkout_feature_item .left img {
    width: 100%;
    height: 100%;
}
.checkout_feature_item .right {
    float: left;
    max-width:330px;
    color:black;
}
    .checkout_feature_item .right .big-title {
        color: #0050b4;
        font-size:20px;
    }

.checkout_feature_item .clear {
    clear:both;
}

.checkout_tuto_bottom2 {
    background-color: #f0f0f0;
    height: 36px;
    line-height: 36px;
    color: #979797;
    padding-left: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkout_tuto_bottom2_wrapper{
    text-align:center;
    margin-bottom:10px;
}

.checkout_tuto_bottom2_wrapper a, .checkout_tuto_bottom2_wrapper a:link, .checkout_tuto_bottom2_wrapper a:hover, .checkout_tuto_bottom2_wrapper a:visited {
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
}

.checkout_tuto_bottom2_wrapper a:first-child{
    margin-left:0px;
}
.checkout_tuto_bottom2_wrapper a:last-child{
    margin-right:0px;
}

.checkout_tuto_bottom2_wrapper .item {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    background-color: #0050b4;
    color: white;
    box-shadow: 0 2px 4px 0 rgba(188, 188, 188, 0.5);
    border: solid 1px #dcdcdc;

}

    

.checkout_tuto_bottom2_wrapper .item.longer {
    width: 160px;
}

.newfooterwrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.newfooterwrapper .footer-row1{

}
.newfooterwrapper .footer-row1 .left{

    float:left;
}
.newfooterwrapper .footer-row1 .left img {
    /*width: 235px;
    height: 43px;*/
}

.newfooterwrapper .footer-row1 .right {
    float:right;
}

.newfooterwrapper .footer-row1 .right a{
    display:inline-block;
    padding-left:3px;
    padding-right:3px;

}
.newfooterwrapper .footer-row1 .right a img {
    width:36px;
    height:36px;
}

.newfooterwrapper .footer-row1 .clear{
    clear:both;
}

.newfooterwrapper .footer-row2{
    margin-top:10px;
}
.newfooterwrapper .footer-row2 div {
    font-size:12px;
}
.footer-disclaimer {
    font-size:12px;
    padding-bottom: 20px;
}
.footer-disclaimer div{
    margin-bottom:0px;
}
.footer-disclaimer div.footer-disclaimer1 {
    margin-bottom: 20px;
}


@media only screen and (max-width: 622px) {
    .checkout_feature_item{
        text-align:center;
    }
    .checkout_feature_item .left{
        float:none;
    }
    .checkout_feature_item .right {
        float: none;
    }
}

@media only screen and (max-width: 630px) {
    .checkout_middleiconitem.left, .checkout_middleiconitem.right {
        margin-left: 24px;
        margin-right: 24px;
    }
    .checkout_tuto_bottom2_wrapper a:first-child, .checkout_tuto_bottom2_wrapper a:last-child {
        margin-left: 12px;
        margin-right: 12px;
    }
}



@media only screen and (max-width: 500px) {
    .newfooterwrapper .footer-row1 .left, .newfooterwrapper .footer-row1 .right {
        float: none;
        margin-top:10px;
    }

    .newfooterwrapper .footer-row1{
        text-align:center;
    }
}

.square {
    height: 5px;
    width: 20px;
    background-color: #ff6c2e;
}

.middleline {
    border:none;
    border-top: 1px solid #999999;    
    height:0px;
}

.en .ctrl-item .val .chkitem1 .chkitem.etf {
    width: 220px;
}



@media only screen and (min-width: 720px) {
    body [pagecode="checkout"] .page-wrapper .checkout_toplogo{
        background-image:url('../images/groupv2_720.jpg');
        width:720px;
        height:285px;
        background-size:cover;
    }

    body.sc[pagecode="checkout"] .page-wrapper .checkout_toplogo {
        background-image: url('../images/groupv2_720_sc.jpg');
    }
    body.en[pagecode="checkout"] .page-wrapper .checkout_toplogo {
        background-image: url('../images/groupv2_720_en.jpg');
    }
    body[pagecode="checkout"] .page-wrapper .checkout_toplogo img{
        display:none;
    }
}

