@charset "UTF-8";

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}

.wrapper {
  zoom: 1;
}
.wrapper:before {
  content: "";
  display: table;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.one-column, .two-column, .three-column, .four-column {
  width: 100%;
  margin: 0% 0% 0px 0%;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.one-column ul li:last-child, .two-column ul li:last-child, .three-column ul li:last-child, .four-column ul li:last-child {
  margin-right: 0 !important;
}

html, body, h1, h2, p, ol, ul {
  font-family: "微軟正黑體","Open Sans", "Segoe UI",  "MS UI Gothic","MS PGothic", Arial, Helvetica, sans-serif;
}

.two-column ul li, .three-column, .four-column ul li {
  display: block;
  float: left;
}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 1;
  text-align: center;
}

body {
  background: #dbdbdb;
}

html, body {
  font-family: "微軟正黑體", "Open Sans", "Segoe UI", "MS UI Gothic", "MS PGothic", Arial, Helvetica, sans-serif;
}
html *, html *:before, html *:after, body *, body *:before, body *:after {
  box-sizing: border-box;
}

* {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

div {
  display: block;
}

a {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: orange;
}

.wrapper {
  background: #fff;
  padding-left: 0 !important;
  overflow: inherit !important;
  overflow: hidden;
  *zoom: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 893px;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  margin: 10px auto;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  padding: 30px 0;
  color: #000000;
  text-align: center;
}

p, ol, ul {
  font-size: 15px;
  line-height: 23px;
}

html, body {
  height: 100%;
}

.pdr_content .column-block{
  width: 100%;
  margin-bottom: 30px;
  float: left;
}

.one-column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
}

.two-column ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
}

.three-column ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
}

.four-column ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 1.04167%;
  padding-right: 1.04167%;
}

.last-li {
  margin-right: 0px !important;
}

.header-line {
  width: 100%;
  background: #000;
  height: auto;
  padding: 15px;
}
.header-line .cl-logo {
  width: 120px;
  float: left;
}
.header-line .logo_group {
  float: right;
}
.header-line .btn_logo {
	display: inline-block;
  margin: 0 10px;
}
.header-line .btn_logo.logo_01 {
  width: 77px;
  height: 26px;
}
.header-line .btn_logo.logo_02 {
  width: 166px;
  height: 26px
}
.header-line .btn_logo img {
  width: 100%;
  height: auto;
  display: block;
}

#top_banner {
  height: 293px;
  width: 100%;
  position: relative;
  background-image: url(../images/top_banner_ds365.jpg);
}

.top-info:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.top-info .inner {
  width: 54%;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-right: 30px;
  text-align: left;
  vertical-align: middle;
  text-shadow: 0px 0px 5px #000, 0px 0px 10px #000;
}
.pname-seed {
  font-size: 21px;
  line-height: 34px;
  float: left;
  margin-top: 10px;
}

.pname {
  font-size: 34px;
  line-height: 54px;
  position: relative;
  width: auto;
  float: left;
  display: block;
}

.ver {
  color: #b9227f;
  font-size: 30px;
  position: absolute;
  top: -5px;
  right: -38px;
}

.pname-price {
  display: block;
  float: left;
  margin-top: 10px;
  width: 100%;
}

.pname-dl {
  font-size: 17px;
  line-height: 32px;
  float: left;
  width: 100%;
  margin-top: 2px;
}

.dl-space {
  margin-top: 10px;
}

.apply_btn {
  background: #FF5722;
  font-size: 24px;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  float: left;
  margin-top: 18px;
  width: 60%;
  text-align: center;
}
.apply_btn .dlicon {
  width: 24px;
  margin-right: 10px;
  vertical-align: top;
}
.apply_btn:hover {
  color: #fff !important;
  background: #de4314;
}

.pdr_content {
  padding: 20px 40px;
  /* padding-bottom: 40px; */
  width: 100%;
}

.pdr-form {
  margin: 0 5%;
  height: auto;
  background-color: #eaeaea;
  padding: 30px;
  color: #000000;
  border: 8px solid #901e7c;
}

