/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.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.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.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.0.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.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.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.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.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 2, ../../sass/common/_common.scss */
body, html {
  font-family: 'Open Sans', 'Arial', sans-serif, "Microsoft JhengHei", PMingLiU, MingLiU;
}

/* line 3, ../../sass/common/_common.scss */
.wrapper {
  position: relative;
  min-width: 1000px;
}

/* line 8, ../../sass/common/_common.scss */
a {
  text-decoration: none;
  color: #000;
}

/* line 12, ../../sass/common/_common.scss */
.wrapper {
  background: url("../../images/common/bg.jpg");
}

/* line 15, ../../sass/common/_common.scss */
.container {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  background: #F2F2F2;
  box-shadow: 0px 5px 5px 1px rgba(105, 105, 105, 0.5);
}
/* line 22, ../../sass/common/_common.scss */
.container::after {
  display: table;
  content: " ";
}

/* line 28, ../../sass/common/_common.scss */
header {
  position: relative;
  height: 107px;
  margin-bottom: 20px!important;
}
/* line 32, ../../sass/common/_common.scss */
header .logo {
  position: absolute;
  left: 25px;
  top: 5px;
}
/* line 37, ../../sass/common/_common.scss */
header .input-box {
  position: absolute;
  right: 415px;
  top: 27px;
}
/* line 41, ../../sass/common/_common.scss */
header .input-box .btn-search {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: url("../../images/common/bg-btns.png") 0 -90px;
}
/* line 52, ../../sass/common/_common.scss */
header .input-box .btn-search:hover {
  cursor: pointer;
}
/* line 56, ../../sass/common/_common.scss */
header .input-box i.fa {
  margin-right: 2px;
}
/* line 59, ../../sass/common/_common.scss */
header .input-box input {
  width: 180px;
  padding-left: 10px;
}
/* line 63, ../../sass/common/_common.scss */
header .input-box select {
  width: 115px;
}
/* line 67, ../../sass/common/_common.scss */
header .btn-box {
      position: absolute;
    top: 0;
    right: 17px;
    width: 390px;
    height: 55px;
    border-radius: 0 0 5px 5px;
    background: #E8E8E8;
    box-shadow: 1px 1px 2px 0px rgba(98, 98, 98, 0.5);
}
/* line 76, ../../sass/common/_common.scss */
header .btn-box .btn-cart {
  position: relative;
  width: 80px;
  height: 25px;
  background: url("../../images/common/bg-btns.png");
}
/* line 81, ../../sass/common/_common.scss */
header .btn-box .btn-cart:hover {
  cursor: pointer;
}
/* line 85, ../../sass/common/_common.scss */
header .btn-box .btn-fb {
  position: relative;
  display: block;
  width: 80px;
  height: 25px;
  background: url("../../images/common/bg-btns.png") 0 -30px;
}
/* line 91, ../../sass/common/_common.scss */
header .btn-box .btn-fb:hover {
  cursor: pointer;
}
/* line 95, ../../sass/common/_common.scss */
header .btn-box .btn-contact {
  position: relative;
  display: block;
  width: 90px;
  height: 25px;
  background: url("../../images/common/bg-btns.png") 0 -60px;
}
/* line 101, ../../sass/common/_common.scss */
header .btn-box .btn-contact:hover {
  cursor: pointer;
}
/* line 105, ../../sass/common/_common.scss */
header .btn-box ul {
  position: absolute;
  top: 23px;
  left: 120px;
}
/* line 110, ../../sass/common/_common.scss */
header .btn-box li {
  float: left;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
}
/* line 119, ../../sass/common/_common.scss */
header .btn-box .welcome {
  position: absolute;
  top: 30px;
  left: 10px;
  font-size: 13px;
  color: #606060;
  font-weight: bold;
}
/* line 127, ../../sass/common/_common.scss */
header .btn-box a {
  color: #fff;
}
/* line 130, ../../sass/common/_common.scss */
header .btn-box i.fa {
  font-size: 15px;
  margin-right: 5px;
}
/* line 135, ../../sass/common/_common.scss */
header nav {
  position: absolute;
  top: 70px;
  right: 17px;
  width: 747px;
  height: 35px;
  border-radius: 5px;
  background: #fff;
      box-shadow: 1px 1px 2px 0px rgba(98, 98, 98, 0.5);
}
/* line 144, ../../sass/common/_common.scss */
header nav ul {
  position: relative;
  height: 100%;
  width: 747px;
}
/* line 149, ../../sass/common/_common.scss */
header nav ul:before, header nav ul:after {
  content: " ";
  display: table;
}
/* line 153, ../../sass/common/_common.scss */
header nav li {
  position: relative;
  float: left;
  line-height: 35px;
}
/* line 159, ../../sass/common/_common.scss */
header nav li:hover {
  background: #990000;
}
/* line 162, ../../sass/common/_common.scss */
header nav li:hover a {
  color: #fff;
}
/* line 165, ../../sass/common/_common.scss */
header nav li:hover > ul {
  display: block;
  position: absolute;
  background: #990000;
  z-index: 9999;
  width: 120px;
}
/* line 172, ../../sass/common/_common.scss */
header nav li:hover li {
  float: none;
}
/* line 175, ../../sass/common/_common.scss */
header nav li.current {
  background: #990000;
}
/* line 177, ../../sass/common/_common.scss */
header nav li.current a {
  color: #fff;
}
/* line 182, ../../sass/common/_common.scss */
header nav a {
  padding: 0px 20px;
  font-size: 14px;
  display: block;
  color: #414141;
}
/* line 188, ../../sass/common/_common.scss */
header nav li:nth-child(1) {
  border-radius: 5px 0 0 5px;
}
/* line 191, ../../sass/common/_common.scss */
header nav li:nth-last-child(1) {
  background: none;
}
header nav li:nth-last-child(1).current {
  background: #8C0000;
    border-radius: 0 5px 5px 0;
}
/* line 193, ../../sass/common/_common.scss */
header nav li:nth-last-child(1):hover {
  background: #8C0000;
  border-radius: 0 5px 5px 0;
}
/* line 197, ../../sass/common/_common.scss */
header nav li:nth-last-child(1) a {
  padding-right: 20px;
}
/* line 201, ../../sass/common/_common.scss */
header nav li.line {
  background: url("../../images/common/line.png") 0 center no-repeat;
  width: 1px;
  height: 30px;
}
/* line 206, ../../sass/common/_common.scss */
header nav ul.sub {
  position: absolute;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  display: none;
  text-align: center;
}
/* line 213, ../../sass/common/_common.scss */
header nav ul.sub li {
  position: relative;
  background: #9A3839;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  border-bottom: 1px solid #AA5958;
}
/* line 220, ../../sass/common/_common.scss */
header nav ul.sub li:hover {
  background: #461A1B;
}
/* line 223, ../../sass/common/_common.scss */
header nav ul.sub li a {
  padding: 0;
}
/* line 226, ../../sass/common/_common.scss */
header nav ul.sub li:hover > ul {
  display: block;
  position: absolute;
  background: #8C0000;
  z-index: 9999;
  width: 120px;
}
/* line 233, ../../sass/common/_common.scss */
header nav ul.sub li:hover li {
  float: none;
}
/* line 235, ../../sass/common/_common.scss */
header nav ul.sub ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 0;
  display: none;
  width: 140px;
  text-align: left;
  font-size: 14px;
}
/* line 244, ../../sass/common/_common.scss */
header nav ul.sub ul li {
  padding-left: 10px;
}
/* line 247, ../../sass/common/_common.scss */
header nav ul.sub ul i.fa {
  font-size: 12px;
  margin-right: 5px;
}
/* line 252, ../../sass/common/_common.scss */
header nav ul.sub li:nth-child(1), header nav ul.sub li:nth-last-child(1) {
  border-radius: 0;
}

