/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.no_translate.transposh_flags{
    display: flex;
    flex-wrap: nowrap;
}
.no_translate.transposh_flags a{
    color: #fff;
}
.no_translate.transposh_flags .texts{
    margin-right: 5px;
}

.animateds {
  animation-duration: 0.1s; /* 动画时间，缩短以更灵敏 */
  animation-fill-mode: forwards; /* 动画结束后保持最后一帧状态 */
}

.up {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* 更弹性的缓动曲线 */
  transform-origin: center bottom; /* 保持动画基点 */
  cursor: pointer;
  transform: translate3d(0, 0, 0); /* 明确初始状态 */
}

.up:hover {
  transform: translate3d(0, -10px, 0); /* 悬停时向上移动 30px */
}

/* 简化关键帧动画，只定义向上移动 */
@keyframes upAnimation {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -10px, 0); /* 向上移动 30px */
  }
}

.list_canshu{list-style:none;margin-left:0;}
ul.list_canshu li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin:8px 0;
}
ul.list_canshu li span{display:inline-block;min-width:150px;}