:root{--white-color:#fff}.article_content_tool_skeleton{animation:submenu 2s ease-in-out infinite;-webkit-animation:submenu 2s ease-in-out infinite;background-color:#e5e5e5b3;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;height:180px;margin:20px 0 10px;overflow:hidden;padding:10px;position:relative;width:100%}.article_content_tool_skeleton_line{animation:submenuLine 2s ease-in-out infinite;-webkit-animation:submenuLine 2s ease-in-out infinite;background-color:var(--white-color);-webkit-box-shadow:4px 0 55px 71px #fff;-moz-box-shadow:4px 0 55px 71px #fff;box-shadow:4px 0 55px 71px #fff;height:103px;left:0;opacity:.5;position:absolute;top:0;transform:rotate(10deg);-webkit-transform:rotate(10deg);-moz-transform:rotate(10deg);-ms-transform:rotate(10deg);-o-transform:rotate(10deg);width:3px}.article_content_tool_skeleton>p{background-color:var(--white-color);border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;height:17px;margin:10px 0;width:80%}@keyframes submenu{0%{opacity:.9}50%{opacity:.6}to{opacity:.9}}@keyframes submenuLine{0%{left:-10%}to{left:105%}}