@import "global.css"/*tpa=https://www.tunefab.net/Public/home/css/global.css*/;
@import "../lib/tutorials-icomoon/style.css"/*tpa=https://www.tunefab.net/Public/home/lib/tutorials-icomoon/style.css*/;
/* top */
/* .article *{
  font-family: "Open Sans";font-weight:lighter;} */
/* top */
/* .article *{
  font-family: "Open Sans";font-weight:lighter;} */
@keyframes load {
  0%,
  100% {
    height: 20px;
    background: #666666;
  }
  50% {
    height: 30px;
    background: #478afb;
  }
}
@-moz-keyframes load {
  0%,
  100% {
    height: 20px;
    background: #666666;
  }
  50% {
    height: 30px;
    background: #478afb;
  }
}
@-webkit-keyframes load {
  0%,
  100% {
    height: 20px;
    background: #666666;
  }
  50% {
    height: 30px;
    background: #478afb;
  }
}
@keyframes tipsup {
  from {
    opacity: 1;
    display: inline-block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
/* Firefox */
@-moz-keyframes tipsup {
  from {
    opacity: 1;
    display: inline-block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
/* Safari 和 Chrome */
@-webkit-keyframes tipsup {
  from {
    opacity: 1;
    display: inline-block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
/* Opera */
@-o-keyframes tipsup {
  from {
    opacity: 1;
    display: inline-block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
strong {
  font-weight: bold;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
em {
  font-style: italic;
}
.nav {
  background-color: #4D6C82;
  padding: 10px 0;
}
.nav span {
  color: #fff;
  display: inline-block;
}
.nav a {
  color: #fff;
}
.nav a:hover {
  color: #1E2426;
}
.nav h4 {
  color: #fff;
  text-decoration: underline;
}
div.top {
  opacity: 0;
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: rgba(83, 108, 128, 0.2) 1px 4px 4px;
  z-index: 1000;
  transition: 0.1s;
}
div.top .left {
  width: 60%;
  float: left;
}
div.top .left .to-t {
  float: right;
  font-size: 18px;
  color: #666666;
  margin: 15px 0;
}
div.top .left .to-t span {
  font-size: 18px;
  color: #4596e5;
}
div.top .to-p {
  display: inline-block;
  margin: 15px 0;
}
div.top .to-p img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
div.top .to-p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333333;
}
div.top .to-p:hover span {
  color: #4596e5;
}
div.top .right {
  float: right;
  margin: 15px 0;
}
div.top .right .button {
  width: 128px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
}
div.top .right .button.win_down {
  border-color: #1e96ec !important;
  margin-right: 10px;
}
div.top.on {
  opacity: 1;
  top: 0;
}
.article {
  position: relative;
  top: 0;
}
.article .article_head {
  padding-top: 25px;
  margin-bottom: 40px;
}
.article .article_head h1 {
  width: 800px;
  color: #4B4C4C;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 13px;
  line-height: 50px;
}
.article .article_head .bar {
  border-bottom: 2px solid grey;
  padding-bottom: 5px;
}
.article .article_head .bar div {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.article .article_head .bar div p {
  color: #606060;
  font-size: 14px;
}
.article .article_head .bar div.author p {
  font-style: italic;
}
.article .article_head .bar div.share_buttons a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.article .article_head .bar div.share_buttons a i {
  font-size: 18px;
  color: #4D6C82;
  cursor: pointer;
}
.article .article_head .bar div.share_buttons a:hover i {
  color: #827502;
}
.article .article_head .bar div.share_buttons a.link i {
  transform: rotate(90deg);
}
.article .article_head .bar div.share_buttons .notify {
  border-radius: 3px;
  background: rgba(77, 108, 130, 0.8);
  color: #fff;
  font-size: 14px;
  padding: 8px 5px;
}
.article .article_head .bar div.share_buttons .notify.showsup {
  animation: tipsup 1s linear normal forwards;
  -webkit-animation: tipsup 1s linear normal forwards;
}
.article strong {
  font-weight: bold;
  font-size: 16px;
}
.article .article_content .note {
  background-color: #eef6fb;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.article .article_content .note a {
  color: #4596e5 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.article .article_content .a_body {
  display: inline-block;
  vertical-align: top;
  width: 720px;
  margin-bottom: 50px;
}
.article .article_content .a_body p {
  font-size: 16px;
  line-height: 30px;
  color: #090000;
}
.article .article_content .a_body p a {
  font-size: 16px;
  color: #4596e5;
  text-decoration: underline;
}
.article .article_content .a_body p a:hover {
  color: #587289 !important;
}
.article .article_content .a_body h2 {
  font-size: 22px;
  color: #4B4C4C;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.article .article_content .a_body h3 {
  font-size: 18px;
  color: #090000;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: left;
}
.article .article_content .a_body img {
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
  margin-top: 12px;
}
.article .article_content .a_body img.finger-img {
  cursor: zoom-in;
}
.article .article_content .a_body ul {
  margin-bottom: 15px;
}
.article .article_content .a_body ul a {
  font-size: 16px;
  font-weight: bold;
  color: #4D6C82;
  line-height: 25px;
}
.article .article_content .a_body ul a:hover {
  color: #587289;
}
.article .article_content .a_body i {
  color: inherit;
}
.article .article_content .a_body .video {
  margin-bottom: 15px;
}
.article .article_content .a_body .down_button {
  margin-bottom: 30px;
  margin-top: 12px;
}
.article .article_content .a_body .down_button a {
  display: inline-block;
  width: 160px;
  height: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.article .article_content .a_body .down_button a:nth-child(1) {
  margin-right: 15px;
}
.article .article_content .a_body .down_button a em {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
.article .article_content .a_body .down_button a.win {
  border: 1px solid #1e96ec !important;
  background-color: #fff;
  transition: 0.3s;
}
.article .article_content .a_body .down_button a.win:hover {
  background-color: #fff;
  color: #4d6c82;
}
.article .article_content .a_body .down_button a.mac {
  border: 1px solid #1e2426;
  background-color: #1E2426;
  transition: 0.3s;
}
.article .article_content .a_body .down_button a.mac:hover {
  background-color: #fff;
  color: #1e2426;
  border-color: #1e96ec !important;
}
.article .article_content .a_body .advice {
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 8px;
}
.article .article_content .a_body .advice span {
  color: #333;
  font-size: 18px;
}
.article .article_content .a_body .advice span.choices {
  margin-left: 30px;
}
.article .article_content .a_body .advice span.choices button {
  border: 1px solid #999;
  border-radius: 15px;
  background-color: #fff;
  width: 60px;
  height: 30px;
  color: #999;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Open Sans';
  outline: none;
  margin: 0 10px;
}
.article .article_content .a_body .advice span.choices button:hover {
  color: #1e96ec;
  border-color: #1e96ec;
}
.article .article_content .a_body .list_l .fst {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  text-decoration: none;
}
.article .article_content .a_body .list_l .fst:hover span {
  color: #587289;
}
.article .article_content .a_body .list_l .fst span {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  color: #4596e5;
  text-decoration: underline;
}
.article .article_content .a_body .stage {
  font-size: 22px;
  color: #4B4C4C;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.article .article_content .content_catalogue {
  margin-bottom: 30px;
}
.article .article_content .content_catalogue ul {
  margin-bottom: 0;
}
.article .article_content .content_catalogue ul ul ul {
  background-color: #f5f5f5;
  margin-top: 15px;
  padding: 15px 30px;
}
.article .article_content .content_catalogue li {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #4D6C82;
  text-decoration: none;
}
.article .article_content .content_catalogue .fst {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  text-decoration: none;
}
.article .article_content .content_catalogue .fst:hover span {
  color: #587289;
}
.article .article_content .content_catalogue .fst span {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  color: #4596e5;
  text-decoration: underline;
}
.article .article_content .content_catalogue .sec {
  font-size: 16px;
  line-height: 30px;
  color: #4596e5;
  padding-left: 20px;
  text-decoration: none;
  font-weight: normal;
}
.article .article_content .content_catalogue a:hover {
  color: #587289;
}
.article .article_content .content_catalogue a.active {
  color: #587289;
}
.article .article_content .a_sidebar {
  display: inline-block;
  width: 320px;
  float: right;
}
.article .article_content .a_sidebar .sidebar_top {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
  margin-bottom: 20px;
}
.article .article_content .a_sidebar .sidebar_top img {
  width: 100%;
  object-fit: contain;
}
.article .article_content .a_sidebar .sidebar_post {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
  padding: 30px;
  width: 100%;
  margin-bottom: 20px;
}
.article .article_content .a_sidebar span.h {
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #333;
}
.article .article_content .a_sidebar li {
  margin-bottom: 15px;
}
.article .article_content .a_sidebar li:last-child {
  margin-bottom: 0;
}
.article .article_content .a_sidebar li a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  width: 100%;
  text-decoration: none;
}
.article .article_content .a_sidebar li a:hover {
  color: #4596e5;
}
.article .article_content .a_sidebar .sidebar_search {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 5px;
  width: 100%;
  height: 40px;
}
.article .article_content .a_sidebar .sidebar_search .input {
  float: left;
  width: 80%;
}
.article .article_content .a_sidebar .sidebar_search .input input {
  width: 100%;
  height: 28px;
  border: none;
  padding: 0;
  text-indent: 10px;
  font-size: 16px;
  color: #666;
  outline: none;
  line-height: 28px;
}
.article .article_content .a_sidebar .sidebar_search .input input::-webkit-input-placeholder {
  color: #999;
  line-height: 28px;
}
.article .article_content .a_sidebar .sidebar_search .input input::-moz-placeholder {
  color: #999;
  line-height: 28px;
}
.article .article_content .a_sidebar .sidebar_search .input input:-moz-placeholder {
  color: #999;
  line-height: 28px;
}
.article .article_content .a_sidebar .sidebar_search .input input:-ms-input-placeholder {
  color: #999;
  line-height: 28px;
}
.article .article_content .a_sidebar .sidebar_search .button {
  float: right;
  width: 45px;
  height: 28px;
}
.article .article_content .a_sidebar .sidebar_search .button button {
  border-radius: 20px;
  background-color: #1e96ec;
  width: 100%;
  height: 100%;
  color: #fff;
  border: none;
  outline: none;
}
.article.top-show {
  top: 60px;
}
#bottom .type-1 {
  background-color: #f5f5f5;
  padding: 30px;
}
#bottom .type-1 p {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
}
#bottom .type-1 .left {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
#bottom .type-1 .left img {
  margin: 0;
}
#bottom .type-1 .right {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}
#bottom .type-1 .right ul li {
  margin-bottom: 15px;
}
#bottom .type-1 .right ul li:last-child {
  margin-bottom: 0;
}
#bottom .type-1 .right ul li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border: 1px solid #1e96ec;
  border-radius: 50%;
  position: relative;
  top: 8px;
  margin-right: 10px;
}
#bottom .type-1 .right ul a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  width: 90%;
  vertical-align: top;
  font-weight: normal;
}
#bottom .type-1 .right ul a:hover {
  color: #1e96ec;
}
#bottom .type-2 {
  background-color: #f5f5f5;
  padding: 30px;
  border-top: 3px solid #5b788e;
  text-align: center;
}
#bottom .type-2 .switches {
  margin-bottom: 40px;
}
#bottom .type-2 .switches span {
  display: inline-block;
  font-size: 20px;
  color: #666;
  vertical-align: top;
  margin: 0 20px;
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 1.5px solid #666;
}
#bottom .type-2 .switches span:hover {
  color: #4596e5;
  border-color: #4596e5;
}
#bottom .type-2 .switches span.active {
  color: #4596e5;
  border-color: #4596e5;
}
#bottom .type-2 .related.show {
  display: block;
}
#bottom .type-2 .related {
  position: relative;
  display: none;
}
#bottom .type-2 .related .slides .pic {
  position: relative;
}
#bottom .type-2 .related .slides .pic span {
  position: absolute;
  background: rgba(69, 150, 229, 0.5);
  width: 90px;
  height: 26px;
  border-radius: 15px;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
  left: 10px;
  bottom: 10px;
}
#bottom .type-2 .related .slides p {
  font-size: 14px;
  color: #666666;
  text-align: left;
  line-height: 20px;
}
#bottom .type-2 .flex-control-nav {
  bottom: -20px;
}
.flex-control-paging li a {
  width: 7px !important;
  height: 7px !important;
  background-color: #c8c8c8 !important;
}
.flex-control-paging li a.flex-active {
  background-color: #1e96ec !important;
}
.flex-direction-nav .flex-prev {
  left: -15px !important;
  top: 24%;
  position: absolute;
}
.flex-direction-nav .flex-prev .preb {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  line-height: 34px;
  border-radius: 50%;
  font-size: 26px;
  transform: rotate(90deg);
}
.flex-direction-nav .flex-next {
  right: -2px !important;
  top: 24% !important;
  position: absolute;
}
.flex-direction-nav .flex-next .nextb {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  line-height: 34px;
  border-radius: 50%;
  font-size: 26px;
  transform: rotate(-90deg);
}
.list_t {
  font-size: 24px;
  color: #4B4C4C;
  font-weight: bold;
  margin-bottom: 15px;
}
body.inGallery {
  height: 100vh;
  overflow: hidden;
}
body.inGallery .gallery {
  transform: scale(1);
}
.gallery {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: 200ms ease-out;
  transform-origin: 0 0 ;
  transform: scale(0);
}
.gallery .gallery-cover {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.gallery .gallery-header .count {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  color: #fefefe;
  letter-spacing: 4px;
}
.gallery .gallery-header button {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 20px;
  padding: 0;
  border: none;
  background: url("../img/article/close.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/close.svg*/ 50% 50% no-repeat;
  background-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  width: 28px;
  height: 28px;
  transition: 100ms ease-out;
}
.gallery .gallery-header button:hover {
  color: #ffffff;
}
.gallery .gallery-nav button {
  border: none;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  z-index: 10001;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  transition: 200ms linear;
  opacity: 0.6;
}
.gallery .gallery-nav button:hover {
  opacity: 1;
}
.gallery .gallery-nav button.flex-disabled {
  visibility: hidden;
}
.gallery .gallery-nav button.flex-prev {
  background: url("../img/article/left-arrow.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/left-arrow.svg*/ 0 0 no-repeat;
  background-size: 100%;
  left: 20px;
}
.gallery .gallery-nav button.flex-next {
  background: url("../img/article/right-arrow.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/right-arrow.svg*/ 0 0 no-repeat;
  background-size: 100%;
  right: 20px;
}
.gallery .gallery-inner {
  position: absolute;
  width: 1200px;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.gallery .gallery-inner ul.flex-container {
  display: flex;
  flex: 0 0 100%;
  justify-content: flex-start;
  align-items: center;
}
.gallery .gallery-inner ul.flex-container.animating {
  transition: 300ms linear;
}
.gallery .gallery-inner ul.flex-container li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  flex-direction: column;
  opacity: 0;
  transition: 200ms linear;
}
.gallery .gallery-inner ul.flex-container li.flex-active {
  opacity: 1;
}
.gallery .gallery-inner img {
  max-width: 100%;
  margin-bottom: 30px;
}
.gallery .gallery-inner p {
  font-size: 24px;
  color: #fefefe;
}
.article .comment-area {
  margin-bottom: 60px;
}
.article .comment-area p {
  margin: 0;
}
.article .comment-area .loading .inner {
  display: flex;
  width: 30px;
  height: 50px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.article .comment-area .loading .inner span {
  display: inline-flex;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #1E2426;
  animation: load 1s ease infinite;
  -webkit-animation: load 1s ease infinite;
  -moz-animation: load 1s ease infinite;
}
.article .comment-area .loading .inner span:nth-of-type(2),
.article .comment-area .loading .inner span:nth-of-type(4) {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.article .comment-area .comment-form {
  margin-bottom: 60px;
  display: none;
  width: 73%;
  padding-right: 60px;
}
.article .comment-area .comment-form .comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 12px;
  border-top: 1px solid #999;
}
.article .comment-area .comment-form .comment-head p {
  color: #3d3f3f;
  font-size: 18px;
  font-weight: bold;
}
.article .comment-area .comment-form .comment-head .ri {
  font-size: 12px;
  color: #898989;
  font-weight: 300;
  background: url("../img/article/cm_cont.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_cont.svg*/ no-repeat;
  padding-left: 40px;
  background-size: 27px;
  background-position: 10px 3px;
}
.article .comment-area .comment-form .comment-head .ri span {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 16px;
  color: #4596e5;
  margin-right: 4px;
}
.article .comment-area .comment-form form .control {
  display: flex;
  margin-bottom: 24px;
}
.article .comment-area .comment-form form .control.focus .label.user {
  background-image: url("../img/article/cm_user_focus.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_user_focus.svg*/;
}
.article .comment-area .comment-form form .control.focus .label.email {
  background-image: url("../img/article/cm_email_focus.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_email_focus.svg*/;
}
.article .comment-area .comment-form form .control.focus .label.cont {
  background-image: url("../img/article/cm_cont_focus.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_cont_focus.svg*/;
}
.article .comment-area .comment-form form .control .label {
  display: inline-block;
  width: 27px;
  flex: 0 0 27px;
  height: 27px;
  background-size: 27px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.article .comment-area .comment-form form .control .label.user {
  background-image: url("../img/article/cm_user.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_user.svg*/;
}
.article .comment-area .comment-form form .control .label.email {
  background-image: url("../img/article/cm_email.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_email.svg*/;
}
.article .comment-area .comment-form form .control .label.cont {
  background-image: url("../img/article/cm_cont.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_cont.svg*/;
}
.article .comment-area .comment-form form .control:hover .label.user {
  background-image: url("../img/article/cm_user_hover.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_user_hover.svg*/;
}
.article .comment-area .comment-form form .control:hover .label.email {
  background-image: url("../img/article/cm_email_hover.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_email_hover.svg*/;
}
.article .comment-area .comment-form form .control:hover .label.cont {
  background-image: url("../img/article/cm_cont_hover.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_cont_hover.svg*/;
}
.article .comment-area .comment-form form .control input {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  border-bottom: 1px solid #dcdddd;
  text-indent: 10px;
  color: #898989;
  font-size: 14px;
  outline: none;
}
.article .comment-area .comment-form form .control input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.article .comment-area .comment-form form .control input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
.article .comment-area .comment-form form .control input:focus {
  border-bottom-color: #478afb;
}
.article .comment-area .comment-form form .control textarea {
  display: block;
  width: 100%;
  height: 160px;
  padding: 10px;
  border: 1px solid #dcdddd;
  border-radius: 4px;
  resize: none;
  color: #898989;
  font-size: 14px;
  outline: none;
}
.article .comment-area .comment-form form .control textarea:focus {
  border-color: #478afb;
}
.article .comment-area .comment-form form .form-submit {
  width: 120px;
  height: 30px;
  border-radius: 4px;
  background-color: #4596e5;
  border: none;
  padding: 0;
  color: #fff;
  font-size: 18px;
  margin-left: 47px;
}
.article .comment-area .comment-form .message {
  margin: 20px auto 0;
  font-size: 16px;
  text-indent: 20px;
  color: #333333;
}
.article .comment-area .comment-form .message.warning {
  color: #f60;
}
.article .comment-area .comment-list {
  display: none;
  width: 73%;
  padding-right: 60px;
}
.article .comment-area .comment-list .list-head {
  padding: 18px;
  border-top: 1px solid #dadddd;
  border-bottom: 1px solid #dadddd;
  display: flex;
  align-items: center;
  background: url("../img/article/cm_cont.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_cont.svg*/ no-repeat;
  background-position: 16px 17px;
  padding-left: 38px;
  background-size: 30px;
}
.article .comment-area .comment-list .list-head p {
  font-size: 18px;
  margin-left: 18px;
  color: #3d3f3f;
}
.article .comment-area .comment-list .list-head p span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.article .comment-area .comment-list .list-cont .item {
  margin-top: 25px;
  padding: 16px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.article .comment-area .comment-list .list-cont .item .item {
  margin-top: 18px;
  margin-left: 40px;
  border: none;
  padding: 0;
}
.article .comment-area .comment-list .list-cont .item .item-h {
  padding-left: 40px;
  position: relative;
}
.article .comment-area .comment-list .list-cont .item .item-h::before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background: url("../img/article/cm_user.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_user.svg*/ 0 0 no-repeat;
  background-size: 27px;
  position: absolute;
  top: 0;
  left: 2px;
}
.article .comment-area .comment-list .list-cont .item .item-h .name {
  font-size: 14px;
  line-height: 1.6;
  color: #b5b5b6;
}
.article .comment-area .comment-list .list-cont .item .item-h .date {
  font-size: 12px;
  color: #478afb;
}
.article .comment-area .comment-list .list-cont .item .item-h .cont,
.article .comment-area .comment-list .list-cont .item .item-h .info {
  font-size: 14px;
  line-height: 1.8;
  color: #727171;
}
.article .comment-area .comment-list .list-cont .item .item-b {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.article .comment-area .comment-list .list-cont .item .item-b button {
  margin-right: 24px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 12px;
  display: inline-flex;
  color: #898989;
}
.article .comment-area .comment-list .list-cont .item .item-b button.active {
  color: #478afb;
}
.article .comment-area .comment-list .list-cont .item .item-b button:last-of-type {
  margin-right: 0;
}
.article .comment-area .comment-list .list-cont .item .item-b button.like::before {
  content: '';
  display: inline-block;
  background: url("../img/article/cm_like.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_like.svg*/ 0 0 no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.article .comment-area .comment-list .list-cont .item .item-b button.like.active::before {
  background-image: url("../img/article/cm_like_active.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_like_active.svg*/;
}
.article .comment-area .comment-list .list-cont .item .item-b button.dislike::before {
  content: '';
  display: inline-block;
  background: url("../img/article/cm_dislike.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_dislike.svg*/ 0 0 no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.article .comment-area .comment-list .list-cont .item .item-b button.dislike.active::before {
  background-image: url("../img/article/cm_dislike_active.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_dislike_active.svg*/;
}
.article .comment-area .comment-list .list-cont .item .item-b button.com::before {
  content: '';
  display: inline-block;
  background: url("../img/article/cm_cont.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_cont.svg*/ 0 0 no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.article .comment-area .comment-list .list-cont .item .item-b button.com.active::before {
  background-image: url("../img/article/cm_cont_hover.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_cont_hover.svg*/;
}
.article .comment-area .comment-list .list-cont .item .item-b button.re::before {
  content: '';
  display: inline-block;
  background: url("../img/article/cm_reply.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_reply.svg*/ 0 0 no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.article .comment-area .comment-list .list-cont .item .item-b button.re:hover {
  color: #478afb;
}
.article .comment-area .comment-list .list-cont .item .item-b button.re:hover::before {
  background-image: url("../img/article/cm_reply_active.svg")/*tpa=https://www.tunefab.net/Public/home/img/article/cm_reply_active.svg*/;
}
.rating-area {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-top: 20px;
}
.rating-area.unactive::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.rating-area .rating-top {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
}
.rating-area .rating-top #rating {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  height: 21px;
}
.rating-area .rating-top #rating img {
  width: 21px;
  height: 21px;
}
.rating-area .rating-top #rating-hint {
  display: inline-flex;
  width: 90px;
  font-size: 18px;
  line-height: 18px;
  color: #595757;
}
.rating-area .rating-detail {
  font-size: 16px;
  color: #595757;
  display: flex;
  justify-content: left;
  align-items: baseline;
}
.rating-area .rating-detail strong {
  font-size: 20px;
  color: #595757;
}
.rating-area .rating-detail .alert {
  display: none;
  font-size: inherit;
  color: #ff6a00;
  margin-left: 8px;
}
.mobile-style{
  display: none;
}
@media screen and (max-width: 1200px) {
  div.top {
    display: none;
  }
  .nav .container {
    width: 95%;
    margin: auto;
  }
  .article {
    margin: auto;
  }
  .article .article_head {
    margin: 0 auto 20px;
  }
  .article .article_head h1 {
    width: 100%;
  }
  .article .article_head .bar div.share_buttons {
    display: block;
    margin-top: 10px;
  }
  .article .article_content .a_body {
    width: 580px;
  }
  #bottom .type-1 .left {
    margin: 0 0 10px 0;
  }
  .gallery .gallery-inner {
    width: 90%;
  }
  .gallery .gallery-nav button {
    top: 45%;
  }
  .gallery .gallery-nav button.flex-prev {
    left: 0;
  }
  .gallery .gallery-nav button.flex-next {
    right: 0;
  }
  .gallery .gallery-inner ul.flex-container p {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .mobile-style {
    display: block;
  }
  .article .comment-area .comment-form {
    width: 100%;
    padding-right: 0;
  }
  .article .comment-area .comment-list {
    width: 100%;
    padding-right: 0;
  }
  .article .article_head {
    margin-bottom: 0;
  }
  .article .article_content .a_body {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .article .article_content .a_sidebar {
    width: auto;
    margin: 0 auto 50px;
    display: block;
    float: none;
  }
  .article .article_content .a_sidebar .sidebar_top {
    width: 320px;
  }
}
@media screen and (max-width: 600px) {
  .article .article_content .content_catalogue ul ul ul {
    padding: 15px;
  }
  .article .article_content .content_catalogue .sec {
    padding-left: 0;
  }
  .article .article_content .a_body .advice {
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
  }
  .article .article_content .a_body .advice span.choices {
    margin: 15px 0 0;
  }
  .article .article_content .a_sidebar .sidebar_top {
    width: 100%;
  }
  .article p.p-iframe {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  .article p.p-iframe .inline-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #bottom .type-1 {
    padding: 15px;
  }
  #bottom .type-2 {
    padding: 15px;
  }
  #bottom .type-2 .switches {
    margin-bottom: 20px;
    position: relative;
  }
  #bottom .type-2 .switches span.active {
    display: block;
    position: static;
    margin: auto;
  }
  #bottom .type-2 .switches span.active em {
    font-size: 12px;
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -4px;
  }
  #bottom .type-2 .switches span {
    padding-bottom: 0;
    border: none;
    font-size: 16px;
    display: none;
    position: absolute;
    width: 250px;
    margin: auto;
    left: 50%;
    margin-left: -125px;
    bottom: -100%;
  }
  #bottom .type-2 .switches span em {
    display: none;
  }
  #bottom .type-2 .switches.show span {
    display: block;
    background-color: #e1e1e1;
    padding: 10px;
    z-index: 1000;
  }
  #bottom .type-2 .switches.show span.active {
    background-color: #fff;
  }
  #bottom .type-2 .related .slides .pic {
    width: 250px;
    margin: auto;
  }
  #bottom .type-2 .related .slides .pic img {
    width: 100%;
  }
  #bottom .type-2 .related .slides p {
    width: 250px;
    text-align: center;
    margin: auto;
  }
  .flex-direction-nav .flex-next {
    right: -14px !important;
  }
}
@media screen and (max-width: 420px) {
  .article .article_head h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .article .article_content .a_sidebar {
    width: 100%;
  }
  .article .article_content .a_sidebar li a {
    width: 88%;
  }
  .down_button a {
    display: block;
    margin: 0 0 20px 0;
  }
  .advice span.choices {
    display: block;
    margin-left: 0;
  }
}
