@charset "UTF-8";

.contentArea {
  min-width: 320px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*padding-bottom: 55px;*/
}

.contentArea>img{
  width: 100%;
}

.ajax-loader {
  width: 32px;
  height: 32px;
  background-image: url(../img/common/ajax-loader.gif);
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}


.app-article {
  text-align: left;
  /*padding: 20px;*/
  overflow: hidden;
  width: 100%;
  min-height: 400px;
}

.app-article .article-head {
  overflow: hidden;
}

.app-article>.article-title {
    width: 100%;
    text-align: left;
    color: rgb(51,88,155);
    font-size: 25px;
    margin-top: 13px;
    margin-bottom: 15px;
    padding: 0 20px;
    line-height: 120%;
}

.app-article>.article-info {
  font-size: 12px;
  padding: 0px 20px;
  overflow: hidden;
  margin-bottom: 25px;
}

.app-article .article-author {
  float: left;
  line-height: 16px;
  color: rgb(51, 88, 155);
}

.app-article .article-time {
  float: right;
  line-height: 16px;
  color: rgb(147, 147, 147);
}
.app-article>.article-separate{
  margin: 0 80px;
  margin-top: 13px;
  border-bottom: 2px solid rgb(202, 216, 227);
}

.app-article>.article-content {
  /*border-top: 1px solid rgb(51, 88, 136);*/
  padding-top: 10px;
  font-size: 16px;
  color: rgb(74, 74, 74);
  line-height: 134%;
  word-wrap: break-word;
}

.article-content.font_big {
  font-size: 18px;
}

.article-content.font_small {
  font-size: 14px;
}

.article-textBlock{
    padding: 0px;
    color: rgb(74,74,74);
    line-height: 147%;
    margin: 17px 0;
    word-break:break-word;
}
.article-content p {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.article-content>p{
  padding: 0;
  margin: 0;
  line-height: 33px;
  font-size: 16px;
  margin-bottom: 18px;
  word-break: break-all;
}
.article-textBlock a{
  color: rgb(59,104,184);
}
.article-textBlock span[style*=line-through]{
  text-decoration: line-through;
}
.article-textBlock span[style*=underline]{
  text-decoration: underline;
}
.article-textBlock a[style*=line-through]{
  text-decoration: line-through;
}
.article-textBlock a[style*=underline]{
  text-decoration: underline;
}
.article-textBlock a.outerLink {
    color: rgb(59,104,184);
    text-decoration: underline;
}
.article-textBlock a.scanningCard {
    color: rgb(59,104,184);
    text-decoration: underline;
}
.article-textBlock a[article_link],
.article-textBlock a[forum_link],
.article-textBlock a[deck_link],
.article-textBlock a[game_link],
.article-textBlock a[topic_link]{
  color: rgb(59,104,184);
}
.article-textBlock a.article_link,
.article-textBlock a.forum_link,
.article-textBlock a.deck_link,
.article-textBlock a.game_link,
.article-textBlock a.topic_link{
  color: rgb(59,104,184);
}
.article-textBlock h1,.article-textBlock h2,.article-textBlock h3,.article-textBlock h4,.article-textBlock h5{
  line-height: 134%;
}
.article-textBlock h4{
  font-size: 16px;
}
.article-textBlock>p {
    padding: 0;
    margin: 0;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 16px;
    word-break: break-all;
}
.article-textBlock>blockquote {
    margin: 0;
    padding: 0;
    border-left: 11px solid rgb(200,221,246);
    margin-bottom: 40px;
    margin-top: 10px;
}
.article-textBlock>blockquote>p {
    margin: 0;
    margin-left: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 30px;
}
.article-textBlock>blockquote>ul {
    margin-left: 25px;
}
.article-textBlock>blockquote>ol {
    margin-left: 25px;
}
.article-textBlock ul {
    list-style-type: disc;
    padding-left: 16px;
    text-align: justify;
    margin-bottom: 18px;
    cursor: default;
}
.article-textBlock ul>li{
  font-size: 16px;
  line-height: 1.7;
}
.article-textBlock ol {
    /* padding-left: 16px; */
    text-align: justify;
    margin-bottom: 18px;
    list-style-position: inside;
}
.article-textBlock ol>li{
  font-size: 16px;
  line-height: 1.7;
}
.article-textBlock table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0;
  line-height: 32px;
}
.article-textBlock table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
}
.article-textBlock table td, .article-textBlock table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
}
.article-content img {
  max-width: 100%;
  /*max-height:480px;*/
  display: block;
  margin: 0 auto;
  /*cursor: pointer;*/
}
.article-imageFrame>img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.article-content>.article-emptyLine {
  height: 10px;
}

.article-content .card-deck-div .article-emptyLine {
  height: 5px;
}

.article-foldedBlock{

    margin-bottom: 10px;
}
.article-foldedBlock {
    width: 100%;
    min-height: 100px;
    background-color: rgb(243,248,255);
    color: rgb(115,151,216);
    border-radius: 2px;
    padding: 23px 0;
    margin: 0 20px;
    margin-bottom: 30px;
}
.article-foldedBlock div {
    display: none;
}
.article-foldedBlock.show div {
    display: block;
    color: rgb(115,151,216);
    padding: 0px 50px;
    padding-bottom: 1px;
}
.article-foldedBlock.display-b div{
  display: block;
}
.article-foldedBlock.display-b>h2{
  padding-bottom: 9px;
  border-bottom: 2px solid rgb(202, 216, 227);
}
.article-foldedBlock.display-b{
   padding-bottom: 0px;
}
.article-foldedBlock>h2{
    font-size: inherit;
    /* display: inline-block; */
    /* margin: 0 auto; */
    text-align: center;
    font-weight: normal;
    margin: 0 30px;
    cursor: pointer;
}
.article-imageFrame{
  margin-bottom: 20px;
  text-align: center;
}
.article-imageFrame>span{
  font-size: 12px;
  color: rgb(155, 155, 155);
  display: inline-block;
  margin-top: 7px;
}
.article-mediaFrame>span{
  font-size: 12px;
  color: rgb(155, 155, 155);
}
.article-interactFrame{
  padding: 0 20px;
}

.userVoteItem-content-img{
  overflow: hidden;
}
.item-img{
  float: left;
  width: 48%;
  padding: 5px 7px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  /* padding-bottom: 45%; */
  background-color: rgb(247,247,247);
  border-radius: 2px;
}
.item-img.left{
  margin-right: 4%;
}
.item-img.active{
  color: white;
  background-color: rgb(136,177,225);
}
.item-img.active>.item-imgBox>span{
    position: absolute;
    top: 0;
    left: 0;
    /*border-radius: 100%;*/
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: white;
    /* opacity: 0.5; */
    margin: 0;
    padding: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url('https://wspic.iyingdi.com/static%2Fimages%2Fwebimg%2Fcomplete.png');
    background-size: 30px;
}
.item-img>.item-imgBox{
  position: relative;
}
.item-img>.item-imgBox>img{
  width: 100%;
}
.item-img>span.myspan{
    font-size: 14px;
    line-height: 25px;
    height: 25px;
}
.item-img.active>span{
  color: white;
}
.item-img>span{
display: block;
    color: rgb(74,74,74);
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    height: 18px;
}

.item-img-result{
    position: relative;
    float: left;
    width: 48%;
    padding: 5px 7px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    /* padding-bottom: 45%; */
    background-color: rgb(247,247,247);
    border-radius: 2px;
}
.item-img-result.selected{
  color: white;
  background-color: rgb(136,177,225);
}
.item-img-result.left{
  margin-right: 4%;
}
.item-img-result>.item-imgBox{
  position: relative;
}
.item-img-result>.item-imgBox>img{
  width: 100%;
}
.item-img-result>p{
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-align: center;
    background-color: rgb(155,155,155);
    border-radius: 100%;
    color: white;
    font-size: 12px;
}
.item-img-result>p.correct{
  transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
  background-color: rgb(51,88,155);
}
.item-img-result>p.wrong{
  background-color: rgb(229,116,107);
}
.item-img-result>p.answer{
    background: url('https://wspic.iyingdi.com/static%2Fimages%2Fnew_article%2Finteract_correct.png') no-repeat center;
    background-size: 100%;
}
.item-img-result.selected>span{
  color: white;
}
.item-img-result>span{
    display: block;
    color: rgb(74,74,74);
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    height: 18px;
}
.item-img-result>span.myspan{
    font-size: 14px;
    line-height: 25px;
    height: 25px;
}

