@charset "UTF-8";
/** background image file **/
/** benefits background image file **/
/** vip icon background image file **/
/** benefit channel background image file **/
/** hyperlinks anchor **/
/** buttons red **/
/** buttons red in header **/
/** buttons blue **/
/** green **/
/** buttons blink yellow **/
/** other **/
/**  header **/
/** 回饋標示 **/
/**main nav**/
/*query nav*/
/*reputation*/
/** touch **/
/** blm **/
/**
 * respond( $a [ ,$b ] )
 * Generate media quereis string
 *
 * @include respond( 0, 799 ) {}    // <=800  (0~800)
 * @include respond( 800, 1199 ) {} // 800~1199
 * @include respond( 1200 ) {}      // >=1200
 */
/**
 * Cozy Layout ( 1440+ )
 */
/**
 * Cozy Layout ( 0~1280 )
 */
/**
 * Compact Layout ( 0~1280 )
 */
/**
 * Compact Layout ( 0~1154 )
 */
/**
 * pad Layout ( 0~992 )
 */
/**
 * Mobile Layout ( 0~980 )
 */
/**
 * Mobile Layout ( 0~768 )
 */
/**
 * Mobile Layout ( 0~680 )
 */
/**
 * Mobile Layout ( 0~640 )
 */
/**
 * Mobile Layout ( 0~480 )
 */
/**
 * Mobile Layout ( 0~414 )
 */
/**
 * Mobile Layout ( 0~390 )
 */
/**
 * Mobile Layout ( 0~375 )
 */
/**
 * Mobile Layout ( 0~320 )
 */
/**
 * Box-sizing
 */
/**
 * clearfix
 */
/**
 * font-family
 */
/**
 * hide text
 */
/**
 * border-radius
 */
/**
 * box-shadow
 */
/**
 * background-gradient
 */
/**
 * columns
 */
/**
 * Opacity
 */
/**
 * other minins by yougi
 */
/**
 * <div class="cover">
 *   <img/>
 * </div>
 * <p class="title">
 *   <strong>TITLE</strong>
 * </p>
 * <div class="info">
 * </div>
 * <p class="tel"></p>
 * <p class="addr"></p>
 */
/**
 * benefit background
 */
/**
 * benefit background2
 */
/**
 * vip icon background
 */
/**
 * vip icon background2
 */
/**
 * benefit channel background
 */
/**
 * benefit channel background2
 */
/**
 * background
 */
/**
 * background2
 */
/**
 * background-image
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
body {
  padding: 0;
  margin: 0;
  background-color: #EFEFEF !important;
  font-family: 'Noto Sans TC', 'PingFang TC', 'Heiti TC', '微軟正黑體', sans-serif;
}

.had_bg {
  z-index: 20;
  width: 100%;
  position: fixed;
  padding: 10px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.had_wrap {
  max-width: 90%;
  margin: 0 auto;
}
.had_wrap {
  zoom: 1;
}
.had_wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.logo {
  float: left;
  width: 200px;
}
.logo img {
  width: 100%;
}

.pull-right {
  float: right;
  margin-top: 10px;
}
.pull-right a {
  color: #ffffff;
}
.pull-right a:hover {
  color: #6C65D9;
  text-decoration: none !important;
  cursor: pointer !important;
}
.pull-right li {
  display: inline-block;
  font-size: 1rem;
  margin-right: 2rem;
  color: #ffffff;
  font-weight: bolder;
}

.list-inline {
  display: inline-block;
  vertical-align: middle;
}

.login_bg {
  background-color: #6C65D9;
  padding: 8px 20px;
  color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
}
.login_bg li {
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  color: #ffffff;
  font-weight: bolder;
}
.login_bg i {
  font-size: 1.2rem;
}
.login_bg a {
  color: #FFFFFF;
}
.login_bg a:hover {
  color: #FFFFFF !important;
  text-decoration: underline !important;
}

.m_menuicon {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  background-color: #3B3B3B;
  padding: 2px 19px;
  cursor: pointer;
  width: 74px;
}
.m_menuicon img {
  width: 100%;
  vertical-align: middle;
}

.swiper-container {
  width: 100vw;
}
.swiper-container img {
  width: 100%;
}

.banner_wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.banner_wrap.index {
  height: 44vw;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px)) !important;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
}

.swiper-pagination-bullet-active {
  background-color: #6c65d9 !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #6c65d9 !important;
}

.bnimg {
  width: 100%;
  height: 44vw;
  overflow: hidden;
  background-size: contain;
  background-image: url("../images/banner01.jpg");
  background-position: center center;
  padding-bottom: 44%;
}
.bnimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bnimg video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bn1 {
  background-size: contain;
  background-position: center center;
  padding-bottom: 44%;
}

.bn2 {
  background-size: cover;
  background-image: url("../images/banner01.jpg");
  background-position: center center;
  padding-bottom: 44%;
}

.bn3 {
  background-size: cover;
  background-image: url("../images/banner01.jpg");
  background-position: center center;
  padding-bottom: 44%;
}

.bn4 {
  background-size: cover;
  background-image: url("../images/banner01.jpg");
  background-position: center center;
  padding-bottom: 44%;
}

footer {
  background-color: #3B3B3B;
}

.footer_wrapper {
  width: 70%;
  margin: 0 auto;
  padding: 5vh 0;
}

.footer_logo {
  width: 27rem;
}
.footer_logo img {
  width: 100%;
}

.mg_top {
  margin-top: 5vh;
}

.dp_gray {
  color: #B1B1B1 !important;
}

.co_row {
  margin-right: 0px;
  margin-left: 0px;
}

.cp_mt {
  margin-top: 20px;
}

.ft_map {
  width: 21rem;
}
.ft_map img {
  width: 100%;
}

.copyright_p {
  display: inline-block;
  color: #ffffff;
}

.copy_line {
  display: inline-block;
  margin: 0 10px;
  color: #676767;
}

.topline {
  border-top: 1px solid #676767;
  padding-top: 10px;
  margin-top: 20px;
}

.mail_box {
  width: 40px;
  height: 40px;
  padding-top: 8px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.mail_p {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

.index_wrapper {
  width: 1280px;
  margin: 10vh auto;
  position: relative;
  z-index: 10;
}

.membership_wrapper {
  width: 1100px;
  margin: 5vh auto;
  position: relative;
  z-index: 1;
}

.profile_wrapper {
  width: 1100px;
  margin: 2vh auto;
  position: relative;
  z-index: 1;
}

.content_wrapper {
  width: 1280px;
  margin: 0vh auto;
}

.public_wrapper {
  width: 1280px;
  margin: 0 auto;
}

.bread_wrapper {
  width: 1280px;
  margin: 0 auto;
  margin-top: 13px;
}

.dwonload_wrapper {
  width: 960px;
  margin: 10vh auto;
}

.form_wrapper {
  width: 500px;
  margin: 10vh auto;
}

.mum_wrapper {
  width: 620px;
  margin: 10vh auto;
}

.his_wrapper {
  width: 750px;
  margin: 0 auto;
}

.shed_wrapper {
  width: 1280px;
  margin: 0 auto;
  padding: 12vh 0;
}

.title_font {
  font-size: 2.3rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #353535;
  font-family: 'Noto Sans TC', sans-serif;
}

.title_icon {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.title_icon img {
  width: 100%;
}

.tit_center {
  text-align: center;
}

.team_logo_bg {
  background-image: url("../images/se.jpg");
  width: 100%;
  background-size: cover;
}

.team_inside_pd {
  padding: 10vh 0;
}

.team_logo_box {
  text-align: center;
}

.Task_icon {
  border-radius: 100%;
  background-color: #ffffff;
  width: 12rem;
  height: 12rem;
  padding: 3rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.Task_icon img {
  width: 100%;
}

.task_box {
  width: 80%;
  margin: 0 auto;
}

.task_name {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 900;
  color: #353535;
}

.task_p {
  font-size: 1rem;
  text-align: center;
  color: #595959;
}

.task_mb {
  margin-bottom: 30px;
}

.title_box {
  margin-bottom: 5vh;
}
.title_box.pubtitle {
  margin-bottom: 0;
  padding-top: 5vh;
}

.texter_bg {
  background-image: url("../images/bgbg2.jpg");
  width: 100%;
  background-repeat: repeat-x;
}

.left_exe {
  position: absolute;
  top: 150vh;
  left: 0;
  width: 16vw;
}
.left_exe img {
  width: 100%;
}

.right_exe {
  position: absolute;
  top: 130vh;
  right: 0;
  width: 16vw;
}
.right_exe img {
  width: 100%;
}

.left_exe3 {
  position: absolute;
  top: 90vh;
  left: 0;
  width: 16vw;
  z-index: 1;
}
.left_exe3 img {
  width: 100%;
}

.right_exe4 {
  position: absolute;
  top: 50vh;
  right: 0;
  width: 16vw;
}
.right_exe4 img {
  width: 100%;
}

.tm_logo {
  width: 200px;
  margin: 0 20px;
  display: inline-block;
}
.tm_logo img {
  width: 100%;
}

.ft_pic {
  width: 100%;
  margin-bottom: 10vh;
}
.ft_pic img {
  width: 100%;
}

.ft_pic_M {
  display: none;
  width: 100%;
  margin-bottom: 10vh;
}
.ft_pic_M img {
  width: 100%;
}

.new_btn {
  display: inline-block;
  padding: 8px 24px;
  background-color: #FFFFFF;
  border-radius: 50px;
  border: 1px solid #6C65D9;
  color: #6C65D9;
  cursor: pointer;
}
.new_btn.active {
  background-color: #6C65D9;
  color: #ffffff;
}

.new_picture {
  width: 100%;
  padding-bottom: 66.25%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.columnarticle_picture {
  width: 100%;
  border-radius: 20px;
  padding-bottom: 66.25%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.forums_picture {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66.25%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.training_picture {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.news_issiue {
  margin-bottom: 40px;
}

.news_Bg {
  background-color: #ffffff;
  -webkit-filter: drop-shadow(2px 4px 13px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 4px 13px rgba(0, 0, 0, 0.2));
}

.training_Bg {
  border-radius: 20px;
  background-color: #ffffff;
}

.ns_pd {
  padding: 20px;
}

.foru_pd {
  padding: 10px;
}

.news_name {
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.trac_name {
  font-size: 1.2rem;
  color: 393939;
  margin-bottom: 10px;
}

.trac_li li {
  font-size: 0.9rem;
  color: #747474;
}

.visit_name {
  font-size: 1.5rem;
  color: 393939;
  font-weight: 800;
  margin-bottom: 20px;
}

.courses_name {
  font-size: 1.5rem;
  color: #393939;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 20px;
}

.news_date {
  color: #9A9A9A;
}

.news_group {
  margin-bottom: 20vh;
}

.assort_btn {
  background-color: #6C65D9;
  color: #ffffff;
  padding: 4px 16px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 50px;
}

.sh_dow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -10px 73px 0px inset;
}

.news_for_a a {
  color: #393939;
}
.news_for_a a:hover {
  color: #6C65D9;
  text-decoration: none !important;
}

.footer_for_a a {
  color: #ffffff;
}
.footer_for_a a:hover {
  color: #6C65D9;
  text-decoration: none !important;
}

.morefor_a {
  float: right;
  margin-top: 40px;
}
.morefor_a a {
  color: #6C65D9;
}
.morefor_a a:hover {
  color: #6C65D9;
  text-decoration: none !important;
}

.seemore_news {
  font-size: 1rem;
  font-weight: 800;
  border-bottom: 1px solid #6C65D9;
}

.breadcrumb {
  padding: 0.75rem 0rem;
  background-color: #EFEFEF;
}
.breadcrumb a {
  color: #454545;
}
.breadcrumb a:hover {
  color: #6C65D9;
  text-decoration: none !important;
}
.breadcrumb li {
  font-size: 1rem;
}

.breadcrumb-item.active {
  color: #6C65D9;
}

.blm_whitebg {
  background-image: url("../images/blm_white.png");
  width: 100%;
  padding-bottom: 3%;
  background-size: cover;
  background-position: center center;
}

.about_pic {
  width: 100%;
}
.about_pic img {
  width: 100%;
}

.about_content h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.about_content h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.about_content p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
  color: #595959;
}

.sign_pic {
  width: 200px;
  float: right;
}
.sign_pic img {
  width: 100%;
}

.vision_pic {
  width: 100%;
  border-radius: 0 300px 300px 0;
  overflow: hidden;
}
.vision_pic img {
  width: 100%;
}

.vision_mg {
  margin-bottom: 20vh;
  overflow: hidden;
}

.fue_box {
  width: 80%;
  margin-top: 15vh;
  margin-left: 10vh;
}

.history_banner {
  width: 100%;
  background-size: cover;
  position: absolute;
  height: 95%;
  z-index: -1;
}

.privacy_banner {
  background: #695fd1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #695fd1 1%, #7fcbd5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #695fd1 1%, #7fcbd5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #695fd1 1%, #7fcbd5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#695fd1', endColorstr='#7fcbd5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  padding-bottom: 6%;
  background-size: cover;
  position: relative;
}

.bn_left {
  width: 50%;
}
.bn_left img {
  width: 100%;
  vertical-align: bottom;
}

.bn_title {
  font-size: 3rem;
  color: #ffffff;
  border-left: 2px solid #ffffff;
  padding-left: 20px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 16vw;
}

.side_font {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 900;
  border-right: 1px solid #ffffff;
}

.group_logo {
  width: 100%;
}
.group_logo img {
  width: 100%;
}

.group_box {
  width: 100%;
  border: 1px solid #CACACA;
  background-color: #EFEFEF;
  padding: 0 40px;
}

.gr_font {
  text-align: center;
  font-size: 1rem;
  margin-top: 10px;
}

.gr_mg {
  margin-bottom: 20px;
}

.p-history__list {
  position: relative;
  padding: 2.5rem 0;
}

.p-history__item {
  cursor: pointer;
}

.p-history__item:nth-child(odd) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: left;
}

.p-history__content {
  width: 50%;
}

.p-history__content h3 {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.8rem;
}

.c-list {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  line-height: 30px;
}

.c-list ul {
  text-align: left;
}

.p-history__list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background-color: #E0E0E0;
}

.u-color-secondary {
  color: #ffffff !important;
}

.p-history__item:nth-child(odd) .p-history__content {
  padding: 24px;
  background: #6b6ec3;
  /* Old browsers */
  background: #6b6ec3;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6b6ec3 1%, #75ac8f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6b6ec3 1%, #75ac8f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(175deg, #6b6ec3 1%, #75ac8f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6ec3', endColorstr='#75ac8f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 30px;
  margin-right: -30px;
}

