.card-common .article-left .card-poster .posted a, .card-common .article-main .card-img .card-text-name > a, .card-common .article-set-title a, .card-common ul.download, .card-common ul.download > li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.card-common .article-left, .card-common .article-main, .card-common .article-right, .card-common ul.download > li, .card-common .comment .commentBtn, .card-common .comment .replyCommentBtn, .card-common .recommend .card-img-box .card-text-name, .card-common .hasVideo::after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card-common {
  margin: 2rem 0;
}
.card-common .card-text-info {
  color: #444444;
  font-size: 1.6rem;
}
.card-common .article-left {
  width: 140px;
  float: left;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 580px) {
  .card-common .article-left {
    width: 100%;
  }
}
.card-common .article-left .card-poster {
  font-size: 1.4rem;
}
.card-common .article-left .card-poster .posted a {
  display: inline-block;
  color: #787878;
}
.card-common .article-left .card-poster .posted ~ .posted {
  margin-top: 10px;
}
.card-common .article-main {
  width: 100%;
  margin: 0 auto;
}
.card-common .article-main.hasLeft .article-center {
  width: calc(100% - (140px + 60px));
}
@media only screen and (max-width: 580px) {
  .card-common .article-main.hasLeft .article-center {
    width: 100%;
  }
}
.card-common .article-main.hasLeft.hasRight .article-center {
  width: calc(100% - (140px + 300px + 60px));
}
@media only screen and (max-width: 580px) {
  .card-common .article-main.hasLeft.hasRight .article-center {
    width: 100%;
  }
}
.card-common .article-main.hasRight .article-center {
  width: calc(100% - (300px + 60px));
}
@media only screen and (max-width: 580px) {
  .card-common .article-main.hasRight .article-center {
    width: 100%;
  }
}
.card-common .article-main .article-main-contnet {
  padding-top: 10px;
  clear: both;
}
.card-common .article-main .article-main-contnet::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 10px 0 0;
}
.card-common .article-main .card-text {
  padding: 0px;
}
.card-common .article-main .card-text.format {
  width: calc(55% - 20px);
}
@media only screen and (max-width: 580px) {
  .card-common .article-main .card-text.format {
    width: 100%;
  }
}
.card-common .article-main .card-text ~ .card-img, .card-common .article-main .card-text ~ .card-box {
  margin-top: 25px;
}
.card-common .article-main .card-text ~ .card-file, .card-common .article-main .card-text ~ .card-link {
  margin-top: 40px;
}
.card-common .article-main .card-text-name {
  font-size: 2.2rem;
  letter-spacing: 1px;
  color: #222222;
}
.card-common .article-main .card-text-name ~ .card-text-info {
  margin-top: 16px;
}
.card-common .article-main .card-text-name ~ .card-img {
  margin-top: 16px;
}
.card-common .article-main .card-img {
  padding-bottom: 0;
  overflow: visible;
  height: auto;
}
.card-common .article-main .card-img img, .card-common .article-main .card-img a:not(.imgLink) {
  position: relative;
  height: auto;
  display: inline-block;
  width: 100%;
}
.card-common .article-main .card-img > a {
  height: 100%;
}
.card-common .article-main .card-img .imgLink {
  margin-top: -5px;
}
.card-common .article-main .card-img .imgInfo a:not(.imgLink) {
  display: inline-block;
  width: inherit;
}
.card-common .article-main .card-img .card-text-name {
  font-size: 1.5rem;
}
.card-common .article-main .card-img .card-text-name > a {
  padding-bottom: 0;
  color: #555555;
  background-color: transparent;
}
.card-common .article-main .card-img .card-text-name > a:focus, .card-common .article-main .card-img .card-text-name > a:active, .card-common .article-main .card-img .card-text-name > a:hover {
  color: #3e3e3e;
}
.card-common .article-main .card-img:focus, .card-common .article-main .card-img:active, .card-common .article-main .card-img:hover {
  color: #3e3e3e;
}
.card-common .article-main .card-img ~ .card-text {
  padding: 20px 0px 0px;
}
.card-common .article-main .card-img .flex-control-paging li a {
  height: 11px;
}
.card-common .article-main .card-img .flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 100%;
}
@media only screen and (max-width: 580px) {
  .card-common .article-main .card-img .flex-direction-nav {
    position: static;
    top: auto;
    margin-top: 0;
  }
}
.card-common .article-main .card-img .flex-direction-nav a {
  position: absolute;
  width: 40px;
  height: 40px;
}
.card-common .article-main .card-img.text-R {
  margin-left: auto;
  margin-right: 0;
}
.card-common .article-main .card-img.text-R ~ .card-text {
  float: right;
  width: 100%;
}
.card-common .article-main .card-img.text-R .flexslider {
  margin-left: auto;
  margin-right: 0;
  float: right;
}
.card-common .article-main .card-img.text-R .flexslider .slides img {
  margin: 0 0 0 auto;
}
.card-common .article-main .card-img.text-C {
  margin-left: auto;
  margin-right: auto;
}
.card-common .article-main .card-img.text-C .flexslider {
  margin: 0 auto;
}
.card-common .article-main .card-img.text-C .flexslider .slides img {
  margin: 0 auto;
}
.card-common .article-main .card-img.float-L, .card-common .article-main .card-img.float-R {
  width: 45%;
}
@media only screen and (max-width: 580px) {
  .card-common .article-main .card-img.float-L, .card-common .article-main .card-img.float-R {
    width: 100%;
  }
}
.card-common .article-main .card-img.float-L ~ .card-text, .card-common .article-main .card-img.float-R ~ .card-text {
  padding-top: 16px;
}
.card-common .article-main .card-img.float-L .flexslider, .card-common .article-main .card-img.float-R .flexslider {
  width: 100%;
}
.card-common .article-main .card-img.float-L {
  margin-right: 20px;
}
@media only screen and (max-width: 580px) {
  .card-common .article-main .card-img.float-L {
    margin-right: 0;
  }
}
.card-common .article-main .card-img.float-R {
  margin-left: 20px;
}
@media only screen and (max-width: 580px) {
  .card-common .article-main .card-img.float-R {
    margin-left: 0;
  }
}
.card-common .article-main .card-img.float-R.text-R ~ .card-text {
  float: none;
}
.card-common .article-main .card, .card-common .article-main .card-box, .card-common .article-main .card-img {
  position: static;
}
.card-common .article-main .card.video, .card-common .article-main .card-box.video, .card-common .article-main .card-img.video {
  position: relative;
}
.card-common .article-main .card.video .card-box, .card-common .article-main .card.video .card-img, .card-common .article-main .card-box.video .card-box, .card-common .article-main .card-box.video .card-img, .card-common .article-main .card-img.video .card-box, .card-common .article-main .card-img.video .card-img {
  position: relative;
}
.card-common .article-main .card.video.imgWidth-small .card-img, .card-common .article-main .card-box.video.imgWidth-small .card-img, .card-common .article-main .card-img.video.imgWidth-small .card-img {
  width: 60%;
}
@media only screen and (max-width: 580px) {
  .card-common .article-main .card.video.imgWidth-small .card-img, .card-common .article-main .card-box.video.imgWidth-small .card-img, .card-common .article-main .card-img.video.imgWidth-small .card-img {
    width: 100%;
  }
}
.card-common .article-main .card {
  margin-bottom: 50px;
}
.card-common .article-main .card:not([class*=imgWidth-]) .flexslider a, .card-common .article-main .card:not([class*=imgWidth-]) .flexslider .imgInfo a {
  width: initial;
}
.card-common .article-main .card:not([class*=imgWidth-]) .flexslider .flex-direction-nav a {
  width: 40px;
}
.card-common .article-main .card:not([class*=imgWidth-]) .flexslider .slides img {
  width: initial;
  width: auto;
}
.card-common .article-main .card:not([class*=imgWidth-]) .card-img.text-C .imgInfo {
  margin: 5px auto;
}
.card-common .article-main .card:not([class*=imgWidth-]) .card-img.text-C .flexslider {
  left: 50%;
}
@media only screen and (max-width: 580px) {
  .card-common .article-main .card:not([class*=imgWidth-]) .card-img.text-C .flexslider {
    left: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
.card-common .article-main .card:not([class*=imgWidth-]) .card-img.text-C .flex-direction-nav {
  right: 0;
  margin: -20px auto;
}
.card-common .article-main .card:not([class*=imgWidth-]) .card-img.text-R .imgInfo {
  margin-right: 0;
  margin-left: auto;
}
.card-common .article-main .card:not([class*=imgWidth-]) .card-img.text-R .flex-direction-nav {
  left: auto;
  right: 0;
}
.card-common .article-main .card.imgWidth-large .flexslider {
  width: 100%;
  margin-left: -140px;
  right: -140px;
}
.card-common .article-main .card.imgWidth-large .card-img.text-R .flexslider {
  right: 0;
}
.card-common .article-main .card.imgWidth-large .card-img.text-R .flex-direction-nav {
  left: auto;
  right: 0;
}
.card-common .article-main .card.imgWidth-large .card-img.text-C .flexslider {
  right: -20px;
}
.card-common .article-main .card.imgWidth-large .card-img.text-C .flex-direction-nav {
  right: 0;
  margin: -20px auto;
}
.card-common .article-main .card.imgWidth-large .card-img.text-C .videoIframe {
  left: -140px;
}
.card-common .article-main .card.imgWidth-large .card-img img {
  width: 100%;
}
.card-common .article-main .card.imgWidth-middle .flexslider {
  width: 100%;
}
.card-common .article-main .card.imgWidth-small .flexslider {
  width: 60%;
}
@media only screen and (max-width: 580px) {
  .card-common .article-main .card.imgWidth-small .flexslider {
    width: 100%;
  }
}
.card-common .article-main .card.imgWidth-small .card-img.float-L .flexslider, .card-common .article-main .card.imgWidth-small .card-img.float-R .flexslider {
  width: 100%;
}
.card-common .article-main .card.imgSaying {
  border: 2px solid #d2d2d2;
  border-width: 2px 0;
  padding: 48px 0 50px;
}
.card-common .article-main .card.imgSaying .card-img ~ .card-text {
  padding-top: 30px;
}
.card-common .article-main .card.imgSaying .card-text {
  text-align: center;
}
.card-common .article-main .card.imgSaying .card-text-name {
  font-size: 2rem;
}
.card-common .article-main .card.imgSaying .card-text-name ~ .card-text-info {
  margin-top: 30px;
}
.card-common .article-main .card.imgSaying .card-text-info {
  font-size: 1.6rem;
  color: #4a4a4a;
  font-weight: 300;
}
.card-common .article-main .card.imgSaying .flex-direction-nav {
  width: 100% !important;
  margin-top: 0;
}
.card-common .article-main .card.imgSaying.imgWidth-small .flexslider {
  width: 250px;
  margin: 0 auto;
}
@media only screen and (max-width: 580px) {
  .card-common .article-main .card.imgSaying.imgWidth-small .flexslider {
    width: 100%;
  }
}
.card-common .article-main .card.imgSaying.imgWidth-small .flexslider .slides > li {
  text-align: center;
}
.card-common .article-main .card.imgSaying.imgWidth-small .flexslider .slides a:not(.imgLink), .card-common .article-main .card.imgSaying.imgWidth-small .flexslider .slides img {
  width: initial;
  width: auto;
}
.card-common .article-main .card.original-size .card-img img {
  width: auto;
}
.card-common .article-main .card.imgExperience {
  border: 2px solid #d2d2d2;
  border-width: 2px 0;
  padding: 48px 35px 50px;
}
.card-common .article-main .card.imgExperience .card-text {
  width: calc(70% - 20px);
}
@media only screen and (max-width: 580px) {
  .card-common .article-main .card.imgExperience .card-text {
    width: 100%;
  }
}
.card-common .article-main .card.imgExperience .card-img.float-L, .card-common .article-main .card.imgExperience .card-img.float-R {
  width: 30%;
}
@media only screen and (max-width: 580px) {
  .card-common .article-main .card.imgExperience .card-img.float-L, .card-common .article-main .card.imgExperience .card-img.float-R {
    width: 100%;
  }
}
.card-common .article-main .card.imgExperience .card-img.float-L ~ .card-text, .card-common .article-main .card.imgExperience .card-img.float-R ~ .card-text {
  padding-top: 0;
}
.card-common .article-main .card.imgExperience .flex-direction-nav {
  width: 100% !important;
  margin-top: 0;
}
.card-common .article-center {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
}
.card-common .article-right {
  margin-left: 60px;
  width: 300px;
  float: right;
}
.card-common .article-right .card ~ .card {
  margin: 0 0 35px;
}
@media only screen and (max-width: 580px) {
  .card-common .article-right, .card-common .article-left {
    width: 100%;
    margin-left: 0;
  }
}
.card-common .article-right .card, .card-common .article-left .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 2;
}
.card-common .article-right .card-datetime .card-date, .card-common .article-left .card-datetime .card-date {
  font-size: 2.4rem;
  letter-spacing: -1px;
  line-height: 1;
}
.card-common .article-right .card-datetime .card-date .year, .card-common .article-left .card-datetime .card-date .year {
  line-height: 1;
  font-size: 1.5rem;
  color: #9e9e9e;
  margin-bottom: 3px;
}
.card-common .article-right .card-datetime .card-date > span:not(.week), .card-common .article-left .card-datetime .card-date > span:not(.week) {
  margin: 0 5px;
}
.card-common .article-right .card-datetime .card-date > .week, .card-common .article-left .card-datetime .card-date > .week {
  font-size: 1.2rem;
  letter-spacing: 0px;
  margin-left: 3px;
  line-height: 1;
  vertical-align: middle;
  color: #9e9e9e;
}
.card-common .article-right .card-datetime .card-time, .card-common .article-left .card-datetime .card-time {
  font-size: 1.6rem;
  margin-left: 1px;
  letter-spacing: 0px;
  margin-top: 2px;
}
.card-common .article-right .card-datetime > div:not(.card-time), .card-common .article-right .card-datetime:not(.multiple) > div, .card-common .article-left .card-datetime > div:not(.card-time), .card-common .article-left .card-datetime:not(.multiple) > div {
  display: inline-block;
}
.card-common .article-right .card-datetime > div:not(.card-time) .card-time, .card-common .article-right .card-datetime:not(.multiple) > div .card-time, .card-common .article-left .card-datetime > div:not(.card-time) .card-time, .card-common .article-left .card-datetime:not(.multiple) > div .card-time {
  margin-left: 5px;
  vertical-align: bottom;
}
.card-common .article-title {
  width: 100%;
  font-size: 3.4rem;
  color: #222222;
  letter-spacing: 1px;
  text-align: center;
}
.card-common .article-title.page {
  text-align: left;
  float: left;
}
.card-common .article-title.page ~ .article-sub-title {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.card-common .article-title.page + .card {
  margin-top: 40px;
}
.card-common .article-sub-title {
  font-size: 2.8rem;
  color: #3e3e3e;
}
.card-common .article-set-title {
  font-size: 1.6rem;
}
.card-common .article-set-title > span {
  display: inline-block;
  background-color: transparent;
}
.card-common .article-set-title > span a {
  color: #9e9e9e;
}
.card-common .article-set-title > span::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #9e9e9e;
}
.card-common .article-set-title > span[data-color] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color] a {
  color: #9e9e9e;
}
.card-common .article-set-title > span[data-color]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #9e9e9e;
}
.card-common .article-set-title > span[data-color=red] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=red] a {
  color: #FF1744;
}
.card-common .article-set-title > span[data-color=red]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #FF1744;
}
.card-common .article-set-title > span[data-color=orange] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=orange] a {
  color: #ef6c00;
}
.card-common .article-set-title > span[data-color=orange]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #ef6c00;
}
.card-common .article-set-title > span[data-color=yellow] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=yellow] a {
  color: #fdd835;
}
.card-common .article-set-title > span[data-color=yellow]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #fdd835;
}
.card-common .article-set-title > span[data-color=green] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=green] a {
  color: #43A047;
}
.card-common .article-set-title > span[data-color=green]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #43A047;
}
.card-common .article-set-title > span[data-color=light-green] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=light-green] a {
  color: #8bc34a;
}
.card-common .article-set-title > span[data-color=light-green]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #8bc34a;
}
.card-common .article-set-title > span[data-color=blue] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=blue] a {
  color: #2196F3;
}
.card-common .article-set-title > span[data-color=blue]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #2196F3;
}
.card-common .article-set-title > span[data-color=teal] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=teal] a {
  color: #009688;
}
.card-common .article-set-title > span[data-color=teal]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #009688;
}
.card-common .article-set-title > span[data-color=deep-purple] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=deep-purple] a {
  color: #673ab7;
}
.card-common .article-set-title > span[data-color=deep-purple]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #673ab7;
}
.card-common .article-set-title > span[data-color=gold] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=gold] a {
  color: #ac7224;
}
.card-common .article-set-title > span[data-color=gold]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #ac7224;
}
.card-common .article-set-title > span[data-color=light-grey] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=light-grey] a {
  color: #bdbdbd;
}
.card-common .article-set-title > span[data-color=light-grey]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #bdbdbd;
}
.card-common .article-set-title > span[data-color=grey] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=grey] a {
  color: #616161;
}
.card-common .article-set-title > span[data-color=grey]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #616161;
}
.card-common .article-set-title > span[data-color=black] {
  background-color: transparent;
}
.card-common .article-set-title > span[data-color=black] a {
  color: #000000;
}
.card-common .article-set-title > span[data-color=black]::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto 0;
  height: 2px;
  background-color: #000000;
}
.card-common .article-set-title > span ~ span {
  margin-left: 10px;
}
.card-common .article-set-title a {
  color: #3e3e3e;
}
.card-common .article-set-title ~ .article-title {
  margin-top: 8px;
}
.card-common .card, .card-common .card-box, .card-common .copyright, .card-common .comment, .card-common .recommend {
  float: left;
  width: 100%;
}
.card-common .type-img {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.card-common ul.download {
  font-size: 1.6rem;
}
.card-common ul.download > li > a {
  text-decoration: none;
  color: #000000;
}
.card-common ul.download > li:hover {
  opacity: 0.6;
}
.card-common ul.download > li i {
  margin-right: 5px;
  font-size: 2.3rem;
  float: left;
  margin-right: 8px;
}
.card-common ul.download > li ~ li {
  margin-top: 15px;
}
.card-common .copyright {
  font-size: 1.3rem;
  margin-top: 60px;
  padding: 30px 0px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
.card-common .comment-title, .card-common .recommend-title {
  color: #000000;
  padding-bottom: 2px;
  margin-bottom: 17px;
  border-bottom: 1px solid #dddddd;
}
.card-common .comment ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card-common .comment li {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
}
.card-common .comment .userImg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  background-color: #dddddd;
  line-height: 40px;
}
.card-common .comment .userImg > i {
  font-size: 4rem;
}
.card-common .comment .userImg > img {
  width: 100%;
  height: 100%;
  display: block;
}
.card-common .comment .time {
  color: #787878;
  font-size: 1.2rem;
  float: right;
  padding-top: 12px;
}
.card-common .comment .userName {
  color: #454545;
  font-size: 1.3rem;
  margin-left: 50px;
  padding-top: 12px;
}
.card-common .comment .content {
  margin-top: 5px;
  margin-left: 50px;
}
.card-common .comment .good {
  margin-left: 50px;
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 14px;
  vertical-align: middle;
}
.card-common .comment .good > i {
  font-size: 1.6rem;
}
.card-common .comment .good span {
  margin-left: 2px;
}
.card-common .comment .childreply {
  position: relative;
  top: 4px;
}
.card-common .comment .commentBtn, .card-common .comment .replyCommentBtn {
  display: block;
  color: #999999;
  text-align: center;
  width: 64px;
  height: 64px;
  background-color: #f7f7f7;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #dedede;
  margin: 20px auto 10px;
  cursor: pointer;
}
.card-common .comment .commentBtn > i, .card-common .comment .replyCommentBtn > i {
  font-size: 2rem;
  padding: 5px;
}
.card-common .comment .commentBtn > span, .card-common .comment .replyCommentBtn > span {
  font-size: 1.3rem;
  display: block;
}
.card-common .comment .commentBtn:hover, .card-common .comment .replyCommentBtn:hover {
  color: #ffffff;
  background-color: #454545;
  border: 1px solid #666666;
}
.card-common .comment .reply-comment {
  margin-left: 4rem;
}
.card-common .comment .reply-comment li {
  border-bottom: none;
}
.card-common .comment .comment-edit {
  padding: 0px 20px 20px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
  border-bottom: none;
}
.card-common .comment .comment-edit .comment-content {
  margin-left: 0;
}
.card-common .comment .comment-edit .userName {
  margin-left: 0px;
  padding-top: 0px;
}
.card-common .comment .comment-edit .content {
  margin-top: 0px;
  margin-left: 0px;
}
.card-common .comment textarea.materialize-textarea {
  height: 10px;
}
.card-common .recommend {
  margin-top: 30px;
}
.card-common .recommend .card-img-box a {
  padding-bottom: 56.25%;
  overflow: hidden;
}
.card-common .recommend .card-img-box a img {
  position: absolute;
  top: 50%;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.card-common .recommend .card-img-box a .card-img-content {
  opacity: 1;
  background-color: transparent;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.card-common .recommend .card-img-box a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.card-common .recommend .card-img-box a:hover .card-img-content {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.card-common .recommend .card-img-box:focus .card-text-name, .card-common .recommend .card-img-box:active .card-text-name, .card-common .recommend .card-img-box:hover .card-text-name {
  color: #3e3e3e;
}
.card-common .recommend .card-img-box:focus .card-text-name a, .card-common .recommend .card-img-box:active .card-text-name a, .card-common .recommend .card-img-box:hover .card-text-name a {
  color: #3e3e3e;
}
.card-common .visible_item {
  display: none;
}
.card-common #showMore {
  margin-bottom: 40px;
}
.card-common .hasVideo {
  position: relative;
}
.card-common .hasVideo::after {
  content: "\ea38";
  font-size: 3.2rem;
  color: #ffffff;
  display: inline-block;
  width: 38px;
  height: 40px;
  text-align: center;
  line-height: 41px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  font-family: "FontCCwork";
  padding-left: 2px;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -19px;
  opacity: 0.8;
}
.card-common .instagram-media {
  position: relative !important;
}
@media only screen and (max-width: 580px) {
  .card-common .instagram-media {
    max-width: 100% !important;
  }
}

.card-CustomAward[data-style="1"] {
  width: 100%;
}
.card-CustomAward[data-style="1"] ul.forms .title,
.card-CustomAward[data-style="1"] [type=radio] ~ label {
  font-family: "Noto Sans TC";
  font-size: 1.6rem;
  line-height: 144%;
  letter-spacing: 0.03em;
}
.card-CustomAward[data-style="1"] .alert.transparent {
  font-family: "Noto Sans TC";
  font-size: 1.6rem;
  line-height: 144%;
  color: #949494;
}
.card-CustomAward[data-style="1"].card-common {
  margin: 0;
}
.card-CustomAward[data-style="1"].card-common .alert-red {
  font-size: 1.2rem;
  font-weight: 700;
}
.card-CustomAward[data-style="1"].card-common .article-title {
  padding-bottom: 20px;
  float: none;
  text-align: center;
  font-size: 2.88rem;
  font-weight: 700;
  font-family: "Noto Sans TC";
  line-height: 1;
}
.card-CustomAward[data-style="1"].card-common .article-title > div {
  font-weight: 700;
  font-size: 3.84rem;
  line-height: 58px;
  text-align: center;
  color: #f998c7;
  font-family: "Montserrat";
}
@media only screen and (max-width: 580px) {
  .card-CustomAward[data-style="1"] ul.forms {
    padding: 0 !important;
  }
}
.card-CustomAward[data-style="1"] ul.forms span:not(.required) {
  margin-left: 0;
}
.card-CustomAward[data-style="1"] ul.forms > li [class*=col-] [class*=col-] {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"] ul.forms > li [class*=col-] [class*=col-] {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"] ul.forms > li [class*=col-] [class*=col-]:last-child {
    margin-bottom: 0;
  }
}
.card-CustomAward[data-style="1"] .input-opinion {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-CustomAward[data-style="1"] .team-box {
  position: relative;
  padding: 18px 20px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
}
.card-CustomAward[data-style="1"] .team-box .col-4 {
  margin-right: -3px;
}
.card-CustomAward[data-style="1"] .team-box .data-del {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 2.4rem;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 2px;
  color: #000000;
}
.card-CustomAward[data-style="1"] .team-box .data-del:focus, .card-CustomAward[data-style="1"] .team-box .data-del:active, .card-CustomAward[data-style="1"] .team-box .data-del:hover {
  color: #D32F2F;
}
.card-CustomAward[data-style="1"] .control-bar > div {
  width: 944px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1179px) {
  .card-CustomAward[data-style="1"] .control-bar > div {
    width: 90%;
  }
}
@media only screen and (max-width: 580px) {
  .card-CustomAward[data-style="1"] .control-bar > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card-CustomAward[data-style="1"] .control-bar > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 580px) {
  .card-CustomAward[data-style="1"] .control-bar > div > div {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.card-CustomAward[data-style="1"] .control-bar > div > div ~ a {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 580px) {
  .card-CustomAward[data-style="1"] .control-bar > div > div ~ a {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.card-CustomAward[data-style="1"] .control-bar > div > a {
  font-weight: 600;
}
.card-CustomAward[data-style="1"] .control-bar > div > a > .cc {
  font-weight: 700;
}
@media (min-width: 580px) {
  .card-CustomAward[data-style="1"] .control-bar > div > a {
    font-family: "Noto Sans TC";
    font-size: 2.56rem;
    line-height: 144%;
    width: 100%;
    max-width: 198.4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.card-CustomAward[data-style="1"] .control-bar > div > a ~ a {
  margin-right: 0;
  margin-left: auto;
}
.card-CustomAward[data-style="1"] .control-bar .bar-item {
  padding-top: 11px;
  margin-right: 15px;
  border-bottom: none;
}
@media only screen and (max-width: 430px) {
  .card-CustomAward[data-style="1"] .control-bar .bar-item {
    width: 100%;
    float: left !important;
    margin-bottom: 15px;
    border-top: 1px solid #cccccc;
    padding: 10px 20px 0;
  }
}
.card-CustomAward[data-style="1"] .control-bar .bar-item #divcaptcha {
  position: relative;
}
.card-CustomAward[data-style="1"] .control-bar .bar-item #divcaptcha .captcha {
  float: right;
  position: relative;
}
.card-CustomAward[data-style="1"] .control-bar .bar-item #divcaptcha .captcha img {
  max-width: 90px;
}
.card-CustomAward[data-style="1"] .control-bar .bar-item #divcaptcha .input-field {
  float: left;
  margin-top: 0;
  margin-right: 10px;
}
.card-CustomAward[data-style="1"] .control-bar .bar-item input:not([type]), .card-CustomAward[data-style="1"] .control-bar .bar-item input[type=text] {
  padding-right: 0 !important;
  max-width: 100px;
  height: 30px;
  margin-bottom: 0;
}
.card-CustomAward[data-style="1"] #divcaptcha {
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .card-CustomAward[data-style="1"] #divcaptcha {
    margin-left: unset;
  }
}
.card-CustomAward[data-style="1"] #divcaptcha .input-field {
  margin-top: 0;
}
.card-CustomAward[data-style="1"] .article-content {
  width: 100%;
  clear: both;
  margin-top: 20px;
  min-height: 420px;
}
@media only screen and (max-width: 430px) {
  .card-CustomAward[data-style="1"] .article-content .openSliderCalendar {
    display: inline-block;
    margin-top: 3px;
  }
}
.card-CustomAward[data-style="1"] .article-content .add-title-mobile {
  display: none;
}
@media only screen and (max-width: 430px) {
  .card-CustomAward[data-style="1"] .article-content .add-title-mobile {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 4px;
  }
}
.card-CustomAward[data-style="1"] .article-content .card-datetime ~ .card-text-info {
  margin-top: 10px;
}
.card-CustomAward[data-style="1"] .article-content .card-datetime .card-calendar {
  display: none;
}
.card-CustomAward[data-style="1"] .article-content .card-datetime .card-calendar > a {
  display: block;
}
.card-CustomAward[data-style="1"] .article-content .card-datetime .card-calendar > a > i.cc {
  margin-top: 4px;
}
.card-CustomAward[data-style="1"] .article-content .card-img {
  width: 100%;
  float: left;
  padding-bottom: 50%;
  margin-right: 2%;
}
@media only screen and (max-width: 430px) {
  .card-CustomAward[data-style="1"] .article-content .card-img {
    width: 100%;
    padding-bottom: 75%;
    float: none;
    margin-right: 0;
  }
}
.card-CustomAward[data-style="1"] .article-content .line-through {
  position: relative;
}
.card-CustomAward[data-style="1"] .article-content .line-through::before {
  width: 100%;
  height: 1px;
  background: #F44336;
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.card-CustomAward[data-style="1"] .article-content .pay-event > div {
  margin-bottom: 25px;
}
.card-CustomAward[data-style="1"] .article-content .pay-event > div img {
  height: auto;
}
.card-CustomAward[data-style="1"] .article-content .pay-event > div [type=checkbox] ~ label::before {
  border-color: transparent;
}
.card-CustomAward[data-style="1"] .article-content .pay-event > div [type=checkbox]:checked ~ label::before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
}
.card-CustomAward[data-style="1"] .article-content .invoice-box > div {
  vertical-align: top;
}
.card-CustomAward[data-style="1"] .article-content #invoice-setting {
  display: none;
}
.card-CustomAward[data-style="1"] ul.forms img {
  height: 150px;
}
.card-CustomAward[data-style="1"] ul.forms .text-value img {
  height: auto;
}
.card-CustomAward[data-style="1"] ul.forms > ul, .card-CustomAward[data-style="1"] ul.forms li {
  list-style: none;
}
.card-CustomAward[data-style="1"] .article-center {
  position: relative;
  overflow: visible;
  padding-bottom: 52px;
  width: 80%;
  margin: 0 auto;
  float: none;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"] .article-center {
    width: 90%;
  }
}
.card-CustomAward[data-style="1"] .article-center .card-text-name {
  font-size: 1.8rem;
}
.card-CustomAward[data-style="1"] .article-center .card-text-info {
  font-size: 1.5rem;
}
.card-CustomAward[data-style="1"] .article-center .rule {
  font-size: 1.8rem;
  color: #222222;
  margin: 20px 0;
}
.card-CustomAward[data-style="1"] .article-center .rule > .title {
  margin: 4px 0;
}
.card-CustomAward[data-style="1"] .article-center .rule ol {
  font-size: 1.8rem;
  color: #999999;
  -webkit-padding-start: 40px;
  list-style-type: disc;
}
.card-CustomAward[data-style="1"] .article-center .rule ol.r-style-number {
  list-style-type: decimal;
}
.card-CustomAward[data-style="1"] .article-center .rule ol > span {
  margin-left: -40px;
}
.card-CustomAward[data-style="1"] .article-center .rule ol.m-T {
  margin-top: 30px;
}
.card-CustomAward[data-style="1"] .article-center .rule ol > li.none-Style {
  list-style-type: none;
}
.card-CustomAward[data-style="1"] .ApplicationDate {
  position: absolute;
  right: 0;
  font-size: 1.3rem;
  color: #9e9e9e;
}
@media only screen and (max-width: 430px) {
  .card-CustomAward[data-style="1"] .control-bar [class*=btn-].prev.transparent {
    padding: 11px 20px;
  }
}
.card-CustomAward[data-style="1"] .control-bar > div > .float-L:not(.bar-item) {
  float: left !important;
}
.card-CustomAward[data-style="1"] .control-bar > div > .bar-item.float-L {
  padding-left: 20px;
}
@media only screen and (max-width: 430px) {
  .card-CustomAward[data-style="1"] .control-bar > div > .bar-item.float-L {
    padding: 9px 5%;
    border-bottom: 1px solid #dfe8d3;
  }
}
.card-CustomAward[data-style="1"] .control-bar > div > .bar-item.float-L ~ .float-L {
  margin-top: 13px;
}
.card-CustomAward[data-style="1"] .control-bar #divauthCode input {
  margin: 0;
}
.card-CustomAward[data-style="1"] .award-step {
  width: 100%;
}
.card-CustomAward[data-style="1"] .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"] .steps {
    margin-top: 40px;
    margin-bottom: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
  }
}
.card-CustomAward[data-style="1"] .steps > li {
  text-align: center;
  list-style: none;
  position: relative;
  white-space: nowrap;
  width: 96px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-CustomAward[data-style="1"] .steps > li::before {
  content: " ";
  width: 100%;
  border: 0.5px solid #D9D9D9;
  display: block;
  position: absolute;
  top: 10px;
  left: 49%;
}
.card-CustomAward[data-style="1"] .steps > li:last-child::before {
  display: none;
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"] .steps > li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .card-CustomAward[data-style="1"] .steps > li::before {
    width: calc(100% + 24px);
  }
}
.card-CustomAward[data-style="1"] .steps > li.step--finish::before {
  border: 1px solid #D9D9D9;
}
.card-CustomAward[data-style="1"] .steps > li.step--finish .step__icon {
  width: 26px;
  height: 26px;
  -webkit-transform: scale(0.65) translateY(-3px);
      -ms-transform: scale(0.65) translateY(-3px);
          transform: scale(0.65) translateY(-3px);
  border-radius: 100%;
  border: none;
  background-color: #4D4D49;
}
.card-CustomAward[data-style="1"] .steps > li.step--finish .step__icon::after {
  background-color: #4D4D49;
}
.card-CustomAward[data-style="1"] .steps > li.step--finish .step__label {
  color: #4D4D49;
}
.card-CustomAward[data-style="1"] .steps .step__label {
  margin-top: 15px;
  display: block;
  color: #f998c7;
  font-weight: bold;
  font-size: 1.92rem;
}
@media only screen and (max-width: 430px) {
  .card-CustomAward[data-style="1"] .steps .step__label {
    font-size: 1.4rem;
  }
}
.card-CustomAward[data-style="1"] .steps .step__icon {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: block;
  border: 3px solid #f998c7;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
}
.card-CustomAward[data-style="1"] .steps .step__icon::after {
  content: "";
  display: block;
  background-color: #f998c7;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -7px;
}
.card-CustomAward[data-style="1"] .steps .step--finish .step__icon {
  background-color: #ffffff;
}
.card-CustomAward[data-style="1"] .steps .step--inactive .step__icon {
  border-radius: 0;
  width: 26px;
  height: 26px;
  -webkit-transform: scale(0.65) translateY(-3px);
      -ms-transform: scale(0.65) translateY(-3px);
          transform: scale(0.65) translateY(-3px);
  border-radius: 100%;
  border: none;
  background-color: #D9D9D9;
}
.card-CustomAward[data-style="1"] .steps .step--inactive .step__icon::after {
  display: none;
}
.card-CustomAward[data-style="1"] .steps .step--inactive .step__label {
  color: #ABB3B5;
}
@media only screen and (max-width: 580px) {
  .card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-items-list {
    margin: 15px 0;
  }
}
.card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-items-list li.fileuploader-item {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  cursor: default;
}
.card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-items-list .actions-holder {
  width: 50%;
  margin-left: 0;
}
@media only screen and (max-width: 580px) {
  .card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-items-list .actions-holder {
    width: 26px;
    height: 26px;
    border-radius: 0;
    text-align: center;
    right: 0;
    left: auto;
  }
}
.card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-items-list .work-info {
  width: 50%;
  z-index: 1;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-items-list .work-info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
  height: 250px;
  background-color: #eeeeee;
}
.card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 580px) {
  .card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-item-inner {
    display: block;
  }
}
.card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-item-inner .thumbnail-holder {
  width: 50%;
  margin-left: 0;
}
@media only screen and (max-width: 580px) {
  .card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-item-inner .thumbnail-holder {
    width: 100%;
  }
}
.card-CustomAward[data-style="1"] .work-img .fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image img {
  height: auto;
  max-height: 200px;
}
.card-CustomAward[data-style="1"] .work-img .fileuploader-input {
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"] .work-img .fileuploader-input {
    display: block;
  }
}
.card-CustomAward[data-style="1"] .work-img .fileuploader-input .fileuploader-input-inner {
  background-color: #f2f2f2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card-CustomAward[data-style="1"] .work-img .fileuploader-input .fileuploader-input-inner ~ .col-2 {
  padding-left: 20px;
  background-color: #ffffff;
}
.card-CustomAward[data-style="1"] #videoTypeBox-custom .fileuploader.fileuploader-theme-thumbnails {
  margin-top: 0;
}
.card-CustomAward[data-style="1"] #videoTypeBox-custom .fileuploader.fileuploader-theme-thumbnails .singleImg.video .actions-holder {
  z-index: 100;
}
.card-CustomAward[data-style="1"].check-form ul.forms .title {
  color: #999999;
}
.card-CustomAward[data-style="1"].check-form ul.forms .text-value > span {
  color: #999999;
}
.card-CustomAward[data-style="1"].check-form ul.forms a, .card-CustomAward[data-style="1"].check-form ul.forms a:link, .card-CustomAward[data-style="1"].check-form ul.forms a:visited {
  color: #027c7d;
}
.card-CustomAward[data-style="1"].check-form ul.forms a:focus, .card-CustomAward[data-style="1"].check-form ul.forms a:active, .card-CustomAward[data-style="1"].check-form ul.forms a:hover {
  color: #027c7d;
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"].check-form ul.forms > li .work-img > .col-3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"].check-form ul.forms > li .work-img > .col-3-partner > [class*=col-] {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"].check-form ul.forms > li .work-video .col-2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"].check-form ul.forms > li .work-video .col-2.m-T-12 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"].check-form ul.forms > li .work-video .col-2.m-T-12 > [class*=col-] {
    margin-bottom: 0;
  }
}
.card-CustomAward[data-style="1"].search .article-title {
  margin: 80px auto 0;
}
@media only screen and (max-width: 800px) {
  .card-CustomAward[data-style="1"].search .article-title {
    margin: 40px auto 0;
  }
}
.card-CustomAward[data-style="1"].search .login-box.small {
  width: 60%;
  margin: auto;
  max-width: 500px;
}
@media only screen and (max-width: 1024px) {
  .card-CustomAward[data-style="1"].search .login-box.small {
    width: 80%;
  }
}
@media only screen and (max-width: 430px) {
  .card-CustomAward[data-style="1"].search .login-box.small {
    width: 100%;
  }
}
.card-CustomAward[data-style="1"].search #divcaptcha img {
  height: unset;
}
.card-CustomAward[data-style="1"].search .article-content {
  margin: 0 auto;
}
.card-CustomAward[data-style="1"].search ul.forms {
  margin: 0;
}
.card-CustomAward[data-style="1"].search ul.forms .title.inline ~ .input-field.inline,
.card-CustomAward[data-style="1"].search ul.forms .title.inline ~ .text-value.inline {
  vertical-align: unset;
}
.card-CustomAward[data-style="1"].search ul.forms > li [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.card-CustomAward[data-style="1"].search ul.forms .title {
  color: #000000;
  font-size: 1.6rem;
}
.card-CustomAward[data-style="1"].search ul.forms .text-value {
  color: #424242;
}
.card-CustomAward[data-style="1"].search ul.forms .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: none;
}
.card-CustomAward[data-style="1"].search ul.forms .button-group > div:last-child a {
  margin-right: 0;
}
.card-CustomAward[data-style="1"].search ul.forms [class*=btn-] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.card-CustomAward[data-style="1"].search ul.forms [class*=btn-]:hover, .card-CustomAward[data-style="1"].search ul.forms [class*=btn-]:focus {
  background: #616161;
  color: #ffffff;
}
@media only screen and (max-width: 580px) {
  .card-CustomAward[data-style="1"].search ul.forms [class*=btn-] {
    padding: 0.8rem 1rem;
  }
}

@media only screen and (max-width: 800px) {
  [zonelayout=h-c1-s1001] {
    margin-bottom: 46px;
  }
}