#article-cardFrame {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 500px;
  width: 80%;
  z-index: 1000;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  display: none;
  text-align: center;
}

#article-cardFrame>div {
  width: 90%;
  height: 0;
  padding-top: 127%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
  background-position: top center;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

#article-cardFrame>h4 {
  color: white;
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-align: center;
}

.article-imageLayer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}

iframe {
  width: 100%;
  height: 498px;
}


/*
 *author:huyue;
 *date:2015/09/08;
*/

.article-footer {
  text-align: center;
}

.article-footer-top {
  padding: 10px;
  margin: 10px 0;
  border-top: 1px solid rgb(78, 110, 152);
  border-bottom: 1px solid rgb(78, 110, 152);
}

.article-footer-top>img {
  margin: 3px 2%;
  max-height: 45px;
  vertical-align: middle;
}

.article-footer-top>.bigger_logo {
  max-height: 55px;
}

.article-footer-bottom-img>a {
  position: relative;
  display: inline-block;
  min-width: 110px;
  max-width: 200px;
  width: 30%;
  line-height: 120%;
  /* min-height: 130px;
    max-height: 230px;*/
  background: white;
  padding: 5px;
  margin: 4%;
  color: rgb(49, 87, 138);
}

.article-footer-bottom-img .aaa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.article-footer-bottom-img img {
  width: 100%;
}

.article-footer-bottom-img span {
  /*border-bottom: 1px solid;*/
  font-weight: bold;
  font-size: 12px;
  text-indent: 1px;
}

.article-footer-bottom-link {
  margin: 10px 0;
}

.article-footer-bottom-link>img {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 0 auto;
}

.article-footer-bottom-link>a {
  display: inline-block;
  margin: 8px 0;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 12px;
  color: rgb(49, 87, 138);
  text-decoration: none;
}

.article-share-remind {
  /*display: none;*/
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=30);
  overflow: hidden;
  text-align: center;
}

.remind-content {
  text-align: center;
  padding: 5px 2%;
  margin: 0 auto;
  /* text-align: center; */
  position: fixed;
  top: 35%;
  left: 0;
  right: 0;
  /* bottom: 0; */
  width: 80%;
  z-index: 1050;
  max-width: 500px;
  /* margin-left: -40%; */
  background-color: rgb(238, 238, 238);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.remind-content>img {
  min-width: 100px;
  max-width: 150px;
  padding: 5px;
}

.remind-content>div {
  border-top: 1px solid rgb(95, 123, 162);
  padding: 5px 0px;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
}

.night_body {
  background-color: rgb(40, 40, 40);
}

.night_article_content {
  color: rgb(125, 125, 125);
}

.night_article_title {
  color: rgb(150, 150, 150);
}

.night_link {
  color: rgb(9, 133, 212);
}


/*
*投票管理
*/

.content-votemgt-width-10 {
  width: 100%!important;
}

.votemgt-itemCollectionLocation {
  float: left;
  margin-left: 5px;
  width: 55%;
  text-align: left;
}

.content-votemgtContentDatetime {
  width: 40%!important;
}

.userVoteList-content {
  /*margin: 10px;*/
  padding: 10px 0;
  text-align: left;
  /*// border-bottom: 1px solid rgb(51, 88, 135);
  // border-top: 1px solid rgb(51, 88, 135);*/
}

.userVoteList-content>h5 {
  margin: 0;
  margin-bottom: 5px;
}

.userVoteList-content h5 {
  font-size: 14px;
}

.userVoteList-content .userVoteItem-content,
.userVoteList-content .userVoteItem-title {
  padding: 0 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
}

.userVoteList-content .userVoteItem-title h5 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.userVoteList-content .userVoteItem-content {
    padding: 15px;
    /* border-bottom: 1px solid rgb(200, 200, 200); */
    position: relative;
    background-color: rgb(245,245,245);
    margin-bottom: 10px;
}

.userVoteItem-content>span {
    float: left;
    margin-right: 10px;
    border: 1px solid rgb(67,102,163);
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.userVoteList-content .userVoteItem-content.active{
    background-color: rgb(136,177,225) ;
    color: white;
}

.userVoteItem-content.active>span{
      border: 1px solid white!important;
}
.userVoteItem-content.active>span>span{
      display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    /* padding: 2px; */
    background-color: rgb(51, 88, 135);
}

.userVoteItem-content-result{
    padding: 15px 10px;
    position: relative;
    background-color: rgb(245,245,245);
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 2px;
}
.userVoteItem-content-result>h5{
  margin-top: 7px;
}

.userVoteItem-content-result>p{
    float: left;
    margin-right: 10px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    background-color: rgb(155,155,155);
    text-align: center;
    /* vertical-align: middle; */
    font-size: 13px;
    color: white;
}

.userVoteItem-content-result>p.correct{
  transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
  background-color: rgb(51,88,155);
}
.userVoteItem-content-result>p.wrong{
  background-color: rgb(229,116,107)!important;
}

.userVoteItem-content-result.selected{
  color: white;
  background-color: rgb(136,177,225);
}
.userVoteItem-content-result.selected>p{
  background-color: rgb(51,88,155);
}

.votemgt-award {
  float: left;
  width: 60%;
  color: rgb(229, 116, 107);
  font-weight: normal;
}

.votemgt-date {
  font-weight: normal;
}

.votemgt-pepole {
  font-weight: normal;
  text-align: right;
  float: right;
  width: 40%;
  color: rgb(65, 108, 154);
}

.vote-option {
  width: 80%;
  margin: 0;
  float: left;
  font-weight: normal;
}

.confirm_btn {
  text-align: center;
  margin-top: 10px;
}

.userVoteList-content>.confirm_btn>button {
width: 230px!important;
    height: 38px!important;
    border-radius: 4px;
    /* box-shadow: none; */
    border: none;
    color: white;
    background-color: transparent;
    font-size: 14px;
    margin-left: -2%;
    background-image: url(https://wspic.iyingdi.com/static%2Fimages%2Fnew_article%2Fsubmit.png);
    background-size: 100%;
}

.item-circle {
  padding-bottom: 30%;
  position: relative;
  /* display: table; */
  padding: -19%;
  /* display: inline-block; */
  width: 30%;
  height: 0;
  float: left;
  background-color: red;
  border-radius: 100%;
  /* height: 100%; */
  margin-left: 1%;
  margin-right: 1%;
  border: 1px solid transparent;
  margin-top: 10px;
  box-sizing: content-box;
}

.item-circle-result {
  border: 1px solid transparent;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  border-radius: 100%;
  height: 0;
  box-sizing: content-box;
}

.item-circle-result.selected,
.item-circle.selected {
  border: 1px solid white;
}

.userVoteItem-content-circle {
  margin: 10px 0;
  text-align: center;
  overflow: hidden;
}

.item-circle>p {
  text-align: center;
  width: 100%;
  top: 41%;
  position: absolute;
  font-size: 18px;
  color: white;
  font-weight: bold;
}

.item-circle-result>p {
  margin: 0 auto;
  width: 100%;
  top: 41%;
  position: absolute;
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-align: center;
}

.circle-option-selected-span {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.5); */
    /* opacity: 0.5; */
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,0.5) url('https://wspic.iyingdi.com/static%2Fimages%2Fwebimg%2Fcomplete.png') center no-repeat;
    background-size: 30px;
}

.circle-selected-show {
  margin-left: -10px;
  margin-top: 16px;
  position: absolute;
  top: 50%;
  left: 47.5%;
  width: 30px;
  height: 20px;
  background-image: url('https://wspic.iyingdi.com/static%2Fimages%2Fwebimg%2Fcomplete.png');
  background-size: 30px;
}

.item-circle-result-content {
  text-align: center;
  width: 30%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  /*margin: 10px;*/
  box-sizing: content-box;
}

.item-circle-result-content>p {
  text-align: center;
  font-size: 12px;
  margin-left: 7%;
}

.item-circle-result-content>p.selected {
  font-size: 14px;
  color: rgb(51, 88, 155);
}

#utility_basicPrompt {
  text-align: center;
  width: 300px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -150px;
  background-color: black;
  opacity: 0.8;
  color: white;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  z-index: 10000;
}

