/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/screen.scss */
* {
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "WenQuanYi Micro Hei", "Lucida Grande", sans-serif;
}

/* line 16, ../sass/screen.scss */
footer section, footer div, header section {
  margin: 0 auto;
  width: 1200px;
}

/* line 21, ../sass/screen.scss */
body {
  background: #105DD8;
}

/* line 24, ../sass/screen.scss */
.banner {
  margin-bottom: -210px;
  background: url(../img/banner.jpg) center 0 no-repeat;
  height: 900px;
}

/* line 29, ../sass/screen.scss */
dl {
  margin: 0 auto 60px;
  width: 980px;
}
/* line 32, ../sass/screen.scss */
dl dt {
  border-radius: 20px 20px 0 0;
  background: #E9F3FF;
  border: 2px solid #E9F3FF;
}
/* line 36, ../sass/screen.scss */
dl dt h2 {
  margin-top: -13px;
  padding-top: 15px;
  height: 83px;
  background: url(../img/blockH.png) center 0 no-repeat;
  text-align: center;
  color: #105DD8;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}
/* line 46, ../sass/screen.scss */
dl dt h2 p {
  font-size: 12px;
  color: #202E75;
  font-weight: 300;
  line-height: 22px;
}
/* line 54, ../sass/screen.scss */
dl dd {
  border-radius: 0 0 20px 20px;
  background: #202E75;
  height: 110px;
  list-style: 110px;
}
/* line 59, ../sass/screen.scss */
dl dd p {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 40px;
}
/* line 63, ../sass/screen.scss */
dl dd p::before {
  display: inline-block;
  content: '';
  width: 48px;
  height: 48px;
  background: url(../img/iconP.png) 0 0 no-repeat;
  background-size: contain;
}
/* line 71, ../sass/screen.scss */
dl dd p input {
  margin: 0 20px;
  padding: 20px 10px 30px;
  background: #202E75;
  border: 0;
  border-bottom: 2px solid #105DD8;
  font-size: 36px;
  height: 32px;
  width: 50%;
  color: #FFC027;
  letter-spacing: 5px;
}
/* line 83, ../sass/screen.scss */
dl dd p input::-webkit-input-placeholder {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0;
}
/* line 88, ../sass/screen.scss */
dl dd p input::-moz-input-placeholder {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0;
}
/* line 93, ../sass/screen.scss */
dl dd p input::-ms-input-placeholder {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0;
}
/* line 98, ../sass/screen.scss */
dl dd p input:focus {
  border: 0;
  outline: none;
  border-bottom: 2px solid #105DD8;
}
/* line 104, ../sass/screen.scss */
dl dd p button {
  padding: 0 30px;
  border: 0;
  border-radius: 8px;
  font-size: 28px;
  color: #202E75;
  line-height: 48px;
  height: 48px;
  background: #FFC027;
  outline: none;
  cursor: pointer;
  border: 1px solid #FFC027;
}
/* line 116, ../sass/screen.scss */
dl dd p button:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
/* line 120, ../sass/screen.scss */
dl dd p button:active {
  color: #333;
  background: #666;
  border-color: #333;
}
/* line 129, ../sass/screen.scss */
dl.block01 dt {
  padding-bottom: 50px;
}
/* line 131, ../sass/screen.scss */
dl.block01 dt h1 {
  display: block;
  margin: 40px 0 0 120px;
  padding-top: 40px;
  border: 8px solid #F829AB;
  height: 198px;
  width: 198px;
  border-radius: 50%;
  text-align: center;
  font-size: 98px;
  color: #F829AB;
}
/* line 142, ../sass/screen.scss */
dl.block01 dt h1 s {
  padding: 0 10px;
  font-size: 32px;
}
/* line 146, ../sass/screen.scss */
dl.block01 dt h1 p {
  font-size: 14px;
  color: #202E75;
}
/* line 151, ../sass/screen.scss */
dl.block01 dt h3 {
  display: block;
  margin: -130px 0 0 0;
  height: 388px;
  background: url(../img/an.png) center 0 no-repeat;
  background-size: contain;
}
/* line 161, ../sass/screen.scss */
dl.block02 dt {
  padding-bottom: 40px;
}
/* line 163, ../sass/screen.scss */
dl.block02 dt h3 {
  height: 646px;
  background: url(../img/zc.jpg) center -80px no-repeat;
  background-size: contain;
}
/* line 167, ../sass/screen.scss */
dl.block02 dt h3 p {
  padding: 530px 80px 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 42px;
}
/* line 173, ../sass/screen.scss */
dl.block02 dt h3 p span {
  padding: 0 3px;
  font-size: 36px;
  color: #FFC027;
}
/* line 183, ../sass/screen.scss */
dl.block03 dt {
  border: 0;
  background: none;
}
/* line 186, ../sass/screen.scss */
dl.block03 dt i {
  display: block;
  position: relative;
  background: linear-gradient(to right, #000718, #23b7cb) 1 10;
  height: 300px;
  background-image: linear-gradient(165deg, #E9F3FF 0%, #105DD8 40%);
  border-radius: 20px;
}
/* line 193, ../sass/screen.scss */
dl.block03 dt i::before {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 0;
  right: 0;
  content: '';
  background: #105DD8;
  border-radius: 20px;
}
/* line 205, ../sass/screen.scss */
dl.block03 dt h2 {
  position: relative;
  margin: -270px 0 0 -11px;
  padding: 30px 0 0 10px;
  background: url(../img/blockH2.png) 0 0 no-repeat;
  height: 126px;
  width: 338px;
}
/* line 213, ../sass/screen.scss */
dl.block03 dt div {
  position: relative;
  display: flex;
  justify-content: space-between;
}
/* line 217, ../sass/screen.scss */
dl.block03 dt div ul, dl.block03 dt div ol {
  width: 490px;
  height: 486px;
  background: #91C1FC;
}
/* line 221, ../sass/screen.scss */
dl.block03 dt div ul h4, dl.block03 dt div ol h4 {
  margin: -72px auto 25px;
  text-align: center;
  font-size: 32px;
  color: #333;
}
/* line 226, ../sass/screen.scss */
dl.block03 dt div ul h4::before, dl.block03 dt div ol h4::before {
  content: '';
  display: block;
  margin: 0 auto 10px;
  height: 144px;
  width: 144px;
  border-radius: 50%;
  border: 6px solid #91C1FC;
  background: #105DD8 url(../img/icon.png) 30px 28px no-repeat;
  background-size: 861px 969px;
}
/* line 239, ../sass/screen.scss */
dl.block03 dt div li {
  padding: 14px 36px;
  line-height: 42px;
  font-size: 24px;
  color: #105DD8;
}
/* line 244, ../sass/screen.scss */
dl.block03 dt div li::before {
  margin: -5px 10px 0;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 43px;
  height: 43px;
  background: url(../img/b02icon.png);
}
/* line 254, ../sass/screen.scss */
dl.block03 dt div ul {
  margin-top: 108px;
  border-radius: 20px 4px 4px 20px;
}
/* line 257, ../sass/screen.scss */
dl.block03 dt div ul::after {
  position: absolute;
  display: block;
  content: '';
  top: 108px;
  left: 483px;
  height: 436px;
  width: 7px;
  background: rgba(32, 46, 117, 0.2);
  border-radius: 0 4px 0 4px;
}
/* line 270, ../sass/screen.scss */
dl.block03 dt div ul li:nth-child(2)::before {
  background-position: 0 0;
}
/* line 275, ../sass/screen.scss */
dl.block03 dt div ul li:nth-child(3)::before {
  background-position: 0 -95px;
}
/* line 279, ../sass/screen.scss */
dl.block03 dt div ul li:nth-child(4) {
  font-size: 20px;
}
/* line 281, ../sass/screen.scss */
dl.block03 dt div ul li:nth-child(4)::before {
  background-position: 0 -188px;
}
/* line 286, ../sass/screen.scss */
dl.block03 dt div ul li:nth-child(5)::before {
  background-position: 0 -271px;
}
/* line 292, ../sass/screen.scss */
dl.block03 dt div ol {
  margin-top: 48px;
  border-radius: 4px 20px 20px 4px;
  background: #FFC027;
}
/* line 297, ../sass/screen.scss */
dl.block03 dt div ol h4::before {
  border-color: #FFC027;
}
/* line 302, ../sass/screen.scss */
dl.block03 dt div ol li::after {
  display: none;
}
/* line 304, ../sass/screen.scss */
dl.block03 dt div ol li:nth-child(2)::before {
  background-position: -60px 0;
}
/* line 309, ../sass/screen.scss */
dl.block03 dt div ol li:nth-child(3)::before {
  background-position: -60px -95px;
}
/* line 313, ../sass/screen.scss */
dl.block03 dt div ol li:nth-child(4) {
  font-size: 20px;
}
/* line 315, ../sass/screen.scss */
dl.block03 dt div ol li:nth-child(4)::before {
  background-position: -60px -188px;
}
/* line 320, ../sass/screen.scss */
dl.block03 dt div ol li:nth-child(5)::before {
  background-position: -60px -271px;
}
/* line 328, ../sass/screen.scss */
dl.block03 dd {
  margin-top: 40px;
  border-radius: 4px 4px 20px 20px;
}
/* line 334, ../sass/screen.scss */
dl.block04 dt {
  background: none;
  padding-bottom: 60px;
}
/* line 337, ../sass/screen.scss */
dl.block04 dt ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
}
/* line 341, ../sass/screen.scss */
dl.block04 dt ul li {
  margin: 52px 52px 2px;
  height: 137px;
  width: 137px;
  background: url(../img/icon.png) 0 0 no-repeat;
  background-size: 861px 969px;
  text-indent: -9999px;
}
/* line 348, ../sass/screen.scss */
dl.block04 dt ul li:nth-child(1) {
  background-position: 0 -163px;
}
/* line 351, ../sass/screen.scss */
dl.block04 dt ul li:nth-child(2) {
  background-position: -242px -163px;
}
/* line 354, ../sass/screen.scss */
dl.block04 dt ul li:nth-child(3) {
  background-position: -482px -163px;
}
/* line 357, ../sass/screen.scss */
dl.block04 dt ul li:nth-child(4) {
  background-position: 0 -352px;
}
/* line 360, ../sass/screen.scss */
dl.block04 dt ul li:nth-child(5) {
  background-position: -242px -352px;
}
/* line 363, ../sass/screen.scss */
dl.block04 dt ul li:nth-child(6) {
  background-position: -482px -352px;
}
/* line 366, ../sass/screen.scss */
dl.block04 dt ul li:nth-child(7) {
  background-position: -724px -352px;
}
/* line 374, ../sass/screen.scss */
dl.block05 dt {
  background: none;
}
/* line 376, ../sass/screen.scss */
dl.block05 dt h3 {
  margin-top: 40px;
  height: 480px;
  background: url(../img/zz.jpg) center 0 no-repeat;
}
/* line 385, ../sass/screen.scss */
dl.block06 dt h3 {
  margin-top: 20px;
  height: 328px;
  background: url(../img/an2.png) center 0 no-repeat;
}
/* line 390, ../sass/screen.scss */
dl.block06 dt h4 {
  padding-top: 20px;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 42px;
}
/* line 396, ../sass/screen.scss */
dl.block06 dt h4 span {
  padding: 0 8px;
  font-size: 36px;
  color: #FFC027;
}
/* line 402, ../sass/screen.scss */
dl.block06 dt div {
  padding: 20px 20px 40px;
  text-align: center;
  color: #333;
}
/* line 406, ../sass/screen.scss */
dl.block06 dt div::before {
  margin: -3px 15px 0 0;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icon.png) -318px -30px no-repeat;
  background-size: 861px 969px;
  vertical-align: middle;
}
/* line 421, ../sass/screen.scss */
dl.block07 dt ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
/* line 426, ../sass/screen.scss */
dl.block07 dt ul li {
  margin: 10px 8px;
  width: 294px;
  height: 240px;
  background-size: 294px 240px;
}
/* line 431, ../sass/screen.scss */
dl.block07 dt ul li:nth-child(1) {
  background-image: url(../img/b601.jpg);
}
/* line 432, ../sass/screen.scss */
dl.block07 dt ul li:nth-child(2) {
  background-image: url(../img/b602.jpg);
}
/* line 433, ../sass/screen.scss */
dl.block07 dt ul li:nth-child(3) {
  background-image: url(../img/b603.jpg);
}
/* line 434, ../sass/screen.scss */
dl.block07 dt ul li:nth-child(4) {
  background-image: url(../img/b604.jpg);
}
/* line 435, ../sass/screen.scss */
dl.block07 dt ul li:nth-child(5) {
  background-image: url(../img/b605.jpg);
}
/* line 436, ../sass/screen.scss */
dl.block07 dt ul li:nth-child(6) {
  background-image: url(../img/b606.jpg);
}
/* line 437, ../sass/screen.scss */
dl.block07 dt ul li:nth-child(7) {
  background-image: url(../img/b607.jpg);
}
/* line 438, ../sass/screen.scss */
dl.block07 dt ul li i {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 36px;
  border-radius: 0 0 36px 36px;
  font-size: 16px;
  color: #fff;
  background: #105DD8;
  text-align: center;
  line-height: 36px;
}
/* line 455, ../sass/screen.scss */
dl.block08 dt {
  background: none;
  position: relative;
  height: 600px;
}
/* line 459, ../sass/screen.scss */
dl.block08 dt div {
  position: absolute;
  left: 50%;
  margin-left: -430px;
  padding: 140px 0 0 0;
  width: 860px;
  z-index: 1;
}
/* line 466, ../sass/screen.scss */
dl.block08 dt div::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #202E75;
  width: 112px;
  height: 112px;
}
/* line 475, ../sass/screen.scss */
dl.block08 dt div s, dl.block08 dt div b {
  position: relative;
  display: block;
  height: 112px;
  width: 740px;
  overflow: hidden;
  background: #105DD8;
}
/* line 484, ../sass/screen.scss */
dl.block08 dt div s::before, dl.block08 dt div b::before {
  position: absolute;
  display: block;
  content: '';
  border-radius: 56px;
  height: 106px;
  width: 800px;
  border: 3px dotted #FFC027;
}
/* line 494, ../sass/screen.scss */
dl.block08 dt div s {
  margin-left: 120px;
}
/* line 496, ../sass/screen.scss */
dl.block08 dt div s::before {
  right: 0;
}
/* line 500, ../sass/screen.scss */
dl.block08 dt div b {
  margin-top: -3px;
}
/* line 502, ../sass/screen.scss */
dl.block08 dt div b::before {
  left: 0;
}
/* line 507, ../sass/screen.scss */
dl.block08 dt ul {
  position: absolute;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 36px;
}
/* line 514, ../sass/screen.scss */
dl.block08 dt ul::after {
  position: absolute;
  right: 260px;
  bottom: 104px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: transparent transparent transparent #FFC027;
}
/* line 525, ../sass/screen.scss */
dl.block08 dt ul li {
  margin: 40px 76px 32px;
  height: 148px;
  width: 128px;
  background: url(../img/icon.png) 0 -593px no-repeat;
  background-size: 861px 969px;
  text-indent: -9999px;
}
/* line 532, ../sass/screen.scss */
dl.block08 dt ul li:nth-child(1) {
  background-position: 0 -593px;
}
/* line 535, ../sass/screen.scss */
dl.block08 dt ul li:nth-child(2) {
  background-position: -242px -593px;
}
/* line 538, ../sass/screen.scss */
dl.block08 dt ul li:nth-child(3) {
  background-position: -482px -590px;
}
/* line 541, ../sass/screen.scss */
dl.block08 dt ul li:nth-child(4) {
  background-position: 0 -821px;
}
/* line 544, ../sass/screen.scss */
dl.block08 dt ul li:nth-child(5) {
  background-position: -242px -821px;
}
/* line 547, ../sass/screen.scss */
dl.block08 dt ul li:nth-child(6) {
  background-position: -482px -821px;
}

