/*
  @include keyframes(move-the-object) {
    0%   { left: 100px; }
    100% { left: 200px; }
  }

  .object-to-animate {
    @include animation('move-the-object 5s linear 2s infinite alternate');
  }

  end animate mixins
*/
/*extend*/
/*ba slider*/
/*end ba slider*/
/*end extend*/
/* header */
.h-tips-logo {
  display: inline-block;
  vertical-align: middle; }

.h-tips-logo > a {
  display: inline-block;
  vertical-align: middle; }

header.pc-header .middled .h-logo img {
  width: 65px;
  height: 65px; }

header.pc-header .middled .h-logo {
  margin-top: 3px; }

.h-tips-logo a:first-of-type {
  margin-right: 25px; }

header {
  position: fixed;
  top: 0; }

header.pc-header .middled .h-logo figcaption {
  color: #fff !important; }

header .fixed {
  background: #009ba5;
  background: -moz-linear-gradient(left, #009ba5 0%, #00be2f 100%);
  background: -webkit-gradient(linear, top left, bottom left, color-stop(0%, #009ba5), color-stop(100%, #00be2f));
  background: -webkit-linear-gradient(left, #009ba5 0%, #00be2f 100%);
  background: -o-linear-gradient(left, #009ba5 0%, #00be2f 100%);
  background: -ms-linear-gradient(left, #009ba5 0%, #00be2f 100%);
  background: linear-gradient(to right, #009ba5 0%, #00be2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left', endColorstr='$right',GradientType=0 );
  border-bottom: none; }

.tip-af-header {
  width: 100%;
  height: 490px;
  background: #009ba5;
  background: -moz-linear-gradient(left, #009ba5 0%, #00be2f 100%);
  background: -webkit-gradient(linear, top left, bottom left, color-stop(0%, #009ba5), color-stop(100%, #00be2f));
  background: -webkit-linear-gradient(left, #009ba5 0%, #00be2f 100%);
  background: -o-linear-gradient(left, #009ba5 0%, #00be2f 100%);
  background: -ms-linear-gradient(left, #009ba5 0%, #00be2f 100%);
  background: linear-gradient(to right, #009ba5 0%, #00be2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left', endColorstr='$right',GradientType=0 );
  background-position: center;
  background-size: cover; }

header .middled .h-nav a.active,
header .middled .h-nav a {
  color: #fff;
  font-family: "CorsicaMX-Bold", Sans-Serif; }

header .h-btn {
  color: #fff;
  border: 1px solid #fff; }

.h-tip {
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  font-family: "CorsicaMX-Bold", Sans-Serif;
  color: #fff;
  text-transform: uppercase;
  margin-left: 40px; }

.h-left {
  display: inline-block; }

header .subs-form {
  width: 555px; }

/* end header*/
html {
  min-height: 100%; }

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bl-single {
  margin-top: 80px; }

/*after header*/
.bl-list-img {
  position: relative;
  height: 340px;
  width: 480px;
  margin-bottom: 32px; }

.bl-num {
  background-color: #21c45e;
  color: #fff;
  font-family: "CorsicaSX-Bold", Sans-Serif;
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  z-index: 1; }

.tip-af-header {
  text-align: center;
  color: #fff; }

.tip-h-top {
  font-size: 23px;
  font-family: "CorsicaSX-Bold", Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 126px; }

.tip-h-top small {
  font-size: 14px;
  padding-top: 18px;
  display: inline-block; }

.tip-h-mid {
  font-size: 44px;
  font-family: "CorsicaMX-Bold", Sans-Serif;
  padding-top: 170px; }

.tip-h-mid small {
  font-family: "CorsicaMX-Regular", Sans-Serif;
  font-size: 33px; }

.tip-h-desc {
  font-size: 20px;
  font-family: "CorsicaSX-Regular", Sans-Serif;
  padding-top: 22px;
  margin-bottom: 54px; }

#after-header-form input {
  width: 300px;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 2px 0 21px;
  color: #fff;
  height: 47px;
  margin: 0;
  border: none;
  font-family: "CorsicaSX-Bold", Sans-Serif;
  background-color: #00a24e; }
  #after-header-form input::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px; }
  #after-header-form input::-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px; }
  #after-header-form input:-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px; }
  #after-header-form input:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px; }

#after-header-form .subs-group.sub-error input {
  color: #ff5319; }

#after-header-form .subs-group {
  display: inline-block;
  vertical-align: top; }

.tips-h {
  font-size: 47px;
  font-family: "CorsicaSX-Bold", Sans-Serif;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 50px; }

.bl-h {
  font-size: 40px;
  font-family: "CorsicaSX-Bold", Sans-Serif;
  color: #fff;
  position: absolute;
  bottom: 47px;
  left: 49px;
  width: 315px;
  line-height: 50px;
  text-align: left; }

.bl-h a {
  text-decoration: none;
  color: #fff; }
  .bl-h a:hover {
    text-decoration: underline; }

.bl-list-img > a {
  display: block;
  float: left;
  height: inherit;
  width: inherit; }

.bl-list-img > a:after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

#after-header-form .btnd {
  font-size: 16px;
  height: 47px;
  padding: 0 5px;
  background-color: #fff;
  font-family: "CorsicaSX-Bold", Sans-Serif;
  color: #00a02b;
  min-width: 150px; }
  #after-header-form .btnd:hover {
    opacity: 0.9; }

body .sub-error input {
  color: #ff5319; }
  body .sub-error input::-webkit-input-placeholder {
    color: #ff5319 !important; }
  body .sub-error input::-moz-placeholder {
    color: #ff5319 !important; }
  body .sub-error input:-moz-placeholder {
    color: #ff5319 !important; }
  body .sub-error input:-ms-input-placeholder {
    color: #ff5319 !important; }

/*end after header*/
.bl-middle {
  width: 821px;
  margin: 0 auto; }

.bl-sm-middle {
  width: 658px;
  margin: 0 auto; }

.bl-info {
  text-align: justify;
  font-size: 14px;
  font-family: "CorsicaMX-Regular", Sans-Serif;
  color: #919191;
  text-transform: uppercase;
  padding-top: 54px;
  padding-bottom: 10px; }

.bl-info:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0; }

.bl-date {
  font-size: 18px;
  text-transform: none; }
  .bl-date a {
    color: inherit; }

.bl-by {
  letter-spacing: 1px; }

.bl-info > * {
  display: inline-block; }

.bl-wrapper {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 481px); }

.bl-wrapper.next_post {
  min-height: calc(100vh - 661px);
  margin-top: 60px; }

.bl-content-img > img {
  width: 100%; }

.bl-main {
  text-align: center;
  min-height: calc(100vh - (520px + 118px));
  margin-top: 45px; }

.min-vh-wrapper {
  min-height: calc(100vh -  118px) !important; }

.h1d {
  font-size: 54px;
  margin-top: 46px; }

.bl-items {
  text-align: justify; }

.bl-items:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0; }

.bl-its-middle {
  width: 985px;
  margin: 0 auto; }

.bl-it-middle {
  width: 95%;
  margin: 0 auto; }

.bl-soc-list {
  margin-bottom: 20px;
  margin-top: 15px; }

.bl-soc-list li {
  display: inline-block;
  width: 40px;
  height: 26px;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #e1e1e1; }

.bl-soc-list li:hover {
  opacity: 0.8; }

.bl-soc-list li:last-of-type {
  border-right: 1px solid #e1e1e1; }

.bl-soc-list li a {
  display: block;
  width: 100%;
  height: 100%; }

.bl-soc-list li i {
  font-size: 23px;
  line-height: 27px;
  color: inherit; }

.bl-fb a {
  color: #3a5898; }

.bl-tw a {
  color: #2aa9e1; }

.bl-gp a {
  color: #de4b3a; }

.bl-pn a {
  color: #cc2027; }

.bl-top-img {
  width: 819px;
  position: relative; }

.bl-top-img > img {
  width: 100%; }

.bl-top-desc {
  color: #fff;
  font-family: "CorsicaSX-Bold", Sans-Serif;
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 0;
  width: 100%; }

.bl-top-desc h1 {
  width: 300px;
  margin-left: 82px;
  line-height: 51px; }

.bl-top-img .bl-num {
  font-size: 40px;
  width: 77px;
  height: 71px;
  line-height: 76px; }

.bl-ft {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px; }

.bl-ft > div {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  text-align: left;
  height: 162px; }

.bl-ft > div:first-of-type {
  border-right: 1px solid #d6d6d6; }

.bl-ft-title {
  color: #919191;
  font-family: "CorsicaMX-Regular", Sans-Serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px; }

.bl-ft-tip a {
  color: #373737;
  text-decoration: underline;
  font-family: "CorsicaSX-Regular", Sans-Serif;
  font-size: 20px; }

.bl-ft-tip {
  margin-bottom: 15px; }

.bl-comment {
  width: 821px;
  margin: 0 auto;
  min-height: 176px;
  margin-bottom: 40px; }

#tips_post .subs-group {
  width: 270px;
  display: inline-block;
  vertical-align: top; }

#tips_post input {
  border: 1px solid #cecece;
  padding: 0 0 0 15px;
  height: 40px;
  font-size: 14px;
  color: #7b7b7b;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  #tips_post input::-webkit-input-placeholder {
    text-transform: uppercase; }
  #tips_post input::-moz-placeholder {
    text-transform: uppercase; }
  #tips_post input:-moz-placeholder {
    text-transform: uppercase; }
  #tips_post input:-ms-input-placeholder {
    text-transform: uppercase; }

#tips_post .btnd {
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  font-size: 14px;
  padding: 0 5px;
  height: 42px;
  min-width: 80px; }

.bl-subs {
  padding-left: 40px; }

.bl-subs .pd {
  margin-bottom: 20px; }

.bl-item {
  display: inline-block;
  width: 480px;
  vertical-align: top;
  margin-bottom: 50px; }
  .bl-item .bl-info {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px; }
  .bl-item img {
    width: 100%;
    height: 340px; }
  .bl-item .bl-item-desc {
    text-align: left; }
    .bl-item .bl-item-desc h2 {
      font-family: "CorsicaSX-Bold", Sans-Serif;
      font-size: 32px;
      line-height: 40px;
      min-height: 40px;
      width: 95%;
      margin: 0 auto; }
      .bl-item .bl-item-desc h2 a {
        color: #222222;
        text-decoration: none; }
        .bl-item .bl-item-desc h2 a:hover {
          text-decoration: underline; }
    .bl-item .bl-item-desc p {
      font-family: "CorsicaSX-Regular", Sans-Serif;
      font-size: 20px;
      color: #7e7e7e;
      margin-top: 4px;
      line-height: 30px; }

p.bl-tags,
p.bl-tags a {
  color: #21c471;
  font-size: 16px;
  font-family: "CorsicaSX-Regular", Sans-Serif; }

.bl-sp {
  color: #21c471;
  font-size: 14px; }

.bl-content-desc {
  font-family: "CorsicaSX-Regular", Sans-Serif;
  font-size: 20px;
  color: #7e7e7e;
  padding-top: 42px; }
  .bl-content-desc .bl-content {
    padding-bottom: 15px; }
  .bl-content-desc h1, .bl-content-desc h2, .bl-content-desc h3, .bl-content-desc h4, .bl-content-desc h5 {
    font-family: "CorsicaSX-Bold", Sans-Serif;
    color: #222222; }
  .bl-content-desc > h1 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 23px; }
  .bl-content-desc > p,
  .bl-content-desc > blockquote {
    line-height: 30px;
    margin-bottom: 35px; }
  .bl-content-desc > blockquote {
    position: relative; }
    .bl-content-desc > blockquote:after {
      content: '';
      position: absolute;
      left: -80px;
      width: 0;
      border-left: 1px solid #b2b2b2;
      height: 100%;
      top: 0; }
  .bl-content-desc > b,
  .bl-content-desc > strong {
    font-family: "CorsicaSX-Bold", Sans-Serif; }
  .bl-content-desc > blockquote,
  .bl-content-desc > i,
  .bl-content-desc > u {
    font-family: "CorsicaSX-RegularItalic", Sans-Serif; }
  .bl-content-desc > ul,
  .bl-content-desc > ol {
    list-style: disc;
    line-height: 25px;
    margin-bottom: 35px; }
  .bl-content-desc > ol {
    list-style: decimal; }
  .bl-content-desc a {
    color: #7e7e7e;
    text-decoration: underline; }
    .bl-content-desc a:hover {
      text-decoration: none; }

.bl-next {
  background-color: #fff;
  width: 100%; }
  .bl-next .bl-sm-middle {
    padding-bottom: 47px;
    padding-top: 52px;
    border-bottom: 1px solid #cccccc; }
  .bl-next label {
    font-family: "CorsicaSX-Regular", Sans-Serif;
    font-size: 14px;
    color: #919191;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .bl-next h4 {
    font-family: "CorsicaSX-Bold", Sans-Serif;
    color: #222222;
    font-size: 40px;
    line-height: 48px;
    margin-top: 16px; }
  .bl-next a {
    color: #222222;
    text-decoration: none; }
    .bl-next a:hover {
      text-decoration: underline; }

.bl-soc {
  padding: 10px 0 30px; }

.bl-soc li {
  display: inline-block;
  vertical-align: top; }

.pagination {
  display: block;
  text-align: center;
  padding: 20px 0 20px; }

.pagination li {
  display: inline-block; }

.pagination li a {
  font-family: "CorsicaSX-Regular", Sans-Serif;
  font-size: 17px;
  color: #7e7e7e; }

.pagination li.active a {
  color: #000;
  text-decoration: underline; }

.pagination li.disabled {
  opacity: 0; }

.bl-bot-info {
  padding: 10px 0 10px;
  text-align: center; }

/*editor*/
.bl-editor,
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #f2f2f2 !important; }

.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-frame {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

.bl-editor {
  border: 1px solid silver; }

header.pc-header {
  z-index: 10; }

header.pc-header .h-btn {
  border: 1px solid #fff; }

header .middled .h-nav a.active, header .middled .h-nav a {
  color: #fff !important; }

.one-tips .one-step {
  background: #0095ba;
  background: -moz-linear-gradient(-35deg, #0095ba 0%, #00c124 100%);
  background: -webkit-linear-gradient(-35deg, #0095ba 0%, #00c124 100%);
  background: -o-linear-gradient(-35deg, #0095ba 0%, #00c124 100%);
  background: -ms-linear-gradient(-35deg, #0095ba 0%, #00c124 100%);
  background: linear-gradient(to -35deg, #0095ba 0%, #00c124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left', endColorstr='$right',GradientType=0 ); }

.one-step .one-title {
  font-size: 50px;
  font-family: "CorsicaSX-Bold", Sans-Serif;
  color: #fff; }

.one-tips .one-soc-title {
  font-size: 19px;
  font-family: "CorsicaSX-Regular", Sans-Serif;
  color: #fff; }

.one-tips .one-close {
  color: #fff;
  background: none;
  font-size: 40px; }

.tips-follow {
  text-align: center;
  margin-top: 55px; }

.tips-follow .f-follow li {
  display: inline-block;
  vertical-align: top;
  width: 79px;
  height: 70px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 40px;
  border-right: 1px solid #fff; }

.tips-follow .f-follow li a {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 70px;
  text-align: center;
  line-height: 37px;
  color: #fff; }

#error-event .pd {
  color: #fff; }

.mobile-device #after-header-form {
  display: none; }
.mobile-device .bl-its-middle {
  width: 100%; }
.mobile-device .bl-item {
  width: 100%;
  margin: 0 auto; }
.mobile-device .bl-list-img {
  width: 100%;
  margin: 0 auto; }
.mobile-device .bl-ft {
  display: none; }
.mobile-device .bl-comment {
  width: 100%; }
.mobile-device .bl-sm-middle {
  width: 100%; }
.mobile-device .bl-top-img {
  width: 100%; }
.mobile-device .bl-middle {
  width: 90%;
  display: block;
  margin: 0 auto; }
.mobile-device .bl-top-desc h1 {
  width: auto;
  margin: 0;
  position: relative;
  left: 20px; }
.mobile-device .bl-soc-list {
  display: none; }

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