.no_border {
  border: none!important;
}
/*新增投票评星级样式*/
.userVoteItem-content-star {
    line-height: 22px;
    padding: 0 50px;
}
.userVoteItem-content-star .item-starTitle {
    background-color: rgb(241,241,241);
    min-height: 55px;
    padding-left: 40px;
}
.item-starTitle strong.score_num {
    float: left;
    color: rgb(51,88,155);
    font-size: 40px;
    margin-top: 22px;
    margin-left: 0px;
}
.item-starTitle-right {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}
.userVoteItem-starLevel {
    margin-top: 10px;
}
.userVoteItem-content-star .starLevel-mainArea {
    background-color: rgb(241,241,241);
    padding: 10px 0;
}
.userVoteItem-content-star .starLevel-text {
    text-align: center;
    color: rgb(51,88,155);
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
}
.userVoteItem-content-star .starLevel-Img {
    text-align: center;
    padding-bottom: 15px;
}
.userVoteItem-content-star .starLevel-Img>img {
    display: inline-block;
    width: 5%;
    margin-right: 15px;
}
.userVoteItem-content-star .item-starsShow>img{
  display: inline-block;
  width: 11%;
}
.userVoteItem-content-star .item-userPartake{
  color:rgb(51,88,155);
  font-size:12px;
}
.userVoteItem-content-star .item-starData{
  background-color:rgb(241,241,241);
  min-height:130px;
  padding-top:6px;
  padding-left: 20px;
  padding-right: 20px;
}
.userVoteItem-content-star .item-starData>div{
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  height: 23px;
  font-size: 12px;
}
.userVoteItem-content-star .item-starData .star-level-title{
  float:left;
  width:7%;
  color:rgb(51,88,155);
  margin-right:10px;
}







/*
*author:huyue;
*date:2015/09/08;
*/

.userCatchItem-content {
  text-align: center;
  overflow: hidden;
  margin-top: 15px;
}

.userCatchItem-content+.userCatchItem-content {
  margin-top: 0;
}

.userCatchItem-content>h5 {
  margin-top: 0;
  /*border-bottom: 1px solid black;*/
}

.userCatchItem-content>h5>span {
  display: inline-block;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: gray;
}

.userCatchItem-box {
  padding-bottom: 30%;
  color: white;
  width: 30%;
  height: 0;
  float: left;
  margin-left: 2%;
  margin-right: 1%;
}

.userCatchItem {
  padding-bottom: 61%;
  position: relative;
  width: 100%;
  height: 0;
  float: left;
  /*background-color: rgb(51, 88, 155);*/
  background-color: rgba(51, 88, 155,0.5);
  border-radius: 5%;
  /*opacity: 0.5;*/
  border: 1px solid transparent;
  box-sizing: border-box;
}

.userCatchItem.selected {
  opacity: 1;
  background-color: rgba(51, 88, 155,1);
}

.userCatchItem-box>a {
  margin-top: 5px;
  display: inline-block;
  border: 1px solid rgb(51, 88, 155);
  color: rgb(51, 88, 155);
  width: 100%;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 3px;
}

.catch-selected-span {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  /*background: url('https://wspic.iyingdi.com/static%2Fimages%2Fwebimg%2Fnike.png') no-repeat;*/
  background:none;
  background-size: 14px;
}
.catch-answer-span {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url('https://wspic.iyingdi.com/static%2Fimages%2Fwebimg%2Fnick2.png') no-repeat;
  background-size: 20px;
}

.userCatchItem>.myspan {
  text-align: center;
  width: 100%;
  top: 18%;
  line-height: 17px;
  position: absolute;
  font-size: 16px;
  padding: 0 1px;
  font-weight: 600;
}

.result-num {
  position: absolute;
  bottom: -3px;
  width: 100%;
  margin: 0;
  font-size: 12px;
}

.userCatchItem-next {
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid rgb(187, 187, 187);
}

.userCatchItem-submit {
  margin: 5px 0;
  text-align: center;
}

.userCatchItem-next>a {
  display: inline-block;
  margin: 0 10px;
  width: 100px;
  height: 25px;
  border-radius: 5px;
  line-height: 25px;
  background-color: rgb(51, 88, 155);
  color: white;
  font-size: 13px;
}

.userCatchItem-submit>a {
  display: inline-block;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  background-color: rgb(51, 88, 155);
  color: white;
}

.userCatchItem-next>a.d_n {
  display: none;
}

.d_n {
  display: none;
}

#bchart {
  width: 90%;
  padding: 5px 0;
  margin: 5px 0;
}

#vote-cardFrame {
  background-color: rgb(74, 74, 74);
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 500px;
  width: 80%;
  z-index: 1000;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  display: none;
  text-align: center;
}

#vote-cardFrame>div {
  width: 90%;
  height: 0;
  padding-top: 127%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
  background-position: top center;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

#vote-cardFrame>h4 {
  color: white;
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
}

#vote-cardFrame-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

#vote-imgFrame-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

#vote-imgFrame {
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 500px;
  width: 80%;
  z-index: 1000;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  display: none;
  text-align: center;
}

#vote-imgFrame>div {
  width: 90%;
  height: 0;
  padding-top: 130%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
  background-position: top center;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

#vote-imgFrame>h4 {
  color: white;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-align: center;
}

#showNext,
#catch_submit {
  background-color: rgb(113, 207, 125);
}

#catch_submiting {
  background-color: rgb(155, 155, 155);
}

/* 昆特竞技场 */
.userVoteList-content.gwent .userVoteItem-title {
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}
.gwent .userCatchItem-next {
  padding-top: 10px;
  text-align: center;
  border-top: none;
}
.gwent .userCatchItem-next>a {
  display: inline-block;
  width: 300px;
  height: 40px;
  margin: 0;
  border-radius: 5px;
  line-height: 40px;
  background-color: #877552;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 14px 0 rgba(66, 47, 10, 0.43);
}
.gwent #showNext{
  background-color: #2BA73B;
  margin-left: 22px;
  box-shadow: 0 0 14px 0 rgba(26, 152, 54, 0.43);
}
.gwent #catch_submit{
  background-color: #2BA73B;
  margin-left: 31px;
}
.gwent #catch_submiting{
  margin-left: 31px;
}
.gwent .userCatchItem-next>a.d_n {
  display: none;
}
.gwent .userCatchItem-box {
  position: relative;
  padding-bottom: 0;
  color: #757575;
  float: left;
  margin-left: 21px;
  margin-right: 0;
  margin-bottom: 20px;
  width: 300px;
  height: 110px;
  overflow: hidden;
  box-shadow: 0 0px 21px 0 rgba(0,0,0,0.1);
  border-radius: 10px;
  cursor: pointer;
}
.gwent .userCatchItem-box:nth-child(2n-2) {
  margin-left: 33px;
}
.gwent .userCatchItem {
  padding-bottom: 0;
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background-color: white;
  border-radius: 6px;
  border: none;
  box-sizing: border-box;
}
.gwent .userCatchItem.selected {
  opacity: 1;
  background-color: #3B68B8;
  color: white;
  box-shadow: 0 0px 21px 0 #3377ff8a;
}
.gwent .userCatchItem a.simple_card_img {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 40%;
  margin: 0 auto;
  text-align: center;
  color: #bec3cc;
  font-size: 14px;
}
.article-content .gwent p.result-num {
  position: absolute;
  top: 45%;
  width: 100%;
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #878787;
  font-weight: 600;
}
.article-content .gwent .selected p.result-num{
  color: white;
}
.gwent .catch-answer-span {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(http://wspic.iyingdi.com/yingdiWeb/images/article/nick.png) no-repeat;
  background-size: 20px;
}
.gwent-catch-choosedeck-modal .modal-head {
  text-align: right;
  font-size: 32px;
  padding-right: 10px;
}
.gwent-catch-choosedeck-modal .modal-content {
  padding: 0 15px 15px 15px;
}
.gwent-catch-choosedeck-modal .typee-area {
  text-align: center;
} 
.gwent-catch-choosedeck-modal .typee-area>div {
  display: inline-block;
  vertical-align: top;
  width: 80px;
}
.gwent-catch-choosedeck-modal .typee-area>div.Silver {
  margin: 0 30px;
}
.gwent-catch-choosedeck-modal .Gold .typee-num {
  background-color: #875816;
  border: 5px solid #C59757;
  color: white;
  height: 80px;
  line-height: 77px;
  font-size: 34px;
}
.gwent-catch-choosedeck-modal .Silver .typee-num {
  background-color: #2E2D2C;
  border: 5px solid #B6AFAA;
  color: white;
  height: 80px;
  line-height: 77px;
  font-size: 34px;
}
.gwent-catch-choosedeck-modal .Bronze .typee-num {
  background-color: #4E2D02;
  border: 5px solid #7E634F;
  color: white;
  height: 80px;
  line-height: 77px;
  font-size: 34px;
}
.gwent-catch-choosedeck-modal .typee-name {
  color: #4A4A4A;
  margin-top: 5px;
}
.gwent-catch-choosedeck-modal ul.deck-list{
  height: 510px;
  overflow: auto;
}
.gwent-catch-choosedeck-modal ul.deck-list>li {
  width: 33%;
  text-align: center;
  display: inline-block;
  cursor: default;
  color: #4A4A4A;
}
.gwent-catch-choosedeck-modal ul.deck-list>li>img {
  width: 100%;
}


/*
*author:huyue;
*date:2015/12/15;
*/

.team_red {
  margin-left: 10px;
  top: 20px;
  width: 64px;
  height: 36px;
  background: rgb(247, 125, 114);
  position: relative;
  z-index: 100;
}

.team_red:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 19px solid rgb(247, 125, 114);
}