.u-mb-5 {
  margin-bottom: 1.2rem !important;
}

.p-history__item:nth-child(even) .p-history__content {
  padding: 40px;
  background: #6b6ec3;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6b6ec3 1%, #7fcbd5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6b6ec3 1%, #7fcbd5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(175deg, #6b6ec3 1%, #7fcbd5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6ec3', endColorstr='#7fcbd5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 30px;
  margin-left: -30px;
}

.p-history__item:nth-child(even) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: right;
}

.p-history__item:nth-child(even) .c-list ul {
  text-align: right;
}

.p-history__content h3:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #6C65D9;
}

.p-history__item:nth-child(odd) .p-history__content h3:after {
  left: -3.43rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-history__item:nth-child(even) .p-history__content h3:after {
  right: -4.43rem;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.his_logo {
  width: 200px;
  margin: 0 auto;
}
.his_logo img {
  width: 100%;
}

.his_h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  color: #6C65D9;
}

.his_p {
  font-size: 1rem;
  text-align: center;
}

.download_btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 8px 16px;
  display: inline-block;
}

.download_item {
  background-color: #6C65D9;
  padding: 3px 16px;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
  min-width: 83px;
  text-align: center;
}

.down_date {
  font-size: .8rem;
  color: #8F8F8F;
  float: right;
  margin-top: 11px;
  margin-right: 10px;
}

.download_name {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.download_name a {
  color: #343434;
}
.download_name a:hover {
  color: #6C65D9 !important;
}

.download_icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.download_icon img {
  width: 100%;
}

.down_wrap {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.down_wrap {
  zoom: 1;
}
.down_wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.purple {
  color: #6C65D9;
}

.white {
  background-color: #ffffff !important;
  color: #343434;
}

.blm_purple {
  background-color: #6C65D9 !important;
  color: #ffffff;
}

.blm_green1 {
  background-color: #6EA2B2;
}

.blm_green2 {
  background-color: #74A991;
}

.blm_gray {
  background-color: #868686;
}

.news_md {
  margin-bottom: 30px;
}

.page_wrap {
  text-align: center;
  margin-top: 30px;
}

.page_nump {
  display: inline-block;
  background-color: #C7C7C7;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.news_content a:hover, .cke_editable a:hover {
  color: #6C65D9 !important;
}
.news_content h2, .cke_editable h2 {
  font-size: 2rem;
  line-height: 2.2rem;
}
.news_content h3, .cke_editable h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.news_content h4, .cke_editable h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.news_content p, .cke_editable p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
  color: #595959;
}
.news_content strong, .cke_editable strong {
  font-weight: bolder !important;
}
.news_content .new_li ul, .cke_editable .new_li ul {
  margin-bottom: 20px;
}
.news_content .new_li li, .cke_editable .new_li li {
  list-style: decimal;
  font-size: 1rem;
  line-height: 1.9rem;
  color: #595959;
  margin-left: 23px;
}
.news_content table td p, .cke_editable table td p {
  margin-bottom: 0;
}

.nbu_pic {
  width: 80%;
  margin: 0 auto;
}
.nbu_pic img {
  width: 100%;
}

.news_item {
  display: inline-block;
  vertical-align: middle;
  background-color: #6C65D9;
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 50px;
  margin-right: 10px;
}

.news_icon {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.news_icon img {
  width: 100%;
}

.pi_rp {
  margin: 20px 0;
}

.news_date {
  display: inline-block;
  vertical-align: middle;
  font-size: .9rem;
  line-height: 1.9rem;
  color: #676767;
}

.news_more_pic {
  width: 100%;
}
.news_more_pic img {
  width: 100%;
}

.back_bar {
  margin: 20px 0;
}
.back_bar {
  zoom: 1;
}
.back_bar:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.bk_left {
  float: left;
}
.bk_left a {
  color: #595959;
}
.bk_left a:hover {
  text-decoration: none !important;
}
.bk_left a:hover > .bk_p {
  color: #6b69d5 !important;
}

.bk_right {
  float: right;
}
.bk_right a {
  color: #595959;
}
.bk_right a:hover {
  text-decoration: none !important;
}
.bk_right a:hover > .bk_p {
  color: #6b69d5 !important;
}

.bk_icon {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.bk_icon img {
  width: 100%;
  vertical-align: middle;
}

.bk_p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #676767;
}

.article_content h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.article_content h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.article_content p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
  color: #595959;
  margin-left: 23px;
  margin-bottom: 20px;
}

.privacy_content h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.privacy_content h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.privacy_content p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
  color: #595959;
  margin-bottom: 20px;
}

.priv_line {
  background-color: #DCDCDC;
  height: 1px;
  margin: 40px 0;
}

.art_linetitle {
  font-size: 2rem;
  font-weight: 900;
}

.lie_line {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  margin-right: 8px;
}
.lie_line img {
  width: 100%;
  vertical-align: middle;
}

.art_eelinetitle {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: 900;
}

.art_con {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 11px;
  margin-bottom: 30px;
  padding-top: 20px;
}
.art_con.hisp {
  margin-bottom: 15px;
}

.art_li li {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1rem;
  color: #595959;
}

.dot_title {
  font-size: 1.1rem;
  font-weight: 900;
}
.dot_title:before {
  content: "●";
  font-size: .8rem;
  color: #6C65D9;
  margin-right: 10px;
}

.number_li ul {
  margin-left: 23px;
  margin-bottom: 20px;
}
.number_li li {
  list-style: decimal;
  font-size: 1rem;
  line-height: 1.9rem;
  color: #595959;
  margin-left: 23px;
}

.ip_number_li ul {
  margin-left: 23px;
  margin-bottom: 20px;
}
.ip_number_li li {
  list-style: decimal !important;
  font-size: 1rem;
  line-height: 1.9rem;
  color: #595959;
  margin-left: 23px;
}

.point_li ul {
  margin-left: 23px;
  margin-bottom: 20px;
}
.point_li li {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.9rem;
  color: #595959;
  margin-left: 23px;
}

.ann_line {
  border-bottom: 1px solid #AFAFAF;
  padding-bottom: 20px;
}

.annou_title {
  font-size: 1.3rem;
  color: #595959;
}

.ann_seemore {
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #6C65D9;
  font-size: 1rem;
  padding: 8px 24px;
  border: 1px solid #6C65D9;
  margin-top: 50px;
}

.book_seemore {
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  padding: 8px 24px;
  border: 1px solid #ffffff;
  margin-top: 50px;
}

.shed_bg {
  background-color: #CECDEA;
}
.shed_bg .carousel-control-prev {
  left: -150px;
}
.shed_bg .carousel-control-next {
  right: -150px;
}
.shed_bg .carousel-control-prev-icon {
  background-image: url("../images/se_left.svg");
}
.shed_bg .carousel-control-next-icon {
  background-image: url("../images/se_right.svg");
}
.shed_bg .carousel-control-next-icon, .shed_bg .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.apply_bg {
  background-color: #E3E2EC;
}

.shed_icon {
  margin: 0 auto;
  width: 120px;
}
.shed_icon img {
  width: 100%;
}

.shed_white_Bg {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 40px;
  margin-bottom: 30px;
}
.shed_white_Bg p {
  font-size: .9rem;
  margin-bottom: 0;
  line-height: 1.6rem;
  color: #595959;
}

.shed_name {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.7rem;
}

.st_pd {
  margin: 10px  0 4px 0;
}

.people_pic {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  overflow: hidden;
  background-color: #555555;
}

.publication_bg {
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.meu_wrp {
  padding: 10vh 0;
  color: #ffffff;
}
.meu_wrp p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
}
.meu_wrp h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.meu_wrp h2 a {
  color: #ffffff !important;
}
.meu_wrp h3 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 2.2rem;
}
.meu_wrp h6 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.9rem;
  margin-bottom: 30px;
}

.pub_wrp {
  padding: 10vh 0;
  color: #ffffff;
}
.pub_wrp a {
  color: #000 !important;
}
.pub_wrp p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
  color: #000;
}
.pub_wrp h2 {
  font-size: 1.2rem;
  color: #000;
}
.pub_wrp h3 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 2.2rem;
}
.pub_wrp h6 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.9rem;
  margin-bottom: 30px;
}

.infor_wrp {
  color: #353535;
}
.infor_wrp p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
  color: #595959 !important;
}
.infor_wrp h2 {
  font-size: 1.2rem;
  color: #6C65D9 !important;
}
.infor_wrp h3 {
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 2.2rem;
}
.infor_wrp h6 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.9rem;
  margin-bottom: 10px;
}

.infor_book {
  width: 60%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px;
}
.infor_book img {
  width: 100%;
}

.vi_bot_wrp {
  padding: 20vh 0;
  color: #ffffff;
}
.vi_bot_wrp p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
}
.vi_bot_wrp h2 {
  font-size: 1.2rem;
}
.vi_bot_wrp h3 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 2.2rem;
}
.vi_bot_wrp h6 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.9rem;
  margin-bottom: 30px;
}

.fu_bigfont {
  font-size: 2.1rem;
  font-weight: 900;
}

.map_pic {
  width: 100%;
}
.map_pic img {
  width: 100%;
}

.mrt_icon {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 20px;
  width: 20%;
  padding-top: 24px;
  text-align: center;
  border-radius: 40px;
}
.mrt_icon img {
  width: 100%;
}

.mrt_font_box {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
  padding: 0 20px;
}
.mrt_font_box p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.5rem;
}

.mrt_title {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #6C65D9;
}

.mrt_wrap {
  margin-bottom: 40px;
}

.content_banner {
  width: 100%;
  background: #695fd1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #695fd1 1%, #7fcbd5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #695fd1 1%, #7fcbd5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #695fd1 1%, #7fcbd5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#695fd1', endColorstr='#7fcbd5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.con_heit {
  padding-top: 20vh;
  padding-bottom: 10vh;
}

