* {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#button2 ul {
	background-color: #a40c0c;
	height: 44px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#mobPurchaseUp {
    width: 980px;
    border: 0px;
    border-radius: 3px;
    margin: 20px auto 5px auto;
    background-color: #fcfcfc;
    box-shadow: -2px -2px 3px rgba(20%,20%,40%,0.1), -2px 2px 3px rgba(20%,20%,40%,0.1), 2px -2px 3px rgba(20%,20%,40%,0.1), 2px 2px 3px rgba(20%,20%,40%,0.1);
}
#mobPurchaseUp h1 {
    text-align: left;
    font-weight: 600;
    font-size: 1.65em;
    letter-spacing: 0.18em;
    background: -webkit-linear-gradient(top,#c4c4c4 0,#000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.purchase-method {
    padding: 40px 50px;
}


.mm-rate {
    text-align: center;
    border-collapse: collapse;  
    background: #f6f6f6;
    background: -webkit-linear-gradient(150deg, #dddddd 20%, #f3f3f3);
    background: -o-linear-gradient(150deg, #dddddd 20%, #f3f3f3);
    background: -moz-linear-gradient(150deg, #dddddd 20%, #f3f3f3);    
    background: linear-gradient(150deg, #dddddd 20%, #f3f3f3);
    box-shadow: 0px 0px 2px 1px #e9e9e9;
}
.mm-rate th {
    font-size: 1.2em;
    padding: 0.8em 0 0.8em 1em;
}
.tbody th>span {
    color: white;
    font-weight: 400;
    letter-spacing: 0.6em;
    background: #a50c0e;
    border-radius: 15px;
    margin-left: -0.8em;
    padding: 0.08em 0.2em 0.08em 0.8em;
}
.th-border {
    border: 1px solid #ffffff;
}
.mm-rate td {
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 1em;
    text-shadow: 1px 1px 0px #dfdfdf;
    padding: 0.7em 5.58em;
    border: 1px solid #ffffff;
}

.btn-purchase-bonus {
    margin: 25px 0;
}
.btn-purchase-bonus h3 {
    font-size: 1.4em;
    font-weight: 400;
    color: #747474;
    text-align: center;
    /* -webkit-writing-mode: vertical-lr; */
    /* writing-mode: vertical-lr; */
    text-shadow: 1px 1px 3px #adadad;
    width: 30px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 1em 0.4em 1em 0.4em;
    margin-right: 4px;
    float: left;
}
.remittance-info-top {
    background: #a40c0c;
    background-image: -webkit-radial-gradient(farthest-corner at 990px 130px , #a40c0c 36%, #eb0909 85%, #b60a0a);
    background-image: -o-radial-gradient(farthest-corner at 990px 130px , #a40c0c 36%, #eb0909 85%, #b60a0a);
    background-image: -moz-radial-gradient(farthest-corner at 990px 130px , #a40c0c 36%, #eb0909 85%, #b60a0a);
    background-image: radial-gradient(farthest-corner at 990px 130px , #a40c0c 36%, #eb0909 85%, #b60a0a);
    border-radius: 2px;
    box-shadow: 1px 1px 0px 1px #efefef;
    width: 778px;
    padding: 1.4em 1.5em;
    float: left;
}
.remittance-con-top {
    color: #fff;
    letter-spacing: 0.1em;
    padding: 0.3em 0;
}
.remittance-info {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 0.4em 0;
}
.remittance-con {
    font-size: 0.95em;
    font-weight: 400;
    color: #fff;
    padding: 0.4em 1.5em;
}

#mobPurchaseContent {
    width: 980px;
    border: 0px;
    border-radius: 3px;
    background: #f7f7f7;
    background: -webkit-linear-gradient(#f7f7f7 60%, #ffffff);
    background: -o-linear-gradient(#f7f7f7 60%, #ffffff);
    background: -moz-linear-gradient(#f7f7f7 60%, #ffffff);
    background: linear-gradient(#f7f7f7 60%, #ffffff);
    margin: 32px auto;
    box-shadow: -2px -2px 3px rgba(20%,20%,40%,0.1), -2px 2px 3px rgba(20%,20%,40%,0.1), 2px -2px 3px rgba(20%,20%,40%,0.1), 2px 2px 3px rgba(20%,20%,40%,0.1);
}
.purchase-process {
    padding: 40px 50px 80px 50px;
}
.purchase-process h1 {
    text-align: left;
    font-weight: 600;
    font-size: 1.65em;
    letter-spacing: 0.18em;
    background: -webkit-linear-gradient(top,#c4c4c4 0,#000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.purchase-process h2 {
    font-size: 1.25em;
    font-weight: 600;
    padding-top: 2px;
}
.process-step {
    text-align: center;
}
.process-title {
    /*float: left;*/
    margin: 50px auto;
    padding: 0 130px;
}
.purchase-con {
    background: #c91f1f;
    background: -webkit-linear-gradient(#cd1d1d, #a50c0e);
    background: -o-linear-gradient(#cd1d1d, #a50c0e);
    background: -moz-linear-gradient(#cd1d1d, #a50c0e);
    background: linear-gradient(#cd1d1d, #a50c0e);
    border: 0px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px #858585;
    padding: 34px 40px;
    margin: 18px 0;
}
.purchase-con h3 {
    font-size: 1.05em;
    font-weight: 400;
    color: #FFF;
    text-align: left;
    letter-spacing: 0.1em;
}
.btn-purchase {
    font-size: 1.4em;
    font-weight: 400;
    color: #747474;
    letter-spacing: 0.3em;
    text-shadow: 1px 1px 3px #bebebe;
    width: 160px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 0.16em 0.5em 0.16em 0.8em;
    cursor: pointer;    
}
.btn-purchase:hover {
    background: #e2e2e2;
    transition: 0.2s;
}
.btn-purchase-nolink {
    font-size: 1.4em;
    font-weight: 400;
    color: #747474;
    letter-spacing: 0.3em;
    text-shadow: 1px 1px 3px #bebebe;
    width: 160px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 0.16em 0.5em 0.16em 0.8em;
    cursor: default;    
}
.mm-link {
    letter-spacing: 0.02em;
    color: #FFF;
    text-decoration: none;
}
.mm-link:hover {
    text-decoration: underline;
}

.mobPurchaseill {    
    background-image: url(../img/mobPurchase_ill-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 320px;
    height: 320px;
    float: left;
    margin: 30px 55px 0px 40px;
}
.mobPurchaseicon {    
    background-image: url(../img/mobPurchase_down_64x64.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 64px;
    height: 64px;
    margin: 20px auto;
}


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*For IE 6&7 only*/
}


/* unused */
#mobPurchaseUpleft {
	float: left;
	height: 412px;
	width: 420px;
	background-image: url(../img/mobPurchaseP1.jpg);
	padding-top: 183px;
	padding-left: 60px;
	color: #7d7d7d;
	font-size: 13px;
	font-weight: bold;
}
#mobPurchaseUpright {
	background-image: url(../img/mobPurchaseP2.jpg);
	float: left;
	height: 250px;
	width: 468px;
	padding-top: 345px;
	padding-left: 40px;
	color: #a40c0c;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}
#mobPurchaseCon {
	background-image: url(../img/mobPurchaseP3.jpg);
	height: 920px;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
#mobPurchaseDown-old {
	width: 988px;
    margin: 32px auto;
}
#mobPurchaseDownleft {
	background-image: url(../img/mobPurchaseP4.jpg);
	height: 400px;
	width: 494px;
	float: left;
}
#mobPurchaseDownbtn1 a {
	background-image: url(../img/mobPurchaseBtn1.jpg);
	height: 60px;
	width: 346px;
	margin-top: 318px;
	margin-left: 20px;
	display: block;
}
#mobPurchaseDownright {
	background-image: url(../img/mobPurchaseP5.jpg);
	float: left;
	height: 400px;
	width: 494px;
}
#mobPurchaseDownbtn2 a {
	background-image: url(../img/mobPurchaseBtn2.jpg);
	height: 60px;
	width: 346px;
	margin-top: 318px;
	margin-left: 125px;
	display: block;
}
#mobPurchaseDown {
	width: 980px;
    border: 0px;
    border-radius: 3px;
    background: #f6f6f6;
    background: -webkit-linear-gradient(#dddddd 30%, #f6f6f6);
    background: -o-linear-gradient(#dddddd 30%, #f6f6f6);
    background: -moz-linear-gradient(#dddddd 30%, #f6f6f6);
    background: linear-gradient(#dddddd 30%, #f6f6f6);
    margin: 32px auto;
    padding: 20px 0;
    text-align: center;
    box-shadow: -2px -2px 3px rgba(20%,20%,40%,0.1), -2px 2px 3px rgba(20%,20%,40%,0.1), 2px -2px 3px rgba(20%,20%,40%,0.1), 2px 2px 3px rgba(20%,20%,40%,0.1);
}