.team_red:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 19px solid rgb(247, 125, 114);
}

.team_blue {
  margin-left: auto;
  margin-right: 10px;
  top: 20px;
  width: 64px;
  height: 36px;
  background: rgb(51, 88, 156);
  position: relative;
  z-index: 100;
}

.team_blue:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 19px solid rgb(51, 88, 156);
}

.team_blue:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 19px solid rgb(51, 88, 156);
}

.boxF,
.boxS,
.boxT {
  width: 58px;
  height: 74px;
  overflow: hidden;
}

.boxF,
.boxS {
  visibility: hidden;
}

.boxF {
  position: absolute;
  top: -19px;
  left: -7px;
  transform: rotate(120deg);
  float: left;
  margin-left: 10px;
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  z-index: 1000;
}

.boxS {
  transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

.boxT {
  transform: rotate(-60deg);
  background: no-repeat 50% center;
  background-size: 100% auto;
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  visibility: visible;
}

.game {
  width: 100%;
  min-height: 600px;
  max-width: 640px;
  margin: 0 auto;
}

.game-box.team_red_line {
  left: -200px;
}

.game-box.team_blue_line {
  right: -200px;
}

.game-box {
  position: relative;
  width: 100%;
  height: 76px;
  margin-top: 12px;
}

.mid-box {
  line-height: 20px;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.guess-footer-box{
    clear: both;
    margin: 0 auto;
    width: 230px!important;
    height: 38px!important;
    line-height: 38px;
    border-radius: 4px;
    padding-left: 30px;
    /* box-shadow: none; */
    border: none;
    color: white;
    background-color: transparent;
    font-size: 14px;
    /* margin-left: -2%; */
    background-image: url(https://wspic.iyingdi.com/static%2Fimages%2Fnew_article%2Fsubmit.png);
    background-size: 100%;
}
.guess-footer-box.lose{
  background-image: url(https://wspic.iyingdi.com/static%2Fimages%2Fnew_article%2Ferror.png);
}

.footer-box {
  clear: both;
  text-align: center;
  width: 100%;
  height: 17px;
  line-height: 17px;
  max-width: 180px;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  color: white;
  font-size: 13px;
}

.footer-box.team_red_line {
  background-image: url(https://wspic.iyingdi.com/static%2Fimages%2Fgame%2Fred_result.png);
}

.footer-box.team_blue_line {
  background-image: url(https://wspic.iyingdi.com/static%2Fimages%2Fgame%2Fblue_result.png);
}

.game-result {
  position: absolute;
  top: 10px;
  width: 64px;
  height: 53px;
  z-index: 100;
}

.game-result.team_red_line {
  right: 20px;
}

.game-result.team_blue_line {
  left: 20px;
}

.game-result>div {
  width: 64px;
  height: 53px;
  cursor: default;
  background-size: 100%;
}

.game-background-box {
  padding: 0 42px;
  position: relative;
  top: -28px;
  right: 3px;
  width: 100%;
  height: 40px;
  z-index: 10;
  box-sizing: border-box;
}

.game-text-box {
  padding: 0 42px;
  position: relative;
  top: -59px;
  left: 3px;
  width: 100%;
  height: 40px;
  z-index: 11;
  box-sizing: border-box;
}

.game-background {
  width: 100%;
  height: 40px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: 10;
}

.game-text {
  width: 100%;
  height: 50px;
  background-color: white;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  text-align: center;
  z-index: 11;
}

.game-text-content {
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}

.game-text-title {
  line-height: 19px;
  border-bottom: 1px dashed rgb(74, 74, 74);
}

.game-text-info {
  text-align: center;
}

.game-text-info>span {
  display: inline-block;
  font-size: 12px;
  /*margin: 0 5px;*/
}

.team_red_color .game-background {
  background-color: rgb(247, 125, 114);
}

.team_red_color .game-text {
  border: 3px solid rgb(247, 125, 114);
}

.team_red_color .game-text-info {
  margin-left: 10px;
}

.team_blue_color .game-background {
  background-color: rgb(51, 88, 156);
}

.team_blue_color .game-text {
  border: 3px solid rgb(51, 88, 156);
}

.team_blue_color .game-text-info {
  margin-right: 30px;
}

.vs-red {
  margin-top: 25px;
  float: left;
  background-image: url(https://wspic.iyingdi.com/static%2Fimages%2Fgame%2Fred_percent.png);
  background-repeat: no-repeat;
  background-size: 100px;
  height: 20px;
  width: 100px;
  color: white;
  background-position-x: 10px;
}

#vs-icon {
  width: 60px;
  height: 52px;
  margin-top: 10px;
  max-width: none;
  max-height: none;
  display: inline-block;
  cursor: default;
  background-image: url(https://wspic.iyingdi.com/static%2Fimages%2Fgame%2FVS.png);
  background-size: 100%;
}

.vs-blue {
  margin-top: 25px;
  float: right;
  background-image: url(https://wspic.iyingdi.com/static%2Fimages%2Fgame%2Fblue_percent.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position-x: -10px;
  height: 20px;
  width: 100px;
  color: white;
}


/*用户评分*/

.over_lay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1000;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=30);
  overflow: hidden;
  text-align: center;
}

.grade_warp {
  width: 840px;
  margin: 10px auto 15px auto;
}

.User_grade {
  width: 100%;
  /* margin: auto auto 10px auto; */
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}

.User_ratings .ratings_title {
  width: 815px;
  height: 78px;
  font-family: "微软雅黑", "宋体";
  font-size: 24px;
  color: #aaaaaa;
}

.User_ratings .ratings_title01 {
  width: 407px;
  height: auto;
  font-family: "微软雅黑", "宋体";
  font-size: 14px;
  color: #aaaaaa;
}

.User_ratings .ratings_title p {
  float: left;
}

.User_ratings .ratings_title p span {
  font-size: 48px;
}

.User_ratings .ratings_title p i {
  color: #7dc234;
  font-style: normal;
}

.User_ratings .ratings_title01 p span {
  font-size: 18px;
}

.User_ratings .ratings_title01 p i {
  color: #7dc234;
  font-style: normal;
}

.User_ratings .ratings_title01 input {
  width: 120px;
  height: 48px;
  border: 0;
  margin: 15px auto auto 45px;
  float: left;
}

.User_ratings .ratings_title input {
  width: 120px;
  height: 48px;
  border: 0;
  margin: 15px auto auto 45px;
  float: left;
  /*background: url(../images/batton_01.png) -202px -2441px no-repeat;*/
}

.User_ratings .ratings_bars {
  width: 100%;
  height: 35px;
  margin-top: 10px;
  float: left;
}

.User_ratings .ratings_bars #title0 {
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #bfbebe;
  line-height: 25px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  float: left;
  color: #a0a0a0;
  margin-right: 10px;
  background: #fff;
}

.User_ratings .ratings_bars #title1 {
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #bfbebe;
  line-height: 25px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  float: left;
  color: #a0a0a0;
  margin-right: 10px;
  background: #fff;
}

.User_ratings .ratings_bars #title2 {
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #bfbebe;
  line-height: 25px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  float: left;
  color: #a0a0a0;
  margin-right: 10px;
  background: #fff;
}

.User_ratings .ratings_bars #title3 {
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #bfbebe;
  line-height: 25px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  float: left;
  color: #a0a0a0;
  margin-right: 10px;
  background: #fff;
}

.User_ratings .ratings_bars #title4 {
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #bfbebe;
  line-height: 25px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  float: left;
  color: #a0a0a0;
  margin-right: 10px;
  background: #fff;
}

.User_ratings .ratings_bars .bars_10 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 25px;
  float: left;
  color: #a0a0a0;
}