.con_title {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}

.con_add {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.5rem;
  color: #ffffff;
}

.ft_white {
  color: #ffffff;
}

.mail_bg {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 20px;
  padding-top: 24px;
  text-align: center;
  border-radius: 20px;
  margin-right: 30px;
}
.mail_bg img {
  width: 100%;
}

.mail_font {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  color: #ffffff;
}

.ment_title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.pup_font {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}

.pup_box {
  width: 30%;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center center;
}

.pin_year {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 1rem;
}

.pin_date {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  margin-top: 82px;
}

.pup_mg {
  margin-bottom: 30px;
}

.apply_box {
  padding: 5vh 0;
}

.apply_input {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #D2D0E0;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
}
.apply_input input {
  width: 100%;
  height: 52px;
}
.apply_input textarea {
  width: 100%;
  padding: 20px 0;
}

.check_box {
  display: inline-block;
  vertical-align: middle;
}

.check_font {
  display: inline-block;
  vertical-align: middle;
}
.check_font a {
  cursor: pointer;
  color: #6C65D9;
  text-decoration: underline !important;
}

.send_btn {
  display: inline-block;
  padding: 8px 48px;
  background-color: #6C65D9;
  color: #ffffff;
  border-radius: 50px;
  font-size: 1rem;
  border: 1px solid #6C65D9;
  cursor: pointer;
}

.visit_p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
  color: #595959;
}

.visit_box_bottom {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 6vh;
  margin-bottom: 10vh;
}

.hastag_box li {
  display: inline-block;
  padding: 4px 16px;
  background-color: #E4E4E4;
  border-radius: 50px;
  color: #6D6D6D;
  margin-right: 8px;
}

.hastag_se_box li {
  display: inline-block;
  border-radius: 50px;
  margin-right: 8px;
}
.hastag_se_box li:before {
  content: "#";
  color: #6C65D9;
  margin-right: 10px;
}

.puple_bgtraing {
  background-color: #E3E2EC;
  padding: 40px 70px;
  border-radius: 30px;
  margin-bottom: 50px;
}

.courses_btn {
  margin-top: 20px;
  display: inline-block;
  padding: 8px 24px;
  background-color: #6C65D9;
  color: #ffffff;
  border-radius: 50px;
  font-size: 1rem;
  border: 1px solid #6C65D9;
  cursor: pointer;
}

.Visiting_bg {
  background-image: url("../images/word.jpg");
  background-size: cover;
  width: 100%;
}

.govisit_box {
  margin-bottom: 10px;
}

.white_ist {
  background-color: #ffffff;
  color: #6C65D9;
}

.knowmore_icon {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.knowmore_icon img {
  width: 100%;
  vertical-align: middle;
}

.know_font {
  display: inline-block;
  vertical-align: middle;
  font-size: .9rem;
  line-height: 1.9rem;
  color: #6C65D9;
}

.know_btn {
  text-align: center;
}

.colu_year {
  font-size: .9rem;
  color: #838383;
  margin-bottom: 10px;
}

.colu_date {
  font-size: 2rem;
  color: #838383;
}

.privacy_white_bg {
  background-color: #ffffff;
  padding: 5vh 0;
}

.qu_bg {
  background-color: #E3E2F2;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 30px;
}

.qu_isu_line {
  border-bottom: 1px solid #C4C2E2;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.qu_isu_line {
  zoom: 1;
}
.qu_isu_line:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.isu_font {
  float: left;
  font-size: 1rem;
  color: #909090;
}

.isu_icon {
  float: right;
  width: 16px;
}
.isu_icon img {
  width: 100%;
}

.isu_active {
  color: #6C65D9 !important;
}

.chou_item {
  background-color: #ffffff;
  border: 1px solid #6C65D9;
  border-radius: 50px;
  padding: 16px 24px;
  margin-bottom: 20px;
}
.chou_item {
  zoom: 1;
}
.chou_item:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.chou_font {
  float: left;
  font-size: 1rem;
  color: #909090;
}

.chou_icon {
  float: right;
  width: 16px;
}
.chou_icon img {
  width: 100%;
}

.as_box {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px 30px;
}
.as_box {
  zoom: 1;
}
.as_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.as_font {
  float: left;
  font-size: 1.2rem;
  font-weight: 600;
  color: #474747;
  width: 90%;
}

.as_icon {
  float: right;
  width: 16px;
}
.as_icon i {
  font-size: 1.2rem;
}

.as_graybg {
  background-color: #f5f5f5;
  border-radius: 20px;
  -webkit-filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));
  margin-bottom: 40px;
}

.ans_box {
  border-radius: 20px;
  padding: 30px;
}
.ans_box p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #595959;
}

.qx_title {
  font-size: 1.5rem;
  color: #6C65D9;
  font-weight: 600;
  font-family: 'Noto Sans TC', 'PingFang TC', 'Heiti TC', '微軟正黑體', sans-serif;
  margin-bottom: 20px;
}

.spe_nb {
  color: #6C65D9;
}

.membership_bg {
  background-color: #CFD2E7;
  border-radius: 20px;
}

.un_icon {
  width: 43%;
  margin: 0 auto;
}
.un_icon img {
  width: 100%;
}

.un_title {
  font-family: 'Noto Sans TC', 'PingFang TC', 'Heiti TC', '微軟正黑體', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.grop_white {
  padding: 26px 30px;
  background-color: #ffffff;
  border-radius: 15px;
  width: 90%;
  margin: 10px auto;
}

.su_jo {
  background-color: #70A99C;
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 50px;
  display: inline;
}

.su_jo2 {
  background-color: #6C65D9;
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 50px;
  display: inline;
}

.price_table {
  margin-top: 10px;
}
.price_table td {
  display: cell;
  vertical-align: middle;
}

.month_font {
  text-align: center;
}

.price {
  font-family: 'Noto Sans TC', 'PingFang TC', 'Heiti TC', '微軟正黑體', sans-serif;
  font-size: 2.8rem;
  color: #646464;
  font-weight: 900;
}

.ex_font {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1.2rem;
}

.ex_icon {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.ex_icon img {
  width: 100%;
}

.ex_boxcenter {
  text-align: center;
  background-color: #6C65D9;
  border-radius: 0 0 20px 20px;
  padding: 16px 0;
}

.ex_p {
  font-size: .9rem;
  padding: 20px 20px;
}

.gb_bg {
  background-color: #C3DADA !important;
}

.gray_bg {
  background-color: #DEDEDE !important;
}

.gb_btn {
  background-color: #6EA2B2 !important;
}

.gray_btn {
  background-color: #777777 !important;
}

.pay_bg {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 60px;
}

.pay_content h2 {
  font-size: 1.2rem;
  color: #6C65D9;
}
.pay_content p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
  color: #595959;
}

.pay_box {
  border-bottom: 1px solid #BABABA;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.pay_title {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Noto Sans TC', 'PingFang TC', 'Heiti TC', '微軟正黑體', sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.pay_icon {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.pay_icon img {
  width: 100%;
  vertical-align: middle;
}

.mum_wrap {
  border-bottom: 1px solid #AEAEAE;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.mum_box {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #AEAEAE;
  text-align: center;
  padding-top: 6px;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  margin-right: 10px;
}

.mum_font {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}

.login_banner {
  width: 100%;
  background-image: url("../images/loginbg.jpg");
  height: 100vh;
  position: relative;
  background-size: cover;
}

.login_box {
  width: 500px;
  padding: 30px 80px;
  margin: 0 auto;
  background: #695fd1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #695fd1 1%, #7fcbd5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #695fd1 1%, #7fcbd5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #695fd1 1%, #7fcbd5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#695fd1', endColorstr='#7fcbd5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 50px;
  border: 4px solid #ffffff;
  margin-top: 30vh;
}

.login_plo {
  width: 150px;
  margin: 0 auto;
  margin-top: -90px;
}
.login_plo img {
  width: 100%;
}

.wellcom {
  font-family: 'Noto Sans TC', 'PingFang TC', 'Heiti TC', '微軟正黑體', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.oe_p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 10px;
}

.email_bar {
  border: 1px solid #ffffff;
  border-radius: 9px;
  padding: 10px 20px;
  background-color: #fff;
  margin-bottom: 10px;
}

.oe_icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
}
.oe_icon img {
  width: 100%;
  vertical-align: middle;
}

.oe_input {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
}
.oe_input input {
  background-color: none;
  width: 100%;
}

.hideicon {
  float: right;
  width: 20px;
}
.hideicon img {
  width: 100%;
  vertical-align: middle;
}

.login_btn {
  display: inline-block;
  padding: 16px 48px;
  background-color: #6C65D9;
  border-radius: 50px;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
}

.login_center {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.about_banner {
  background-size: cover;
  background-image: url("../images/about.jpg");
  background-position: center center;
  padding-bottom: 30%;
}

.inform_banner {
  background-size: cover;
  background-image: url("../images/information.jpg");
  background-position: center center;
  padding-bottom: 30%;
}

.pop_menu {
  position: fixed;
  background-image: url("../images/loginbg.jpg");
  width: 100%;
  height: 100vh;
  z-index: 100;
  padding: 20px 30px;
  background-size: cover;
  display: none;
}

.menu_icon {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 30px;
  cursor: pointer;
}
.menu_icon img {
  width: 100%;
}

.sitemap_wrapper {
  width: 1200px;
  min-width: 1200px;
  margin: 18vh auto;
}

.st_title {
  font-size: 2rem;
  line-height: 1.305;
  letter-spacing: 6px;
  font-family: 'Noto Sans TC', 'PingFang TC', 'Heiti TC', '微軟正黑體', sans-serif;
  font-weight: 700;
  text-indent: 0;
  color: #ffffff;
}

.st_en {
  font-size: 1rem;
  color: #ffffff;
}

.sp_item_title {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-family: 'Noto Sans TC', 'PingFang TC', 'Heiti TC', '微軟正黑體', sans-serif;
  font-weight: 700;
  text-indent: 0;
  margin-bottom: 8px;
  padding-bottom: 16px;
  color: #ffffff;
  border-bottom: 1px solid #dbe1e6;
}

.menu_for_a a {
  color: #ffffff;
}
.menu_for_a a:hover {
  color: #F1EAD1;
  text-decoration: none !important;
}

.item-link {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: 'Noto Sans TC', 'PingFang TC', 'Heiti TC', '微軟正黑體', sans-serif;
  font-weight: 400;
  text-indent: 0;
  margin-top: 8px;
}
.item-link:before {
  content: "˙";
  font-size: 1rem;
  margin-right: 10px;
}

.med_md {
  margin-bottom: 40px;
}

.infor_for_a a {
  color: #595959;
}
.infor_for_a a:hover {
  color: #6C65D9 !important;
  text-decoration: none !important;
}

.bk_keu {
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}

.his_popbox {
  position: relative;
  top: 20%;
  left: 50%;
  margin-left: -260px;
  background-color: #ffffff;
  padding: 40px;
  width: 520px;
}

.do_bar {
  background-color: #CECECE;
  padding: 10px 20px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.bk_close {
  position: absolute;
  top: calc( 20% - 20px );
  left: calc( 50vw + 235px );
  cursor: pointer;
  z-index: 1;
}

.me_left {
  margin-left: 20%;
}

.info_m_pic {
  width: 64%;
  background-position: center;
  border-radius: 30px;
  padding-bottom: 41.25%;
  margin-bottom: 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -10px 73px 0px inset;
}

.el_h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #6C65D9;
}

.eb_mg {
  margin-bottom: 20px;
}

.event_more_pic {
  width: 100%;
  padding-bottom: 66.25%;
  background-size: cover;
  background-position: center center;
}

.back_top_icon {
  position: fixed;
  bottom: 2vh;
  right: 2vw;
  width: 70px;
  z-index: 20;
  cursor: pointer;
}
.back_top_icon img {
  width: 100%;
}

.share_box {
  text-align: right;
}

.share_icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.share_icon img {
  width: 100%;
}

.share_p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin-right: 10px;
}

.pup_line {
  width: 100%;
  background-color: #dbdbdb;
  height: 2px;
  margin-top: 28px;
  margin-bottom: 23px;
}

.en_p p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
  color: #595959;
}

