.mainVisual {
  position: relative;
  height: 500px;
  margin: 0 auto;
  clear: both;
}
.mainVisual li {
  position: relative;
  height: 500px;
  text-align: center;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.mainVisual li img {
  width: 1280px;
  height: 500px;
  margin: 0 auto;
}
.mainVisual li .tag {
  position: absolute;
  left: 50%;
  top: 315px;
  z-index: 20;
  margin-left: -640px;
  font-size: 16px;
}
.mainVisual .prev {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  margin: -32px 0 0 -820px;
}
.mainVisual .next {
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 20;
  margin: -32px -820px 0 0;
}
.mainVisual .controls {
  position: relative;
  z-index: 20;
  margin-top: -50px;
  text-align: center;
}
.mainVisual .controls .page {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto";
  line-height: 14px;
}
.mainVisual .controls .pageTotal {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font-family: "Roboto";
  line-height: 14px;
}
.mainVisual .controls .progress {
  display: inline-block;
  width: 70px;
  height: 2px;
  margin: 0 6px;
  font-size: 0;
  line-height: 0;
  text-align: left;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.3);
}
.mainVisual .controls .progress span {
  display: block;
  width: 0;
  height: 2px;
  background: #000;
}
.mainVisual .controls .play {
  display: none;
  vertical-align: middle;
  line-height: 10px;
}
.mainVisual .controls .pause {
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
}

.main #container {
  padding-bottom: 0;
}
.main #container h2 {
  position: relative;
  padding-top: 100px;
  margin-bottom: 70px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
}
.main #container h2 span {
  position: relative;
  padding: 0 2px;
  font-size: 16px;
}
.main #container h2 span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  border-radius: 3px;
  background: rgba(17, 17, 17, 0.2);
}
.main #container h2 + .more {
  position: relative;
  height: 56px;
  margin-top: -56px;
  text-align: right;
  line-height: 16px;
}