.User_ratings .ratings_bars .scale {
  width: 100%;
  height: 23px;
  float: left;
  /* padding: 0 10px; */
  /* margin: 7px 10px auto 10px; */
  position: relative;
  background-color: rgb(227, 227, 227);
}

.User_ratings .ratings_bars .scale div {
  width: 0px;
  position: absolute;
  width: 0;
  left: 0;
  height: 13px;
  bottom: 0;
}

.User_ratings .ratings_bars .scale span {
  width: 44px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 2px;
  margin-left: 5px;
  cursor: pointer;
  background-color: white;
}

.game_vote_content {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  max-width: 400px;
  z-index: 1001;
  background: white;
  border-radius: 3px;
  text-align: center;
}

.game_vote_content_title {
  margin-bottom: 15px;
}

.game_vote_content>a {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 39px;
    line-height: 39px;
    color: rgb(155, 155, 155);
    border-top: 1px solid rgb(155, 155, 155);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.game_vote_content>a.selected {
  border: none;
  background-color: rgb(59, 104, 184);
  color: white;
}
.fire_num {
  display: inline-block;
  margin: 0;
  padding: 0;
  min-width: 35px;
}

i.fire {
  display: inline-block;
  background-image: url(https://wspic.iyingdi.com/static%2Fimages%2Fgame%2Fslider%2Ffire.png);
  background-size: 14px;
  width: 14px;
  height: 14px;
}

.fire_content {
  float: left;
  margin: 0 20px;
  margin-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid rgb(74, 74, 74);
  font-size: 16px;
}

.game_change_num {
  text-align: center;
}
.game_change_num>button{
    font-size: 18px;
    outline: none;
    width: 44%;
    margin: 10px 2%;
    /* margin-left: 2%; */
    /* margin-right: 2%; */
    margin-bottom: 0;
    height: 40px;
    border-radius: 4px;
    background-color: white;
    color: rgb(229,116,107);
    border: 1px solid rgb(229,116,107);
}
.game_change_num>button.selected{
  color: white;
  background-color: rgb(229,116,107);
}

/*// .game_change_num>#reduce_num,
// .game_change_num>#add_num {
//   width: 30px;
//   height: 30px;
//   background-size: 100%;
//   float: left;
//   cursor: pointer;
//   border: none;
//   background-color: transparent;
//   outline: none;
// }*/

.game_vote_content_title>h5 {
    font-size: 16px;
    margin: 20px 0;
    margin-bottom: 15px;
    font-weight: normal;
}

.click_rule {
  margin-top: 5px!important;
  cursor: pointer;
  color: rgb(51, 88, 155);
  font-size: 12px;
  text-align: center;
}

.rule_info {
  margin-top: 10px;
  text-align: left;
}

.rule_info>p {
  font-size: 12px;
  color: rgb(74, 74, 74);
}


/*
*author:huyue;
*date:2016/1/22;
*/

.article-more {
  margin-top: 15px;
  padding-top: 15px;
  /* background-color: white; */
  /* border-radius: 2px; */
  border-top: 10px solid rgb(153, 172, 205);
}

.article-more>h5 {
  margin: 0 5px;
  padding-left: 10px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
  color: rgb(51, 88, 155);
  border-bottom: 1px solid rgb(51, 88, 155);
}

.moreArticleList {
  overflow: hidden;
  margin-top: 10px;
  /* margin: 0; */
  /* padding-bottom: 10px; */
  padding: 0;
  border-bottom: 1px dashed rgb(51, 88, 155);
  /* min-height: 405px; */
  list-style: none;
}

.moreArticleItem {
  overflow: hidden;
  padding-bottom: 7px;
}

.moreArticleItem+.moreArticleItem {
  padding-top: 10px;
  border-top: 1px dashed rgb(51, 88, 155);
}

.moreArticleItem>a {
  position: relative;
  display: block;
  padding-left: 90px;
  text-decoration: none;
}

.recommendArticleItem-img {
  width: 80px;
  height: 50px;
  /* float: left; */
  margin-left: 10px;
  /*margin-top: 7px;*/
  position: absolute;
  left: 0;
}

.recommendArticleItem-img>img {
  width: 100%;
  height: 100%;
}

.recommendArticleItem-content {
  position: relative;
  width: 100%;
  padding: 0 7px;
  height: 63px;
  /* margin-left: 10px; */
}

.recommendArticleItem-content>h5 {
  font-weight: normal;
  margin-top: 2px;
  font-size: 14px;
  line-height: 19px;
  color: rgb(51, 88, 155);
}

.recommendArticleItem-footer {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 95%;
  height: 20px;
}

.recommendArticleItem-footer>p {
  margin: 2px;
  font-size: 12px;
  color: rgb(155, 155, 155);
}

.pull-right {
  float: right!important;
}

.pull-left {
  float: left!important;
}

.night_article_recommand {
  background-color: transparent!important;
  border-top-color: rgb(125, 125, 125);
}

.night_article_recommand>h5 {
  border-bottom: 1px solid rgb(125, 125, 125);
  color: rgb(200, 200, 200);
}

.night_article_recommand .moreArticleList {
  border-color: rgb(125, 125, 125);
}

.night_article_recommand .recommendArticleItem-content>h5 {
  color: rgb(200, 200, 200);
}

.night_article_recommand .recommendArticleItem-footer>p {
  color: rgb(155, 155, 155);
}

.night_article_recommand .moreArticleItem+.moreArticleItem {
  color: rgb(155, 155, 155);
  border-color: rgb(125, 125, 125);
}

.articleComment-box {
  padding-top: 15px;
  border-top: 1px solid rgb(59, 104, 184);
}

.articleComment-header {
  padding: 10px 0;
  font-size: 18px;
  border-bottom: 1px dashed;
  color: rgb(59, 104, 184);
}

.articleComment-content {
  margin: 0;
  padding: 0;
  /*// margin-top: 8px;
  // padding-bottom: 55px;*/
}

.articleComment-content>li {
  list-style: none;
  padding: 8px 0;
  padding-left: 37px;
  position: relative;
  text-align: justify;
}

.articleComment-content>li>img {
  position: absolute;
  top: 17px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  object-fit: cover;
}

.commentItemContent-header {
  height: 40px;
  vertical-align: middle;
}

.commentItemContent-header>h5 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  color: rgb(59, 104, 184);
}

.commentItemContent-header>span {
  float: right;
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  color: rgb(170, 170, 170);
}

.commentItem-content>p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.content-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  background-color: rgb(51, 88, 136);
}

.footer-left {
  float: left;
  /*width: 50%;*/
  /*display: inline-block;*/
}

.footer-left p {
  padding-left: 55px;
  margin: 0 auto;
}

.footer-left>img {
  margin-top: 10px;
  height: 40px;
  margin-left: 11px;
}

.footer-right {
  float: right;
}

.footer-right .download {
  background-color: white;
  color: rgb(51, 88, 136);
  padding: 6px;
  margin-right: 18px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}

.articleComment-item+.articleComment-item {
  border-top: 1px dashed rgb(200, 200, 200);
}

.commentItemContent-img {
  margin-top: 5px;
}

.commentItemContent-img>img {
  width: 30%;
  margin-right: 1%;
}

.advContent-box {
  position: relative;
  margin-top: 20px;
}

.advContent-box>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  background-color: rgb(51, 88, 155);
  color: white;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
}

.advContent-box>a {
  display: block;
  width: 100%;
  padding-bottom: 33.3%;
  background-size: 100%;
}

.article-comment-content {
  padding: 0 20px;
  padding-bottom: 55px;
}