.btn-style {
    background: #fe5623;
    font-size: 14px;
    color: #fff;
    padding: 4px 30px;
    height: auto;
    outline: none;
    border: none;
    margin-left: 20px;
    float: right;
    display: block;
    margin-right: 160px;
    }
.app-icon {
  width: 40px;
  height: inherit;
  float: left;
}

.app-name {
  float: left;
  font-size: 18px;
  line-height: 44px;
  padding-left: 5px;
  font-weight: 700;
}

.app-des {
  font-size: 10px;
}

.app-dl {
  width: 100%;
  padding: 10px 0px;
}

.app-r {
  width: 48%;
  float: left;
  margin-left: 4%;
}

.qrimg {
  width: 35%;
  float: left;
}

.buy_link2 {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 16px;
  background-color: #e9e9ea;
  border-radius: 0px;
  margin-top: 0px;
  color: #1a5590;
  float: left;
  text-align: center;
  width: 100%;
  padding: 5px;
  border-radius: 100px;
  border: 1px solid rgba(26, 85, 144, 0.43);
}
.buy_link2:hover {
  border: 1px solid #f34336;
  color: #f34336;
}

#pdr_footer {
  background: #93989c;
  padding: 20px;
  width: 100%;
}
#pdr_footer p {
  color: #fff !important;
  font-size: 12px !important;
  text-align: center;
  margin: 0;
}
#pdr_footer p a {
  color: #fff !important;
}

.stepblock {
  width: 86%;
  float: none;
  margin: 0 7%;
  margin-bottom: 30px;
}
.stepblock h1 {
  font-size: 16px;
  text-align: center;
  font-weight: 800;
}

.step {
  background: #0686c3;
  padding: 15px 15px 15px 25px;
  height: 100px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.step:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 50px 0 50px 15px;
  border-color: transparent transparent transparent #ffffff;
}
.step:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  border-style: solid;
  border-width: 50px 0 50px 15px;
  border-color: transparent transparent transparent #c42c5e;
  z-index: 999;
}

.three-column.stepblock
li:nth-child(2) .step {
  background: #901e7c;
}

.three-column.stepblock
li:nth-child(2) .step:after {
  border-color: transparent transparent transparent #901e7c;
}

.three-column.stepblock
li:nth-child(3) .step {
  background: #7f219f;
}

.three-column.stepblock
li:nth-child(3) .step:after {
  border-color: transparent transparent transparent #7f219f;
}

/*PHD8*/

.phd-form .inner {
  margin: 0 5%;
  margin-bottom: 20px;
  height: auto;
  background-color: #eaeaea;
  padding: 30px;
  color: #000000;
  border: 8px solid #0078b0;
}


.phd {
  background: #0078b0;
}

.phd:after {
  border-color: transparent transparent transparent #0078b0;
}

.three-column.stepblock
li:nth-child(2) .phd {
  background: #2f44a6;
}

.three-column.stepblock
li:nth-child(2) .phd:after {
  border-color: transparent transparent transparent #2f44a6;
}

.three-column.stepblock
li:nth-child(3) .phd {
  background: #533283;
}

.three-column.stepblock
li:nth-child(3) .phd:after {
  border-color: transparent transparent transparent #533283;
}

.no {
  width: 20%;
  font-size: 45px;
  float: left;
  line-height: 48px;
  text-align: right;
}

.step-w {
  width: 80%;
  float: left;
  padding-left: 10px;
}

.form_title {
  font-size: 26px;
  line-height: normal;
  margin-bottom: 12px;
  text-align: center;
}

.formtable td:nth-child(2) {
  text-align: left;
  padding-left: 10px;
}