.el_pic {
  width: 100%;
}
.el_pic img {
  width: 100%;
}

.table_table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

.rowtr {
  display: table-row;
}

.cell_td {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.exp_font {
  font-size: 1.2rem;
  color: #6C65D9;
  line-height: 1.8rem;
  font-weight: 600;
}

.last_content {
  background-color: #E3E3E3;
  padding: 7vh 4vw;
  border-radius: 30px;
  margin-bottom: 20vh;
}
.last_content li {
  list-style: decimal;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.9rem;
  color: #595959;
}

.hum_ht {
  margin: 10vh 0;
}

.hum_ft {
  margin-top: 5vh;
}

.switchLang {
  position: absolute;
  background-color: #ffffff;
  width: 95px;
  display: none;
  margin: 10px;
  left: 10px;
  top: 31px;
}
.switchLang a {
  color: #595959;
}
.switchLang a:hover {
  color: #6C65D9 !important;
  text-decoration: none !important;
}

.cn_font {
  padding: 5px 10px;
}

.fotget_bar {
  zoom: 1;
}
.fotget_bar:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.fot_list {
  float: left;
  font-size: 1rem;
  margin-right: 10px;
  color: #ffffff;
}

.fot_right {
  float: right;
  font-size: 1rem;
  color: #ffffff;
}
.fot_right a {
  color: #ffffff;
}
.fot_right a:hover {
  color: #6C65D9 !important;
}

.topku {
  margin-bottom: 30px;
  display: inline-block;
  padding: 2px 20px;
  background-color: #ffffff;
  border-radius: 6px;
}

.eef {
  margin-bottom: 30px;
}
.eef td {
  padding: 10px;
  border: 1px solid #ffffff;
}

.m_hu {
  display: inline-block;
}

.fix_icon {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.fix_icon img {
  width: 100%;
}

.minblock {
  min-height: 374px;
}

.video_box {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66.25%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.video_box i {
  font-size: 5em;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  padding-top: 30%;
  padding-left: 40%;
}

.profile_Bg {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 43px;
  -webkit-filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));
  margin-bottom: 1.5rem;
}

.de_fil {
  border-bottom: 1px solid #E1E1E1;
  padding: 0 0 13px 0;
  margin-bottom: 14px;
  font-size: 1rem;
}

.pf_name {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.camera_pic {
  width: 85%;
  margin: 0 auto;
  padding-top: 3px;
  padding-left: 3px;
  cursor: pointer;
}
.camera_pic img {
  width: 100%;
}

.pf_picture {
  background-color: #6C65D9;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 16px;
  position: relative;
}

.camera_Bg {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.first_name {
  font-size: 37px;
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 100px;
}
.first_name .mypic {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
}
.first_name .mypic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.profile_menu a {
  color: #000000;
}
.profile_menu a:hover {
  color: #6C65D9 !important;
  text-decoration: underline !important;
}

.mek_md {
  margin: 40px 0;
}

.km_title {
  border-bottom: 4px solid #D1D1D1;
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 10px;
}

.km_table {
  margin-bottom: 20px;
}
.km_table th {
  padding: 15px;
  font-size: 1rem;
}
.km_table td {
  padding: 15px;
  font-size: 1rem;
}
.km_table tr {
  border-bottom: 1px solid #D1D1D1;
}
.km_table.meetfile {
  margin-top: 20px;
}
.km_table input {
  padding: 0.375rem 0.75rem;
}
.km_table .subtable th {
  padding: 8px;
}
.km_table .subtable td {
  padding: 8px;
}

.edit_btn {
  color: #575757;
  background-color: #d9d9d9;
  border: 1px solid #d3d3d3;
  padding: 6px 25px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}

.save_box a {
  text-decoration: none !important;
  cursor: pointer !important;
}
.save_box a:hover > .edit_btn {
  background-color: #cecece;
  border: 1px solid #a9a9a9;
}

.right_Btn {
  float: right;
  background-color: #DADADA;
  border: 1px solid #CFCFCF;
  padding: 6px 10px;
  border-radius: 4px;
  margin-top: -23px;
}

.inport_btn a {
  color: #535353;
}
.inport_btn a:hover > .right_Btn {
  color: #515151;
  background-color: #CDCDCD;
  text-decoration: none !important;
  cursor: pointer !important;
}

.log_out_btn {
  color: #ffffff;
  background-color: #6C65D9;
  padding: 6px 25px;
  border-radius: 50px;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
}

.issue_pl {
  text-align: center;
  font-size: 1rem;
  color: #6c65d9;
  margin-top: 6px;
}

.log_box a:hover > .log_out_btn {
  color: #ffffff;
  background-color: #5851D0;
  text-decoration: none !important;
  cursor: pointer !important;
}

.minblock {
  min-height: 374px;
}

.applynote {
  text-align: center;
  font-size: 2em;
}

.g-recaptcha {
  margin-top: 20px;
}

.fancybox__content {
  margin: 30px;
}

.km_pic {
  width: 100%;
}
.km_pic img {
  width: 100%;
}

.cheng_title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
}

.ps_font {
  font-size: 1rem;
}

.red_font {
  font-size: 1rem;
  color: #be252c;
}

.fi_bg {
  background-color: #dddddd;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.qrcode_grid {
  margin-top: 20px;
  display: grid;
  /* 設定 CSS grid 的第一步 */
  grid-template-columns: 20% 80%;
  /*設定 Grid 的寬度*/
  grid-column-gap: 10px;
  /* 設定左右間距 */
  grid-row-gap: 20px;
  /* 設定上下間距 */
  justify-content: center;
  align-items: center;
}

.qrcode_pic {
  width: 100%;
}
.qrcode_pic img {
  width: 100%;
}

.month {
  padding: 21px 25px;
  width: 100%;
  background: #5851d0;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: calc( 100% / 7 );
  text-align: left;
  font-size: 1rem;
  color: #777;
  padding: 10px;
  min-height: 100px;
  vertical-align: top;
  border: 1px solid #ddd;
}
.days li.empty {
  border: 1px solid #e6e6e6;
}

.days li .active {
  padding: 5px;
  background: #5851d0;
  color: white !important;
}

@media screen and (max-width: 720px) {
  .weekdays li, .days li {
    width: 13.1%;
  }
}
@media screen and (max-width: 420px) {
  .weekdays li, .days li {
    width: 12.5%;
  }

  .days li .active {
    padding: 2px;
  }
}
@media screen and (max-width: 290px) {
  .weekdays li, .days li {
    width: 12.2%;
  }
}
.catitle {
  text-align: left;
  cursor: pointer;
  text-indent: -8px;
  margin-left: 12px;
}
.catitle:hover {
  color: #5851D0;
  text-decoration: underline;
}

.CAline {
  font-size: 1.3em;
  line-height: 1.5em;
  margin: 20px;
}

.pagelist {
  margin-top: 20px;
  text-align: center;
}
.pagelist a {
  color: #333;
  display: inline-block;
  padding: 3px 10px;
}
.pagelist a.on {
  color: #fff;
  border-radius: 30px;
  background: #6C65D9;
}

.meetlist {
  margin-top: 30px;
}
.meetlist th {
  font-size: 1.3em;
  padding: 15px;
}
.meetlist th.pleft {
  text-align: left;
}

#meetingview {
  padding: 40px;
  border-radius: 20px;
  width: 90%;
  max-width: 600px;
}
#meetingview h2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 2em;
  line-height: 2.1em;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
}
#meetingview h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
#meetingview .viewcontent h4 {
  font-size: 1.5em;
  background-color: #eee;
  line-height: 1.6em;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
#meetingview .viewcontent .contentp {
  font-size: 1.4em;
  padding: 20px;
  min-height: 100px;
  background: #fafafa;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#meetingview .viewcontent .contentp label {
  margin: 5px 15px;
  vertical-align: middle;
}
#meetingview .viewcontent .contentp label input {
  margin-right: 5px;
}
#meetingview .viewcontent .contentp .replyblock {
  border: 1px solid #ccc;
  border-radius: 20px;
  margin: 20px 0;
}
#meetingview .viewcontent .contentp .replaytitle {
  background-color: #eee;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#meetingview .viewcontent .contentp .replaycont {
  padding: 20px;
}
#meetingview .viewcontent .contentp .replysubmit {
  margin: 20px 0;
  text-align: center;
}

input.form-control {
  padding: 0.375rem 0.75rem !important;
}

.paymentpic {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  height: 140px;
  margin-bottom: 20px;
}
.paymentpic img {
  height: 100px;
  width: auto;
}