/* line 556, ../sass/screen.scss */
footer {
  background: #333;
  min-width: 1200px;
}
/* line 559, ../sass/screen.scss */
footer section {
  padding: 50px 0 100px;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
/* line 567, ../sass/screen.scss */
footer section div {
  line-height: 24px;
  color: #ccc;
  background: none;
  border: 0;
}
/* line 572, ../sass/screen.scss */
footer section div h3 {
  margin-bottom: 10px;
  font-weight: 500;
  color: #105DD8;
  font-size: 16px;
}
/* line 579, ../sass/screen.scss */
footer section div p:last-child {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.3);
}
/* line 582, ../sass/screen.scss */
footer section div p:last-child a {
  color: rgba(255, 255, 255, 0.3);
}
/* line 584, ../sass/screen.scss */
footer section div p:last-child a:hover {
  color: #105DD8;
}
/* line 590, ../sass/screen.scss */
footer section div:last-child {
  width: 128px;
}
/* line 592, ../sass/screen.scss */
footer section div:last-child img {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}
/* line 600, ../sass/screen.scss */
footer div {
  line-height: 72px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
/* line 605, ../sass/screen.scss */
footer div a {
  color: rgba(255, 255, 255, 0.6);
}
/* line 607, ../sass/screen.scss */
footer div a:hover {
  color: #105DD8;
}

/* line 613, ../sass/screen.scss */
.tip {
  padding: 15px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  letter-spacing: 15px;
}

/* line 614, ../sass/screen.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  height: 72px;
  line-height: 72px;
}
/* line 623, ../sass/screen.scss */
header section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFC027;
  font-size: 18px;
}
/* line 630, ../sass/screen.scss */
header section a {
  width: 150px;
  height: 38px;
  background: url(../img/logo.png) 0 0 no-repeat;
  background-size: contain;
}
/* line 636, ../sass/screen.scss */
header section p {
  width: 400px;
  padding-right: 30px;
  text-align: right;
}
/* line 640, ../sass/screen.scss */
header section p::before {
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  background: url(../img/icon.png) -290px -16px no-repeat;
  background-size: 574px 646px;
  vertical-align: middle;
}

