﻿@charset "utf-8";

a { text-decoration: none; }
a { color: rgb(0,5,239); }
a:hover { color: rgb(85,170,255); } /* a:hover { color: rgb(255,0,0); } */

h1 {
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
	font-family: "Microsoft YaHei", SimHei, Verdana, sans-serif;
}
h2 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Microsoft YaHei", SimHei, Verdana, sans-serif;
}
h3 {
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	font-family: "Microsoft YaHei", SimHei, Verdana, sans-serif;
}

h2 span { font-size: 16px; margin: 0px 0px 0px 6px; }
h3 span { font-size: 14px; margin: 0px 0px 0px 4px; }
th span { font-size: 14px; margin: 0px 0px 0px 4px; }

hr { height:1px; margin-top:20px; margin-bottom:15px; border:none; border-top: 1px dashed rgb(180,180,180); }

.sep { margin: 0px 2px 0px 1px; color: rgb(210,210,210); }
.redTxt { color: rgb(240,0,0); }


body {
	width: 536px;
	margin: 0 auto;
	font-family: Helvetica, Tahoma, Verdana, Arial, SimSun, NSimSun, "Microsoft YaHei", sans-serif;
	font-size: 15px;
	line-height: 150%;
	background-color: rgb(255,255,255);
}


#logo {
	float: left;
	width: 255px;
	height: 72px;
}
#usage {
	float: right;
	width: 230px;
	height: 72px;
}
#nav {
	width: 500px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: 0 0 3px 3px rgb(185,185,185) inset;
	padding: 8px 12px 13px 13px;
	font-size: 16px;
	font-family: "Microsoft YaHei", SimHei, Verdana, sans-serif;
	margin: 0px 6px -2px 5px;
}
#nav_cur {
	padding-bottom: 3px;
	border-bottom: 3px solid rgb(255,141,118);
}


#content {
	width: 502px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 1px 8px 6px 15px;
	box-shadow: 0 -3px 3px 3px rgb(185,185,185) inset;
	margin: 0px 6px 0px 5px;
}


/* --------------------------------------------------------------- */

@media screen and (min-width: 768px) {
	body {
		width: 800px;
	}
}

@media screen and (min-width: 768px) {
	#nav {
		width: 765px;
	}
}
@media screen and (min-width: 768px) {
	#content {
		width: 767px;
	}
}
/* --------------------------------------------------------------- */


#downloadBtn {
	float:right;
	width: 135px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px 15px 0px 0px;
	border-radius: 16px;
	background-color: rgb(0,173,216);
	font-size: 16px;
	text-align: center;
	font-family: "Microsoft YaHei", SimHei, Verdana, sans-serif;
}
#downloadBtn a { color: rgb(255,255,255); }
#downloadBtn:hover { background-color: rgb(34,135,254); }


#screenshotsBtn {
	float:right;
	width: 93px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px 15px 0px 0px;
	border-radius: 16px;
	background-color: rgb(0,173,216);
	font-size: 16px;
	text-align: center;
	font-family: "Microsoft YaHei", SimHei, Verdana, sans-serif;
}
#screenshotsBtn a { color: rgb(255,255,255); }
#screenshotsBtn:hover { background-color: rgb(34,135,254); }



#footer {
	font-size: 12px;
	text-align: center;
	margin: 5px 0 10px 0;
}

/* --------------------------------------------------------------- */

#table_buy {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	table-layout: fixed;
	border-collapse: collapse;
}

#table_buy tr th:nth-child(1) { text-align: center; width: 11%; }
#table_buy tr th:nth-child(2) { text-align: center; width: 16%; }
#table_buy tr th:nth-child(3) { text-align: left; }
#table_buy tr td:nth-child(3n-2) { text-align: center; }
#table_buy tr td:nth-child(3n-1) { text-align: center; }
#table_buy tr td:nth-child(3n-0) { text-align: left; }