.editorcontent td > p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1440px) {
  /* 1400 */
  .index_wrapper {
    width: 1280px;
  }

  .bread_wrapper {
    width: 1280px;
  }

  .his_wrapper {
    width: 960px;
  }

  .dwonload_wrapper {
    width: 960px;
  }

  .shed_wrapper {
    width: 1280px;
  }

  .public_wrapper {
    width: 1280px;
  }

  .content_wrapper {
    width: 1280px;
  }

  .membership_wrapper {
    width: 1100px;
  }

  .mum_wrapper {
    width: 620px;
  }
}
@media only screen and (max-width: 1334px) {
  /* 1334 */
  .mum_wrapper {
    width: 90%;
  }

  .membership_wrapper {
    width: 90%;
  }

  .content_wrapper {
    width: 90%;
  }

  .public_wrapper {
    width: 90%;
  }

  .footer_wrapper {
    width: 90%;
  }

  .index_wrapper {
    width: 90%;
  }

  .shed_wrapper {
    width: 90%;
  }

  .dwonload_wrapper {
    width: 90%;
  }

  .his_wrapper {
    width: 90%;
  }

  .bread_wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .footer_wrapper {
    width: 95%;
  }
}
@media only screen and (max-width: 1280px) {
  /* 1280 */
}
@media only screen and (max-width: 1154px) {
  /* 1154 */
  .pull-right li {
    margin-right: 0  0.5rem;
  }

  .topmenu {
    display: none;
  }

  .privacy_banner {
    padding-bottom: 13%;
  }
}
@media only screen and (max-width: 992px) {
  /* 992 */
  .news_md {
    margin-bottom: 30px;
  }

  .ft_map {
    width: 100%;
    margin: 0 auto;
  }

  .ct_mt {
    margin-bottom: 20px;
  }

  .bn_title {
    font-size: 2.5rem;
  }

  .bn_left {
    width: 70%;
  }

  .privacy_banner {
    padding-bottom: 19%;
  }
}
@media only screen and (max-width: 768px) {
  /* 768 */
  .download_name {
    position: relative;
    width: 94%;
    display: grid;
    margin-left: 39px;
  }

  .down_date {
    font-size: .8rem;
    color: #8F8F8F;
    float: none;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 40px;
  }

  .blue_Bg {
    background-color: #6b69d5;
    padding-top: 70px;
  }

  .me_left {
    margin-left: 0;
  }

  .info_m_pic {
    width: 100%;
    padding-bottom: 57.25%;
  }

  .download_icon {
    position: absolute;
    top: 0;
    right: 15PX;
  }

  .dn_p {
    width: 87%;
  }

  .bk_close {
    left: calc( 50vw + 36% );
  }

  .his_popbox {
    width: 80%;
    margin-left: -40%;
  }

  .m_hu {
    display: inline;
  }

  .m_hd {
    display: none;
  }

  .copy_line {
    margin: 0 2px;
  }

  .back_top_icon {
    bottom: 13vh;
    width: 50px;
  }

  .shed_bg .carousel-control-prev {
    left: 0;
    display: none;
  }
  .shed_bg .carousel-control-next {
    right: 0;
    display: none;
  }

  .ment_title {
    font-size: 1rem;
  }

  .courses_name {
    line-height: 1.9rem;
  }

  .visit_name {
    line-height: 1.9rem;
  }

  .fu_bigfont {
    font-size: 1.5rem;
  }

  .colu_date {
    font-size: 1.4rem;
  }

  .sp_item_title {
    margin-bottom: 8px;
    padding-bottom: 6px;
  }

  .st_title {
    font-size: 1.5rem;
  }

  .st_en {
    margin-bottom: 10px;
  }

  .privacy_content h2 {
    font-size: 1.2rem;
  }

  .news_content h2 {
    font-size: 1.5rem;
  }

  .title_box {
    margin-bottom: 2vh;
  }

  .title_font {
    font-size: 1.7rem;
  }

  .task_name {
    font-size: 1.2rem;
  }

  .tm_logo {
    width: 150px;
  }

  .left_exe {
    width: 46vw;
    display: none;
  }

  .right_exe {
    width: 46vw;
    display: none;
  }

  .left_exe3 {
    display: none;
  }

  .right_exe4 {
    width: 46vw;
    display: none;
  }

  .inform_banner {
    background-image: url("../images/information_m.jpg");
    padding-bottom: 70%;
  }

  .about_banner {
    background-image: url("../images/about_m.jpg");
    padding-bottom: 70%;
  }

  .sitemap_wrapper {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }

  .item-link {
    margin-top: 0;
  }

  .st_en {
    margin-bottom: 40px;
  }

  .pub_wrp {
    padding: 12vh 0;
  }

  .info_m_pic {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .bn1 {
    background-image: url("../images/banner01_m.jpg");
  }

  .bn2 {
    background-image: url("../images/banner01_m.jpg");
  }

  .bn3 {
    background-image: url("../images/banner01_m.jpg");
  }

  .bn4 {
    background-image: url("../images/banner01_m.jpg");
  }

  .Task_icon {
    width: 10rem;
    height: 10rem;
    padding: 2.56rem;
  }

  .ft_pic {
    display: none;
  }

  .ft_pic_M {
    display: block;
    width: 100%;
    margin-bottom: 10vh;
  }
  .ft_pic_M img {
    width: 100%;
  }

  .wellcom {
    font-size: 1.5rem;
  }

  .login_box {
    width: 90%;
    margin: 0 auto;
    margin-top: 20vh;
    padding: 20px 20px;
  }

  .mum_font {
    width: 80%;
  }

  .membership_bg {
    margin-bottom: 30px;
  }

  .mail_bg {
    margin-bottom: 20px;
  }

  .fue_box {
    width: 96%;
    margin-top: 7vh;
    margin-left: 2vw;
  }

  .privacy_banner {
    padding-bottom: 19%;
  }

  .index_wrapper {
    margin: 5vh auto;
  }

  .bn_title {
    display: none;
  }

  .about_pic {
    width: 80%;
    margin: 0 auto;
  }

  .bread_wrapper {
    width: 95%;
  }

  .mg_top {
    margin-top: 0;
  }

  .footer_logo {
    width: 100%;
  }

  .bn1 {
    padding-bottom: 94%;
  }

  .logo {
    width: 114px;
  }

  .pull-right li {
    margin: 0 0.2rem;
  }

  .seemore_news {
    display: none;
  }

  .login_bg {
    padding: 6px 13px;
    margin-right: 4px;
  }
  .login_bg li {
    font-size: 0.5rem;
  }

  .m_menuicon {
    width: 61px;
    padding: 2px 15px;
  }
}
@media only screen and (max-width: 680px) {
  /* 680 */
}
@media only screen and (max-width: 640px) {
  /* 640 */
}
@media only screen and (max-width: 480px) {
  /* 480 */
}
@media only screen and (max-width: 414px) {
  /* 414 */
}
@media only screen and (max-width: 390px) {
  /* 390*/
  .login_bg {
    padding: 6px 7px;
  }

  .m_menuicon {
    padding: 0px 12px;
  }
}
@media only screen and (max-width: 375px) {
  /* 375 */
}
@media only screen and (max-width: 320px) {
  /* 320 */
  .download_name {
    width: 87%;
  }

  .logo {
    width: 102px;
  }

  .login_bg {
    padding: 6px 13px;
  }
}
/** background image file **/
/** benefits background image file **/
/** vip icon background image file **/
/** benefit channel background image file **/
/** hyperlinks anchor **/
/** buttons red **/
/** buttons red in header **/
/** buttons blue **/
/** green **/
/** buttons blink yellow **/
/** other **/
/**  header **/
/** 回饋標示 **/
/**main nav**/
/*query nav*/
/*reputation*/
/** touch **/
/** blm **/
/**
 * respond( $a [ ,$b ] )
 * Generate media quereis string
 *
 * @include respond( 0, 799 ) {}    // <=800  (0~800)
 * @include respond( 800, 1199 ) {} // 800~1199
 * @include respond( 1200 ) {}      // >=1200
 */
/**
 * Cozy Layout ( 1440+ )
 */
/**
 * Cozy Layout ( 0~1280 )
 */
/**
 * Compact Layout ( 0~1280 )
 */
/**
 * Compact Layout ( 0~1154 )
 */
/**
 * pad Layout ( 0~992 )
 */
/**
 * Mobile Layout ( 0~980 )
 */
/**
 * Mobile Layout ( 0~768 )
 */
/**
 * Mobile Layout ( 0~680 )
 */
/**
 * Mobile Layout ( 0~640 )
 */
/**
 * Mobile Layout ( 0~480 )
 */
/**
 * Mobile Layout ( 0~414 )
 */
/**
 * Mobile Layout ( 0~390 )
 */
/**
 * Mobile Layout ( 0~375 )
 */
/**
 * Mobile Layout ( 0~320 )
 */
/**
 * Box-sizing
 */
/**
 * clearfix
 */
/**
 * font-family
 */
/**
 * hide text
 */
/**
 * border-radius
 */
/**
 * box-shadow
 */
/**
 * background-gradient
 */
/**
 * columns
 */
/**
 * Opacity
 */
/**
 * other minins by yougi
 */
/**
 * <div class="cover">
 *   <img/>
 * </div>
 * <p class="title">
 *   <strong>TITLE</strong>
 * </p>
 * <div class="info">
 * </div>
 * <p class="tel"></p>
 * <p class="addr"></p>
 */
/**
 * benefit background
 */
/**
 * benefit background2
 */
/**
 * vip icon background
 */
/**
 * vip icon background2
 */
/**
 * benefit channel background
 */
/**
 * benefit channel background2
 */
/**
 * background
 */
/**
 * background2
 */
/**
 * background-image
 */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 微軟正黑體, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: 微軟正黑體, sans-serif;
  line-height: 1;
  font-size: 1em;
  color: black;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

.clearfix {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Add from html5doctor.com Reset Stylesheet
 */
del {
  text-decoration: line-through;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-size: .8em;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
  line-height: 170%;
  background: white;
  color: #333;
}

/**
 * Hyperlinks
 */
a {
  color: #0077b1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a[target=_blank]:hover {
  color: #be252c;
}

a.ad,
a.important {
  color: #be252c;
}

a img {
  border: none;
}

/**
 * Form Elements
 */
textarea,
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=button],
input[type=submit] {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus {
  outline: none;
}

/**
 * Common Class Names
 */
.hide {
  display: none;
}

.invisible {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  left: -99999px;
  top: -99999px;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearself {
  overflow: hidden;
}

/**
 * inner content style reset
 */
.content p {
  margin: 1.2em 0;
}

.content * {
  line-height: 170%;
}

.content ul,
.content ol {
  margin: 1.2em 0 1.2em 2em;
}

.content ul {
  list-style: disc;
}

.content ol {
  list-style: decimal;
}

/**
 * Layouts
 */
.layout-wrapper {
  margin: 0 auto;
  position: relative;
}

.ad {
  background: #fffadc;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ad .ysm {
  padding: 10px;
}
.ad .ysm dl {
  margin-bottom: 10px;
}
.ad .ysm dd {
  font-size: 12px;
  line-height: 150%;
  color: #666;
}

/**
 * background image prepare
 */
.i {
  position: relative;
}
.i:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .i:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}

/**
 * message
 */
div[class^=message-] {
  padding: 1em;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

div.center[class^=message-] {
  text-align: center;
}

.message-info {
  background: #dcebf0;
}

/**
 * .button
 * .button.blue
 * .button.grey (or .button.gray)
 * .button.large    // shadow style
 * .button.medium   // shadow style
 * .button.small
 * .button.disabled
 */
.button {
  /** active/pressed **/
  /**
   * Grey
   */
  /**
   * Blue
   */
  /**
   * gray
   */
 /**
* blink yellow button
*/
  /**Header Red **/
  /** Large **/
  /**
   * Medium
   */
  /**
   * Small
   */
}
.button {
  font-size: 12.8px;
  cursor: pointer;
  color: white !important;
  text-decoration: none !important;
  white-space: nowrap;
  width: auto;
  text-align: center;
  line-height: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #be252c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
.button, .button[type] {
  padding: .5em 1em .4em;
}
.button:hover {
  color: white !important;
  text-decoration: none !important;
  background: #ce343f;
}
.button.disabled, .button[disabled] {
  cursor: default !important;
  color: #e5babf;
  background: #cc757f;
}
.button[type=reset], .button[type=button], .button[type=submit] {
  font-family: inherit;
  border: 0 none;
  margin: 0;
}
.button:active, .button.pressed {
  background: #9e1621;
}
.button:active.large, .button.pressed.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #be252c;
  -moz-box-shadow: inset 0 -4px 0 0 #be252c;
  box-shadow: inset 0 -4px 0 0 #be252c;
}
.button:active.medium, .button.pressed.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #be252c;
  -moz-box-shadow: inset 0 -3px 0 0 #be252c;
  box-shadow: inset 0 -3px 0 0 #be252c;
}
.button.grey, .button.gray {
  /** active/pressed **/
}
.button.grey, .button.gray {
  background: #eee;
  color: #555 !important;
}
.button.grey:hover, .button.gray:hover {
  background: #ddd;
  color: #555 !important;
}
.button.grey.disabled, .button.grey[disabled], .button.gray.disabled, .button.gray[disabled] {
  color: #bbb !important;
  background: #eee !important;
}
.button.grey.large, .button.gray.large {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.grey.large.disabled, .button.grey.large[disabled], .button.gray.large.disabled, .button.gray.large[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.grey.medium, .button.gray.medium {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.grey.medium.medium.disabled, .button.grey.medium.medium[disabled], .button.gray.medium.medium.disabled, .button.gray.medium.medium[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.grey:active, .button.grey.pressed, .button.gray:active, .button.gray.pressed {
  background: #333;
  color: white !important;
}
.button.grey:active.large, .button.grey.pressed.large, .button.gray:active.large, .button.gray.pressed.large {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.grey:active.medium, .button.grey.pressed.medium, .button.gray:active.medium, .button.gray.pressed.medium {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.blue {
  /** active/pressed **/
}
.button.blue {
  background: #1180c2;
}
.button.blue:hover {
  background: #2290c6;
}
.button.blue.disabled, .button.blue[disabled] {
  color: #b1d1e1 !important;
  background: #0066a0 !important;
}
.button.blue.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #0066a0;
  -moz-box-shadow: inset 0 -4px 0 0 #0066a0;
  box-shadow: inset 0 -4px 0 0 #0066a0;
}
.button.blue.large.disabled, .button.blue.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #b1d1e1;
  -moz-box-shadow: inset 0 -4px 0 0 #b1d1e1;
  box-shadow: inset 0 -4px 0 0 #b1d1e1;
}
.button.blue.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #0066a0;
  -moz-box-shadow: inset 0 -3px 0 0 #0066a0;
  box-shadow: inset 0 -3px 0 0 #0066a0;
}
.button.blue.medium.medium.disabled, .button.blue.medium.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #b1d1e1;
  -moz-box-shadow: inset 0 -3px 0 0 #b1d1e1;
  box-shadow: inset 0 -3px 0 0 #b1d1e1;
}
.button.blue:active, .button.blue.pressed {
  background: #0066a0;
}
.button.blue:active.large, .button.blue.pressed.large {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #004e7a;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #004e7a;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #004e7a;
}
.button.blue:active.medium, .button.blue.pressed.medium {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #004e7a;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #004e7a;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #004e7a;
}
.button.gray {
  /** active/pressed **/
}
.button.gray {
  background: #e7e7e7;
}
.button.gray:hover {
  background: #cccccc;
}
.button.gray.disabled, .button.gray[disabled] {
  color: #cccccc !important;
  background: #e7e7e7 !important;
}
.button.gray.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -4px 0 0 #cccccc;
  box-shadow: inset 0 -4px 0 0 #cccccc;
}
.button.gray.large.disabled, .button.gray.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -4px 0 0 #cccccc;
  box-shadow: inset 0 -4px 0 0 #cccccc;
}
.button.gray.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -3px 0 0 #cccccc;
  box-shadow: inset 0 -3px 0 0 #cccccc;
}
.button.gray.medium.medium.disabled, .button.gray.medium.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #cccccc;
  -moz-box-shadow: inset 0 -3px 0 0 #cccccc;
  box-shadow: inset 0 -3px 0 0 #cccccc;
}
.button.gray:active, .button.gray.pressed {
  background: #777777;
}
.button.gray:active.large, .button.gray.pressed.large {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #cccccc;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #cccccc;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #cccccc;
}
.button.gray:active.medium, .button.gray.pressed.medium {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #cccccc;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #cccccc;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #cccccc;
}
.button.blink {
  background: #F39C12;
}
.button.blink:hover {
  background: #FBB03B;
}
.button.blink.disabled, .button.blink[disabled] {
  color: #fffadc !important;
  background: #D35400 !important;
}
.button.blink.large {
  -webkit-box-shadow: inset 0 -4px 0 0 #D35400;
  -moz-box-shadow: inset 0 -4px 0 0 #D35400;
  box-shadow: inset 0 -4px 0 0 #D35400;
}
.button.blink.large.disabled, .button.blink.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #9F400C;
  -moz-box-shadow: inset 0 -4px 0 0 #9F400C;
  box-shadow: inset 0 -4px 0 0 #9F400C;
}
.button.blink.medium {
  -webkit-box-shadow: inset 0 -3px 0 0 #D35400;
  -moz-box-shadow: inset 0 -3px 0 0 #D35400;
  box-shadow: inset 0 -3px 0 0 #D35400;
}
.button.blink.medium.medium.disabled, .button.blink.medium.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #9F400C;
  -moz-box-shadow: inset 0 -3px 0 0 #9F400C;
  box-shadow: inset 0 -3px 0 0 #9F400C;
}
.button.blink:active, .button.blink.pressed {
  background: #D35400;
}
.button.blink:active.large, .button.blink.pressed.large {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #9F400C;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #9F400C;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 4px 1px 0 #9F400C;
}
.button.blink:active.medium, .button.blink.pressed.medium {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #9F400C;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #9F400C;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #9F400C;
}
.button.header-red {
  /** active/pressed **/
}
.button.header-red {
  background: #e8414d;
  -webkit-box-shadow: inset 0 -4px 0 0 #8f0100;
  -moz-box-shadow: inset 0 -4px 0 0 #8f0100;
  box-shadow: inset 0 -4px 0 0 #8f0100;
  padding-top: .5em;
  padding-bottom: .8em;
}
.button.header-red:hover {
  background: #ea4f5a;
}
.button.header-red:active, .button.header-red.pressed {
  background: #ea4f5a;
  -webkit-box-shadow: inset 0 4px 1px 0 #8f0100;
  -moz-box-shadow: inset 0 4px 1px 0 #8f0100;
  box-shadow: inset 0 4px 1px 0 #8f0100;
}
.button.large {
  font-size: 15px;
  padding: 9px 22px 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 -4px 0 0 #9e1621;
  -moz-box-shadow: inset 0 -4px 0 0 #9e1621;
  box-shadow: inset 0 -4px 0 0 #9e1621;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button.large.disabled, .button.large[disabled] {
  -webkit-box-shadow: inset 0 -4px 0 0 #e5babf;
  -moz-box-shadow: inset 0 -4px 0 0 #e5babf;
  box-shadow: inset 0 -4px 0 0 #e5babf;
}
.button.large:active, .button.large.pressed {
  -webkit-box-shadow: inset 0 4px 1px 0 #7d0b14;
  -moz-box-shadow: inset 0 4px 1px 0 #7d0b14;
  box-shadow: inset 0 4px 1px 0 #7d0b14;
  padding: 11px 22px 9px;
}
.button.medium {
  font-size: 13.2px;
  padding: 8px 16px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 -3px 0 0 #9e1621;
  -moz-box-shadow: inset 0 -3px 0 0 #9e1621;
  box-shadow: inset 0 -3px 0 0 #9e1621;
}
.button.medium.disabled, .button.medium[disabled] {
  -webkit-box-shadow: inset 0 -3px 0 0 #e5babf;
  -moz-box-shadow: inset 0 -3px 0 0 #e5babf;
  box-shadow: inset 0 -3px 0 0 #e5babf;
}
.button.medium:active, .button.medium.pressed {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #7d0b14;
  -moz-box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #7d0b14;
  box-shadow: 0px 1px 1px 1px rgba(255, 255, 255, 0.5), inset 0 3px 1px 0 #7d0b14;
  padding: 9px 16px 8px;
}
.button.small {
  font-size: 12px;
  padding: .4em .5em .3em;
}