.mainContent {
  width: 1280px;
  padding-bottom: 100px;
  margin: 0 auto;
  /*.banner {position:relative; width:630px; height:380px; padding-left:10px; margin:100px 0 60px;
  	.text {margin-top:20px; font-size:24px; line-height:32px;}
  	.go {position:absolute; left:10px; bottom:0; font-size:16px; font-weight:600;
  		&:after {content:""; display:inline-block; width:30px; height:11px; margin:-2px 0 0 18px; vertical-align:middle; background:url(/static/images/icon/ic_arrow9.png) no-repeat 0 0;}
  	}
  }*/
}
.mainContent .banner {
  position: relative;
  width: 630px;
  padding-left: 10px;
  margin: 100px 0 60px;
}
.mainContent .banner .text {
  margin-top: 20px;
  font-size: 24px;
  line-height: 32px;
}
.mainContent .banner .go {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.mainContent .banner .go:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 11px;
  margin: -2px 0 0 18px;
  vertical-align: middle;
  background: url(/static/images/icon/ic_arrow9.png) no-repeat 0 0;
}
.mainContent .banner2 {
  clear: both;
  width: 100%;
  height: 180px;
  padding: 44px 0 0 30px;
  margin: 0;
  background: url(/static/images/common/bann_main3.png) no-repeat 0 0;
}
.mainContent .banner2 .text {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 28px;
}
.mainContent .banner2 .go {
  position: static;
}
.mainContent .my_health_banner {
  clear: both;
  width: 100%;
  height: 180px;
  padding: 44px 0 0 30px;
  margin-top: 100px;
  background: url(/static/images/common/myhealth_banner_pc.png) no-repeat 0 0;
}
.mainContent .my_health_banner .text {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 28px;
}
.mainContent .my_health_banner .go {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.mainContent .my_health_banner .go:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 11px;
  margin: -2px 0 0 18px;
  vertical-align: middle;
  background: url(/static/images/icon/ic_arrow9.png) no-repeat 0 0;
}
.mainContent .recommendPdtArea .list {
  float: left;
  width: 305px;
}
.mainContent .recommendPdtArea .list li {
  display: table;
  width: 100%;
  height: 66px;
  position: relative;
}
.mainContent .recommendPdtArea .list li a {
  position: relative;
  display: table-cell;
  height: 66px;
  padding: 0 60px 0 48px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
}
.mainContent .recommendPdtArea .list li a .num {
  position: absolute;
  left: 20px;
  top: calc(50% - 8px);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.mainContent .recommendPdtArea .list li a .customListUnderline {
  display: inline-block;
  position: relative;
}
.mainContent .recommendPdtArea .list li.on a .customListUnderline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  border-radius: 3px;
  background: #e861c5;
  z-index: -1;
}
.mainContent .recommendPdtArea .list li + li {
  margin-top: 10px;
}
.mainContent .recommendPdtArea .recommendPdt {
  position: relative;
  float: right;
  width: 955px;
  padding: 0 103px;
}
.mainContent .recommendPdtArea .recommendPdt .slideCont {
  overflow: hidden;
}
.mainContent .recommendPdtArea .recommendPdt .slideCont .pdtList {
  padding: 0;
}
.mainContent .recommendPdtArea .recommendPdt .slideCont .pdtList li {
  position: relative;
  float: none;
  display: table;
  width: 100% !important;
  height: 370px;
  padding-left: 400px;
  margin: 0;
}
.mainContent .recommendPdtArea .recommendPdt .slideCont .pdtList li .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 370px;
  height: 370px;
}
.mainContent .recommendPdtArea .recommendPdt .slideCont .pdtList li .content {
  display: table-cell;
  width: 349px;
  vertical-align: middle;
}
.mainContent .recommendPdtArea .recommendPdt .slideCont .pdtList li .content .tit {
  max-height: 100%;
  font-size: 24px;
}
.mainContent .recommendPdtArea .recommendPdt .slideCont .pdtList li .content .srmy {
  max-height: 100%;
  font-size: 16px;
}
.mainContent .recommendPdtArea .recommendPdt .nav {
  position: absolute;
  left: initial;
  bottom: initial;
  right: 0;
  top: 0;
  z-index: 20;
  width: auto;
}
.mainContent .recommendPdtArea .recommendPdt .nav li {
  display: inline-block;
  opacity: 1;
  width: auto;
  height: auto;
  margin: 0 0 0 20px;
  color: #888;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto";
  background: none;
}
.mainContent .recommendPdtArea .recommendPdt .nav li.on {
  color: #111;
  text-decoration: underline;
}
.mainContent .recommendPdtArea .recommendPdt .prev {
  position: absolute;
  left: 38px;
  top: 50%;
  z-index: 20;
  margin-top: -20px;
}
.mainContent .recommendPdtArea .recommendPdt .next {
  position: absolute;
  right: 38px;
  top: 50%;
  z-index: 20;
  margin-top: -20px;
}
.mainContent .recommendPdtArea:after {
  content: "";
  display: block;
  clear: both;
}

.magazine {
  width: 1280px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.magazine .top {
  position: relative;
  height: 354px;
  padding: 0 30px 0 670px;
}
.magazine .top > .thumb {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 630px;
  height: 354px;
  border-radius: 10px;
}
.magazine .top > .thumb img {
  width: 100%;
}
.magazine .top > .thumb.movie a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.magazine .top > .thumb.movie a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  margin: -55px 0 0 -55px;
  background: url(/static/images/icon/ic_play2.png) no-repeat 0 0;
}
.magazine .top > .tit {
  margin: 20px 0 0;
  font-size: 28px;
}
.magazine .top > .subTit {
  margin-bottom: 20px;
  font-size: 16px;
  color: #888;
}
.magazine .top > .tag a {
  background: #fff;
}
.magazine .top > .tag a:hover {
  background: #ddd;
}
.magazine .top .relativePdt {
  position: absolute;
  left: 670px;
  right: 30px;
  bottom: 0;
}
.magazine .top .relativePdt > .list .pdt {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}
.magazine .top .relativePdt > .list .pdt .thumb {
  left: 20px;
  top: 20px;
}
.magazine .top .relativePdt > .list .pdt .content {
  padding-left: 102px;
}
.magazine .top .relativePdt .nav {
  positin: static;
  margin-top: 20px;
  text-align: center;
  line-height: 6px;
}
.magazine .top .relativePdt .nav li {
  width: 6px;
  height: 6px;
  line-height: 6px;
}
.magazine .top .relativePdt .nav li.on {
  opacity: 1;
}
.magazine .magazineList {
  margin-top: 40px;
}
.magazine .magazineList li {
  width: 305px;
  margin: 0;
  margin-top: 0 !important;
}
.magazine .magazineList li .thumb {
  height: 171px;
}
.magazine .magazineList li .tit {
  margin-top: 10px;
  font-size: 16px;
}
.magazine .magazineList li + li {
  margin-left: 20px;
}

