a:hover {
  text-decoration: none;
}
body {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
}
nav {
  position: absolute;
  max-width: 640px;
  top: 4%;
  width: 100%;
}
nav.fixed {
  position: fixed;
  width: 100%;
  padding: 0.4rem 0;
  /* background: #001965; */
  top: 0;
  left: 0;
  z-index: 900;
}
.img_icon {
  display: block;
  margin: 0.2rem auto;
  width: 1.8rem;
}
.head-section {
  position: relative;
}
.siginBn {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 8.3rem;
}
nav .navBtn {
  margin-left: 5%;
  width: 0.8rem;
  margin-top: 1%;
}
nav .siginBtn {
  float: right;
  margin-right: 5%;
  width: 2rem;
}
.center-block {
  display: block;
  margin: 0.2rem auto 0;
}
.column {
  margin: 1rem 0;
}
.column .content {
  width: 90%;
  margin: 0.4rem auto;
}
.column-jieshao .content {
  color: rgb(145, 145, 145);
  line-height: 0.68rem;
  font-size: 0.34rem;
}
.showMore {
  /* width: 2.56rem; */
  line-height: 0.77rem;
  text-align: center;
  display: block;
  margin: 0.6rem auto;
  font-size: 0.38rem;
  text-decoration: none;
  border-radius: 22px;
  color: rgb(19, 95, 254);
  text-shadow: 0 0 0;
  font-weight: bold;
  white-space: nowrap;
}
.column-zixun li {
  margin: 0.6rem 0;
  position: relative;
  overflow: hidden;
  /* height: 1.8rem; */
}
.oneItem {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: rgb(139, 139, 139);
  margin: 0.4rem 0;
}
.oneItemLeft {
  width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.column-zixun li img {
  width: 2.6rem;
  height: 1.8rem;
  float: left;
  margin-right: 0.3rem;
  border-radius: 4px;
}
.column-zixun li .name {
  color: rgb(139, 139, 139);
  font-size: 0.34rem;
  line-height: 0.46rem;
}
.date {
  color: rgb(179, 179, 179);
}
.column-zixun li .date {
  position: absolute;
  left: 2.93rem;
  bottom: 0rem;
  /* color: #fff; */
}
.column-zuopin ul {
  margin: 1rem 0 0;
}
.column-zuopin li {
  float: left;
  width: 50%;
  border-radius: 6px;
  margin-bottom: 0.6rem;
  height: 10.5rem;
}
.column-zuopin .res-rank {
  width: 34%;
  display: block;
  margin: 0 auto 0.3rem;
}
.column-zuopin section {
  /* background: #f6f6f6; */
  /* margin: 0 auto; */
  /* width: 80%; */
  padding: 0.3rem 0.2rem 0.4rem;
  position: relative;
  /* height: 8rem; */
  /* border-radius: 4px; */
}
.column-zuopin section .cover {
  width: 100%;
  display: block;
  height: 2.5rem;
}
.column-zuopin section h6 {
  font-size: 0.4rem;
  text-align: center;
  color: #4d4d4d;
  margin: 0.4rem 0;
}
.head-pic {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.column-zuopin section h5 {
  font-size: 0.32rem;
  text-align: center;
  color: #4d4d4d;
  font-weight: normal;
  text-shadow: 0 0 0;
  margin: 0.4rem 0;
}
.head-pic + h5 {
  line-height: 0.5rem;
  height: 0.6rem;
}

.column-zuopin .play {
  position: absolute;
  left: 40%;
  top: 12%;
  width: 20%;
}
.column-zuopin button {
  font-size: 0.36rem;
  color: #08087a;
  font-weight: bold;
  border-radius: 3px;
  width: 60%;
  height: 0.6rem;
  line-height: 0.6rem;
  outline: none;
  border: 1px solid #08087a;
  background: transparent;
  margin: 0.2rem 20% 0.2rem;
}

.column-shequ 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;
}

.column-shequ .submit {
  background: #184998;
  color: #fff;
  width: 100%;
  line-height: 1rem;
  font-size: 0.46rem;
  letter-spacing: 1px;
}
.column-shequ ul {
  border-top: 1px solid #2c8288;
  margin-top: 0.6rem;
}
.column-shequ li {
  border-bottom: 1px solid #e5eefe;
  padding-bottom: 0.6rem;
  margin: 0.8rem 0;
}
.column-shequ li:last-child {
  border-bottom: 0;
}
.column-shequ .avatar {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  float: left;
  margin-right: 0.34rem;
}
.column-shequ p {
  width: 84%;
  font-size: 0.34rem;
  color: #929292;
  float: left;
  line-height: 0.54rem;
}
.column-shequ p span {
  display: block;
}
.column-shequ p span.name {
  color: #08087a;
  font-size: 0.35rem;
  text-shadow: 0 0 0;
  margin-bottom: 0.14rem;
}
.column-shequ p span.date {
  float: right;
  margin-top: -0.56rem;
  color: #a3a8bc;
}
aside {
  position: fixed;
  left: -50%;
  height: 100%;
  width: 40%;
  background: #fff;
  z-index: 999;
  text-align: center;
}
aside button {
  width: 0.6rem;
  height: 0.6rem;
  background: url("../img/closeBtn.png");
  background-size: 100% 100%;
  border: none;
  outline: none;
  float: right;
  margin: 0.3rem;
}
aside a {
  color: #204ad4;
  font-size: 0.46rem;
  font-weight: bold;
  display: block;
  margin: 1rem auto;
  /* border-bottom: 1px solid #204ad4; */
  padding-bottom: 0.5rem;
}
aside a span {
  /* border-bottom: 4px solid #914251; */
}
form {
  width: 32%;
  position: relative;
  float: right;
}
form section {
  border: 1px solid #339195;
  border-radius: 0.6rem;
  background: #011866;
  margin: 0 auto;
  height: 0.888889rem;
}
form .searchBtn {
  width: 0.7rem;
  height: 0.7rem;
  background: url("../img/search.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  top: 0.1rem;
}
form input {
  line-height: 0.9rem;
  width: 100%;
  border: none;
  outline: none;
  text-indent: 0.3rem;
  color: #fff;
  font-size: 0.34rem;
  border: 0;
  width: 86%;
  background: transparent;
}
form ::-webkit-input-placeholder {
  color: #339195;
}
.details-main .textBox {
  width: 88%;
  margin: 0 auto 1rem;
  color: #43bdab;
}
.details-main .textBox section {
  position: relative;
}
.details-main .textBox h2 {
  color: #fc6c62;
  font-size: 0.42rem;
  margin: 0.8rem 0 0rem;
  width: 70%;
  line-height: 0.56rem;
}
.details-main .textBox .name {
  font-size: 0.38rem;
  text-shadow: 0 0 0;
  margin: 0.6rem 0 0.6rem;
  color: #fc6c62;
  line-height: 0.5rem;
  width: 83%;
}
.details-main .textBox .NO {
  background: #fc6c62;
  padding: 0.18rem 0.15rem;
  color: #fff;
  border-radius: 50%;
  font-size: 0.35rem;
  position: absolute;
  right: 0;
  top: 0.7rem;
}
.details-main .textBox .NO-text {
  position: absolute;
  right: 0.06rem;
  font-size: 0.34rem;
  top: 1.5rem;
}
.details-main .textBox .text {
  /*border-top: 1px solid #24708a;*/
  line-height: 0.56rem;
  font-size: 0.34rem;
}
.details-main .textBox .text span {
  font-size: 0.36rem;
  text-shadow: 0 0 0;
  font-weight: bold;
}
.details-main .textBox .voteNum {
  display: block;
  color: #fc6c62;
  font-size: 0.6rem;
  text-align: center;
  margin: 2rem auto 0.4rem;
}
.details-main .textBox .vote {
  display: block;
  width: 100%;
  border: 1px solid #43bdab;
  color: #43bdab;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1.1rem;
  text-align: center;
  border-radius: 6px;
  background: #43bdab;
  color: #fff;
}
header {
  position: relative;
  margin: 0.2rem 0 0.4rem;
  /* height: 1.6rem;
  background: #001965; */
}
header a {
  display: inline-block;
  width: 0.46rem;
  height: 0.4rem;
  background: url("../img/back.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.6rem;
  left: 7%;
}
.column-fanli .content {
  color: #fff;
  font-size: 0.36rem;
  line-height: 0.68rem;
}
.column-fanli button {
  color: #2f8c96;
  font-size: 0.38rem;
  text-align: center;
  padding: 0.18rem 0.4rem;
  border: 1px solid #2f8c96;
  background: transparent;
  position: relative;
  outline: none;
}
.column-fanli p {
  border: 1px solid #144b7a;
  margin: 0.2rem 0 0.1rem;
  padding: 0.2rem;
}
.column-fanli button.active {
  background: #2f8c96;
  color: #fff;
}
.column-fanli button.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #2f8c96;
  top: -9px;
  left: 45%;
}
.videoList {
  margin-bottom: 0.8rem;
}
#J_prismPlayer2 {
  display: none;
}
.prism-player .prism-progress .prism-progress-cursor {
  left: 10px !important;
}
.prism-player .prism-cover {
  top: -32px !important;
}

/*.fixed {
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  margin: 0;
  z-index: 9999;
}*/
.zuopin {
  width: 2.6rem;
  height: 0.8rem;
  background: url("../img/zuopinBtn.png");
  background-size: 100% 100%;
  border: 0;
  color: #fff;
}
.icon {
  display: block;
  margin: 0.6rem auto 0.4rem;
}
.textBox .desc {
  line-height: 0.56rem;
  font-size: 0.34rem;
  color: #fff;
}

.option-box {
  width: 85%;
  height: 0.933333rem;
  margin: 0 auto;
}

.btn-default,
.btn-rank {
  cursor: pointer;
  width: 1.972222rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  border: 0.026667rem solid #42bbad;
  color: #42bbad;
  border-radius: 0.533333rem;
  float: left;
}

.btn-rank {
  margin-left: 0.277778rem;
}

.btn-default.active,
.btn-rank.active {
  color: #fff;
  background: #42bbad;
}

.btn-rank > i {
  margin-left: 0.055556rem;
  display: inline-block;
  width: 0.222222rem;
  height: 0.25rem;
  background-image: url("../img/icon_default.png");
  background-size: 0.222222rem 0.25rem;
  background-position: center;
}

.btn-rank.active > i {
  margin-left: 0.055556rem;
  display: inline-block;
  width: 0.222222rem;
  height: 0.25rem;
  background-image: url("../img/icon_active.png");
  background-size: 0.222222rem 0.25rem;
  background-position: center;
}
.result-msg {
  border-top: 1px solid #43bdab;
}
.result-msg-section {
  width: 88%;
  margin: 1rem auto;
}
.result-msg h5 {
  margin: 0.8rem 0 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #36776d;
}
.result-msg h5 img {
  width: 0.6rem;
  vertical-align: top;
}
.result-msg p {
  line-height: 0.64rem;
  color: #fff;
  font-size: 0.36rem;
}
.result-msg h5 span {
  color: #fc6c62;
  font-size: 0.44rem;
  letter-spacing: 2px;
  font-weight: normal;
  text-shadow: 0 0 0;
  margin: 0.07rem 0.2rem 0 0.1rem;
  display: inline-block;
}
.result-msg .flex-container {
  display: -webkit-flex;
  display: flex;
}
.result-msg .item1,
.item2 {
  -webkit-flex: 1;
  flex: 1;
  line-height: 1rem;
  color: #fff;
  font-size: 0.36rem;
  border: 2px solid #001965;
  text-indent: 0.4rem;
  background: #172d70;
}
.result-msg .item2 {
  text-indent: 1rem;
}
.shortlisted-icon {
  width: 40%;
  display: block;
  margin: 0.4rem auto 0.8rem;
}
.challenge {
  position: absolute;
  right: 3%;
  top: 34%;
  width: 20%;
}
.result_judge {
  display: none;
}
.look {
  display: block;
  text-align: center;
  width: 60%;
  color: #43bdab;
  border: 1px solid #43bdab;
  margin: 0.2rem auto 0.2rem;
  line-height: 0.6rem;
  border-radius: 2px;
}

.zuoping-tips {
  font-size: 0.266rem;
  color: #8c8c8c;
  text-align: center;
  line-height: 1.5;
}
.clearfix li section{
  position: relative;
}
.year{
  position: absolute;
  top: .3rem;
  height: .5rem;
}
.firstplay{
  top: 1.1rem !important;
}