/**
 * ico-
 */
.button.large.ico-arrow {
  padding-left: 33px;
}
.button.large.ico-arrow {
  position: relative;
}
.button.large.ico-arrow:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .button.large.ico-arrow:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.button.large.ico-arrow:after {
  width: 16px;
  padding-top: 16px;
  background-position: -80px -154px;
  top: 8px;
  left: 10px;
}

/**
 * collect-button style
 */
.button.collect-button {
  height: 30px;
  width: 80px;
  padding-left: 17px !important;
  padding-right: 0 !important;
  text-align: center;
}
.button.collect-button:after {
  width: 16px;
  padding-top: 16px;
  background-position: -160px -170px;
  top: 6px;
  left: 8px;
}
.button.collect-button.pressed:after {
  width: 16px;
  padding-top: 16px;
  background-position: -16px -154px;
  top: 7px;
  left: 8px;
}

/**
 * UI Select
 * g-select
 */
.g-select a.button:first-child + div {
  padding-top: 7px;
}

/**
 * Droplist
 * ul.g-droplist
 */
ul.g-droplist {
  z-index: 1;
  background: white;
  border: 2px solid #ccc;
  padding: .5em 0;
  width: auto;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.g-droplist li.hr {
  padding-bottom: .3em;
  margin-bottom: .4em;
  border-bottom: 1px solid #eee;
}
ul.g-droplist li a {
  display: block;
  padding: .2em 1em;
}
ul.g-droplist li a:hover {
  text-decoration: none;
  color: white;
  background: #0077b1;
}

/**
  *
*/
.light-box-overlayer {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.light-box {
  background: #FFF;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  z-index: 1000;
}

.light-box-close {
  position: absolute !important;
  background: #000;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  right: -26px;
  top: 0;
  cursor: pointer;
}
.light-box-close {
  position: relative;
}
.light-box-close:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .light-box-close:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.light-box-close:after {
  width: 16px;
  padding-top: 16px;
  background-position: -240px -154px;
  top: 4px;
  left: 4px;
}

/**
 * lightview
 */
.lightview-box .lightview-content {
  padding-top: 10px;
}
.lightview-box .lightview-content {
  zoom: 1;
}
.lightview-box .lightview-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.lightview-box .lightview-content .avatar {
  float: left;
  width: 50px;
  height: 50px;
}
.lightview-box .lightview-content .avatar img {
  width: 50px;
  height: 50px;
}
.lightview-box .lightview-content .avatar ~ p {
  margin-left: 60px;
}
.lightview-box .lightview-content .avatar + .name {
  font-weight: bold;
  margin-bottom: 3px;
}
.lightview-box .lightview-content .avatar ~ .info {
  line-height: 1.4em;
}

/**
 * zIndex setting
 */
#header .area {
  z-index: 30;
}
#header nav ul ul {
  z-index: 11;
}

#header {
  /**
   * General
   */
  /**
   * Region (生活圈)
   */
  /** app info line **/
  /**
     * User
     */
 /**
* Logo
*/
  /**
     * Event icon, between logo and search
     */
  /**
   * Search
   */
  /**
   * Function Buttons (新增店家/景點 發表分享文 旅遊規劃)
   */
  /**
   * Main Query Drop down
   */
  /**
   * Main Navigation
   */
  /**
   * Cozy Layout
   */
  /** end of Cozy Layout **/
  /**
   * Compact Layout
   */
  /** end of Compact Layout **/
}
#header {
  background-color: #be252c;
  color: white;
}
#header a {
  color: white;
  text-decoration: none;
}
#header .top-header {
  padding: .2em 0;
  position: relative;
  background-color: #333333;
}
#header .top-header {
  zoom: 1;
}
#header .top-header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#header .middle-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: .6em 0 .4em;
}
#header .middle-header .layout-wrapper {
  position: relative;
}
#header .middle-header .layout-wrapper {
  zoom: 1;
}
#header .middle-header .layout-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#header .bottom-header {
  position: relative;
  background-color: #8f0100;
  height: 32px;
}
#header #region {
  width: 160px;
  float: left;
}
#header #region > div {
  z-index: 1000;
}
#header #region > a span {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: white;
  color: #666666;
  padding: 0 23px 0 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 1.5em;
}
#header #region > a span:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 8px;
  border-top: 5px solid #666666;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
#header #region.open a span:after {
  border-bottom: 5px solid #666666;
  border-top: none;
}
#header #region .area {
  background: white;
  width: 290px;
  top: 4px;
  left: 50px;
  border: 2px solid #ccc;
  padding: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#header #region .area a:hover,
#header #region .area a:focus {
  color: #be252c;
}
#header #region .area strong {
  float: left;
}
#header #region .area strong a {
  color: black;
}
#header #region .area strong span {
  color: black;
  cursor: default;
}
#header #region .area > li:last-child .city {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#header #region .city {
  overflow: hidden;
  margin-left: 3.1em;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
#header #region .city > li {
  float: left;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
#header #region .city a {
  color: #0077b1;
}
#header .top-info {
  float: left;
}
#header .top-info a {
  color: #ccc;
  padding-left: 16px;
}
#header .top-info a:after {
  width: 16px;
  padding-top: 16px;
  background-position: -256px -154px;
  top: 0;
  left: 0;
}
#header .top-info a:hover {
  color: #FFF;
  text-decoration: underline;
}
#header #user {
  float: right;
}
#header #user > li {
  float: left;
  margin-left: 1em;
}
#header #user > li a {
  color: #e7e7e7;
}
#header #user > li a:hover, #header #user > li a:focus {
  color: #FFF;
  text-decoration: underline;
}
#header #user > li a:hover em, #header #user > li a:focus em {
  color: white;
}
#header #user i {
  display: none;
}
#header #user .fb-login {
  padding-left: 18px;
}
#header #user .fb-login:after {
  width: 14px;
  padding-top: 14px;
  background-position: -245px 0;
  top: 2px;
  left: 0;
}
#header #user .yh-login {
  padding-left: 18px;
}
#header #user .yh-login:after {
  width: 14px;
  padding-top: 14px;
  background-position: -259px 0;
  top: 2px;
  left: 0;
}
#header #user em {
  background-color: #9e1621;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 11px;
  font-style: normal;
  line-height: 11px;
  padding: 2px 5px 0;
  vertical-align: middle;
  margin-right: 2px;
}
#header #user .service-list,
#header #user .notice-list {
  position: relative;
  margin-right: .5em;
}
#header #user .service-list > a:after,
#header #user .notice-list > a:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 10px;
  border-top: 5px solid #e7e7e7;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: none;
}
#header #user .service-list.open > a,
#header #user .notice-list.open > a {
  color: #FFF;
}
#header #user .service-list.open > a:after,
#header #user .notice-list.open > a:after {
  border-top: none;
  border-bottom: 5px solid #FFF;
}
#header #user .service-list > div,
#header #user .notice-list > div {
  padding-top: 5px;
}
#header #user .service-list ul,
#header #user .notice-list ul {
  z-index: 12;
  width: 120px;
  border: 1px solid #afafaf;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#header #user .service-list ul:after,
