@charset "UTF-8";
body {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}

/* 正在点击的链接*/
a:active {
  text-decoration: none;
}

.flex-container {
  display: -webkit-flex;
  display: flex;
  margin-top: 0.5rem;
}

.flex-container .flex-item {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 0.42rem;
  text-shadow: 0 0 0;
  height: 1rem;
  line-height: 1rem;
  border: 1px solid #dcdcdc;
}

.flex-container .flex-item.active {
  background: url("../img/final/active-bg.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

header .logo {
  width: 12%;
  display: block;
  margin: 0.4rem auto 0.2rem;
}

header .menu {
  width: 0.3rem;
  top: 0.6rem;
  left: 0.4rem;
  position: absolute;
}

header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 999;
}

.index-main {
  padding: 0 0.2rem;
}

.index-main section {
  position: relative;
  color: #666;
  margin: 0.266rem 0;
  border-bottom: 0.026rem solid #eee;
  padding-bottom: 0.266rem;
}

.index-main section > a {
  position: relative;
  display: block;
}

.index-main section > a .rect-icon{
  width: .84722rem;
  height: .30556rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/rect.png);
  background-size: .84722rem .30556rem;
  color: #fff;
  font-size: .16667rem;
  text-align: center;
}

.index-main section h6 {
  color: #666;
  font-size: 0.4rem;
  line-height: 0.56rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.index-main section .cover {
  width: 100%;
  height: 4.69rem;
}

.index-main section .play {
  width: 1rem;
  position: absolute;
  top: 1.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.index-main section .head {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  vertical-align: middle;
}

.index-main section .name {
  color: #666;
  font-size: 0.38rem;
  text-shadow: 0 0 0;
}

/*.index-main section abbr {
    color: #666;
    font-size: 0.36rem;
    text-shadow: 0 0 0;
    float: right;
    margin-top: -0.75rem;
    margin-right: 1rem;
}*/

/*.index-main section .voting {
  float: right;
  width: 0.52rem;
  margin-right: 0.6rem;
  margin-top: 0.1rem;
  cursor: pointer;
}*/

.details-main {
  padding: 0 0.5rem;
}
.voteBox {
  position: absolute;
  bottom: 0.4rem;
  right: 0.2rem;
}
.voteBox .voting {
  width: 0.52rem;
}
.voteBox abbr {
  margin-right: 0.2rem;
  color: #666;
  font-size: 0.36rem;
  text-shadow: 0 0 0;
}
.details-main section {
  margin: 0.4rem 0 0.6rem;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 0.6rem;
}

.details-main section h1 {
  position: relative;
  font-size: 0.44rem;
  padding-left: 10px;
}

.details-main section h1:before {
  position: absolute;
  width: 4px;
  content: "";
  height: 12px;
  top: 0.04rem;
  left: -1px;
  background: #f98358;
}

.details-main section p.desc {
  margin-top: 0.4rem;
  font-size: 0.37rem;
  line-height: 0.66rem;
}

.details-main h4 {
  color: #666;
  font-size: 0.42rem;
  line-height: 0.56rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.details-main .time {
  display: inline;
}

.details-main .time img {
  width: 0.7rem;
  vertical-align: middle;
}

.details-main .time span {
  color: #000;
  font-size: 0.36rem;
  text-shadow: 0 0 0;
  position: relative;
  top: 0.1rem;
  left: 0.1rem;
}

.details-main .vote {
  float: right;
  background: #fc6863;
  color: #fff;
  font-size: 0.38rem;
  padding: 0.12rem 0.3rem;
  border-radius: 0.1rem;
}

.details-main .vote.active {
  background: url("../img/final/active-bg.png") no-repeat;
  background-size: 100% 100%;
}

.details-main .vote img {
  width: 0.4rem;
  color: #fff;
}

.details-main .vote span {
  position: relative;
  top: -0.04rem;
}

.stage_img_list {
  margin-top: 0.4rem;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.stage_img_list img {
  display: inline-block;
  width: 3rem;
  height: 2.25rem;
  margin-right: 0.3rem;
}

.comment-cloumn textarea {
  width: 96%;
  height: 3rem;
  background: #001965;
  border: 1px solid #2f8c96;
  color: #fff;
  font-size: 0.36rem;
  line-height: 0.6rem;
  padding: 0.14rem;
}

textarea::-webkit-input-placeholder {
  color: #184998;
}

.comment-cloumn .submit {
  background: #184998;
  color: #fff;
  width: 100%;
  line-height: 1rem;
  font-size: 0.46rem;
  letter-spacing: 1px;
}

.comment-cloumn ul {
  border-top: 1px solid #2c8288;
  margin-top: 0.6rem;
}

.comment-cloumn li {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 0.6rem;
  margin: 0.8rem 0;
}

.comment-cloumn li:last-child {
  border-bottom: 0;
}

.comment-cloumn .avatar {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  float: left;
  margin-right: 0.34rem;
}

.comment-cloumn p {
  width: 84%;
  font-size: 0.34rem;
  color: #fff;
  float: left;
  line-height: 0.54rem;
}

.comment-cloumn p span {
  display: block;
  color: #000;
}

.comment-cloumn p span.name {
  color: #1e5ec5;
  font-size: 0.34rem;
  margin-bottom: 0.14rem;
}

.comment-cloumn p span.date {
  float: right;
  margin-top: -0.66rem;
  color: #a3a8bc;
}

.comment-cloumn textarea {
  width: 96%;
  height: 3rem;
  background: #fff;
  border: 1px solid #eeeeee;
  color: #000;
  font-size: 0.36rem;
  line-height: 0.6rem;
  padding: 0.14rem;
}

textarea::-webkit-input-placeholder {
  color: #929292;
}

#submit {
  color: #fff;
  line-height: 1rem;
  height: 1rem;
  text-align: center;
  font-size: 0.4rem;
  background: url("../img/final/active-bg.png");
  background-size: 100% 100%;
  width: 3rem;
  display: block;
  margin: 0.6rem auto 2rem;
}

aside {
  position: fixed;
  left: -50%;
  height: 100%;
  width: 40%;
  background: #fbfbfb;
  z-index: 999;
  text-align: center;
  top: 0;
}

aside button {
  width: 0.45rem;
  height: 0.45rem;
  background: url("../img/final/closeBtn.png");
  background-size: 100% 100%;
  border: none;
  outline: none;
  float: right;
  margin: 0.3rem;
}

aside a {
  color: #000;
  font-size: 0.46rem;
  font-weight: bold;
  display: block;
  margin: 2rem auto;
}

.footer-bar {
  background-color: #25272e;
  width: 100%;
  height: 0.2rem;
}

.footer {
  background-color: #2e3139;
  width: 100%;
  height: 6.16rem;
  text-align: center;
  position: relative;
}

.footer > img {
  width: 8.72rem;
  height: 5.52rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.2rem;
  display: block;
  margin: 0 auto;
}

.table-result {
  width: 100%;
  margin-top: 0.293rem;
}

.table-result > img {
  width: 100%;
}

.rank-result {
  margin: 0 auto 0.293rem auto;
  text-align: center;
}