/* line 653, ../sass/screen.scss */
aside {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  height: 82px;
  line-height: 82px;
  text-align: center;
  vertical-align: middle;
  color: #FFC027;
  font-size: 18px;
}
/* line 669, ../sass/screen.scss */
aside p {
  padding-right: 10px;
  width: 200px;
  line-height: 44px;
  text-align: right;
}
/* line 675, ../sass/screen.scss */
aside input {
  padding: 20px 10px;
  background: transparent;
  border: 2px solid #FFC027;
  font-size: 36px;
  height: 32px;
  line-height: 32px;
  width: 310px;
  color: #FFC027;
  letter-spacing: 5px;
  border-radius: 8px 0 0 8px;
}
/* line 686, ../sass/screen.scss */
aside input::-webkit-input-placeholder {
  color: #fff;
  line-height: 32px;
  font-size: 26px;
  letter-spacing: 0;
}
/* line 692, ../sass/screen.scss */
aside input::-moz-input-placeholder {
  color: #fff;
  line-height: 32px;
  font-size: 26px;
  letter-spacing: 0;
}
/* line 698, ../sass/screen.scss */
aside input::-ms-input-placeholder {
  color: #fff;
  line-height: 32px;
  font-size: 26px;
  letter-spacing: 0;
}
/* line 704, ../sass/screen.scss */
aside input:focus {
  outline: none;
}
/* line 708, ../sass/screen.scss */
aside button {
  padding: 0 30px;
  border-radius: 0 8px 8px 0;
  font-size: 28px;
  color: #202E75;
  line-height: 44px;
  height: 44px;
  background: #FFC027;
  outline: none;
  cursor: pointer;
  border: 1px solid #FFC027;
}
/* line 719, ../sass/screen.scss */
aside button:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
/* line 723, ../sass/screen.scss */
aside button:active {
  color: #333;
  background: #666;
  border-color: #333;
}