#header #user .notice-list ul:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 1em;
  width: 9px;
  height: 9px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
}
#header #user .service-list ul li,
#header #user .notice-list ul li {
  padding: 0 .5em;
}
#header #user .service-list ul li:last-child a,
#header #user .notice-list ul li:last-child a {
  border-bottom: none;
}
#header #user .service-list ul a,
#header #user .notice-list ul a {
  color: #666666;
  display: block;
  padding-left: 0.5em;
  line-height: 2em;
  border-bottom: 1px solid #E6E6E6;
}
#header #user .service-list ul a:hover,
#header #user .notice-list ul a:hover {
  color: #808080 !important;
  background: #CCCCCC;
  text-decoration: none;
}
#header #user .notice-list ul {
  width: 170px;
}
#header #user .notice-list a b {
  color: #be252c;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-right: .3em;
  font-size: 1.2em;
}
#header #user .notice-list a:hover b {
  color: white;
}
#header h2 {
  width: 160px;
  float: left;
}
#header h2 a {
  display: block;
  width: 160px;
  height: 35px;
  text-indent: -9999px;
}
#header h2 a {
  position: relative;
}
#header h2 a:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #header h2 a:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
#header h2 a:after {
  width: 160px;
  padding-top: 35px;
  background-position: 0 0;
  top: 0px;
  left: 0px;
}
#header h2 a:focus {
  background-color: #9e1621;
}
#header .event {
  width: 120px;
  height: 50px;
  overflow: hidden;
  margin-top: -8px;
  margin-left: 15px;
  float: left;
}
#header .event a {
  display: block;
  height: 50px;
  background-image: url(/images/frame/flashbuy.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-position: -60px 0;
}
#header .event a:hover {
  background-position: -60px -50px;
}
@media only screen and (max-width: 1280px) {
  #header .event {
    height: 35px;
    width: 60px;
    margin-top: 4px;
    margin-left: 13px;
    float: left;
  }
  #header .event a {
    height: 35px;
    background-position: 0px 0;
  }
  #header .event a:hover {
    background-position: 0px -50px;
  }
}
#header #search {
  float: left;
  vertical-align: middle;
  position: absolute;
  margin-top: .2em;
}
@media only screen and (max-width: 1440px) {
  #header #search {
    left: 305.5px;
  }
}
@media only screen and (max-width: 1280px) {
  #header #search {
    left: 240px;
  }
}
#header #search .wrapper {
  float: left;
  background: white;
  margin-top: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#header #search .type {
  float: left;
  position: relative;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  background: #f4f4f4;
}
#header #search .type.active {
  background: #ddd;
}
#header #search .type.active label:after {
  border-top: none;
  border-bottom: 5px solid #777777;
}
#header #search .type label {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  cursor: pointer;
  color: #666666;
  height: 28px;
  padding: 0 22px 0 8px;
  line-height: 26px;
  position: relative;
}
#header #search .type label:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  border-top: 5px solid #777777;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
}
#header #search .type select {
  -webkit-appearance: menulist-button;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 28px;
  cursor: pointer;
  margin: 0;
  width: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#header #search .inputs {
  margin-left: 60px;
}
#header #search .inputs {
  zoom: 1;
}
#header #search .inputs:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#header #search .inputs input[type=text] {
  font-size: 15px;
  height: 28px;
  padding: 0 .3em;
  float: left;
  background: transparent;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#header #search .inputs input[type=text]:focus {
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.ie8 #header #search .inputs input[type=text] {
  padding-top: 6px;
}
#header #search .inputs input.placeholder[type=text] {
  color: #999;
}
#header #search .inputs input[name=kw] {
  width: 40%;
}
#header #search .inputs input[name=adkw] {
  width: 59%;
  border-left: 1px solid #ccc;
}
#header #search .inputs.wide input[name=kw] {
  width: 100%;
}
#header #search input[type=submit] {
  -webkit-appearance: none;
  font-size: 13px;
  width: 55px;
  height: 27px;
  color: #333;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #7f7f00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe400), to(#ffc300));
  background-image: -webkit-linear-gradient(top, #ffe400, #ffc300);
  background-image: -moz-linear-gradient(top, #ffe400, #ffc300);
  background-image: -ms-linear-gradient(top, #ffe400, #ffc300);
  background-image: -o-linear-gradient(top, #ffe400, #ffc300);
  background-image: linear-gradient(top bottom, #ffe400, #ffc300);
  margin-top: 3px;
  margin-left: 4px;
  cursor: pointer;
  border: 2px solid #FFF;
}
#header #function {
  float: right;
  margin-top: .6em;
}
#header #function li {
  float: left;
  margin: 0 .2em;
}
#header #function li a {
  position: relative;
  padding-left: 26px;
}
#header #function li .add-shop {
  position: relative;
}
#header #function li .add-shop:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #header #function li .add-shop:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
#header #function li .add-shop:after {
  width: 16px;
  padding-top: 16px;
  background-position: -128px -154px;
  top: 4px;
  left: 8px;
}
#header #function li .add-cmmt {
  position: relative;
}
#header #function li .add-cmmt:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #header #function li .add-cmmt:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
#header #function li .add-cmmt:after {
  width: 16px;
  padding-top: 16px;
  background-position: -48px -154px;
  top: 4px;
  left: 8px;
}
#header #query-nav {
  display: inline-block;
  width: 160px;
  font-size: 14px;
}
#header #query-nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 32px;
  background: none;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
  background: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
  background: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
  background: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
  background: linear-gradient(left right, transparent, rgba(0, 0, 0, 0.15));
}
#header #query-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 161px;
  width: 20px;
  height: 32px;
  background: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), transparent);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15), transparent);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.15), transparent);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15), transparent);
  background: linear-gradient(left right, rgba(0, 0, 0, 0.15), transparent);
}
#header #query-nav.open li {
  border-right: 1px solid #afafaf;
}
#header #query-nav > a {
  display: block;
  position: relative;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  background: #eb4956;
  padding-left: 10px;
}
#header #query-nav > a:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 141px;
  border-top: 5px solid #FFF;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
#header #query-nav > a.active:after {
  border-bottom: 5px solid #FFF;
  border-top: none;
}
#header #query-nav > div {
  padding-top: 3px;
  margin-left: -1px;
  z-index: 999;
  position: relative;
}
#header #query-nav > div ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #afafaf solid;
  border-right: none;
  background-color: #FFF;
  color: #000;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 1px 1px 5px 2px rgba(204, 204, 204, 0.5);
  box-shadow: 1px 1px 5px 2px rgba(204, 204, 204, 0.5);
}
#header #query-nav > div ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  width: 161px;
}
#header #query-nav > div ul li.active > span {
  color: #E6332C;
}
#header #query-nav > div ul li.active > span:before {
  color: #E6332C;
}
#header #query-nav > div ul li.active #food-row:after {
  background-position: -205px -134px;
}
#header #query-nav > div ul li.active #travel-row:after {
  background-position: -220px -134px;
}
#header #query-nav > div ul li.active #other-row:after {
  background-position: -235px -134px;
}
#header #query-nav > div ul li.active #dis-row:after {
  background-position: -250px -134px;
}
#header #query-nav > div ul li.active #mrt-row:after {
  background-position: -265px -134px;
}
#header #query-nav > div ul li.active #uni-row:after {
  background-position: -280px -134px;
}
#header #query-nav > div ul li > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  display: block;
  position: relative;
  width: 151px;
  padding: 0.8em 0 0.8em 30px;
  border-bottom: 1px solid #E6E6E6;
  cursor: default;
}
#header #query-nav > div ul li > span:before {
  content: "\203A";
  font-size: 25px;
  color: #808080;
  position: absolute;
  right: 0;
  top: 10px;
}
#header #query-nav > div ul li > span:hover {
  color: #E6332C;
}
#header #query-nav > div ul li > span:hover:before {
  color: #E6332C;
}
#header #query-nav > div ul li #food-row {
  position: relative;
}
#header #query-nav > div ul li #food-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #header #query-nav > div ul li #food-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #food-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -115px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #food-row:hover:after {
  background-position: -205px -134px;
}
#header #query-nav > div ul li #travel-row {
  position: relative;
}
#header #query-nav > div ul li #travel-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #header #query-nav > div ul li #travel-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #travel-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -130px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #travel-row:hover:after {
  background-position: -220px -134px;
}
#header #query-nav > div ul li #other-row {
  position: relative;
}
#header #query-nav > div ul li #other-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #header #query-nav > div ul li #other-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #other-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -145px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #other-row:hover:after {
  background-position: -235px -134px;
}
#header #query-nav > div ul li #dis-row {
  position: relative;
}
#header #query-nav > div ul li #dis-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #header #query-nav > div ul li #dis-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #dis-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -160px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #dis-row:hover:after {
  background-position: -250px -134px;
}
#header #query-nav > div ul li #mrt-row {
  position: relative;
}
#header #query-nav > div ul li #mrt-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #header #query-nav > div ul li #mrt-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #mrt-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -175px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #mrt-row:hover:after {
  background-position: -265px -134px;
}
#header #query-nav > div ul li #uni-row {
  position: relative;
}
#header #query-nav > div ul li #uni-row:after {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #header #query-nav > div ul li #uni-row:after {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
#header #query-nav > div ul li #uni-row:after {
  width: 16px;
  padding-top: 20px;
  background-position: -190px -134px;
  top: 10px;
  left: 10px;
}
#header #query-nav > div ul li #uni-row:hover:after {
  background-position: -280px -134px;
}
#header #query-nav > div ul li.first-tag {
  padding-top: .4em;
}
#header #query-nav > div ul li.tag {
  padding-left: 0;
}
#header #query-nav > div ul li.tag span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 168px;
  margin-left: -7px;
  display: block;
  position: relative;
  z-index: 2;
  background: #4d4d4d;
  fon-size: 15px;
  color: #B3B3B3;
  padding-left: 17px;
  padding-top: 0;
  padding-bottom: 0;
}
#header #query-nav > div ul li.tag span:before {
  content: "";
}
#header #query-nav > div ul li.tag span:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-top: 3px solid #b3b3b3;
  border-right: 3px solid #b3b3b3;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
#header #query-nav > div ul:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 1em;
  width: 12px;
  height: 12px;
  fon-size: 15px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
}
#header #query-nav .submenu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  bottom: -21px;
  left: 161px;
  overflow: auto;
  width: 589px;
}
#header #query-nav .submenu .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  border-top: 1px #afafaf solid;
  border-right: 1px #afafaf solid;
  border-bottom: 1px #afafaf solid;
  position: absolute;
  top: 0px;
  bottom: 20px;
  overflow: auto;
  width: 569px;
}
#header #query-nav .submenu dl {
  width: 95%;
  margin: 1em 1.5em;
}
#header #query-nav .submenu dl:last-child {
  margin-bottom: 3em;
}
#header #query-nav .submenu dd {
  color: #E6332C;
  border-bottom: 1px dotted #afafaf;
  line-height: 26px;
}
#header #query-nav .submenu dt {
  padding: 8px 16px 0;
}
#header #query-nav .submenu dt a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: padding-left 0.3s;
  -moz-transition: padding-left 0.3s;
  -o-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}
#header #query-nav .submenu dt a:hover {
  color: #0077b1;
  text-decoration: underline;
}
#header #query-nav .submenu#cfood dt a {
  width: 18%;
}
#header #query-nav .submenu#cfood dt a:hover {
  padding-left: 1em;
}
#header #query-nav .submenu#ctravel dt a {
  width: 18%;
}
#header #query-nav .submenu#ctravel dt a:hover {
  padding-left: 1em;
}
#header #query-nav .submenu#cother dt a {
  width: 18%;
}
#header #query-nav .submenu#cother dt a:hover {
  padding-left: 1em;
}
#header #query-nav .submenu#cdis dt a {
  width: 18%;
}
#header #query-nav .submenu#cdis dt a:hover {
  padding-left: 1em;
}
#header #query-nav .submenu#cmrt dt a {
  width: 18%;
}
#header #query-nav .submenu#cmrt dt a:hover {
  padding-left: 1em;
}
#header #query-nav .submenu#cuni dt a {
  width: 23%;
}
#header #query-nav .submenu#cuni dt a:hover {
  padding-left: 1em;
}
#header #nav {
  position: absolute;
  left: 170px;
  top: 0;
  font-size: 14px;
  height: 32px;
}
#header #nav > ul > li {
  /*hot tag*/
  /** submenu **/
}
#header #nav > ul > li {
  float: left;
  /*border-left: 1px solid $dark_pink_border;*/
  /*border-right: 1px solid $pale_pink_border;*/
  /*height:1em;*/
  margin-top: 10px;
}
#header #nav > ul > li.ui-select a {
  position: relative;
  padding-right: 20px;
}
#header #nav > ul > li.ui-select a:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 5px;
  border-top: 5px solid #FFF;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