/* line 259, ../../sass/common/_common.scss */
.bread {
  font-size: 12px;
  margin-bottom: 20px;
  color: #AF0000;
}
/* line 263, ../../sass/common/_common.scss */
.bread a {
  color: #606060;
}
/* line 266, ../../sass/common/_common.scss */
.bread i.fa {
  margin-right: 5px;
  color: #8C0000;
  font-size: 14px;
}

/* line 273, ../../sass/common/_common.scss */
footer.container {
  border-top: 1px solid #B9B9B9;
  width: 960px;
  color: #606060;
  font-size: 12px;
  background:  98% 10px no-repeat #F2F2F2;
  padding: 10px 20px 30px;
}
/* line 280, ../../sass/common/_common.scss */
footer.container li {
  line-height: 18px;
}
footer .footer-right {    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;}
footer .footer-right .ft-logo { opacity: 1; }
footer .footer-right .ft-logo:hover { opacity: .8; }

/* line 290, ../../sass/common/_common.scss */
.btn-up {
  position: fixed;
  display: none;
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  background: #616161;
  text-align: center;
  line-height: 40px;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  border-radius: 3px;
}
/* line 304, ../../sass/common/_common.scss */
.btn-up i.fa {
  color: #fff;
}
/* line 307, ../../sass/common/_common.scss */
.btn-up:hover {
  cursor: pointer;
  background: #333;
}

