@font-face {
  font-family: 'Myriad-Pro-Light';
  src: url('../../../source/fonts/myriad-pro-light.eot');
  src: local('☺'), url('../../../source/fonts/myriad-pro-light.woff') format('woff'), url('../../../source/fonts/myriad-pro-light.ttf') format('truetype'), url('../fonts/myriad-pro-light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad-Pro-Regular';
  src: url('../../../source/fonts/myriad-pro-regular.eot');
  src: local('☺'), url('../../../source/fonts/myriad-pro-regular.woff') format('woff'), url('../../../source/fonts/myriad-pro-regular.ttf') format('truetype'), url('../fonts/myriad-pro-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 980px;
  font-size: 14px;
  line-height: 1.4;
  color: #393939;
  font-family: 'Myriad-Pro-Regular', Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ul li {
  list-style-type: none;
}
img {
  border: none;
}
.hidden {
  display: none;
}
.clear {
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.wrapper {
  position: relative;
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  zoom: 1;
}
.button {
  display: inline-block;
  margin-right: 16px;
  border-radius: 20px;
}
.button span {
  border-radius: 25px;
}
.button.bluebtn span {
  padding: 15px 35px;
  font-size: 20px;
  color: #fff;
  background-color: #1067b8;
  background-image: -moz-linear-gradient(90deg, #1067b8 0, #33b0ff 100%);
  background-image: -webkit-linear-gradient(90deg, #1067b8 0, #33b0ff 100%);
  background-image: -ms-linear-gradient(90deg, #1067b8 0, #33b0ff 100%);
  box-shadow: 0 8px 20px 0 #3a3d46;
}
.button.bluebtn span i {
  display: inline-block;
  width: 22px;
  height: 17px;
  margin-right: 10px;
  background: url('../images/icons.png') no-repeat;
  background-position: -3px -40px;
}
.button.bluebtn span:hover {
  background-color: #33b0ff;
  background-image: -moz-linear-gradient(90deg, #33b0ff 0, #1067b8 100%);
  background-image: -webkit-linear-gradient(90deg, #33b0ff 0, #1067b8 100%);
  background-image: -ms-linear-gradient(90deg, #33b0ff 0, #1067b8 100%);
}
/**header**/
.header {
  height: 55px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 55;
  border-bottom: solid #50525c 1px;
}
.header .logo {
  margin-top: 20px;
  line-height: 34px;
  float: left;
  height: 32px;
  text-indent: 40px;
  font-family: 'Myriad-Pro-Regular';
  font-weight: normal;
  background: url('../images/icons.png') no-repeat;
  color: #fff;
  font-size: 18px;
}
/* banner */
.banner {
  width: 100%;
  padding-top: 71px;
}
.banner.homebanner {
  height: 828px;
  color: #fff;
  background: url('../images/banner.jpg') no-repeat center;
}
.banner.homebanner .imgarea {
  float: right;
  width: 467px;
  margin-top: 35px;
}
.banner.homebanner .intro {
  float: left;
  width: 533px;
  margin-top: 60px;
  font-weight: 400;
}
.banner.homebanner .intro h2 {
  line-height: 39px;
  padding-top: 19px;
  font-size: 60px;
  font-weight: normal;
  font-family: 'Myriad-Pro-Regular';
}
.banner.homebanner .intro h2 sup {
  display: inline-block;
  width: 48px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  text-align: center;
  vertical-align: top;
  background-color: #dd0038;
  font-size: 14px;
}
.banner.homebanner .intro h2 + h3 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: normal;
}
.banner.homebanner .intro h2 + h3 + p {
  font-size: 16px;
  color: #c6cfdb;
  line-height: 28px;
}
.banner.homebanner .intro .btnarea {
  margin-top: 50px;
}
.banner.homebanner .intro .btnarea p {
  padding-top: 20px;
  font-size: 14px;
  text-indent: 20px;
}
.banner.homebanner .message {
  width: 100%;
  margin-top: 13px;
}
.banner.homebanner .message dl {
  float: left;
  width: 230px;
  height: 245px;
  margin-right: 26px;
  text-align: center;
  color: #c6cfdb;
}
.banner.homebanner .message dl.last {
  margin-right: 0px;
}
.banner.homebanner .message dl dt {
  margin-top: 25px;
  margin-bottom: 20px;
}
.banner.homebanner .message dl dd {
  padding: 0px 15px;
  font-size: 14px;
  line-height: 22px;
}
.banner.homebanner .message dl dd strong {
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 16px;
}
/* content */
.content {
  position: relative;
}
.content .subnav {
  position: absolute;
  width: 100%;
}
.content .subnav .wrapper {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 300;
  color: #c6cfdb;
  border-bottom: 1px #2b3446 solid;
}
.content .subnav .wrapper h2 {
  float: left;
  width: 20%;
  font-family: 'Myriad-Pro-Regular';
  font-size: 18px;
}
.content .subnav .wrapper ul {
  float: right;
  width: 80%;
}
.content .subnav .wrapper ul li {
  float: right;
  margin-left: 40px;
}
.content .subnav .wrapper ul li.current {
  border-bottom: 2px #ffffff solid;
}
.content .subnav .wrapper ul li a {
  color: #c6cfdb;
  font-family: 'Myriad-Pro-Regular';
  font-weight: 300;
  height: 34px;
}
.content .subnav .wrapper ul li a:hover {
  padding-bottom: 7px;
  text-decoration: none;
  color: #ffffff;
}
.content section {
  height: 600px;
  font-family: 'Myriad-Pro-Light';
  font-weight: 300;
  color: #fff;
}
.content section h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  padding-bottom: 30px;
}
.content section dd,
.content section p {
  font-size: 18px;
  line-height: 30px;
  color: #c6cfdb;
}
.content section a {
  color: #9abbff;
  text-decoration: underline;
}
.content section > .wrapper {
  position: relative;
  height: 600px;
}
.content section.sect-01 {
  padding-top: 52px;
  background: #202736 url('../images/light-spot01.png') center 30px no-repeat;
}
.content section.sect-01 .wrapper {
  background: url('../images/overview-01.png') center 60px no-repeat;
}
.content section.sect-01 .wrapper h3 {
  padding-top: 440px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: normal;
}
.content section.sect-02 {
  background: #202736 url('../images/light-spot02.png') center top no-repeat;
}
.content section.sect-02 .wrapper {
  background: url('../images/overview-02.png') left 125px no-repeat;
}
.content section.sect-02 .wrapper dl {
  float: right;
  width: 365px;
  margin-top: 145px;
}
.content section.sect-03 {
  background: #202736 url('../images/light-spot03.png') 128px bottom no-repeat;
}
.content section.sect-03 .wrapper {
  background: url('../images/overview-03.png') center bottom no-repeat;
}
.content section.sect-03 .wrapper h3 {
  padding-top: 45px;
  padding-bottom: 25px;
}
.content section.sect-04 {
  background: #2b2c30 url('../images/light-spot04.png') right bottom no-repeat;
}
.content section.sect-04 .wrapper:after {
  position: absolute;
  content: "";
  width: 741px;
  height: 460px;
  top: 77px;
  right: -78px;
  background: url('../images/overview-04.png');
}
.content section.sect-04 .wrapper dl {
  float: left;
  margin-top: 160px;
  width: 450px;
}
.content section.sect-05 {
  background: #2b2c30 url('../images/light-spot05.png') center bottom no-repeat;
}
.content section.sect-05 .wrapper {
  background: url('../images/overview-05.png') center bottom no-repeat;
}
.content section.sect-05 .wrapper h3 {
  padding-top: 45px;
}
.content section.sect-06 {
  background: #2b2c30;
  height: 599px;
}
.content section.sect-06 .wrapper:after {
  position: absolute;
  content: "";
  width: 789px;
  height: 583px;
  top: 17px;
  left: -78px;
  background: url('../images/overview-06.png');
}
.content section.sect-06 .wrapper dl {
  float: right;
  margin-top: 180px;
  margin-right: 30px;
  width: 400px;
}
.content section.sect-06 .wrapper dl a {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.content .mid-btnarea {
  height: 160px;
  text-align: center;
  background-color: #2b2c30;
  font-family: 'Myriad-Pro-Regular';
  color: #fff;
}
.content .mid-btnarea .button {
  margin-top: 35px;
  margin-bottom: 20px;
}
.content .mid-btnarea .button span {
  box-shadow: none;
}
.content .reiview {
  height: 520px;
}
.content .license,
.content .contact,
.content .eula {
  padding: 30px 0;
  color: #fff;
  background-color: #202736;
}
.content .license h3,
.content .contact h3,
.content .eula h3 {
  font-size: 32px;
  font-weight: normal;
  line-height: 36px;
  margin: 15px 0;
}
.content .license p,
.content .contact p,
.content .eula p {
  font-size: 16px;
  line-height: 24px;
  color: #c6cfdb;
}
.content .license p a,
.content .contact p a,
.content .eula p a {
  color: #0c87e4;
  text-decoration: underline;
}
/* user review */
.reiview {
  position: relative;
  background-color: #2b2c30;
  color: #fff;
}
.reiview h2 {
  padding: 18px 0;
  text-align: center;
}
.reiview .usreview {
  position: relative;
}
.reiview .usreview a {
  position: absolute;
  top: 155px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #53555d;
}
.reiview .usreview a span {
  width: 13px;
  height: 18px;
  display: block;
  margin: 0 auto;
  margin-top: 11px;
  background: url('../images/icons.png') no-repeat;
}
.reiview .usreview a.dg-prev span {
  background-position: -32px -81px;
}
.reiview .usreview a.dg-next {
  right: 0;
}
.reiview .usreview a.dg-next span {
  background-position: -46px -81px;
}
.reiview .continer {
  width: 680px;
  height: 380px;
  margin: 0 auto;
  overflow: hidden;
}
.reiview .continer .roll {
  height: inherit;
}
.reiview .continer section {
  float: left;
  height: inherit;
}
.reiview .continer section dl {
  float: left;
  width: 280px;
}
.reiview .continer section dl:first-child {
  margin-right: 120px;
}
.reiview .continer section dl dt {
  text-align: center;
}
.reiview .continer section dl dt span {
  width: 128px;
  height: 128px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px #53555d solid;
}
.reiview .continer section dl dt span img {
  display: block;
  width: inherit;
  border-radius: 50%;
}
.reiview .continer section dl dt p {
  padding: 10px 0;
}
.reiview .continer section dl dd {
  position: relative;
  margin-top: 10px;
  width: 278px;
  height: 166px;
  display: block;
  border-radius: 10px;
  background: #222327;
}
.reiview .continer section dl dd p {
  padding: 20px 12px;
  font-size: 14px;
  line-height: 24px;
}
.reiview .continer section dl dd:before {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px #222327 solid;
}
.reiview.gray-bg .continer section dl dd {
  color: #707070;
  background: #ffffff;
}
.reiview.gray-bg .continer section dl dd:before {
  border-bottom: 12px #ffffff solid;
}
/*footer*/
.footer {
  position: relative;
  height: 320px;
  background: #1b1b1b;
}
.footer h4 {
  font-size: 16px;
  font-weight: 400;
}
.footer .wrapper {
  height: 320px;
}
.footer .footer-nav {
  float: left;
  width: 600px;
}
.footer .footer-nav dl {
  float: left;
  margin-top: 35px;
  margin-left: 35px;
  width: 220px;
  color: #ffffff;
}
.footer .footer-nav dl dt {
  margin-bottom: 10px;
}
.footer .footer-nav dl dd {
  line-height: 20px;
}
.footer .footer-nav dl dd a {
  font-size: 14px;
  font-family: 'Myriad-Pro-Light';
  color: #b3b3b3;
}
.footer .subscrib {
  float: right;
  width: 340px;
  margin-top: 35px;
  color: #ffffff;
}
.footer .subscrib h4 {
  display: inline-block;
  margin-bottom: 20px;
}
.footer .subscrib input {
  float: left;
  border-radius: 3px;
  margin-bottom: 10px;
}
.footer .subscrib input.text-input {
  outline-style: none;
  padding: 2px 4px;
  margin-right: 12px;
  width: 190px;
  height: 24px;
  line-height: 28px;
  border: 0 none;
}
.footer .subscrib input.submit {
  width: 86px;
  height: 29px;
  line-height: 28px;
  border: 0;
  background: #626262;
}
.footer .subscrib input.submit:hover {
  background: #5c5c5c;
}
.footer .subscrib p {
  margin-top: 40px;
  font-size: 12px;
  font-family: 'Myriad-Pro-Light';
  line-height: 14px;
}
.footer .subscrib p.tips {
  margin: 0;
  color: #ff6600;
}
.footer .morlink {
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px #313131 solid;
  color: #7d7d7d;
  font-size: 13px;
}
.footer .morlink a {
  float: left;
  margin: 4px 0;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px #313131 solid;
  color: #7d7d7d;
  line-height: 14px;
}
.footer .footer-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 1px #313131 solid;
  color: #7d7d7d;
}
.footer .footer-info p {
  float: left;
  display: inline-block;
  margin-top: 22px;
  font-size: 12px;
}
.footer .footer-info p a {
  color: #7d7d7d;
}
.footer .footer-info .content-link {
  float: right;
  display: inline-block;
  margin-top: 22px;
}
.footer .footer-info .content-link h4 {
  float: left;
  font-size: 12px;
  margin-top: 4px;
  margin-right: 10px;
  font-weight: 400;
}
.footer .footer-info .content-link a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -999999px;
  background: url('../images/icons.png') no-repeat;
}
.footer .footer-info .content-link a.icon-fb {
  background-position: 0 -100px;
}
.footer .footer-info .content-link a.icon-tw {
  background-position: -25px -100px;
}
.footer .footer-info .content-link a.icon-gp {
  background-position: -50px -100px;
}
.footer .footer-info .content-link a.icon-em {
  background-position: -75px -100px;
}
/*diagnosis_call*/
#diagnosis_call {
  width: 94px;
  height: 94px;
  display: block;
  position: fixed;
  top: 80px;
  right: 20px;
  margin-right: 0;
  z-index: 998;
}
#diagnosis_call .call_content {
  position: relative;
}
#diagnosis_call .call_content .active_icon {
  width: 94px;
  height: 94px;
  display: block;
  background: url(../images/scrollup_telsupport.png) center center no-repeat;
  cursor: pointer;
}
#diagnosis_call .call_content .call_bubble {
  width: 396px;
  border: 3px #0393de solid;
  border-radius: 10px;
  position: absolute;
  z-index: 4000;
  background: #ffffff url(../images/scrollup_telsupport_bg.jpg) right bottom no-repeat;
  right: 0px;
  padding: 0 0 20px;
  top: 110px;
}
#diagnosis_call .call_content .call_bubble:before {
  content: "";
  position: absolute;
  top: -16px;
  right: 30px;
  width: 0;
  height: 0;
  border-bottom: 14px #0393de solid;
  border-left: 14px rgba(255, 255, 255, 0) solid;
  border-right: 14px rgba(255, 255, 255, 0) solid;
  z-index: 4001;
}
#diagnosis_call .call_content .call_bubble p {
  width: 290px;
  margin-top: 18px;
  margin-left: 18px;
  padding-bottom: 15px;
  font-family: 'Myriad-Pro-Light';
}
#diagnosis_call .call_content .call_bubble h2 {
  color: #ff6600;
  font-size: 22px;
  margin-left: 18px;
  font-weight: 600;
}
#diagnosis_call .call_content .call_bubble h2 span {
  font-size: 14px;
}
#diagnosis_call .call_content .diagnosis_call_close {
  width: 14px;
  height: 15px;
  display: block;
  background: url(../images/scrollup_telsupport_close.png) center center no-repeat;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
