@charset "UTF-8";
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font: inherit;
	margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
body * {
  box-sizing: border-box;
}
body {
	font-family: "Segoe UI","Open Sans",Meiryo,"微軟正黑體","MS UI Gothic","MS PGothic",Arial,Helvetica,sans-serif!important;
	color: #292929;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-y: scroll;
}
ol, ul {
  list-style: none;
}
em {
  font-style: italic;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
.blog a {
  color: inherit;
  outline: none;
  text-decoration: none;
}
.blog h1 {
  font-size: 52px;
  line-height: 62px;
}
.blog h3 {
  font-size: 28px;
  line-height: 36px;
}
.blog h4 {
  font-size: 24px;
  line-height: 32px;
}
.blog strong {
  font-weight: bold;
}
.blog img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:992px) {
  .blog h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .blog h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .blog h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width:768px) {
  .blog h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .blog h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .blog h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.flex_block {
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}
.container {
  max-width: 1200px;
	margin: 0 auto;
  padding: 0 15px;
}
.sep_line {
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.sep_line.gap30 {
  margin: 30px 0;
}
.btn {
  border-width: 1px;
  border-style: solid;
  border-color: #07f;
  background: transparent;
  border-radius: 100px;
  color: #07f;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 30px;
  text-align: center;
  transition: background-color ease .2s, color ease .2s;
}
.btn:hover {
  border-color: #07f;
  background-color: #07f;
  color: #fff;
}
.btn.solid_orange {
  background-color: #ff8400;
  border-color: transparent;
  color: #fff;
}
.btn.solid_orange:hover {
  background-color: #ff9b4b;
}
.btn.solid_blue {
  background-color: #0af;
  border-color: transparent;
  color: #fff;
}
.btn.solid_blue:hover {
  background-color: #08f;
}
.btn.solid_grey {
  background-color: #aaa;
  border-color: transparent;
  color: #fff;
}
.btn.solid_grey:hover {
  background-color: #999;
}
.btn_app_store {
  width: 110px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}
.btn_google_play {
  width: 122px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.btn_area.center {
  text-align: center;
}
.btn_area.right {
  text-align: right;
}
.icon {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
}
.icon_by_pic, .icon_by_list {
  cursor: pointer;
  margin: 3px;
}
.icon_by_pic {
  background-image: url(../img/icon_by_pic_grey.svg);
}
.icon_by_pic:hover {
  background-image: url(../img/icon_by_pic_blue.svg);
}
.icon_by_pic.active {
  background-image: url(../img/icon_by_pic_blue.svg);
}
.icon_by_list {
  background-image: url(../img/icon_by_list_grey.svg);
}
.icon_by_list:hover {
  background-image: url(../img/icon_by_list_blue.svg);
}
.icon_by_list.active {
  background-image: url(../img/icon_by_list_blue.svg);
}
.icon_view {
  background-image: url(../img/icon_view.svg);
}
.icon_fav {
  background-image: url(../img/icon_fav.svg);
  position: relative;
  z-index: 2;
}
.icon_fav:hover:not(.nav), .fav_area a:hover .icon_fav {
  background-image: url(../img/icon_fav2.svg);
}
.icon_fav.active:not(.nav), .fav_area a.active .icon_fav {
  background-image: url(../img/icon_fav2.svg);
}
.icon_fav_nav {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url(../img/icon_fav2.svg);
  margin-bottom: 2px;
  margin-right: 3px;
  vertical-align: middle;
}
.icon_win {
  background-image: url(../img/icon_win.svg);
  position: relative;
  z-index: 2;
}
.icon_mac {
  background-image: url(../img/icon_mac.svg);
  position: relative;
  z-index: 2;
}
.video-container, .responsive_video {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.responsive_video {
  margin-top: 30px;
  margin-bottom: 30px;
}
.video-container iframe, .responsive_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* banner_top */
.banner_top {
  height: 220px;
  background-color: #000;
  color: #fff;
  position: relative;
}
.banner_top .bg_pc {
  max-width: 2048px;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.banner_top .container {
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  z-index: 2;
}
.banner_top h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
}
.banner_top h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 5px 0;
}
.banner_top .content ul li {
  display: block;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 85%);
}
.banner_top .content ul li::before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.banner_top > .pc .bg_mobile {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (max-width:1300px) {
.banner_top .bg_pc {
    background-position: 85% center;
  }
}
@media screen and (max-width:992px) {
  .banner_top .bg_pc {
    background-position: 80% center;
  }
}
@media screen and (max-width:768px) {
	.banner_top {
		height: 180px;
	}
  .banner_top h3 {
    display: none;
  }
  .banner_top .container {
    padding: 15px;
    text-align: center;
  }
  .banner_top .content {
    width: 100%;
  }
  .banner_top .content ul li {
    display: inline-block;
    margin: 3px;
  }
  .banner_top .bg_mobile {
		background-color: #181818;
    background-size: cover;
    background-position: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media screen and (max-width:600px) {
  .banner_top .subtitle {
    display: none;
  }
}

.main_content h1.title2 {
  color: #333;
  display: table;
}
.main_content h2::before, .main_content h1.title2::before {
  content: "";
  height: 100%;
  border-left: 4px solid #328fff;
  display: table-cell;
  line-height: 1em;
  padding-right: 15px;
  vertical-align: middle;
}
.main_content h1.title2 > span {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width:992px) {
  .main_content .main_section .pic {
    max-width: none;
  }
  .main_content .main_section .detail {
    width: 60%;
    max-width: none;
    padding: 0;
    padding-left: 15px;
  }
  .main_content .main_section .detail > p {
    font-size: 15px;
  }
}
@media screen and (max-width:768px) {
  .main_content .main_section .pic {
    width: 100%;
    max-width: 360px;
  }
  .main_content .main_section .detail {
    width: 100%;
    padding: 10px 0;
  }
}

.tag_title {
  padding: 0 1.1%;
	text-align: left;
}
.tag_classify {
  padding: 15px 0.6%;
	text-align: left;
}
.tag_classify li {
  display: none;
  padding: 6px 0.5%;
}
.tag_classify li:nth-child(1) {
	display: inline-block;
}
.tag_classify li:nth-child(2) {
	display: inline-block;
}
.tag_classify li:nth-child(3) {
	display: inline-block;
}
.tag_classify li.plus {
	display: inline-block;
}
.tag_classify a {
  display: block;
  font-size: 14px;
}
.tag_classify a.btn {
  border-color: #333;
  color: #333;
  padding: 5px 15px;
}
.tag_classify a.btn:hover {
  border-color: #555;
  color: #fff;
  background-color: #555;
}
.tag_classify a.btn_all {
  color: #06c;
  transition: opacity ease .2s;
}
.tag_classify a.btn_all:hover {
  opacity: .85;
}
.tag_classify a.btn_all img {
  width: 14px;
  height: 14px;
  display: inline-block;
}
.tag_classify a:first-child {
  margin-left: 0;
}
@media screen and (min-width:601px) {
  .tag_title, .tag_classify {
    text-align: left;
  }
}
@media screen and (max-width:600px) {
  .tag_title {
    padding: 0;
  }
  .tag_classify {
    margin: 0 -0.8%;
    padding: 15px 0;
  }
  .tag_classify li {
  	display: none;
    padding: 6px 0.7%;
  }
  .tag_classify a.btn {
    font-size: 12px;
    padding: 5px 8px;
  }
  .tag_classify li:nth-child(1) {
	display: inline-block;
  }
  .tag_classify li:nth-child(2) {
	display: inline-block;
  }
  .tag_classify li:nth-child(3) {
	display: inline-block;
  }
  .tag_classify li.plus {
	display: inline-block;
  }
}

/* navbar */
.navbar {
  height: 60px;
  background-color: #f3f4f5;
  border-top: 1px solid #d6d6d6;
  position: relative;
  transition: box-shadow ease .4s;
	z-index: 99;
}
.navbar.sticky {
  width: 100%;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 50%);
  position: fixed;
  left: 0;
  top: 0;
}
.navbar > .container, .navbar .navbar_nav {
  height: 100%;
}
.navbar > .container {
	padding: 0 40px;
	position: relative;
}
.navbar .navbar_nav.flex_block {
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.navbar .navbar_nav a {
  font-weight: 600;
}
.navbar .navbar_nav > li {
  padding: 0 5px;
}
.navbar .navbar_nav > li.dropdown {
	position: relative;
}
.navbar .navbar_nav > li > a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 19px 15px;
  transition: color ease .2s;
}
.navbar .navbar_nav > li:not(.btn_search) .dropdown_content {
  width: 260px;
  background-color: #f3f4f5;
  border: 1px solid #ddd;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 40%);
  visibility: hidden;
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
}
.navbar .navbar_nav .dropdown_content > ul {
  padding: 5px 0;
  text-align: center;
}
.navbar .navbar_nav .dropdown_content > ul > li > a {
  color: #555;
  display: block;
  padding: 10px 15px;
  transition: background-color ease .2s, color ease .2s;
}
.navbar .navbar_nav .dropdown_content .btn_area {
  border-top: 1px solid #ccc;
  padding: 5px 0;
}
.navbar .navbar_nav .dropdown_content .btn_area > a {
  color: #07f;
  display: block;
  padding: 10px 15px;
  text-align: center;
}
.navbar .navbar_nav .dropdown_content .btn_area > a:hover {
  color: #09f;
}
.navbar .navbar_nav > li.active > a {
  color: #07f;
}
@media (pointer: fine) and (hover: hover) {
  .navbar .navbar_nav > li:hover > a {
    color: #07f;
  }
  .navbar .navbar_nav > li.dropdown:hover .dropdown_content {
    visibility: visible;
  }
  .navbar .navbar_nav > li.dropdown:hover .dropdown_content li > a:hover {
    background-color: #07f;
    color: #fff;
  }
}
@media screen and (max-width:992px) {
  .navbar .navbar_nav > li > a {
    font-size: 15px;
    padding: 0 6px;
  }
  .navbar .navbar_nav .dropdown_content {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .navbar {
    height: auto;
    background-color: #eaeaea;
    padding: 3px 0;
  }
  .navbar > .container {
    margin: 0;
		padding: 0 15px;
  }
  .navbar .navbar_nav li {
    width: 50%;
    padding: 1.1%;
  }
  .navbar .navbar_nav li:nth-child(even) {
    padding-right: 0;
  }
  .navbar .navbar_nav li:nth-child(odd) {
    padding-left: 0;
  }
  .navbar .navbar_nav > li > a {
    width: 100%;
    background-color: #fff;
    border: 1px solid #bbb;
    font-size: 15px;
    padding: 6px;
    text-align: center;
  }
  .navbar .navbar_nav > li.active > a {
    background-color: #07f;
    border: 1px solid #07f;
    color: #fff;
  }
}

/* breadcrumb */
nav.breadcrumb_wraper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px 0 15px;
}
nav.breadcrumb_wraper.page_detail {
  margin: 10px 0;
  padding: 0;
}
ol.breadcrumb_list li {
  display: block;
  float: left;
  font-size: 14px;
	line-height: 16px;
  margin-right: 5px;
}
ol.breadcrumb_list li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}
ol.breadcrumb_list li a {
  text-decoration: underline;
}
ol.breadcrumb_list li a:hover {
  color: #07f;
}
@media screen and (max-width:992px) {
  nav.breadcrumb_wraper {
    padding-top: 12px;
  }
	.page_listing  nav.breadcrumb_wraper {
		background-color: #f6f6fb;
	}
}
@media screen and (max-width:480px) {
  ol.breadcrumb_list li {
    font-size: 12px;
  }
}


/* detail page */
.page_detail h1.title2 {
  font-size: 32px;
	font-weight: bold;
  line-height: 40px;
  margin: 20px 0;
}
@media screen and (max-width:1160px) {
  .page_detail h1.title2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width:992px) {
  .page_detail h1.title2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width:768px) {
  .page_detail h1.title2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width:480px) {
  .page_detail h1.title2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.page_detail .main_content {
  position: relative;
}
.page_detail .main_content .container > .inner {
  max-width: 992px;
  min-height: 640px;
	margin: 0 auto;
}
.page_detail .description {
  margin-bottom: 30px;
}
.page_detail .author_update {
  font-size: 14px;
  margin-bottom: 30px;
}
.page_detail .author_update div:first-child {
  float: left;
}
.page_detail .author_update a.author_link {
  color: #0af;
  font-weight: bold;
  text-decoration: underline;
}
.page_detail .author_update a.author_link:hover {
  color: #09f;
}
.page_detail .author_update .group_fav {
  float: right;
}
.page_detail .author_update .add_fav {
  cursor: pointer;
}
.page_detail .author_update .add_fav:hover {
  color: #666;
}
.page_detail .author_update .add_fav:hover .icon_fav {
  background-image: url(../img/icon_fav2.svg);
}
.page_detail .author_update .add_fav .icon {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  margin-bottom: -2px;
}
.page_detail .sticky_share {
  display: none;
  position: fixed;
  bottom: 0;
	right: 0;
  z-index: 9999;
	transition: background-color ease .4s;
}
.page_detail .sticky_share.active {
	background-color: rgba(0,0,0,.75);
	left: 0;
	top: 0;
}
.page_detail .sticky_share .cancel_area {
	display: none;
	position: absolute;
  bottom: 0;
  left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}
.page_detail .sticky_share.active .cancel_area {
	display: block;
}
.page_detail .sticky_share .btn_share {
	width: 44px;
	height: 44px;
	background-color: #2fc4c8;
  border-radius: 44px;
	box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 50%);
	cursor: pointer;
	display: block;
	/* padding: 10px 12px 0px 10px; */
	overflow: hidden;
	outline: none;
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 3;
	transition: background-color ease .2s;
}
.page_detail .sticky_share.active .btn_share {
	background-color: #009faf;
}
.page_detail .sticky_share .btn_share .inner {
	transition: transform ease-out .2s;
}
.page_detail .sticky_share.active .btn_share .inner {
	transform: translateY(-44px);
}
.page_detail .sticky_share .social_area {
	position: absolute;
	bottom: 27px;
	right: 17px;
	z-index: 2;
}
.page_detail .sticky_share .social_area a {
  width: 30px;
	height: 30px;
	border-radius: 30px;
  position: absolute;
	bottom: 0;
	right: 0;
	transition-property: bottom;
	transition-timing-function: ease-out;
	transition-duration: .2s;
}
.page_detail .sticky_share.active .social_area a {
	animation-name: tada;
	animation-timing-function: ease-out;
	animation-duration: .6s;
}
.page_detail .sticky_share.active .social_area a:nth-child(1) {
	bottom: 40px;
	transition-delay: .4s;
	animation-delay: .4s;
}
.page_detail .sticky_share.active .social_area a:nth-child(2) {
	bottom: 85px;
	animation-name: tada2;
	transition-delay: .3s;
	animation-delay: .3s;
}
.page_detail .sticky_share.active .social_area a:nth-child(3) {
	bottom: 130px;
	transition-delay: .2s;
	animation-delay: .2s;
}
.page_detail .sticky_share.active .social_area a:nth-child(4) {
	bottom: 176px;
	animation-name: tada2;
	transition-delay: .1s;
	animation-delay: .1s;
}
.page_detail .sticky_share.active .social_area a:nth-child(5) {
	bottom: 220px;
}
.page_detail .sticky_share .social_area img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes tada {
  0% {
		-webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
	40% {
		-webkit-transform: scale(1.2) rotate(20deg);
		transform: scale(1.2) rotate(20deg);
	}
	70% {
		-webkit-transform: scale(1) rotate(-6deg);
		transform: scale(1) rotate(-6deg);
	}
  100% {
		-webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}
@keyframes tada2 {
  0% {
		-webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
	40% {
		-webkit-transform: scale(1.2) rotate(-20deg);
		transform: scale(1.2) rotate(-20deg);
	}
	70% {
		-webkit-transform: scale(1) rotate(6deg);
		transform: scale(1) rotate(6deg);
	}
  100% {
		-webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}
.page_detail .recommend_articles {
  margin-top: 60px;
}
.page_detail .recommend_articles span {
  display: inline-block;
  padding-right: 10px;
}
.page_detail .recommend_articles h3 a {
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 5px;
  padding: 0 10px;
  vertical-align: middle;
}
.page_detail .recommend_articles .card_list {
  max-width: 820px;
}
.page_detail .recommend_articles .card_list li {
  width: 33.33%;
}
.page_detail .recommend_articles .card_list .card_body h5 {
  font-weight: 600;
}
.page_detail .recommend_articles .card_list .detail {
  text-align: right;
}
.page_detail ul.product_sale_list {
  justify-content: center;
}
.page_detail ul.product_sale_list li {
  width: 50%;
  padding: 15px;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.page_detail ul.product_sale_list .pic {
  width: 35%;
}
.page_detail ul.product_sale_list .detail {
  width: 65%;
  padding: 6px 15px;
  text-align: left;
}
.page_detail ul.product_sale_list .detail p {
  font-size: 15px;
  margin: 10px 0;
}
.page_detail ul.product_sale_list .btn_area .btn {
  min-width: 180px;
  margin: 5px;
}
.page_detail .sidebar_slider .title {
  border-bottom: 2px solid #83c4ff;
  margin-top: 20px;
  padding: 0 10px;
  padding-bottom: 5px;
}
.page_detail .sidebar_slider {
  overflow: hidden;
}
.page_detail .sidebar_slider .go_back {
  cursor: pointer;
  display: inline-block;
}
.page_detail .sidebar_slider .go_back img {
  width: 14px;
  height: 14px;
  display: block;
}
.page_detail .sidebar_slider .go_back:hover img {
  animation-name: arrow_move;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
@keyframes arrow_move {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  41% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.page_detail .sidebar_slider .go_back .anime_cover {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-bottom: 3px;
  overflow: hidden;
  vertical-align: middle;
}
.page_detail .sidebar_slider .inner {
  width: 200%;
  transition: transform ease .4s;
}
.page_detail .sidebar_slider .main, .page_detail .sidebar_slider .content {
  width: 50%;
  float: left;
}
.page_detail .sidebar_slider ul li {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 15px;
  padding: 10px 25px;
  padding-right: 35px;
  position: relative;
  transition: background-color ease .2s;
}
.page_detail .sidebar_slider ul li::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_arrow_r.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  display: block;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.page_detail .sidebar_slider ul.disc_style li {
  padding-left: 30px;
  padding-right: 20px;
  cursor: default;
}
.page_detail .sidebar_slider ul.disc_style li::after {
  content: "•";
  width: auto;
  height: auto;
  background-image: none;
  position: absolute;
  left: 17px;
  right: auto;
  top: 9px;
}
.page_detail .sidebar_slider ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: default;
}
.page_detail .sidebar_slider .content {
/*   opacity: 0; */
  transition: opacity ease .3s;
}
.page_detail .sidebar_slider .content .title {
  margin-top: 0;
  padding-left: 0;
  padding-right: 10px;
}
.page_detail .sidebar_slider.mobile {
  display: none;
  margin: 0 -15px;
}
.page_detail .sidebar_slider.mobile .inner {
  padding: 15px 0;
  padding-top: 20px;
}
.page_detail .sidebar_slider.mobile .title {
  padding: 0 15px;
  padding-bottom: 5px;
}
.page_detail .download.trial {
  background-color: #e1f5ff;
  padding: 15px;
  margin: 40px 0;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.page_detail .download.trial .info {
  width: calc(100% - 200px);
}
.page_detail .download.trial .btn_area {
  margin: 0;
}
.page_detail .download.trial .btn_area a.btn {
  background-color: #fa9600;
  border: none;
  color: #fff;
}
.page_detail .download.trial .btn_area a.btn:hover {
  background-color: #ffa722;
  color: #fff;
}
.page_detail .download.mobile {
  display: none;
}
@media screen and (max-width:1300px) {
  .page_detail ul.product_sale_list .pic, .page_detail ul.product_sale_list .detail {
    width: 100%;
    text-align: center;
  }
  .page_detail ul.product_sale_list .pic {
    max-width: 160px;
    margin: 0 auto;
  }
}
@media screen and (max-width:992px) {
	.page_detail .sticky_share {
		display: block;
	}
}
@media screen and (max-width:768px) {
  .page_detail .author_update div:first-child, .page_detail .author_update .group_fav {
    float: none;
  }
  .page_detail .author_update .group_fav {
    margin-top: 10px;
  }
  .page_detail .author_update .group_fav .add_fav {
    float: left;
  }
  .page_detail ul.product_sale_list li {
    width: 100%;
  }
  .page_detail ul.product_sale_list .pic, .page_detail ul.product_sale_list .detail {
    width: auto;
    text-align: left;
  }
  .page_detail ul.product_sale_list .pic {
    max-width: 120px;
    margin: auto;
  }
  .page_detail ul.product_sale_list .detail {
    width: calc(100% - 120px);
  }
  .page_detail .recommend_articles .card_list li {
    width: 50%;
  }
  .page_detail .recommend_articles .card_list li:nth-child(3) {
    display: none;
  }
  .page_detail .sidebar_slider.mobile {
    height: auto;
    display: block;
    transition: height ease .4s;
  }
  .page_detail .recommend_articles.also_like {
    display: none;
  }
	.page_detail .download.trial {
    display: block;
    text-align: center;
  }
  .page_detail .download.trial .info {
    width: 100%;
  }
	.page_detail .download.mobile {
    display: none;
  }
}
@media screen and (max-width:600px) {
  .page_detail .recommend_articles .card_list li {
    width: 100%;
  }
  .page_detail .recommend_articles .card_list .detail {
    text-align: left;
  }
  .page_detail .recommend_articles .card_list li:nth-child(3) {
    display: list-item;
  }
	.page_detail .download.pc {
    display: none;
  }
  .page_detail .download.mobile {
    display: block;
  }
}
@media screen and (max-width:550px) {
  .page_detail .btn_area .btn {
    font-size: 14px;
    padding: 4px 8px;
  }
}
@media screen and (max-width:480px) {
  .page_detail ul.product_sale_list .detail h3 {
    font-size: 18px;
  }
  .page_detail ul.product_sale_list .detail p {
    font-size: 14px;
  }
	.page_detail .main_content .container > .inner {
		padding-top: 20px;
	}
}
@media screen and (max-width:360px) {
  .page_detail ul.product_sale_list .pic, .page_detail ul.product_sale_list .detail {
    width: 100%;
    text-align: center;
  }
  .page_detail ul.product_sale_list .pic {
    margin: 0 auto;
  }
}

.blog .collapse_title {
  background-color: #e8eaec;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  padding: 10px 25px;
  position: relative;
  transition: background-color ease .2s;
}
.blog .collapse_title:hover {
  background-color: rgba(232, 234, 236, .5);
}
.blog .sidebar .collapse_title .icon_topic {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-image: url(../img/icon_topic.svg);
  margin-bottom: -2px;
}
.blog .sidebar .collapse_title.active .icon_topic {
  background-image: url(../img/icon_topic_w.svg);
}
.blog .collapse_title.active {
  background-color: #22a9ff;
  color: #fff;
}
.blog .collapse_title::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 45%;
  transform-origin: center;
  transform: rotateZ(0);
}
.blog .collapse_title.active::after {
  transform: rotateZ(180deg);
  border-color: #fff transparent transparent transparent;
}
.blog .collapse_content {
  display: none;
  border-bottom: 1px solid #ccc;
}

/* Hide scrollbar for Chrome, Safari and Opera */
aside::-webkit-scrollbar, .sidebar.pc .inner::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
aside, .sidebar.pc .inner {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* sidebar index */
.blog .sidebar {
  width: 300px;
  max-height: 90vh;
  background-color: #f3f4f5;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  /* overflow-y: scroll; */
  position: absolute;
  left: -320px;
  top: 40px;
  z-index: 99;
}
.blog .sidebar.mobile {
  display: none;
}
.blog .sidebar.pc {
	max-height: calc(100vh - 100px); /* 100px is height of navbar and space */
}
.blog .sidebar.pc .inner {
	max-height: calc(100vh - 154px); /* 54px is title's height */
	overflow-y: scroll;
}
.blog .sidebar.sticky {
  position: fixed;
  left: 0;
  top: 80px;
}
.blog .with_sidebar.container {
  position: relative;
}
.blog .container > .inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
.blog .with_sidebar.container > .inner {
  min-height: 600px;
}
.blog .sidebar h4 {
  font-weight: 600;
  padding: 15px 10px 5px 10px;
}
.blog .sidebar .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}
.blog .sidebar .item a {
  background-color: transparent;
  border-bottom: 1px solid #dcdcdc;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 25px;
  transition: background-color ease .2s, color ease .2s;
}
.blog .sidebar .item.active a {
	color: #07f;
	font-weight: 600;
}
.blog .sidebar .item a:hover, .blog .sidebar .item.active a:hover {
  background-color: #07f;
  color: #fff;
}
.blog .sidebar .collapse_content .item:last-child a {
  border-bottom: none;
}
.blog .sidebar .btn_show {
  color: #07f;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  transition: color ease .2s;
}
.blog .sidebar .btn_show:hover {
  color: #09f;
}
.blog .sidebar .author {
  background-color: #f3f4f5;
  padding: 20px 10px;
  text-align: center;
}
.blog .sidebar .author > div {
  width: 100%;
}
.blog .sidebar .author .job {
  margin-bottom: 5px;
}
.blog .sidebar .author .pic {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 0 auto;
}
.blog .sidebar .author .name {
  font-size: 17px;
  font-weight: bold;
  margin-top: 5px;
}
.blog .sidebar .author .job {
  color: #777;
  font-weight: 600;
}
.blog .sidebar .author .description {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width:1810px) {
  .blog .with_sidebar.container {
    margin-left: 320px;
  }
  .blog .with_sidebar.container > .inner {
    width: 100%;
    float: left;
  }
}
@media screen and (max-width:992px) {
  .blog .with_sidebar.container {
    margin-left: 0;
    padding: 0;
  }
  .blog .with_sidebar.container > .inner {
    max-width: none;
    width: 100%;
    padding: 0 15px;
  }
  .blog .sidebar {
    box-shadow: none;
  }
  .blog .sidebar h4 {
    background-color: #eaeaea;
    padding: 7px 10px;
  }
  .blog .sidebar.mobile {
    display: block;
  }
  .blog .sidebar.pc {
    display: none;
  }
  .blog .sidebar {
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #bbb;
    border-bottom: 1px solid #bbb;
    position: relative;
    left: auto;
    top: auto;
  }
  .blog .sidebar .author {
    padding: 15px;
  }
  .blog .sidebar .author.flex_block {
    align-items: center;
    -webkit-align-items: center;
  }
  .blog .sidebar .author > div:first-child {
    width: 30%;
  }
  .blog .sidebar .author > div:last-child {
    width: 70%;
  }
  .blog .sidebar .author .pic {
    width: 100px;
    height: 100px;
  }
  .blog .sidebar .author .description {
    padding: 0;
    padding-left: 15px;
  }
  .blog .sidebar .btn_show {
    padding: 7px 10px;
  }
}
@media screen and (max-width:600px) {
  .blog .sidebar .author > div {
    width: 100% !important;
  }
  .blog .sidebar .author .pic {
    width: 80px;
    height: 80px;
  }
  .blog .sidebar .author .description {
    font-size: 14px;
    line-height: 19px;
    padding: 0;
  }
}

/* page detail aside */
.page_detail aside {
  width: 300px;
  height: 100vh;
  background-color: #f3f4f5;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
  overflow-y: scroll;
  padding: 40px 0;
  position: absolute;
  right: 0;
}
.page_detail aside .sidebar_slider .go_back .anime_cover {
  width: 24px;
  padding-left: 10px;
}
.page_detail aside .sidebar_slider .title {
  font-size: 18px;
  font-weight: 600;
}
.page_detail aside .sidebar_slider ul li {
  padding: 10px 20px;
  padding-right: 30px;
}
.page_detail aside .sidebar_slider ul li::after {
  right: 10px;
}
.page_detail aside .social_area {
  margin: 0 5px;
}
.page_detail aside .social_area a {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
.page_detail aside .social_area img {
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (max-width:992px) {
  .page_detail aside {
    display: none;
  }
}

/* table list */
.table_list li {
  font-size: 16px;
  line-height: 22px;
}
.table_list li.table_header {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-bottom: 15px;
}
.table_list li.table_header, .table_list li a {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.table_list li a {
  transition: background-color ease .2s;
  position: relative;
}
.table_list li a:hover {
  background-color: rgb(230 230 232);
}
.table_list li:not(.table_header) {
  background-color: #f3f4f5;
}
.table_list li:nth-child(even) {
  background-color: #fefefe;
}
.table_list li.table_header > div, .table_list li a > div, .table_list li h5 {
  padding: 10px 5px;
}
/* .table_list li ~ li {
  border-bottom: 1px solid #ccc;
} */
.table_list li.table_header > h5, .table_list li a > h5 {
  width: 65%;
  padding-left: 15px;
}
.table_list li.table_header .date, .table_list li a .date {
  width: 15%;
}
.table_list li.table_header .read_time, .table_list li a .read_time {
  width: 15%;
}
.table_list li.table_header .icon_area, .table_list li a .icon_area {
  width: 5%;
}
@media screen and (max-width:1180px) {
  .table_list li.table_header > h5, .table_list li a > h5 {
    width: 60%;
  }
  .table_list li.table_header .date, .table_list li a .date {
    width: 18%;
  }
  .table_list li.table_header .read_time, .table_list li a .read_time {
    width: 17%;
  }
  .table_list li.table_header .icon_area, .table_list li a .icon_area {
    width: 5%;
  }
}
@media screen and (max-width:600px) {
  .table_list li {
    border-bottom: 1px solid #999;
  }
  .table_list li:nth-child(even), .table_list li:not(.table_header) {
    background-color: transparent;
  }
  .table_list li.table_header > h5 {
    display: none;
  }
  .table_list li a > h5 {
    width: 100%;
    background-color: rgba(0,0,0,.06);
    color: #333;
    font-weight: bold;
    padding: 10px 5px;
    padding-right: 30px;
  }
  .table_list li.table_header .date, .table_list li.table_header .read_time {
    color: #666;
    font-weight: 600;
  }
  .table_list li.table_header .date, .table_list li a .date, .table_list li.table_header .read_time, .table_list li a .read_time {
    width: 50%;
  }
  .table_list li a .date, .table_list li a .read_time {
    font-size: 14px;
  }
  .table_list li.table_header .icon_area, .table_list li a .icon_area {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 0;
  }
}

/* card list */
h3.card_list_title {
  font-weight: 600;
  margin: 0 1%;
}
.card_list {
}
.card_list li {
	width: 25%;
  padding: 1.4%;
}
.card_list li > a {
  height: 100%;
  background-color: #f1f2f3;
  color: #292929;
  display: block;
  overflow: hidden;
  position: relative;
  transition: background-color ease .2s, box-shadow ease .2s;
}
.card_list li > a:hover {
  background-color: #f3f4f5;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
}
.card_list li .pic {
  width: auto;
  overflow: hidden;
  position: relative;
  background-image: url(../img/icon_unknown_pic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  border: 1px solid #ccc;
}
.card_list li a:hover .pic::after {
  opacity: 1;
}
.card_list li a.icon_play .pic::after {
  background-image: url(../img/icon_play.svg);
  background-size: 60px 60px;
}
.card_list li a.icon_play:hover .pic::after {
  opacity: 1;
}
.card_list li .card_body {
  padding: 10px;
}
.card_list li h5.title {
  height: 64px;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  transition: color ease .25s;
}
.card_list li > a:hover .title {
  color: #07f;
  text-decoration: underline;
}
.card_list li .date {
  color: #666;
  font-size: 14px;
}
.card_list li .detail {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 10px;
	font-size: 14px;
}
.card_list li .detail .info > div {
  font-size: 13px;
	font-weight: 700;
}
.card_list li .detail .info > div:first-child {
  color: #666;
	font-weight: 400;
}

/* card_list big banner */
.card_list li.big_banner {
  width: 100%;
  padding: 2% 1.2%;
}
.card_list li.big_banner:first-child {
  padding-top: 1.2%;
}
.card_list li.big_banner a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.card_list li.big_banner .pic {
  max-width: 440px;
}
.card_list li.big_banner .card_body {
  width: calc(100% - 440px);
  padding: 15px;
  position: relative;
}
.card_list li.big_banner .detail {
  width: 100%;
  padding: 0 15px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card_list li.big_banner .detail .info > div {
  font-size: 14px;
}
.card_list li.big_banner h5 {
  font-size: 26px;
  line-height: 32px;
}
.card_list li.big_banner p {
  height: 68px;
  font-size: 15px;
  line-height: 21px;
  margin-top: 10px;
}
@media screen and (max-width:1300px) {
  .card_list li.big_banner .pic {
    max-width: 300px;
  }
  .card_list li.big_banner .card_body {
    width: calc(100% - 300px);
    padding: 10px;
  }
  .card_list li.big_banner .detail {
    padding: 0 10px 10px;
  }
  .card_list li.big_banner h5 {
    height: 55px;
    font-size: 22px;
    line-height: 28px;
  }
  .card_list li.big_banner p {
    height: 46px;
    margin-top: 5px;
  }
}
@media screen and (max-width:1160px) {
  .card_list li {
    width: 33.33%;
  }
}
@media screen and (max-width:992px) {
  .card_list li.big_banner p {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .card_list li.big_banner h5 {
    height: 64px;
    font-size: 20px;
    line-height: 28px;
  }
  .card_list li a::before {
    content: none;
  }
  .card_list li {
    width: 50%;
  }
}
@media screen and (max-width:600px) {
  .card_list li, .card_list li.big_banner {
    width: 100%;
    padding: 6px 0;
  }
  .card_list li:last-child {
    border-bottom: none;
  }
  .card_list li > a, .card_list li.big_banner > a {
    width: 100%;
    padding: 1.3%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .card_list li .pic, .card_list li.big_banner .pic {
    width: 195px;
    height: auto;
    min-height: 60px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
  }
  .card_list li a.icon_play .pic::after, .card_list li.big_banner a.icon_play .pic::after {
    background-color: transparent;
    background-image: url(../img/icon_play.svg);
    background-position: right bottom;
    background-size: 30px 30px;
    margin-right: 3px;
    margin-bottom: 3px;
    opacity: 1;
  }
  .card_list li .card_body, .card_list li.big_banner .card_body {
    width: calc(100% - 195px);
    background-color: transparent;
    padding: 0;
    padding-left: 10px;
  }
  .card_list li a:hover .card_body, .card_list li.big_banner a:hover .card_body {
    background-color: transparent;
  }
  .card_list li .pic img, .card_list li.big_banner .pic img {
    width: 100%;
    height: auto;
    left: auto;
    transform: none;
  }
  .card_list li.big_banner h5.title {
    height: 63px;
    font-size: 15px;
    line-height: 21px;
  }
  .card_list li.big_banner .pic {
    max-width: none;
  }
  .card_list li.big_banner .detail {
    padding: 0;
    padding-top: 10px;
    position: relative;
    bottom: auto;
    left: auto;
  }
	.card_list li.big_banner.special > a {
		background-color: #e4ebff;
	}
	.card_list li.big_banner.special > a:before {
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 20px 20px 0;
		border-color: transparent #0077ff transparent transparent;
		position: absolute;
		top: 0;
		right: 0;
	}
	.card_list li.big_banner.special h5.title {
		padding-right: 20px;
	}
}
@media screen and (max-width:480px) {
  .card_list li .pic, .card_list li.big_banner .pic {
    width: 158px;
  }
  .card_list li .card_body, .card_list li.big_banner .card_body {
    width: calc(100% - 158px);
  }
  .card_list li h5.title, .card_list li.big_banner h5.title {
    height: 49px;
    font-size: 14px;
    line-height: 18px;
  }
  .card_list li .detail {
    padding-top: 4px;
  }
  .card_list li .detail .info > div:first-child, .card_list li.big_banner .detail .info > div:first-child {
    font-size: 13px;
  }
  .card_list li .detail .info > div:last-child, .card_list li.big_banner .detail .info > div:last-child {
    font-size: 12px;
  }
  .card_list li.big_banner .detail {
    padding: 0;
    padding-top: 4px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width:360px) {
  .card_list li .pic, .card_list li.big_banner .pic {
    width: 136px;
  }
  .card_list li .card_body, .card_list li.big_banner .card_body {
    width: calc(100% - 136px);
  }
  .card_list li h5.title, .card_list li.big_banner h5.title {
    height: 36px;
  }
}

/* page detail blog */
.page_detail.blog .tag_classify {
  padding: 0;
  margin-left: 0px;
}
.page_detail.blog .tag_classify li {
  padding: 0;
}
.page_detail.blog .sticky_promo {
  height: 60px;
  background-color: #f3f4f5;
  border-top: 1px solid #d6d6d6;
  position: relative;
}
.page_detail.blog .sticky_promo.on_sticky {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .55);
  position: fixed;
  top: 0;
  z-index: 99;
}
/* .page_detail.blog .sticky_promo .product {
  width: calc(100% - 350px);
} */
.page_detail.blog .sticky_promo .btn_area {
  margin: 0;
  text-align: right;
}
.page_detail.blog .sticky_promo .btn_area .btn {
  font-size: 15px;
  margin: 0 5px;
  padding: 4px 15px;
}
.page_detail.blog .sticky_promo > .flex_block {
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
	justify-content: space-between;
  -webkit-justify-content: space-between;
}
.page_detail.blog .sticky_promo .product .icon, .page_detail.blog .sticky_promo .product .txt {
  display: inline-block;
  vertical-align: middle;
}
.page_detail.blog .sticky_promo .product .icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.page_detail.blog .sticky_promo .product .txt {
  width: calc(100% - 50px);
  line-height: 20px;
  padding-left: 0.8%;
}
.page_detail.blog .sticky_promo .product .name {
  font-size: 17px;
  font-weight: 600;
}
.page_detail.blog .sticky_promo .product .name + div {
	font-size: 15px;
	line-height: 15px;
	margin-top: 3px;
}
.page_detail.blog .sticky_promo .product .name span {
	display: inline-block;
	vertical-align: middle;
}
.page_detail.blog .sticky_promo .product .icon_stars {
	width: 70px;
	margin-left: 2px;
}
.page_detail.blog .sticky_promo.mobile .product {
	width: calc(100% - 130px);
}
.page_detail.blog .banner_top {
  height: 400px;
}
.page_detail.blog .banner_top {
	background-color: #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page_detail.blog .banner_top > .container {
  align-items: center;
  -webkit-align-items: center;
  padding: 15px;
}
.page_detail.blog .banner_top .content {
	width: 60%;
	padding-right: 15px;
}
.page_detail.blog .banner_top .video_area {
  width: 40%;
}
.page_detail.blog .banner_top .video_area {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,.5);
  position: relative;
  transition: color ease .2s, text-shadow ease .2s;
	align-items: center;
	-webkit-align-items: center;
}
.page_detail.blog .banner_top .video_area .video_play_txt {
	width: 100%;
	line-height: 20px;
	margin-top: 5px;
	text-align: center;
}

.page_detail.blog .banner_top .video_area .video_play_txt img, .page_detail.blog .banner_top .video_area .video_play_txt span {
	display: inline-block;
	vertical-align: middle;
}
.page_detail.blog .banner_top .video_area .video_play_txt img {
	width: 15px;
}
.page_detail.blog .banner_top .video_area .video_play_txt span {
	font-size: 14px;
	margin-left: 5px;
	text-decoration: underline;
}
.page_detail.blog .banner_top .content h2 {
  margin: 10px 0;
}
.page_detail.blog .banner_top .btn_area {
  margin: 10px 0 0 0;
}
.page_detail.blog .banner_top .btn_area .btn {
  margin: 5px;
}
.page_detail.blog .banner_top .content .btn_group {
  display: inline-block;
  vertical-align: top;
}
.page_detail.blog .banner_top .content .btn_group .icon_area {
  text-align: center;
}
.page_detail.blog .banner_top .content .btn_group .icon {
  width: 17px;
  height: auto;
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .page_detail.blog .sticky_promo > .container, .page_detail.blog .banner_top > .container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width:992px) {
  .page_detail.blog .sticky_promo > .container {
    margin: 0;
  }
	.page_detail.blog .banner_top {
	  height: auto;
	}
}
@media screen and (max-width:768px) {
  .page_detail.blog .banner_top h2 {
    font-size: 26px;
    line-height: 34px;
  }
	.page_detail.blog .banner_top .content, .page_detail.blog .banner_top .video_area {
		width: 100%;
	}
	.page_detail.blog .banner_top {
		background-image: none;
	}
  .page_detail.blog .banner_top .content {
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .page_detail.blog .banner_top .video_area {
    margin-top: 10px;
    text-align: center;
    position: relative;
    z-index: 3;
  }
	.page_detail.blog .banner_top .video_area video {
		display: none;
	}
	.page_detail.blog .banner_top .content {
		padding-right: 0;
	}
}
@media screen and (max-width:600px) {
  .page_detail.blog .sticky_promo .btn_area .btn {
    font-size: 12px;
    margin: 0;
    padding: 4px;
  }
	.page_detail.blog .banner_top {
		display: none;
	}
}
@media screen and (max-width:480px) {
  .page_detail.blog .sticky_promo {
    height: 50px;
  }
	.page_detail.blog .sticky_promo > .container {
	  padding: 5px;
	}
	/* .page_detail.blog .sticky_promo .product {
	  width: calc(100% - 95px);
	} */
  .page_detail.blog .sticky_promo .product .icon {
    width: 30px;
    height: 30px;
  }
  .page_detail.blog .sticky_promo .product .name {
    font-size: 15px;
  }
	.page_detail.blog .sticky_promo .product .icon_stars {
		width: 60px;
	}
	.page_detail.blog .sticky_promo .btn_google_play {
    width: 90px;
    height: 27px;
  }
  .page_detail.blog .sticky_promo .btn_app_store {
    width: 80px;
    height: 27px;
  }
	.page_detail.blog .sticky_promo.mobile .product {
		width: calc(100% - 82px);
	}
	.page_detail.blog .banner_top .btn_area .btn {
    font-size: 14px;
    margin: 2px;
    padding: 4px 10px;
  }
	.page_detail.blog .sticky_promo .product .name + div {
		font-size: 14px;
		line-height: 14px;
	}
}
@media screen and (max-width:360px) {
	.page_detail.blog .sticky_promo .product .name + div {
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
	}
	.page_detail.blog .sticky_promo .product .icon_stars {
		width: 45px;
	}
	.page_detail.blog .sticky_promo:not(.mobile) .product {
		max-width: 160px;
	}
	.page_detail.blog .sticky_promo .btn_google_play {
    width: 80px;
    height: 24px;
  }
  .page_detail.blog .sticky_promo .btn_app_store {
    width: 80px;
    height: 24px;
  }
	.page_detail.blog .sticky_promo .product .txt {
		display: none;
	}
}

.blog-feedback {
	text-align: center;
  color: #ffffff;
  background-color: #666;
  padding: 10px 0;
  font-size: 16px;
}
.blog-feedback-checkbox {
	padding: 5px 0;
}
.blog-feedback .btn_area {
	margin: 15px 0;
}

/*check box*/
/* Customize the label (the container) */
.checkbox-container {
  /*display: block;*/
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 4px;
  height: 16px;
  width: 16px;
	border:  2px solid;
  background-color: #ffffff;
	border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #b7dfff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 3px;
  top: 0px;
  width: 4px;
  height: 7px;
  border: solid #555;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-control{
	display: block;
    width: 95%;
	margin: 0 auto;
    /* height: 30px; */
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    vertical-align: middle;
    color: #0f0f0f;
}

/*comment cubmit button*/
.btn_area a.btn-comment {
  background-color: #e6e6e6;
  border: none;
  color: #666666;
	border-radius: 8px;
}
.btn_area a.btn-comment:hover {
  background-color: #ffffff;
  color: #666666;
}
.btn_area a.btn-submmit {
  background-color: #fa9600;
  border: none;
  color: #fff;
	border-radius: 8px;
	margin-left: 10px;
}
.btn_area a.btn-submmit:hover {
  background-color: #ffa722;
  color: #fff;
}

/*overwrite included jsp css*/
.headerArea .header_wrapper .header {
	padding: 0px;
}
/*overwrite included jsp css*/
.banner_top.blog .content ul {
	margin-left: 0px;
	padding-bottom: 0px;
}
/*overwrite included jsp css*/
.headerArea ul {
	margin-left: 0px;
	padding-bottom: 0px;
}
/*overwrite blog detail sticky sidebar css*/
.sticky .sidebar_slider ul {
	margin-left: 0px;
	padding-bottom: 0px;
}
/*overwrite blog detail recommend articles css*/
.recommend_articles ul, .recommend_articles.also_like ul {
	margin-left: 0px;
	padding-bottom: 0px
}

/* //////// new button style //////// */
.btn-set{
	display: flex;
}
.btn-set-box{
	margin-right: 25px;
	text-align: center;
}
.btn-set-box .btn2{
	background: #257ecc;
  border: none;
  color: #ffffff !important;
	cursor: pointer;
  border-radius: 4px;
  padding: 10px 40px;
  font-size: 18px;
}
.btn-set-box .btn3{
	background: #f19103;
  border: none;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 10px 40px;
  font-size: 18px;
}
.btn-set-box .btn2:hover{
	background: #3997e8;
}
.btn-set-box .btn3:hover{
	background: #f1a638;
}
.btn-set-box .tif-ico{
 	font-size: 1.2em;
  padding-left: 5px;
  font-weight: 400;
}
.btn-set-box .tif-sys{
	font-size: 0.7em;
	font-weight: 600;
	color:#666;
}
.btn-set-box .tif-secure{
	font-size: 0.7em;
  display: block;
  font-weight: 600;
  color: #4CAF50;
}

@media screen and (max-width:550px) {
	.btn-set{
		display: block;
	}
	.btn-set-box{
		margin: 20px 0;
	}
	.btn-set-box .btn2, .btn-set-box .btn3{
		padding: 10px 0px !important;
		width: 70%;
	}
}

.cta_module {
	margin: 15px 0;
}
.cta_module .mobile {
	display: none;
}
.cta_module .pc.flex_block {
	align-items: center;
	-webkit-align-items: center;
}
.cta_module .btn-set-box {
	margin: 0 15px;
}
.cta_module .product_title {
	font-size: 17px;
  font-weight: 600;
	margin-bottom: 10px;
}
.cta_module .icon_pdr {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.cta_module a:not(.btn) {
	color: #0079ff;
}
.cta_module a:not(.btn):hover {
	color: #f76b26;
	text-decoration: underline;
}
.cta_module img.logo_pcmag_best_2020 {
	align-self: flex-start;
}
img.logo_pcmag_best_2020 {
	width: 120px;
	height: auto;
	margin: 0;
}
@media screen and (max-width:768px) {
	.cta_module .pc {
		display: none;
	}
	.cta_module .mobile {
		display: block;
	}
	.cta_module .btn-set-box {
		margin-bottom: 5px;
	}
}

nav.pagination {
	margin-top: 30px;
  text-align: center;
}
nav.pagination ul.flex_block {
	width: auto;
	-webkit-justify-content: center;
	justify-content: center;
}
nav.pagination ul li {
	min-width: 20px;
	padding: 0 5px;
	-webkit-align-self: flex-end;
	align-self: flex-end;
}
nav.pagination ul li a {
	color: #555;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	padding: 5px;
	transition: color ease .2s, background-color ease .2s, border-color ease .2s;
}
nav.pagination ul li.active a {
	color: #07f;
}
nav.pagination ul li a:hover {
	color: #07f;
}
nav.pagination ul li.active a {
	font-weight: bold;
}
nav.pagination ul li:first-child a, nav.pagination ul li:last-child a {
	background-color: #07f;
	color: #fff;
	font-weight: 600;
	padding: 5px 20px;
}
nav.pagination ul li:first-child.disabled a, nav.pagination ul li:last-child.disabled a {
	cursor: default;
	background-color: #bbb;
	border-color: #bbb;
	color: #fff;
}
nav.pagination ul li:first-child.disabled a:hover, nav.pagination ul li:last-child.disabled a:hover {
	background-color: #bbb;
  border-color: #bbb;
  color: #fff;
}
nav.pagination ul li:first-child a:hover, nav.pagination ul li:last-child a:hover {
	background-color: #0af;
	color: #fff;
}
@media screen and (max-width:480px) {
	nav.pagination ul li a {
		font-size: 16px;
	}
	nav.pagination ul li:first-child a, nav.pagination ul li:last-child a {
		padding: 5px 10px;
	}
}
.navbar .navbar_nav > li.btn_search {
	height: 100%;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.navbar .navbar_nav > li.btn_search a {
	color: #07f;
}
.navbar .navbar_nav > li.btn_search a:hover {
	color: #fff;
}
.navbar .navbar_nav > li.btn_search > .inner {
	cursor: pointer;
}
.navbar .navbar_nav > li.btn_search > .inner:hover {
	color: #07f;
}
.navbar .navbar_nav > li.btn_search > .inner.flex_block {
	height: 100%;
	align-items: center;
	-webkit-align-items: center;
}
.navbar .navbar_nav > li.btn_search .icon_search {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width:769px) {
	.navbar .navbar_nav > li.btn_search.active .icon_search {
		color: #07f;
	}
}
.navbar .navbar_nav > li.btn_search span {
	display: none;
}
.navbar .navbar_nav > li.btn_search .dropdown_content {
	width: 400px;
	background-color: #f3f4f5;
	border: 1px solid #ddd;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 40%);
	padding: 15px 0;
	position: absolute;
	bottom: -67px;
	right: 0;
}
.navbar .navbar_nav > li.btn_search .search_list .inner {
	text-align: center;
}
.navbar .navbar_nav > li.btn_search .search_list input[type="text"] {
	min-width: 220px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #999;
	border-radius: 0;
	padding: 5px;
	outline: none;
	text-align: left;
}
.navbar .navbar_nav > li.btn_search .search_list input[type="text"]:focus {
	border-bottom: 1px solid #07f;
}
@media screen and (max-width:768px) {
	.navbar .navbar_nav > li.btn_search {
		padding: 1.1%;
		position: static;
		right: auto;
		top: auto;
		transform: none;
	}
	.navbar .navbar_nav > li.btn_search > .inner {
		width: 100%;
		background-color: #777;
		border: 1px solid #bbb;
		color: #fff;
		font-size: 15px;
		padding: 6px;
	}
	.navbar .navbar_nav > li.btn_search.active > .inner {
		background-color: #666;
		border: 1px solid #666;
	}
	.navbar .navbar_nav > li.btn_search > .inner.flex_block {
		justify-content: center;
		-webkit-justify-content: center;
	}
	.navbar .navbar_nav > li.btn_search span {
		display: inline-block;
		margin-right: 5px;
	}
	.navbar .navbar_nav > li.btn_search .dropdown_content {
		width: auto;
		display: block;
		position: absolute;
		bottom: -70px;
		right: 0;
		left: 0;
	}
	.navbar .navbar_nav > li.btn_search .dropdown_content a.btn {
		font-size: 15px;
		padding: 6px 15px;
	}
}
@media screen and (max-width:360px) {
	.navbar .navbar_nav > li.btn_search .search_list input[type="text"] {
		min-width: 180px;
		font-size: 15px;
	}
}