#header #nav > ul > li:first-child {
  border-left: none;
}
#header #nav > ul > li:last-child {
  border-right: none;
}
#header #nav > ul > li > a {
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 32px;
  color: #FFD0C0;
  margin-top: -10px;
}
#header #nav > ul > li > a.new-tag {
  position: relative;
}
#header #nav > ul > li > a.new-tag:after {
  content: "";
  position: absolute;
  top: -11px;
  right: -12px;
  width: 32px;
  height: 27px;
  background: url(/images/frame/new.png) no-repeat;
  background-size: 32px 27px;
  background-size: contain;
  z-index: 9;
}
#header #nav > ul > li > a.new-tag:hover:after {
  border-bottom: 0;
}
#header #nav > ul > li.open > li, #header #nav > ul > li > li:hover {
  border-left: none;
  border-right: none;
}
#header #nav > ul > li.open > a, #header #nav > ul > li > a:hover, #header #nav > ul > li > a:focus {
  color: #FFF;
  background-color: #eb4956;
  /*background-color: $active_pink_bg;*/
  transition: all 0.4s;
}
#header #nav > ul > li.open > a:after, #header #nav > ul > li > a:hover:after, #header #nav > ul > li > a:focus:after {
  border-bottom: 5px solid #FFF;
  border-top: none;
}
#header #nav > ul > li > div {
  padding-top: 3px;
  z-index: 10;
}
#header #nav > ul > li ul {
  background: white;
  border: 1px solid #afafaf;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 120px;
  padding: .6em 0;
  left: 0;
  top: 3px;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
#header #nav > ul > li ul li {
  padding: 0;
}
#header #nav > ul > li ul li:last-child a {
  border-bottom: none;
}
#header #nav > ul > li ul li > a:after {
  border: none;
}
#header #nav > ul > li ul a {
  font-size: 13px;
  color: #666666;
  display: block;
  padding: 0 0.5em 0 1em;
  line-height: 2em;
  border-bottom: 1px solid #f0f0f0;
}
#header #nav > ul > li ul a:hover {
  color: #808080;
  background: #f0f0f0;
}
#header #nav > ul > li ul a:hover:after {
  border: none;
}
#header #nav > ul > li ul:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 1em;
  width: 9px;
  height: 9px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
}
@media only screen and (max-width: 1440px) {
  #header #search .wrapper {
    width: 450px;
  }
  #header #nav > ul > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }
  #header #nav > ul > li > a.i {
    padding-right: 24px;
  }
  #header #nav > ul > li > a.i:after {
    width: 8px;
    padding-top: 5px;
    background-position: -205px 0;
    top: 13px;
    right: 9px;
  }
}
@media only screen and (max-width: 1280px) {
  #header #search .wrapper {
    width: 400px;
  }
  #header #nav > ul > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  #header #nav > ul > li > a.i {
    padding-right: 20px;
  }
  #header #nav > ul > li > a.i:after {
    width: 8px;
    padding-top: 5px;
    background-position: -205px 0;
    top: 13px;
    right: 7px;
  }
  #header #function a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

/** end of #header **/
/** Search Suggestion **/
.suggestion-root {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.88);
  color: white;
  padding: .3em 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
}
.suggestion-root .suggestion-list li {
  cursor: pointer;
  padding: .3em .6em;
  line-height: 1.3em;
}
.suggestion-root .suggestion-list li.active {
  background: #1180c2;
  color: white;
}

/**
  * top four golden link and chameleon & breadcrumbs
*/
#header_banner .hdChame {
  text-align: center;
}

#bar-header {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 15px;
  overflow: hidden;
}

.bar-header-index {
  padding-bottom: 15px;
}

#bar-header-original {
  height: 70px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#bar-header-expanded {
  height: 250px;
  left: 0;
  overflow: hidden;
  position: relative;
  top: -70px;
  width: 1000px;
  z-index: 2;
}

#top-golden-link {
  overflow: hidden;
  height: 44px;
}
#top-golden-link > ul {
  font-size: 15px;
  overflow: hidden;
  margin: 10px auto 0px;
  padding: 6px 0;
}
@media only screen and (max-width: 1440px) {
  #top-golden-link > ul {
    width: 1200px;
  }
}
@media only screen and (max-width: 1280px) {
  #top-golden-link > ul {
    width: 1000px;
  }
}
#top-golden-link li {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* scrollbar on touch screen */
html.touch body #query-list .container {
  /* Track */
  /* Handle */
}
html.touch body #query-list .container::-webkit-scrollbar {
  width: 6px;
}
html.touch body #query-list .container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
html.touch body #query-list .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #777777;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}
html.touch body #query-list .container::-webkit-scrollbar-thumb:window-inactive {
  background: #e7e7e7;
}

#footer {
  /**
   * General
   */
}
#footer {
  clear: both;
  color: white;
  background: #333;
  padding: 2em 0 3em;
  margin-top: 3em;
}
#footer a {
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer a:hover {
  padding-left: .5em;
  color: #FFF;
}
#footer .h1 {
  font-size: 15px;
  margin-bottom: .5em;
}
#footer h2 {
  color: #f0cb00;
}
#footer section {
  float: left;
}
#footer section div {
  float: left;
}
#footer section.latest {
  width: 19%;
}
#footer section.latest div {
  width: 50%;
}
#footer section.features {
  width: 25%;
}
#footer section.features div {
  width: 50%;
}
#footer section.service_new {
  width: 34%;
}
#footer section.service_new div {
  width: 33%;
}
#footer .footer_icon {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
#footer #copyright {
  clear: both;
  font-size: 12px;
  padding-top: 3em;
}
#footer #copyright .logo {
  width: 160px;
  height: 35px;
  float: left;
  text-indent: -9999px;
}
#footer #copyright .logo:after {
  width: 160px;
  padding-top: 35px;
  background-position: 0 0;
  top: 0px;
  left: 0px;
}
#footer #copyright p {
  margin-left: 180px;
}
#footer #copyright .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-weight: bold;
}

#breadcrumb {
  padding-top: 10px;
}
#breadcrumb .layout-wrapper > span {
  margin: 0 5px;
}
#breadcrumb .layout-wrapper > div {
  display: inline-block;
}
#breadcrumb .layout-wrapper > span {
  font-family: 'Courier New', Courier, monospace;
}
#breadcrumb .layout-wrapper ul {
  left: -16px;
  width: 100px;
  z-index: 99;
  max-height: 278px;
  overflow-y: auto;
}
#breadcrumb .layout-wrapper ul a {
  color: #0077b1 !important;
  text-decoration: none !important;
}
#breadcrumb .layout-wrapper ul a:hover {
  color: white !important;
  text-decoration: none !important;
}

.score-bar {
  /**
   * large
   */
  /**
   * small
   */
  /**
   * small-red
   */
  /**
   * red-star
   */
}
.score-bar {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.score-bar i {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.score-bar i.s-0 {
  width: 0;
}
.score-bar i.s-5 {
  width: 10%;
}
.score-bar i.s-10 {
  width: 20%;
}
.score-bar i.s-15 {
  width: 30%;
}
.score-bar i.s-20 {
  width: 40%;
}
.score-bar i.s-25 {
  width: 50%;
}
.score-bar i.s-30 {
  width: 60%;
}
.score-bar i.s-35 {
  width: 70%;
}
.score-bar i.s-40 {
  width: 80%;
}
.score-bar i.s-45 {
  width: 90%;
}
.score-bar i.s-50 {
  width: 100%;
}
.score-bar i.s-55 {
  width: 100%;
}
.score-bar i.s-60 {
  width: 100%;
}
.score-bar meter {
  display: none;
}
.score-bar.large {
  width: 100px;
  height: 19px;
  margin-left: 4px;
}
.score-bar.large {
  position: relative;
}
.score-bar.large:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.large:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.large:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -235px;
  top: 0px;
  left: 0px;
}
.score-bar.large i {
  height: 19px;
}
.score-bar.large i {
  position: relative;
}
.score-bar.large i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.large i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.large i:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -216px;
  top: 0px;
  left: 0px;
}
.score-bar.large-heart {
  width: 100px;
  height: 16px;
  margin-left: 10px;
}
.score-bar.large-heart {
  position: relative;
}
.score-bar.large-heart:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.large-heart:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.large-heart:before {
  width: 100px;
  padding-top: 16px;
  background-position: -219px -70px;
  top: 0px;
  left: 0px;
}
.score-bar.large-heart i {
  height: 16px;
}
.score-bar.large-heart i {
  position: relative;
}
.score-bar.large-heart i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.large-heart i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.large-heart i:before {
  width: 100px;
  padding-top: 16px;
  background-position: -219px -86px;
  top: 0px;
  left: 0px;
}
.score-bar.small {
  width: 75px;
  height: 15px;
}
.score-bar.small {
  position: relative;
}
.score-bar.small:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.small:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.small:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -200px;
  top: 0px;
  left: 0px;
}
.score-bar.small i {
  height: 15px;
}
.score-bar.small i {
  position: relative;
}
.score-bar.small i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.small i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.small i:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -185px;
  top: 0px;
  left: 0px;
}
.score-bar.small-red {
  width: 75px;
  height: 15px;
  margin-left: 10px;
}
.score-bar.small-red {
  position: relative;
}
.score-bar.small-red:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.small-red:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.small-red:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -170px;
  top: 0px;
  left: 0px;
}
.score-bar.small-red i {
  height: 15px;
}
.score-bar.small-red i {
  position: relative;
}
.score-bar.small-red i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.small-red i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.small-red i:before {
  width: 75px;
  padding-top: 15px;
  background-position: -275px -155px;
  top: 0px;
  left: 0px;
}
.score-bar.small-heart {
  width: 75px;
  height: 12px;
  margin-left: 10px;
}
.score-bar.small-heart {
  position: relative;
}
.score-bar.small-heart:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.small-heart:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.small-heart:before {
  width: 75px;
  padding-top: 12px;
  background-position: -150px -103px;
  top: 0px;
  left: 0px;
}
.score-bar.small-heart i {
  height: 12px;
}
.score-bar.small-heart i {
  position: relative;
}
.score-bar.small-heart i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.small-heart i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.small-heart i:before {
  width: 75px;
  padding-top: 12px;
  background-position: -150px -115px;
  top: 0px;
  left: 0px;
}
.score-bar.large-red {
  width: 100px;
  height: 19px;
}
.score-bar.large-red {
  position: relative;
}
.score-bar.large-red:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.large-red:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.large-red:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -232px;
  top: -4px;
  left: 0px;
}
.score-bar.large-red i {
  height: 19px;
}
.score-bar.large-red i {
  position: relative;
}
.score-bar.large-red i:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(/images/frame/full.png?update=201511031620);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .score-bar.large-red i:before {
    background-image: url(/images/frame/full-2.png?update=201511031620);
    background-size: 400px 400px;
  }
}
.score-bar.large-red i:before {
  width: 100px;
  padding-top: 19px;
  background-position: -275px -252px;
  top: -4px;
  left: 0px;
}

.page-block {
  text-align: center;
}
.page-block a, .page-block span {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  background-color: #DDD;
  height: 28px;
  line-height: 28px;
  color: #333333;
  border-radius: 2px;
  padding: 0 12px;
  margin: 0 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-block a:hover, .page-block span:hover {
  text-decoration: none;
  background: #0077b1;
  color: white;
}
.page-block a:active, .page-block a.active, .page-block span:active, .page-block span.active {
  background-color: #333333;
  color: white;
}
.page-block a.disable, .page-block span.disable {
  color: #AAA;
  background-color: #f4f4f4;
}
.page-block span {
  cursor: default;
}

@media only screen and (max-width: 1440px) {
  #Layout-view {
    font-family: "cozy";
  }

  .layout-wrapper {
    width: 1200px;
  }
}
@media only screen and (max-width: 1280px) {
  #Layout-view {
    font-family: "compact";
  }

  .layout-wrapper {
    width: 1000px;
  }
}
@media only screen and (max-width: 1005px) {
  #wrap {
    width: 1030px;
  }
}
@media only screen and (max-width: 768px) {
  .layout-wrapper {
    width: 100%;
  }
}
