﻿@charset "utf-8";
/* CSS Document */

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

html {
	margin:0;
	padding:0;	
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Verdana, "微軟正黑體";
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center top;
}

.buy_bg {
	background-image: url(images/buy_bg.jpg);
}

.tutorial_bg {
	background-image: url(images/tutorial_bg.jpg);
}

.notice dl dt {
	margin: 15px 0 0 0;
	font-weight: bold;
}

.notice dl dd {
	margin: 0;
}

.topbar {
	position:fixed;
	padding: 7px 0 0 0;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	z-index: 1;
	background-color: #202020;
}

.btn_lightbox {
	position:fixed;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -196px;
	padding: 0;
	z-index: 9999;
	background-color: #fff;
	border-radius:10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
}

.btn_lightbox .btn_box {
	width: 100%;
	clear: both;

	padding: 15px;

}

.btn_lightbox h2 {
	float:left;
	margin: 0 auto;
	background-color: #b00e25;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	min-width: 400px;
	border-radius:none;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-weight: normal;
}


.btn_lightbox a {
	display: block;
	text-align: center;
	background-color: #a90a09;
	border-radius: 10px;
	margin: 0 0 15px 30px;
	padding: 10px 15px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	max-width:320px; 
}

.btn_lightbox .last_btn a {
	margin-bottom: 0;
}

.btn_lightbox a:hover {
	text-decoration: none;
	background-color: #970706;
}

.btn_lightbox .lightbox_btn {
	clear: both;
}

.btn_lightbox .close_btn {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}

.yahoo_lightbox {
	position:fixed;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -196px;
	padding: 0;
	z-index: 9999;
	background-color: #fff;
	border-radius:10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
}

.yahoo_lightbox .btn_box {
	width: 100%;
	clear: both;

	padding: 15px;

}

.yahoo_lightbox h2 {
	float:left;
	margin: 0 auto;
	background-color: #b00e25;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	min-width: 400px;
	border-radius:none;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-weight: normal;
}


.yahoo_lightbox a {
	display: block;
	text-align: center;
	background-color: #a90a09;
	border-radius: 10px;
	margin: 0 0 15px 30px;
	padding: 10px 15px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	max-width:320px; 
}

.yahoo_lightbox .last_btn a {
	margin-bottom: 0;
}

.yahoo_lightbox a:hover {
	text-decoration: none;
	background-color: #970706;
}

.yahoo_lightbox .lightbox_btn {
	clear: both;
}

.yahoo_lightbox .close_btn {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}

.tutorial_content {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	text-align: left;
}

.tutorial_content .num {
	margin: 0 8px 0 0;
	background-color: #f5bf23;
	border-radius:99px;
	font-size:18px;
	font-weight: bold;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #000;
}

.tutorial_content .tutorial_title {
	font-family: Verdana, "微軟正黑體";
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	line-height: 25px;
}


.tutorial_content .tutorial_title a {
	color: #fff;
	text-decoration: underline;
}

.tutorial_content .tutorial_img {
	margin: 0 0 20px 0;
}

.tutorial_content .tutorial_img img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.tutorial_content .tutorial_btn {
	clear: both;
	margin:  15px auto 30px auto;
	text-align: center;
	float:left;
	width: 100%;
}