/* line 1, ../../sass/common/_extend.scss */
.left-box .new-block .title, .left-box .select-block .title, .right-box .day-word-box .title, .right-box .rank-box .title, .right-box .share-box .title {
  position: relative;
  background: #d0d0d0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZDBkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d0d0d0 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #d0d0d0 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #d0d0d0 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #d0d0d0 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #d0d0d0 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#f0f0f0',GradientType=0 );
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  border: 1px solid #C4C4C4;
  border-radius: 5px 5px 0 0;
  padding-left: 10px;
}
/* line 19, ../../sass/common/_extend.scss */
.left-box .new-block .title i.fa, .left-box .select-block .title i.fa, .right-box .day-word-box .title i.fa, .right-box .rank-box .title i.fa, .right-box .share-box .title i.fa {
  color: #AF0000;
  margin-right: 5px;
}

/* line 25, ../../sass/common/_extend.scss */
h6, .left-box .select-block h5, .left-box .select-block h6 {
  font-size: 13px;
  color: #8C0000;
  font-weight: bold;
}

/* line 31, ../../sass/common/_extend.scss */
.left-box .new-block .pic, .left-box .select-block .pic {
  position: relative;
  width: 105px;
  height: 140px;
  overflow: hidden;
  padding: 1px;
  border: 1px solid #D9D9D9;
}