.download_area {
  margin: 4% 12%;
  height: auto;
  background-color: #eaeaea;
  padding: 20px;
  color: #000;
  border: 8px solid #c6c8ca;
  overflow: hidden;
}
.download_area h1 {
  font-size: 24px;
  line-height: normal;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.download_area p {
  display: block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.download_btn {
  float: none;
  display: block;
  margin: 10px auto;
}

.code {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 0 10px;
  padding-bottom: 30px;
}

.app-block {
  display: block;
  padding: 40px;
  padding-top: 0;
  background: #ebebeb;
}

table.formtable {
  margin: 0 auto;
  margin-top: 20px;
  color: #000;
}

.toptxt {
  width: 88%;
  margin: 0 6% 30px 6%;
}

.app-r img {
  width: 100%;
}

.d12block {
  width: 46%;
  float: left;
  margin: 0 2%;
  font-size: 20px;
}
.d12block img {
  width: 18px;
}

.sale-block {
  display: block;
  padding: 60px 40px 20px 40px;
  float: left;
  background: #ebebeb;
  position: relative;
}
.sale-block h2 {
  display: block;
  background: #c50603;
  position: absolute;
  z-index: 1;
  margin: 0;
  top: 0;
  left: 218px;
  color: #fff;
  font-size: 22px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
.sale-block h2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 0 0;
  border-color: #c40804 transparent transparent transparent;
  right: -20px;
}
.sale-block h2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 20px;
  border-color: transparent transparent #c40804 transparent;
  left: -20px;
}

.boximg {
  width: 20%;
  float: left;
  position: relative;
  margin-top: 27px;
}
.boximg img {
  width: 100%;
  margin-left: 30%;
}

.sale-info {
  width: 80%;
  float: left;
  padding-left: 66px;
}

.sale-pname {
  font-size: 34px;
  margin-bottom: 10px;
}

.sale-prine {
  float: left;
  font-size: 20px;
  line-height: 40px;
  width: 100%;
  font-weight: 900;
  color: #c40804;
}

.sale-link {
  float: left;
}

.buy_link3 {
  background: #FF9800;
  font-size: 14px;
  color: #fff;
  padding: 5px 15px;
  float: left;
  text-align: center;
  line-height: normal;
  margin-left: 10px;
  margin-top: 4px;
  border: 1px solid #FF9800;
}
.buy_link3:hover {
  background: #fe5623;
  border: 1px solid #fe5623;
  color: #fff;
}

.btn-w {
  background: rgba(255, 152, 0, 0);
  border: 1px solid #FF9800;
  color: #fe970e;
}

.sale-offer {
  width: 80px;
  height: 80px;
  position: absolute;
  background: #c40804;
  border-radius: 100px;
  top: -19px;
  left: 24px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding-left: 13px;
  padding-top: 10px;
}

.offerblock {
  font-size: 14px;
  font-weight: 800;
  margin-top: -4px;
}

.priceblock {
  float: left;
}

.pricex {
  font-size: 14px;
  text-decoration: line-through;
  color: #000;
}


.offer-pblock {


  display: block;
  float: left;
  font-size: 17px;
}

.sale-des {
  font-size: 20px;
  margin-bottom: 10px;
}

.fontred {
  color: #c50603;
  font-weight: bold;
}
span.txt {
    font-size: 12px;
    line-height: 15px;
}
.top_icon {
    position: absolute;
    bottom: 28px;
    right: 115px;
    width:  100px;
}

.top_icon img {
   margin-right: 15px;
   float: right;
}
img.macicon {
    display:none;
}
img.winicon {
    display:  block;
}
img.logo_partner {
    width: 90%;
    display:  none;
}
/*--------------------------*/
.input_s {
    display:  block;
    width: 40%;
    float:  left;
}

.btn-style {
    margin-right:  0px;
    float:  left;
    width:  40%;
    text-align: center;
    padding: 4px 10px;
}

.step-w {
    font-size: 13px;
    line-height: 16px;
}

.apply_btn {
    font-size: 22px;
    width: 250px;
    text-shadow:  none;
}
.top-info {
  height: 100%;
  text-align: right;
}
.step_group {
  text-align: left;
  margin-bottom: 30px;
}
.step_group p {
  width: 100%;
  display: table;
  text-align: left;
}
.step_group p > span {
  display: table-cell;
  vertical-align: top;
}
.step_group p > span:first-child {
  width: 60px;
  font-weight: 600;
}