#table_buy tr { border-bottom: 1px dashed #c3c3c3; }
#table_buy tr th { font-family: "Microsoft YaHei", SimHei, Arial, sans-serif; font-size: 16px; padding: 3px; }
#table_buy tr td { padding: 3px; }
#table_buy strong { font-size: 18px; color: rgb(240,0,0); }

/* --------------------------------------------------------------- */

#table_FAQs {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	table-layout: fixed;
	border-collapse: collapse;
}

#table_FAQs tr th:nth-child(1) { text-align: center; width: 41%; }
#table_FAQs tr th:nth-child(2) { text-align: center; }
#table_FAQs tr td:nth-child(2n-1) { text-align: center; }
#table_FAQs tr td:nth-child(2n-0) { text-align: center; }

#table_FAQs tr { border-bottom: 1px dashed #c3c3c3; }
#table_FAQs tr th { font-family: "Microsoft YaHei", SimHei, Arial, sans-serif; font-size: 16px; padding: 3px; }
#table_FAQs tr td { padding: 3px; }

/* --------------------------------------------------------------- */

#table_promo {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	table-layout: fixed;
	border-collapse: collapse;
}

#table_promo tr th:nth-child(1) { text-align: center; width: 19%; }
#table_promo tr th:nth-child(2) { text-align: center; }
#table_promo tr td:nth-child(2n-1) { text-align: center; }
#table_promo tr td:nth-child(2n-0) { text-align: center; }

#table_promo tr { border-bottom: 1px dashed #c3c3c3; }
#table_promo tr th { font-family: "Microsoft YaHei", SimHei, Arial, sans-serif; font-size: 16px; padding: 3px; }
#table_promo tr td { padding: 3px; }

/* --------------------------------------------------------------- */

#form_getFull { margin-top: 20px; margin-bottom: 15px; }
#form_getFull input { margin-bottom: 6px; }
#form_getFull span { font-size: 12px; margin-left: 30px; }

/* --------------------------------------------------------------- */

#table_byr {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	table-layout: fixed;
	border-collapse: collapse;
}

#table_byr tr th:nth-child(1) { text-align: center; width: 11%; }
#table_byr tr th:nth-child(2) { text-align: center; width: 12%; }
#table_byr tr th:nth-child(3) { text-align: left; }

#table_byr tr td:nth-child(3n-2) { text-align: center; }
#table_byr tr td:nth-child(3n-1) { text-align: center; }
#table_byr tr td:nth-child(3n-0) { text-align: left; }

#table_byr tr { border-bottom: 1px dashed #c3c3c3; }
#table_byr tr th { font-family: "Microsoft YaHei", SimHei, Arial, sans-serif; font-size: 16px; padding: 3px; }
#table_byr tr td { padding: 3px; }

/* --------------------------------------------------------------- */

#table_tpls {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	table-layout: fixed;
	border-collapse: collapse;
}

#table_tpls tr th:nth-child(1) { text-align: center; width: 25%; }
#table_tpls tr th:nth-child(2) { text-align: center; }
#table_tpls tr td:nth-child(2n-1) { text-align: center; }
#table_tpls tr td:nth-child(2n-0) { text-align: left; }

#table_tpls tr { border-bottom: 1px dashed #c3c3c3; }
#table_tpls tr th { font-family: "Microsoft YaHei", SimHei, Arial, sans-serif; font-size: 16px; padding: 3px; }
#table_tpls tr td { padding: 3px; }

/* --------------------------------------------------------------- */

#table_musics {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	table-layout: fixed;
	border-collapse: collapse;
}

#table_musics tr th:nth-child(1) { text-align: center; width: 23.5%; }
#table_musics tr th:nth-child(2) { text-align: center; }
#table_musics tr td:nth-child(2n-1) { text-align: center; }
#table_musics tr td:nth-child(2n-0) { text-align: left; }

#table_musics tr { border-bottom: 1px dashed #c3c3c3; }
#table_musics tr th { font-family: "Microsoft YaHei", SimHei, Arial, sans-serif; font-size: 16px; padding: 3px; }
#table_musics tr td { padding: 3px; }