.tutorial_content .tutorial_btn a {
	padding: 14px 30px;
	font-family: Verdana , "微軟正黑體";
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border:1px solid #ffd301;
	background-color:#f4c332;
	background:-moz-linear-gradient(270deg, #ffef13 0%, #f4c332 50%, #d69f09 51%,  #fb9b00 100%);
	background:-webkit-linear-gradient(270deg, #ffef13 0%, #f4c332 50%, #d69f09 51%,  #fb9b00 100%);
	background:-o-linear-gradient(270deg, #ffef13 0%, #f4c332 50%, #d69f09 51%,  #fb9b00 100%);
	display: inline-block;
}

.tutorial_content .tutorial_btn a:hover {
	text-decoration: none;
	background-color:#fccc3f;
	background:-moz-linear-gradient(270deg, #fff022 0%, #fccc3f 50%, #dda60f 51%,  #ffa30f 100%);
	background:-webkit-linear-gradient(270deg, #fff022 0%, #fccc3f 50%, #dda60f 51%,  #ffa30f 100%);
	background:-o-linear-gradient(270deg, #fff022 0%, #fccc3f 50%, #dda60f 51%,  #ffa30f 100%);
}

.onclick_btn {
	cursor: pointer;
}

.lightbox {
	position:fixed;
	left: 50%;
	top: 50%;
	margin-left: -325px;
	margin-top: -196px;
	padding: 0;
	z-index: 9999;
	background-color: #fff;
	border-radius:10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 650px;
}

.lightbox h2 {
	float:left;
	margin: 0 auto;
	background-color: #b00e25;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	min-width: 650px;
	border-radius:none;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-weight: normal;
}

.lightbox .text_box {
	width: 100%;
	max-width: 40%;
	float:left;
}

.lightbox .demo {
	float:left;
	width: 100%;
	max-width: 60%;
	padding: 30px 30px 0 0;
	box-sizing: border-box;
	text-align: right;
}

.lightbox .demo img {
	width: 100%;
	max-width: 347px;
	height: auto;
}

.lightbox dl {
	margin: 0;
	padding: 30px 30px 0 30px;
	text-align: left;
	font-size:0;
	box-sizing: border-box;
}

.lightbox dt {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 17px;
	clear: both;
	font-weight: blod;
	color: #b00e23;
}

.lightbox dd {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
}


.lightbox a {
	display: block;
	text-align: center;
	background-color: #a90a09;
	border-radius: 10px;
	margin: 15px 0 0 30px;
	padding: 10px 15px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	max-width:200px; 
}

.lightbox a:hover {
	text-decoration: none;
	background-color: #970706;
}

.lightbox .lightbox_btn {
	clear: both;
}

.lightbox .close_btn {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}

.overlay {
	display:block;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	z-index:9998;
	background-color:#000;
}

.content {
	margin: 0 0 30px 0;
	width: 100%;
	padding: 40px 0;
}

.content .center {
	text-align: center;
}

.content .btn {
	margin: 0 5px;
	padding: 0;
	display:inline-block;
	text-align: center;
	font-size: 0;
}

.btn a {
	margin: 0;
	padding: 14px 30px;
	font-family: Verdana , "微軟正黑體";
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border:1px solid #ffd301;
	background-color:#f4c332;
	background:-moz-linear-gradient(270deg, #ffef13 0%, #f4c332 50%, #d69f09 51%,  #fb9b00 100%);
	background:-webkit-linear-gradient(270deg, #ffef13 0%, #f4c332 50%, #d69f09 51%,  #fb9b00 100%);
	background:-o-linear-gradient(270deg, #ffef13 0%, #f4c332 50%, #d69f09 51%,  #fb9b00 100%);
}

.btn a:hover {
	text-decoration: none;
	background-color:#fccc3f;
	background:-moz-linear-gradient(270deg, #fff022 0%, #fccc3f 50%, #dda60f 51%,  #ffa30f 100%);
	background:-webkit-linear-gradient(270deg, #fff022 0%, #fccc3f 50%, #dda60f 51%,  #ffa30f 100%);
	background:-o-linear-gradient(270deg, #fff022 0%, #fccc3f 50%, #dda60f 51%,  #ffa30f 100%);
}

.content .content_box {
	margin:0 auto 30px auto;
	padding:0;
	width:100%;
}

.content .title {
	margin: 0 auto 11px auto;
	border-bottom:2px solid #282828;
	text-align:left;
}

.content  .title h2 {
	margin: 0;
	padding: 0 30px;
	font-size: 22px;
	line-height: 54px;
	color: #fff;
	text-align: left;
	background:url("images/title_bg.jpg");
	height:54px;
	border-top-left-radius:6px;
	display:inline-block;
	box-sizing:border-box;
}

.content  .title img {
	vertical-align:bottom;
}

.content h2 img {
	padding: 2px 8px 0 0;
	vertical-align: top;
}

.content p {
	margin:0 auto;
	clear:both;
	line-height:180%;
	display:block;
	text-align:left;
	font-size:20px;
	color: #fff;
}

.content .remind {
	clear:both;
	padding-top:10px;
	color:#fff;
}

.content .tb {
	margin: 18px auto 0 auto;
	width: 100%;
	max-width:100%;
	border-radius:6px;
	font-size: 20px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border:1px solid #000;
}

.content .tb th {
	padding: 0 30px;
	background-color:#282828;
	background:-moz-linear-gradient(270deg, #444444 0%, #282828 100%);
	background:-webkit-linear-gradient(270deg, #444444 0%, #282828 100%);
	background:-o-linear-gradient(270deg, #444444 0%, #282828 100%);
	border:1px solid #282828;
	color: #fff;
	height: 53px;
}

.content .tb td {
	padding: 0 30px;
	background-color: #fff;
	color: #4f4f4f;
	height: 53px;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	box-sizing: border-box;
	word-break: break-all;
	font-size:16px;
}

.content .tb td:last-child {
	border-right:none;
}

.content .tb td img {
	margin:5px 0 4px 0;
	width:100%;
}

tr:first-child th:first-child {
	border-top-left-radius: 6px;
}

tr:first-child th:last-child {
	border-top-right-radius: 6px;
	border-left:none;
}

tr:last-child td {
	border-bottom:none !important;
}

tr:last-child td:first-child{
  border-bottom-left-radius: 6px;
}

tr:last-child td:last-child{
  border-bottom-right-radius: 6px;
}

.content .item01_box {
	margin:20px 0 0 0;
}

.content .item01_box img {
	width:100%;
	max-width:850px;
}

.content .item02_box {
	margin: 30px 0 0 0;
}

.odd {
	padding: 0 0 40px 0 !important;
	background-color: #000;
}

.even {
	background-color: #f3f3f3;
}

.notice {
	background-color: #202020;
}

.content .iphone8_plus img {
	padding: 15px 0 0 0;
}

.index_mv {
	margin:0 auto;
	padding: 0;
	width: 100%;
	max-width:1000px;
}

.index_mv img {
	width: 100%;
	max-width:1000px;
}

.mv {
	margin:0 auto;
	padding: 0;
	width: 100%;
	max-width:1000px;
}

.mv img {
	width: 100%;
	max-width:1000px;
}


.m_mv {
	display:none;
}

.item_box {
	margin: 15px 0;
}

.item_box img {
	width: 100%;
	height: auto;
	max-width: 360px;
}

.item_box .item {
	margin-bottom:15px;
}

.content {
	width: 100%;
	padding: 0;
}

.content .center {
	text-align: center;
}

.main {
	text-align: left;
}

.main h2 {
	margin: 0 0 15px 0;
	padding: 10px 25px;
	font-family: Verdana , "微軟正黑體";
	font-size: 22px;
	border: 1px solid #f2af03;
	color: #f2af03;
	display: inline-block;
}

.main p {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Verdana , "微軟正黑體";
	font-size: 20px;
	color: #fff;
}

.main .title_text {
	text-align: center;
	font-size: 20px;
	line-height: 180%;
	font-family: Microsoft YaHei;
	font-weight: normal;
	color: #fff;
}

.highlight_box {
	margin: 26px 0 0 0;
	padding: 0;
}

.highlight_box_bottom {
	margin-bottom: 50px;
}

.highlight_box .box {
	margin: 0;
	padding: 0 0 30px 0;
	border: 1px solid #f2af03;
}


.highlight_box .top-border {
	border:none;
	border-top: 1px solid #f2af03;
}

.highlight_box h2 {
	margin: -30px 0 15px 0;
	padding: 0;
	background-color: #000;
	display: inline-block;
}

.highlight_box h2 img {
	margin-top:-10px;
	vertical-align: top;
}

.highlight_box p {
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 22px;
	color:#fff;
}

.highlight_box .tips {
	margin: 0 0 15px 0;
}

.highlight_box .tips img {
	width: 100%;
	max-width: 909px;
}

.highlight_box ul {
	margin: 0;
	padding: 0;
}

.highlight_box ul li {
	margin: 0;
	padding: 0;
	list-style:none;
}

.highlight_box .btn {
	margin: 0 15px;
	padding: 0;
	display:inline-block;
	text-align: center;
	font-size: 0;
	line-height: 56px;
}

.highlight_box .first_btn {
	margin-bottom:  10px;
}

.highlight_box .btn a {
	margin: 0;
	padding: 14px 30px;
	font-family: Verdana , "微軟正黑體";
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border:1px solid #ffd301;
	background-color:#f4c332;
	background:-moz-linear-gradient(270deg, #ffef13 0%, #f4c332 50%, #d69f09 51%,  #fb9b00 100%);
	background:-webkit-linear-gradient(270deg, #ffef13 0%, #f4c332 50%, #d69f09 51%,  #fb9b00 100%);
	background:-o-linear-gradient(270deg, #ffef13 0%, #f4c332 50%, #d69f09 51%,  #fb9b00 100%);
}

.highlight_box .btn a:hover {
	text-decoration: none;
	background-color:#fccc3f;
	background:-moz-linear-gradient(270deg, #fff022 0%, #fccc3f 50%, #dda60f 51%,  #ffa30f 100%);
	background:-webkit-linear-gradient(270deg, #fff022 0%, #fccc3f 50%, #dda60f 51%,  #ffa30f 100%);
	background:-o-linear-gradient(270deg, #fff022 0%, #fccc3f 50%, #dda60f 51%,  #ffa30f 100%);
}


.highlight_box .ex {
	font-size: 15px;
	color: #780002;
}

.highlight_box .store_box {
	margin: 0 15px;
	padding: 14px 30px;
	border: 1px solid #de572c;
	font-size: 16px;
	color: #de572c;
	display:inline-block;
	text-align: center;
}

.recommend {
	margin: 0 5px 0 0;
}

.recommend img {
	vertical-align: top;
}

.buy_box {
	margin: 30px 0;
}

.buy_box h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
}

.buy_box .btn2 {
	margin: 0 7px 20px 7px;
	padding: 0;
	display:inline-block;
	text-align: center;
	font-size: 0;
	line-height: 56px;
}


.buy_box .btn2 a {
	margin: 0;
	padding: 14px 30px;
	font-family: Verdana , "微軟正黑體";
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border:1px solid #aa300a;
	background-color:#aa300a;
	background:-moz-linear-gradient(270deg, #aa300a 0%, #74250c 70%,  #a32e0a 100%);
	background:-webkit-linear-gradient(270deg, #aa300a 0%, #74250c 70%,  #a32e0a 100%);
	background:-o-linear-gradient(270deg, #aa300a 0%, #74250c 70%,  #a32e0a 100%);
	cursor: pointer;
}

.buy_box .btn2 a:hover {
	text-decoration: none;
	background-color:#be3e16;
	background:-moz-linear-gradient(270deg, #be3e16 0%, #873015 70%,  #b93b14 100%);
	background:-webkit-linear-gradient(270deg, #be3e16 0%, #873015 70%,  #b93b14 100%);
	background:-o-linear-gradient(270deg, #be3e16 0%, #873015 70%,  #b93b14 100%);
}

.buy_box .store {
	clear: both;
	margin: 10px 0;
}

.buy_box .store_box {
	margin: 0 15px;
	padding: 14px 30px;
	border: 1px solid #de572c;
	font-size: 16px;
	color: #de572c;
	display:inline-block;
	text-align: center;
}

.notice {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
	background-color: #202020;
}

.notice h2 {
	margin: 30px 0 20px 0;
	padding: 10px 25px;
	font-family: Verdana , "微軟正黑體";
	font-size: 22px;
	border: 1px solid #f2af03;
	color: #f2af03;
	display: inline-block;
}

.notice ul {
	margin: 0;
	padding: 0 60px;
	box-sizing: border-box;
	
}

.notice li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style:decimal;
	color: #fff;
}

.notice li a {
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

/*copyright開始*/

#copyright {
	padding:0;
	width:100%;
	background:#000;
	display:inline-block;
}

#copyright img {
	margin:0;
	padding:0;
	line-height:0;
	width:112px;
	height:60px;
	display:inline-block;
}

#copyright p {
	font-size:13px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height:58px;
	display:inline-block;
}

/*copyright結束*/

.fix {
	padding:0;
}

/*Facebook Button開始*/

.fb_bg {
	padding: 15px 0;
	width: 100%;
	background-color: #202020;
}

.fb {
  	margin: 0 auto;
  	padding: 0 15px;
  	width: 100%;
  	max-width: 445px;
  	box-sizing: border-box;
}

.fb .box {
	width: 100%;
    background-color: #4267b2 !important;
    padding: 5px 0;
    max-width: 410px;
    margin: 0;
    border-radius: 6px;
}

.fb .box:hover {
    background-color: #4a70be !important;
}

.fb p {
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.fb p img {
    margin: 0 5px 0 0;
}

.fb p a {
    color: #fff;
}

.fb p a:hover {
    text-decoration: none;
}

/*Facebook Button結束*/



#gotop {
	display:none;
	position:fixed;
	right:15px;
	bottom:70px;
	background-color:rgba(155, 155, 155, 0.4);
	font-family:Verdana, "新細明體";
	font-size:15px;
	color:#000;
	margin:0;
	padding:8px 15px;
	border-radius:4px;
	cursor:pointer;
	z-index:999;
}

#gotop:hover {
	background-color:rgba(180, 180, 180, 0.4);
}

@media screen and (max-width:320px) {

}

@media screen and (max-width:500px) {

.fb_bg {
    padding: 0;
}
	
.fb {
    padding: 0;
    width: 100%;
  	background-color: #4267b2;
}
  
.fb .fb_box {
	margin: 0;
    padding: 10px 0 7px 0;
    border-radius: 0;
}

}

@media screen and (max-width:550px) {

.content .title {
	border:0;
}
	
.content  .title img {
	display: none;
}
	
.content .title h2 {
	margin: 10px 0 0 0;
	width: 100%;
	border-top-right-radius:6px;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	border:0;
}
	
.content p {
	font-size: 15px;
}
	
.highlight_box p {
	font-size: 15px;
}
	
.content .iphone8_plus img {
	max-width: 150px;
}
	
.content .tb th {
	font-size: 15px;
	height: 42px;
	line-height: 42px;	
}
	
.content .tb td {
	padding: 0 15px;
	font-size: 13px;
	height: 42px;
	line-height: inherit;			
}
	
.content .btn a {
	font-size: 15px;
	box-sizing: border-box;
	padding: 10px 20px;

}
	
.notice li {
	font-size: 13px;
}
	
.tutorial_content .num {
	font-size:15px !important;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.tutorial_content .tutorial_title {
	font-size: 15px !important;
	line-height: 20px;
}
	
}

@media screen and (max-width:750px) {
.lightbox_box {
	padding: 0 30px;
	box-sizing: border-box;
}
	
.lightbox {
	position:fixed;
	left: 50%;
	top: 50%;
	margin: 0 auto;
	
	margin-left: -160px;
	margin-top: -274px;
	padding: 0;
	z-index: 9999;
	background-color: #fff;
	border-radius:10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 320px;
}

.lightbox .box {
	position:fixed;
	left: 0;
	top: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	z-index: 9999;
	background-color: #fff;
	border-radius:10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
} 

.lightbox h2 {
	float:left;
	margin: 0 auto;
	background-color: #b00e25;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	min-width: 100%;
	border-radius:none;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-weight: normal;
}

.lightbox .text_box {
	width: 100%;
	max-width: 100%;
	float:left;
}

.lightbox .demo {
	display: none;
}
	
.lightbox .m_demo {
	float:none;
	width: 100%;
	max-width: 100%;
	padding: 30px 0 0 0;
	box-sizing: border-box;
	text-align: center;
	display: block !important;
}

.lightbox .m_demo img {
	width: 100%;
	max-width: 275px;
	height: auto;
}

.lightbox dl {
	margin: 0;
	padding: 20px 30px 0 30px;
	text-align: left;
	font-size:0;
	box-sizing: border-box;
}

.lightbox dt {
	margin: 0 5px 0 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
	clear: both;
	font-weight: blod;
	color: #b00e23;
	float:left;
}

.lightbox dd {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	float:left;
}

.lightbox a {
	display: block;
	text-align: center;
	background-color: #a90a09;
	border-radius: 10px;
	margin: 15px auto 15px auto;
	padding: 10px 15px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	max-width:200px; 
}

.lightbox a:hover {
	text-decoration: none;
	background-color: #970706;
}

.lightbox .lightbox_btn {
	clear: both;
}

.lightbox .close_btn {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}

.tutorial_content .num {
	font-size:17px;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.tutorial_content .tutorial_title {
	font-size: 17px;
}

.tutorial_content .tutorial_btn a {
	padding: 10px 20px;
	font-size: 15px;
	display: inline-block;
}

.topbar .btn a {
	padding: 7px 20px;
}

.highlight_box .store_box {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}	

.btn_lightbox_box {
	padding: 0 30px;
	box-sizing: border-box;
}
	
.btn_lightbox {
	position:fixed;
	left: 50%;
	top: 50%;
	margin: 0 auto;
	
	margin-left: -150px;
	margin-top: -274px;
	padding: 0;
	z-index: 9999;
	background-color: #fff;
	border-radius:10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
}

.btn_lightbox .box {
	position:fixed;
	left: 0;
	top: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	z-index: 9999;
	background-color: #fff;
	border-radius:10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
} 

.btn_lightbox h2 {
	float:left;
	margin: 0 auto;
	background-color: #b00e25;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	min-width: 100%;
	border-radius:none;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-weight: normal;
}

.btn_lightbox .text_box {
	width: 100%;
	max-width: 100%;
	float:left;
}

.btn_lightbox a {
	display: block;
	text-align: center;
	background-color: #a90a09;
	border-radius: 10px;
	margin: 15px auto 15px auto;
	padding: 10px 15px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	max-width:250px; 
}
	
.btn_lightbox a:first-child {
	margin: 10px auto 15px auto;
}

.btn_lightbox a:hover {
	text-decoration: none;
	background-color: #970706;
}

.btn_lightbox .lightbox_btn {
	clear: both;
}

.btn_lightbox .close_btn {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}	
	
.yahoo_lightbox_box {
	padding: 0 30px;
	box-sizing: border-box;
}
	
.yahoo_lightbox {
	position:fixed;
	left: 50%;
	top: 50%;
	margin: 0 auto;
	
	margin-left: -150px;
	margin-top: -274px;
	padding: 0;
	z-index: 9999;
	background-color: #fff;
	border-radius:10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
}

.yahoo_lightbox .box {
	position:fixed;
	left: 0;
	top: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	z-index: 9999;
	background-color: #fff;
	border-radius:10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
} 

.yahoo_lightbox h2 {
	float:left;
	margin: 0 auto;
	background-color: #b00e25;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	min-width: 100%;
	border-radius:none;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-weight: normal;
}

.yahoo_lightbox .text_box {
	width: 100%;
	max-width: 100%;
	float:left;
}

.yahoo_lightbox a {
	display: block;
	text-align: center;
	background-color: #a90a09;
	border-radius: 10px;
	margin: 15px auto 15px auto;
	padding: 10px 15px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	max-width:250px; 
}
	
.yahoo_lightbox a:first-child {
	margin: 10px auto 15px auto;
}

.yahoo_lightbox a:hover {
	text-decoration: none;
	background-color: #970706;
}

.yahoo_lightbox .lightbox_btn {
	clear: both;
}

.yahoo_lightbox .close_btn {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}	

#copyright {
	text-align:center;
}

#copyright img {
	margin:0 auto;
	text-align:center;
	display:block;
}

#copyright p {
	margin:0 0 15px 0;
	display:block;
	line-height:100%;
}
	
}

@media screen and (max-width:768px) {

}

@media screen and (max-width:800px) {	
	
.mfix {
	padding: 0;
}
	
}

@media screen and (max-width:992px) {

.item_box img {
	max-width: 300px;
}

.main h2 {
	margin: 0 0 15px 0;
	padding: 10px 25px;
	font-family: Verdana , "微軟正黑體";
	font-size: 16px;
	border: 1px solid #f2af03;
	color: #f2af03;
	display: inline-block;
}

.main p {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Verdana , "微軟正黑體";
	font-size: 15px;
	color: #fff;
	line-height: 160%;
}

.highlight_box h2 img {
    margin-top: -5px;
    vertical-align: top;
	max-width: 200px;
}
	
.highlight_box .first_btn {
    margin-bottom: 0;
}

.highlight_box .btn {
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 15px;
	box-sizing: border-box;
	line-height: 40px;
}
	
.highlight_box .first_btn {
	line-height: 52px;
}
	
.highlight_box .btn a {
	padding: 0 15px;
	font-size: 16px;
	width: 100%;
    display: block;
}
	
.ex {
	display: none;
}
	
.m_ex {
	display: block !important;
	color: #fff;
	font-size: 16px;
}
	
.buy_box .btn2 {
    margin: 0 0 5px 0;
    padding: 0;
    display:inherit;
    text-align: center;
    font-size: 0;
    line-height: 56px;
	width: 100%;
}	
	
.buy_box .btn2 a {
	width: 100%;
	display: inline-block;
    margin: 0;
    padding: 15px 15px;
    font-family: Verdana , "微軟正黑體";
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #aa300a;
    background-color: #aa300a;
    background: -moz-linear-gradient(270deg, #aa300a 0%, #74250c 70%, #a32e0a 100%);
    background: -webkit-linear-gradient(270deg, #aa300a 0%, #74250c 70%, #a32e0a 100%);
    background: -o-linear-gradient(270deg, #aa300a 0%, #74250c 70%, #a32e0a 100%);
	line-height: 100%;
	box-sizing: border-box;

	
}	
	
.buy_box .store_box {
    margin: 0 0 15px 0;
    padding: 14px 30px;
    border: 1px solid #de572c;
    font-size: 16px;
    color: #de572c;
    display: block;
    text-align: center;
	width: 100%;
	box-sizing: border-box;
}	

.notice {
    padding: 0 0 20px 0;
}
	
.notice h2 {
    padding: 10px 25px;
    font-size: 16px;
}	
	
.notice ul {
	padding: 0 15px 0 30px;
}
	

.highlight_box .tips_title {
	margin-bottom: 0;
}

.highlight_box p {
	text-align: left;
}
	
}

@media screen and (max-width:1000px) {
	.mv {
		display:none;
	}
	
	.m_mv {
		display:block;
		padding:60px 0 0 0;
		background-color:#b00e23;
	}
	
	.m_mv img {
		width: 100%;
	}
	
	body {
		background:none;
		background-color:#fff;
	}	
}

@media screen and (max-width:1024px) {
	
body {
	background:none;
	background-color: #000;
}
	
.buy_bg {
	background:none;
	background-color: #000;
}
	
.tutorial_bg {
	background:none;
	background-color: #000;
}
	
}

@media screen and (max-width:1140px) {

}

@media screen and (max-width:1200px) {
	
}