#tlbstoolbar {
  display: none!important;
}
.article-mediaFrame{
  margin: 10px 0;
}
.article-mediaFrame>span{
  font-size: 12px;
  display: inline-block;
  text-align: center;
  color: rgb(155,155,155);
  width: 100%;
  margin-top: 10px;
}
.article-mediaFrame>a{
  display: block;
  position: relative;
}
.article-mediaFrame>a>.backgroud{
  display: block;
  width: 100%;
}
.article-mediaFrame>a>.play{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    /* bottom: 0; */
    margin: 0 auto;
    margin-top: -44px;
    width: 57px;
    height: 57px;
}
.article-mediaFrame>a>.info{
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding-left: 20px;
    color: white;
    background-color: rgba(0,0,0,0.7);
}
.article-voiceFrame{
  margin: 10px 0;
}
.article-voiceFrame>audio{
  width: 100%;
}
.article-voiceFrame>span{
  font-size: 12px;
  display: inline-block;
  text-align: center;
  color: rgb(155,155,155);
  width: 100%;
  margin-top: 10px;
}
.article-voiceFrame>a{
  display: block;
  position: relative;
}
.article-voiceFrame>a>.backgroud{
  display: block;
  width: 100%;
}
.article-voiceFrame>a>.play{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    /* bottom: 0; */
    margin: 0 auto;
    margin-top: -44px;
    width: 57px;
    height: 57px;
}
.article-voiceFrame>a>.info{
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding-left: 20px;
    color: white;
    background-color: rgba(0,0,0,0.7);
}
.article-shopFrame{
    margin: 10px 20px;
    height: 75px;
    border: 1px solid rgb(51,88,155);
    border-radius: 3px;
}
.article-shopFrame>a{
    display: block;
    position: relative;
    height: inherit;
    padding-left: 120px;
    text-decoration: none;
    color: black;
}
.article-shopFrame>a>img{
    position: absolute;
    top: 6px;
    left: 6px;
    width: 105px;
    height: 60px;
    object-fit: cover;
}
.article-shopFrame .shop-content{
    padding: 5px 0;
    width: 100%;
    position: relative;
    padding-right: 6px;
    height: inherit;
}
.shop-content>h5{
    margin: 0;
    font-size: 15px;
    color: rgb(51, 88, 155);
}
.shop-content>.shop-info{
    position: absolute;
    bottom: 6px;
    width: 100%;
    overflow: hidden;
}
.shop-info>span{
  float: left;
}
.shop-info>button{
    font-size: 12px;
    margin-right: 6px;
    float: right;
    /* width: 60px; */
    border: 0;
    outline: none;
    padding: 2px 7px;
    color: white;
    background-color: rgb(51,88,155);
    border-radius: 3px;
}
.article-goodsFrame{
    width: 100%;
    margin: 15px 0;
}
.article-goodsFrame .article-goodsContent {
    position: relative;
    width: 500px;
    margin: 0 auto;
    border: 1px solid rgba(59,104,184);
    border-radius: 4px;
    padding: 10px 10px;
}
.article-goodsFrame img.article-goodsIcon {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
}
.article-goodsFrame .goodsdetail {
    display: inline-block;
    vertical-align: top;
    max-width: 380px;
    margin-left: 15px;
}
.article-goodsFrame p.article-goodsTitle {
    color: rgb(59,104,184);
    font-size: 18px;
    margin-bottom: 20px;
}
.article-goodsFrame .click-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #3b68b8;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 3px 15px;
}