.setArea {
  position: relative;
  overflow: hidden;
}
.setArea .list > li {
  position: relative;
  min-height: 550px;
  padding: 0 160px 0 670px;
}
.setArea .list > li > .thumb {
  position: absolute;
  left: 90px;
  top: 0;
  width: 460px;
  height: 401px;
}
.setArea .list > li > .thumb img {
  width: 100%;
  height: 100%;
}
.setArea .list > li .text {
  margin-top: -146px;
  font-size: 40px;
  line-height: 54px;
  font-weight: 300;
}
.setArea .list > li ul {
  position: absolute;
  left: 670px;
  top: 80px;
  padding-right: 50px;
}
.setArea .list > li ul .pdt {
  border-bottom: 1px solid #ddd;
  max-width: 550px;
}
.setArea .controls {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 20;
  width: 56px;
  height: 200px;
  margin-top: -100px;
}
.setArea .controls .page {
  margin: 20px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.monthly h2 {
  margin-bottom: 0;
}
.monthly h2:after {
  content: "";
  display: inline-block;
  width: 130px;
  height: 2px;
  margin: 0 0 20px 35px;
  line-height: 2px;
  vertical-align: bottom;
  background: #111;
}
.monthly .pdtList li {
  position: relative;
  width: 50%;
  height: auto;
  min-height: 265px;
  padding: 0 0 0 365px;
  margin: 0;
}
.monthly .pdtList li .thumb {
  position: absolute;
  left: 40px;
  top: -40px;
  overflow: visible;
  width: 305px;
  height: 305px;
  background: none;
}
.monthly .pdtList li .thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 305px;
  height: 305px;
  border-radius: 305px;
  background: #f5f5f5;
}
.monthly .pdtList li .tit {
  max-height: 81px;
  font-size: 24px;
}
.monthly .pdtList li .srmy {
  font-size: 16px;
}

.best {
  width: 1280px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.best .bestReviewArea {
  position: relative;
  padding: 0;
}
.best .bestReviewArea .bestReview {
  margin: 0;
  background: none;
}
.best .bestReviewArea .bestReview li {
  margin: 0;
  background: #fff;
}
.best .bestReviewArea .prev {
  position: absolute;
  left: -180px;
  top: 50%;
  margin-top: -22px;
}
.best .bestReviewArea .next {
  position: absolute;
  right: -180px;
  top: 50%;
  margin-top: -22px;
}
.best .bestReviewArea .nav {
  position: absolute;
  left: initial;
  bottom: initial;
  right: 100px;
  top: 0;
  z-index: 20;
  width: auto;
  margin-top: -59px;
}
.best .bestReviewArea .nav li {
  display: inline-block;
  opacity: 1;
  width: auto;
  height: auto;
  margin: 0 0 0 20px;
  color: #888;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  font-family: "Roboto";
  background: none;
}
.best .bestReviewArea .nav li.on {
  color: #111;
  text-decoration: underline;
}

.noticeArea {
  height: 60px;
  border-top: 1px solid #ddd;
}
.noticeArea .wrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.noticeArea .wrap h2 {
  float: left;
  padding: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 59px;
}
.noticeArea .wrap h2 span {
  position: relative;
}
.noticeArea .wrap h2 span:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0;
  z-index: -1;
  height: 10px;
  border-radius: 3px;
  background: #ddd;
}
.noticeArea .wrap .list {
  float: left;
  width: 900px;
  height: 59px;
}
.noticeArea .wrap .list li {
  height: 59px;
  font-size: 16px;
  line-height: 59px;
}
.noticeArea .wrap .list li .date {
  margin-left: 30px;
  color: #888;
}
.noticeArea .wrap .more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.noticeArea .wrap .more a {
  color: #888;
  line-height: 1em;
}
.noticeArea .wrap .more a:before, .noticeArea .wrap .more a:after {
  width: 7px;
  margin-top: 0;
  background: #888;
}
.noticeArea .wrap:after {
  content: "";
  display: block;
  clear: both;
}

/*# sourceMappingURL=main.css.map */