/* line 39, ../../sass/common/_extend.scss */
.left-box .new-block .content, .left-box .select-block .content, .right-box .rank-box .content, .right-box .share-box .content {
  position: relative;
  background: #fff;
  border: 1px solid #CBCBCB;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

/* line 46, ../../sass/common/_extend.scss */
.left-box .new-block img, .left-box .select-block img {
  position: relative;
  width: 100%;
}

/* line 10, ../../sass/basic/index.scss */
.left-box {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 700px;
}
/* line 16, ../../sass/basic/index.scss */
.left-box .banner {
  position: relative;
  width: 700px;
  height: 250px;
}
/* line 21, ../../sass/basic/index.scss */
.left-box .book-box {
  position: relative;
  width: 668px;
  height: 320px;
  background: #EAEAEA;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #C4C4C4;
}
/* line 32, ../../sass/basic/index.scss */
.left-box .book-box .left-side {
  position: relative;
  float: left;
  width: 331px;
  margin-right: 20px;
}
/* line 37, ../../sass/basic/index.scss */
.left-box .book-box .left-side p {
  font-size: 13px;
  line-height: 15px;
  margin-top: 5px;
}
/* line 42, ../../sass/basic/index.scss */
.left-box .book-box .left-side img {
  width: 100%;
  margin-bottom: 5px;
}
/* line 46, ../../sass/basic/index.scss */
.left-box .book-box .left-side a {
  display: block;
}
/* line 48, ../../sass/basic/index.scss */
.left-box .book-box .left-side a:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
/* line 54, ../../sass/basic/index.scss */
.left-box .book-box .right-side {
  position: relative;
  float: left;
  width: 317px;
  height: auto;
}
/* line 59, ../../sass/basic/index.scss */
.left-box .book-box .right-side li {
  position: relative;
  padding: 8px 5px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
}
/* line 65, ../../sass/basic/index.scss */
.left-box .book-box .right-side li a {
  display: block;
}
/* line 68, ../../sass/basic/index.scss */
.left-box .book-box .right-side li:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
/* line 73, ../../sass/basic/index.scss */
.left-box .book-box .right-side .pic, .left-box .book-box .right-side .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.left-box .book-box .right-side .pic img { width:100%; }
/* line 78, ../../sass/basic/index.scss */
.left-box .book-box .right-side .text {
  width: 224px;
}
/* line 81, ../../sass/basic/index.scss */
.left-box .book-box .right-side .pic {
  width: 77px;
  height: 58px;
  overflow: hidden;
  border: 1px solid #979797;
}
/* line 87, ../../sass/basic/index.scss */
.left-box .book-box .right-side p {
  font-size: 12px;
  color: #797979;
  line-height: 15px;
  margin-top: 5px;
}
/* line 95, ../../sass/basic/index.scss */
.left-box .new-block {
  position: relative;
  float: left;
  width: 150px;
  height: auto;
  margin-right: 15px;
}
/* line 101, ../../sass/basic/index.scss */
.left-box .new-block a {
  display: block;
}
/* line 103, ../../sass/basic/index.scss */
.left-box .new-block a:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
/* line 108, ../../sass/basic/index.scss */
.left-box .new-block .content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 116, ../../sass/basic/index.scss */
.left-box .new-block .title h3 {
  position: relative;
  margin-top: -13px;
}
/* line 120, ../../sass/basic/index.scss */
.left-box .new-block .title span {
  margin: 0 5px;
  position: relative;
  transform: rotate(-25deg);
  font-size: 25px;
  color: #FFFFFF;
  line-height: 40px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  background: #AF0000;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
/* line 137, ../../sass/basic/index.scss */
.left-box .new-block .pic {
  margin: 0 auto;
}
/* line 144, ../../sass/basic/index.scss */
.left-box .new-block span {
  position: relative;
  display: inline-block;
  margin-top: 4px;
}
/* line 149, ../../sass/basic/index.scss */
.left-box .new-block li:nth-child(1) {
  padding-bottom: 10px;
}
/* line 153, ../../sass/basic/index.scss */
.left-box .select-block {
  position: relative;
  float: left;
  width: 530px;
  height: auto;
}
/* line 158, ../../sass/basic/index.scss */
.left-box .select-block a {
  display: block;
}
/* line 160, ../../sass/basic/index.scss */
.left-box .select-block a:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
/* line 167, ../../sass/basic/index.scss */
.left-box .select-block .title h3 {
  position: relative;
  margin-top: -13px;
}
/* line 171, ../../sass/basic/index.scss */
.left-box .select-block .title span {
  margin: 0 5px;
  position: relative;
  transform: rotate(-25deg);
  font-size: 25px;
  color: #FFFFFF;
  line-height: 40px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  background: #AF0000;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
/* line 194, ../../sass/basic/index.scss */
.left-box .select-block .content {
  position: relative;
  padding: 20px 20px 30px 20px;
  height: 328px;
}
/* line 200, ../../sass/basic/index.scss */
.left-box .select-block .text {
  position: relative;
  width: 120px;
  height: auto;
}
/* line 205, ../../sass/basic/index.scss */
.left-box .select-block .pic, .left-box .select-block .text {
  display: inline-block;
  vertical-align: middle;
}
/* line 209, ../../sass/basic/index.scss */
.left-box .select-block li {
  float: left;
  margin-bottom: 30px;
}
/* line 213, ../../sass/basic/index.scss */
.left-box .select-block li:nth-child(odd) {
  margin-right: 20px;
}
/* line 216, ../../sass/basic/index.scss */
.left-box .select-block h5 {
  border-left: 3px solid #F1A032;
  padding-left: 5px;
  margin-left: 3px;
  font-size: 14px;
  color: #AF0000;
}
/* line 224, ../../sass/basic/index.scss */
.left-box .select-block h6 {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-left: 3px;
  border-top: 1px dotted #979797;
}
/* line 234, ../../sass/basic/index.scss */
.left-box .select-block p {
  font-size: 13px;
  line-height: 15px;
  margin-left: 3px;
}

/* line 242, ../../sass/basic/index.scss */
.right-box {
  position: relative;
  float: left;
  width: 240px;
}
/* line 247, ../../sass/basic/index.scss */
.right-box .day-word-box {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 256, ../../sass/basic/index.scss */
.right-box .day-word-box .text {
  position: relative;
  background: #AF0000;
  color: #fff;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
/* line 266, ../../sass/basic/index.scss */
.right-box .day-word-box .text ul {
  position: relative;
  top: 0;
}
/* line 270, ../../sass/basic/index.scss */
.right-box .day-word-box .text li {
  line-height: 45px;
  height: 45px;
}
/* line 276, ../../sass/basic/index.scss */
.right-box .rank-box {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 283, ../../sass/basic/index.scss */
.right-box .rank-box a {
  display: block;
}
/* line 285, ../../sass/basic/index.scss */
.right-box .rank-box a:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
/* line 293, ../../sass/basic/index.scss */
.right-box .rank-box .content {
  height: 45px;
  height: auto;
  padding: 10px 10px 0 10px;
}
/* line 299, ../../sass/basic/index.scss */
.right-box .rank-box .pic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
/* line 305, ../../sass/basic/index.scss */
.right-box .rank-box .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 140px;
}
/* line 311, ../../sass/basic/index.scss */
.right-box .rank-box li {
  border-bottom: 1px dotted #CBCBCB;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 316, ../../sass/basic/index.scss */
.right-box .rank-box li:nth-last-child(1) {
  border-bottom: none;
}
/* line 319, ../../sass/basic/index.scss */
.right-box .rank-box h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 20px;
}
/* line 325, ../../sass/basic/index.scss */
.right-box .rank-box span {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background: #8C0000;
  border-radius: 5px;
  margin-right: 5px;
}
/* line 337, ../../sass/basic/index.scss */
.right-box .rank-box p {
  font-size: 12px;
}
/* line 341, ../../sass/basic/index.scss */
.right-box .share-box {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 348, ../../sass/basic/index.scss */
.right-box .share-box a {
  display: block;
}
/* line 350, ../../sass/basic/index.scss */
.right-box .share-box a:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
/* line 358, ../../sass/basic/index.scss */
.right-box .share-box .content {
  height: auto;
  font-size: 13px;
  padding-left: 10px;
}
/* line 364, ../../sass/basic/index.scss */
.right-box .share-box li {
      position: relative;
    border-bottom: 1px dotted #EAEAEA;
    line-height: 1.5em;
    text-indent: -.6em;
    margin-left: 15px;
    font-size: 13px;
    padding: 10px 10px 10px 0;
}
/* line 370, ../../sass/basic/index.scss */
.right-box .share-box i.fa-square {
  color: #FFB400;
  margin-right: 5px;
}