/*套牌代码样式*/
.article-deckCodeFrame {
    margin-bottom: 32px;
}
.article-deckCodeFrame .article-deck-img {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.article-deckCodeFrame .article-deck-img img {
  max-width: 100%;
  margin: 0 auto;
}
.article-deckCodeContent {
    width: 580px;
    margin: 0 auto;
    border-left: 9px solid #eaeaea;
    padding-left: 10px;
}

.article-deckUrlContent{
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: 280px;
    height: 50px;
    background: #3B68B8;
    box-shadow: 0 4px 10px 0 rgba(59,104,184,0.70);
    border-radius: 100px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
}

.article-deckCodeArea {
    word-break: break-all;
    font-size: 16px;
}
.article-deckSetFrame a.deckset-link {
    font-size: 16px;
    color: rgb(59,104,184);
}

/*插入用户相关样式*/
.article-insertUserFrame {
    margin-bottom: 20px;
}
.article-insertUserFrame .article-insertUserContent {
    margin: 0 auto;
    width: 580px;
    height: 90px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    background-color: #F5F5F5;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
}
.article-insertUserFrame .insertUser-headImg {
    width: 50px;
    height: 50px;
    float: left;
    background-image: url(https://wspic.iyingdi.com/achievement/badge/frame/moderator.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 2px;
    border-radius: 50%;
}
.article-insertUserFrame .insertUser-headImg>img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.article-insertUserFrame .right-part {
    display: block;
    margin-left: 62px;
    width: 396px;
    cursor: pointer;
}
.article-insertUserFrame .follow-btn {
    position: absolute;
    right: 20px;
    top: 30px;
    background-color: #3377FF;
    border-radius: 61.54px;
    color: white;
    width: 78px;
    height: 30px;
    line-height: 30px;
    border: none;
    cursor: pointer;
    outline: none;
    text-align: center;
}
.article-insertUserFrame .header {
    margin-top: 3px;
}
.article-insertUserFrame .right-part .header .user-name {
    font-size: 16px;
    color: #3b68b8;
}
.article-insertUserFrame .right-part .footer {
    margin-top: 7px;
    font-size: 14px;
    color: #9B9B9B;
}


/* 答题相关 */
.qa-interactive-frame {
  position: relative;
  width: 100%;
}
.qa-frame-head {
  font-size: 16px;
  color: #4A4A4A;
}
.qa-frame-head .total-part {
  float: right;
}
.qa-interactive-frame .start-quiz {
  margin: 0 auto;
  text-align: center;
}
.qa-interactive-frame .start-quiz-btn {
  width: 360px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  outline: none;
  border: none;
  border-radius: 8px;
  background-color: #3B68B8;
  color: white;
  cursor: pointer;
  box-shadow: 0 0px 8px 4px rgba(59,104,184,0.20);
  font-size: 14px;
}
.qa-interactive-frame .start-quiz .generate-question{
  width: 100%;
  margin-top: 20px;
  text-align: center;
  color: #4A4A4A;
  font-size: 14px;
}
.night_body .qa-interactive-frame .start-quiz .generate-question{
  color: #D8D8D8;
}
.qa-interactive-frame .start-quiz .generate-question .reload-start-quiz{
  color: #3B68B8;
  text-decoration: underline;
}
.qa-interactive-frame .has-already-join {
  width: 650px;
  margin: 0 auto;
  margin-top: 20px;
  background: #F7F7F7;
  border-radius: 8px;
  color: #4A4A4A;
  font-size: 16px;
  padding: 30px 0;
  letter-spacing: 1px;
}
.qa-interactive-frame .has-complete-join {
  width: 650px;
  margin: 0 auto;
  margin-top: 20px;
  border: 2px solid #F8A00D;
  border-radius: 8px;
  padding: 15px 0;
  color: #F8A00D;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.qa-interactive-frame .has-complete-join>div:nth-child(1) {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F8A00D;
}
.qa-interactive-frame .qa-question-area{
  width: 360px;
  margin: 0 auto;
}
.quiz-item-content .item-head {
  color: #4A4A4A;
  font-size: 16px;
  margin-top: 20px;
}
.quiz-item-content .item-head .seconds-count-down {
  float: right;
  color: #3B68B8;
}
.quiz-item-content .count-down-bar {
  width: 100%;
  height: 15px;
  line-height: 15px;
  text-align: right;
  overflow: hidden;
}
.quiz-item-content .count-down-bar .bar-process {
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #3b68b8;
}
.qa-interactive-frame .quiz-item-img{
  width: 216px;
  height: 126px; 
  margin: 0 auto;
  margin-top: 10px;
}
.qa-interactive-frame .quiz-item-title {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.qa-interactive-frame .question-setter{
  margin-top: 10px;
  font-size: 12px;
  color: #9B9B9B;
}
.qa-interactive-frame button.answer-btn {
  width: 100%;
  height: 50px;
  background-color: #BCBCBC;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  margin-top: 10px;
}
.qa-interactive-frame button.answer-btn.blue{
  background-color: #3B68B8;
  cursor: pointer;
}
.qa-interactive-frame button.answer-btn.blue.wrong {
  background-color: #FFFFFF;
  color: #4A4A4A;
  cursor: default;
}
.qa-interactive-frame button.answer-btn.blue.correct {
  background-color: #FFFFFF;
  color: #3B68B8;
  cursor: default;
}
.qa-interactive-frame button.answer-btn.blue.complete {
  background-color: #F5A623;
  color: #FFFFFF;
  cursor: default;
}
.qa-interactive-frame ul.quiz-options-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
.qa-interactive-frame ul.quiz-options-list>li {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 6px 2px rgba(0,0,0,0.10);
  border-radius: 6px;
  font-size: 14px;
}
.qa-interactive-frame ul.quiz-options-list>li:not(:first-child) {
  margin-top: 10px;
}
.qa-interactive-frame ul.quiz-options-list>li.wrong{
  background-color: #BB3E3E;
  color: #FFFFFF;
}
.qa-interactive-frame ul.quiz-options-list>li.correct{
  background-color: #46A552;
  color: #FFFFFF;
}
.qa-interactive-frame li.quiz-option-item .check-circle {
  position: absolute;
  top: 18px;
  left: 10px;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 50%;
}
.qa-interactive-frame li.quiz-option-item.checked .check-circle>i {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  right: -2px;
  top: -20px;
  background-color: #000;
  border-radius: 50%;
}
.qa-interactive-frame li.quiz-option-item.checked.wrong .check-circle>i{
  background-color: #FFFFFF;
}
.qa-interactive-frame li.quiz-option-item.checked.correct .check-circle>i{
  background-color: #FFFFFF;
}
.qa-interactive-frame li.quiz-option-item .option-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 题目生成动画 */
.qa-interactive-frame .loading-dot {
  display: inline-block; width: 10px; min-height: 2px;
  padding-right: 2px;
  border-left: 2px solid currentColor; border-right: 2px solid currentColor;   
  background-color: currentColor; background-clip: content-box;
  box-sizing: border-box;
  animation: dot 4s infinite step-start both;
}
.qa-interactive-frame .loading-dot:before { content: '...'; } /* IE8 */
.loading-dot::before { content: ''; }
:root .loading-dot { margin-left: 2px; padding-left: 2px; } /* IE9+ */
@keyframes dot {
  25% { border-color: transparent; background-color: transparent; }          /* 0个点 */
  50% { border-right-color: transparent; background-color: transparent; }    /* 1个点 */
  75% { border-right-color: transparent; }                                   /* 2个点 */
}
/* 答题开始准备动画 */
.qa-interactive-frame .circle-process{
  position: relative;
  width: 49px;
  height: 50px;
  margin: 0 auto;
  margin-top: 20px;
}
.qa-interactive-frame .circle-process .show-seconds{
  position: absolute;
  top: 15px;
  left: 19px;
  font-size: 19px;
}
.qa-interactive-frame .circle-process .wrapper{
  width: 25px;
  height: 50px;
  position: absolute;
  top:0;
  overflow: hidden;
}
.qa-interactive-frame .circle-process .right{
  right:0;
}
.qa-interactive-frame .circle-process .left{
  left:0;
}
.qa-interactive-frame .circle-process .circle{
  width: 50px;
  height: 50px;
  border: 5px solid transparent;
  border-radius: 50%;
  position: absolute;
  top:0;
  transform : rotate(-135deg);
}
.qa-interactive-frame .circle-process .rightcircle{
  border-top: 5px solid #4a4a4a;
  border-right: 5px solid #4a4a4a;
  right:0;
  -webkit-animation: circle_right 3s linear infinite;
}
.qa-interactive-frame .circle-process .leftcircle{
  border-bottom: 5px solid #4a4a4a;
  border-left: 5px solid #4a4a4a;
  left:0;
  -webkit-animation: circle_left 3s linear infinite;
}
@-webkit-keyframes circle_right{
  0%{
      -webkit-transform: rotate(-135deg);
  }
  50%,100%{
      -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_left{
  0%,50%{
      -webkit-transform: rotate(-135deg);
  }
  100%{
      -webkit-transform: rotate(45deg);
  }
}

/* 答题英雄榜 */
.qa-interactive-frame .hero-rank {
  width: 360px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0px 10px 0px rgba(0,0,0,0.10);
  border-radius: 8px;
  font-size: 14px;
}
.qa-interactive-frame .hero-rank .to-see-rank {
  color: #3B68B8;
  padding: 0 5px;
  cursor: pointer;
}
body.forbidScroll{
  overflow: hidden;
}
.qa-hero-shade-frame {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100001;
}
.qa-hero-rank-modal {
  position: fixed;
  width: 40%;
  top: 80px;
  left: 30%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.22), 0 24px 24px 0 rgba(0,0,0,0.30);
  padding: 0 10px;
  padding-bottom: 10px;
}
.qa-hero-rank-modal .rank-frame-head {
  position: relative;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  color: #4A4A4A;
}
.qa-hero-rank-modal span.close-qa-modal {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 32px;
  cursor: pointer;
}
.qa-hero-rank-modal .rank-frame-tip {
  text-align: center;
  font-size: 12px;
  color: #9B9B9B;
}
.qa-hero-rank-modal ul.hero-rank-list {
  height: 400px;
  list-style: none;
  overflow: auto;
  padding: 5px 5px;
}
.qa-hero-rank-modal .remind-txt {
  text-align: center;
  padding: 0 10px;
}
.qa-hero-rank-modal ul.hero-rank-list>li {
  position: relative;
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 0 0px 10px 0px rgba(0,0,0,0.10);
  border-radius: 6px;
  padding: 10px;
}
.qa-hero-rank-modal ul.hero-rank-list>li:last-child {
  margin-bottom: 0px;
}
.qa-hero-rank-modal ul.hero-rank-list>li>a {
  width: 35px;
  height: 35px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}
.qa-hero-rank-modal ul.hero-rank-list>li img {
  width: 100%;
  height: 100%;
}
.qa-hero-rank-modal ul.hero-rank-list>li .right-part {
  display: inline-block;
  height: 35px;
  overflow: hidden;
  margin-left: 10px;
}
.qa-hero-rank-modal ul.hero-rank-list>li .right-part-top>span:first-child {
  color: #444444;
  font-weight: bold;
  margin-right: 10px;
  font-size: 14px;
}
.qa-hero-rank-modal ul.hero-rank-list>li .right-part-top>span:last-child {
  color: #4A4A4A;
  font-size: 12px;
}
.qa-hero-rank-modal ul.hero-rank-list>li .right-part-bottom {
  color: #F56E23;
  font-size: 12px;
}

/* 新版竞猜2018.06.11 */
.guess-interactive-frame {
  padding: 0 76px;
  margin: 20px 0;
}
.guess-interactive-frame>div {
  background: #F8F8F8;
  box-shadow: 0 0 15px 2px rgba(59,104,184,0.25);
  border-radius: 8px;
  padding: 10px;
}
.guess-interactive-frame .guess-item-head {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 5px;
}
.guess-interactive-frame .guess-item-name {
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 700;
}
.guess-interactive-frame .guess-item-endTime {
  color: #9B9B9B;
  font-size: 12px;
  margin-top: 5px;
}
.guess-item-twoStyle .option-item-name {
  padding: 10px 0;
  overflow: hidden;
  font-size: 14px;
}
.guess-item-twoStyle .option2-name {
  float: right;
}
.guess-item-twoStyle .option-item-voteCount {
  overflow: hidden;
  font-size: 12px;
  color: #9B9B9B;
}
.guess-item-twoStyle .option2-voteCount {
  float: right;
}
.guess-item-twoStyle .option-item-progressbar{
  max-height: 8px;
  overflow: hidden;
}
.guess-item-twoStyle .option-item-progressbar>div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.guess-item-twoStyle .option1-progress {
  background-image: linear-gradient(-44deg, #40CAEC 0%, #33B6F3 100%);
  width: 90%;
  height: 8px;
}
.guess-item-twoStyle .option1-progress.option-wrong{
  background-image: none;
  background-color: #D8D8D8;
}
.guess-item-twoStyle .option1-progress>i {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 8px solid white;
  border-left: 8px solid transparent;
}
.guess-item-twoStyle .option2-progress {
  background-image: linear-gradient(-135deg, #FBA749 0%, #F56E23 100%);
  width: 10%;
  height: 8px;
}
.guess-item-twoStyle .option2-progress.option-wrong{
  background-image: none;
  background-color: #D8D8D8;
}
.guess-item-twoStyle .option2-progress>i {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 8px solid white;
  border-right: 8px solid transparent;
}
.guess-item-twoStyle .option-item-statics {
  overflow: hidden;
  font-size: 12px;
  color: #9B9B9B;
}
.guess-item-twoStyle .option2-statics {
  float: right;
}
.guess-item-twoStyle .guess-item-operate {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  text-align: center;
  height: 30px;
  line-height: 42px;
}
.guess-item-twoStyle .option1-bet-btn {
  float: left;
  width: 33%;
  height: 30px;
  border: none;
  outline: none;
  background-image: linear-gradient(-50deg, #40CAEC 0%, #37AFE6 100%);
  box-shadow: 0 0 10px 0 rgba(56,176,230,0.70);
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
}
.guess-item-twoStyle .option2-bet-btn {
  float: right;
  width: 33%;
  height: 30px;
  border: none;
  outline: none;
  background-image: linear-gradient(70deg, #FBA749 0%, #F56E23 97%);
  box-shadow: 0 0 10px 0 rgba(247,121,42,0.70);
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
}
.guess-item-twoStyle .option1-hasbet {
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #33B6F2;
}
.guess-item-twoStyle .option2-hasbet {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #F56F24;
}
.guess-item-twoStyle .option1-overdue{
  font-size: 16px;
  color: #33B6F2;
}
.guess-item-twoStyle .option1-overdue.option-wrong{
  color: #9B9B9B;
}
.guess-item-twoStyle .option2-overdue{
  float: right;
  font-size: 16px;
  color: #F56F24;
}
.guess-item-twoStyle .option2-overdue.option-wrong{
  color: #9B9B9B;
}
.guess-item-twoStyle .guess-item-show-result {
  position: relative;
  margin-top: 10px;
}
.guess-item-twoStyle .guess-item-show-result .cost-fire {
  text-align: center;
  margin-top: 5px;
}
.guess-item-twoStyle .guess-item-show-result .option1-cost-fire {
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #33B6F2;
}
.guess-item-twoStyle .guess-item-show-result .option1-cost-fire.option-wrong{
  color: #9B9B9B;
}
.guess-item-twoStyle .guess-item-show-result .option2-cost-fire {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #F56F24;
}
.guess-item-twoStyle .guess-item-show-result .option2-cost-fire.option-wrong{
  color: #9B9B9B;
}
.guess-item-twoStyle .check-rules {
  color: #3B68B8;
  font-size: 12px;
  cursor: pointer;
}
.guess-item-hasMoreStyle .guess-hasMore-item {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  cursor: pointer;
}
.guess-item-hasMoreStyle.overdue .guess-hasMore-item{
  cursor: default;
}
.guess-item-hasMoreStyle .option-item-name {
  font-size: 14px;
}
.guess-item-hasMoreStyle .option-item-progressbar {
  width: 80%;
}
.guess-item-hasMoreStyle .progress-show {
  border-radius: 100px;
  height: 8px;
}
.guess-item-hasMoreStyle .progress-show.option-wrong {
  background-color: #D8D8D8;
}
.guess-item-hasMoreStyle .option-item-statics {
  color: #9B9B9B;
  font-size: 12px;
}
.guess-item-hasMoreStyle .option-item-statics .option-item-percent {
  margin-left: 10px;
}
.guess-item-hasMoreStyle .option-item-statics .option-item-userVote {
  margin-left: 10px;
}
.guess-item-hasMoreStyle .bet-btn {
  width: 100%;
  background-color: #D8D8D8;
  border-radius: 8px;
  color: white;
  border: none;
  outline: none;
  height: 30px;
  margin-top: 20px;
}
.guess-item-hasMoreStyle .bet-btn-area>div {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  color: #4A4A4A;
}
.guess-item-hasMoreStyle .bet-btn.active {
  background-color: #3B68B8;
  box-shadow: 0 2px 10px 0 rgba(59,104,184,0.50);
  cursor: pointer;
}
.guess-item-hasMoreStyle .choose-circle {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0px;
  top: 16px;
  border-radius: 50%;
  padding: 2px;
}
.guess-item-hasMoreStyle .choose-circle.checked i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.guess-item-hasMoreStyle .deserve-fire {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  color: #F56F24;
}
.guess-item-hasMoreStyle .check-rules {
  text-align: center;
  color: #3B68B8;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
}
.guess-bet-modal {
  background-color: white;
  margin: 0 auto;
  width: 80%;
  padding: 5px 15px 15px 15px;
}
.guess-bet-modal .header {
  position: relative;
  text-align: center;
  color: #000000;
  font-size: 16px;
}
.guess-bet-modal .fire-num-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}
.guess-bet-modal ul.fire-num-list>li {
  display: inline-block;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 15px;
  border: 1px solid #3B68B8;
  box-shadow: 0 2px 10px 0 rgba(59,104,184,0.15);
  border-radius: 4px;
  text-align: center;
  color: #3B68B8;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
}
.guess-bet-modal ul.fire-num-list>li:nth-child(3n) {
  margin-right: 0;
}
.guess-bet-modal ul.fire-num-list>li.checked {
  background-color: #3B68B8;
  color: white;
}
.guess-bet-modal .cancel-btn {
  width: 45%;
  height: 30px;
  color: white;
  background-color: #D8D8D8;
  border: none;
  border-radius: 8px;
}
.guess-bet-modal .confirm-btn {
  float: right;
  width: 45%;
  height: 30px;
  color: white;
  border: none;
  background-image: linear-gradient(-133deg, #6DA1DD 0%, #3B68B8 100%);
  box-shadow: 0 2px 10px 0 rgba(59,104,184,0.50);
  border-radius: 8px;
}
/* 竞猜规则 */
.guess-rules-modal .rules-content {
  max-height: 350px;
  overflow: auto;
  padding-right: 17px;
}
.guess-rules-modal .para-item {
  margin-bottom: 25px;
}
.guess-rules-modal .para-title {
  font-weight: 600;
  font-size: 16px;
}
.guess-rules-modal .text-content {
  margin-top: 10px;
  line-height: 1.5;
}
/* 竞猜排行榜 */
.guess-rank-area {
  padding: 0 76px;
  margin: 20px 0;
}
.guess-rank-area .guess-rank-btn {
  background: #F8F8F8;
  box-shadow: 0 0 15px 2px rgba(59,104,184,0.25);
  border-radius: 8px;
  color: #3B68B8;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
}
.guess-rank-modal{
  background-color: white;
  margin: 0 auto;
}
.guess-rank-modal .header{
  position: relative;
  text-align: center;
  color: #000000;
  font-size: 16px;
}
.guess-rank-modal .close-modal {
  position: absolute;
  right: 8px;
  top: -4px;
  font-size: 27px;
}
.guess-rank-modal .guess-rank-type {
  padding: 0 10px;
}
.guess-rank-modal .guess-rank-type>span {
  color: #3b68b8;
  border: 1px solid #3b68b8;
  border-radius: 8px;
  padding: 3px 0;
  width: 20.5%;
  display: inline-block;
  text-align: center;
  margin-right: 6%;
  cursor: pointer;
}
.guess-rank-modal .guess-rank-type>span:last-child{
  margin-right: 0;
}
.guess-rank-modal .guess-rank-type>span.active {
  background-color: #3b68b8;
  color: white; 
}
.guess-rank-modal .rank-list-title {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #787878;
}
.guess-rank-modal .rank-list-title>span {
  display: inline-block;
  text-align: center;
}
.rank-list-title>span:first-child {
  width: 15%;
}
.rank-list-title>span:nth-child(2) {
  width: 65%;
}
.rank-list-title>span:last-child {
  width: 20%;
}
.guess-rank-modal ul.rank-list-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 230px;
  overflow: auto;
}
.guess-rank-modal ul.rank-list-ul>li {
  padding: 5px 0;
}
.guess-rank-modal ul.rank-list-ul>li>span {
  display: inline-block;
  text-align: center;
}
.guess-rank-modal ul.rank-list-ul>li>span:first-child {
  width: 15%;
  color: #9B9B9B;
}
.guess-rank-modal ul.rank-list-ul>li>span:nth-child(2) {
  width: 65%;
  color: #4A4A4A;
}
.guess-rank-modal ul.rank-list-ul>li>span:last-child {
  width: 20%;
  color: #4A4A4A;
}
.guess-rank-modal .myself-rank>span {
  display: inline-block;
  text-align: center;
}
.guess-rank-modal .myself-rank>span:first-child {
  width: 15%;
  color: #9B9B9B;
}
.guess-rank-modal .myself-rank>span:nth-child(2) {
  width: 65%;
  color: #4A4A4A;
}
.guess-rank-modal .myself-rank>span:last-child {
  width: 20%;
  color: #4A4A4A;
}
.guess-rank-modal .myself-rank-area {
  position: relative;
  padding-top: 28px;
  padding-bottom: 10px;
  background: #F9FAFC;
  box-shadow: 0 0 8px 2px rgba(59,104,184,0.15);
  border-radius: 0 0 6px 6px;
  margin-top: 15px;
}
.guess-rank-modal .myself-rank-area .myself-logo {
  position: absolute;
  top: 0;
  left: 0px;
  font-style: normal;
  background-color: #3b68b8;
  color: white;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.36);
  padding: 2px 10px;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
}
.guess-rank-modal .remind-txt {
  text-align: center;
  padding: 20px;
}