@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-description{

}
.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.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]{
  color: rgb(59,104,184);
}
.article-textBlock a.article_link,.article-textBlock a.forum_link,.article-textBlock a[deck_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;
}
.article-textBlock ol>li{
  font-size: 16px;
  line-height: 1.7;
}
.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://iplaymtg.oss-cn-beijing.aliyuncs.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://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimages%2Fnew_article%2Finteract_correct.png') no-repeat center;
    background-size: 100%;
}
.item-img-result.selected>p{
}
.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%;
}


/*
 *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-footer-bottom {}

.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://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimages%2Fnew_article%2Fsubmit.png);
    background-size: 100%;
}

.confirm_btn>button:hover {
  /*background-color: rgb();*/
}

.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://iplaymtg.oss-cn-beijing.aliyuncs.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://iplaymtg.oss-cn-beijing.aliyuncs.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://iplaymtg.oss-cn-beijing.aliyuncs.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://iplaymtg.oss-cn-beijing.aliyuncs.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: 14px;
  padding: 0 1px;
}

.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);
}


/*
*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://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimages%2Fnew_article%2Fsubmit.png);
    background-size: 100%;
}
.guess-footer-box.lose{
  background-image: url(https://iplaymtg.oss-cn-beijing.aliyuncs.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://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimages%2Fgame%2Fred_result.png);
}

.footer-box.team_blue_line {
  background-image: url(https://iplaymtg.oss-cn-beijing.aliyuncs.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://iplaymtg.oss-cn-beijing.aliyuncs.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://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimages%2Fgame%2FVS.png);
  background-size: 100%;
}

.vs-blue {
  margin-top: 25px;
  float: right;
  background-image: url(https://iplaymtg.oss-cn-beijing.aliyuncs.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_title01 input:hover {
  /*background: url(../images/batton_01.png) -202px -2489px no-repeat;*/
}

.User_ratings .ratings_title01 input01 {
  /*background: url(../images/batton_01.png) -202px -2537px no-repeat;*/
}

.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_title input:hover {
  /*background: url(../images/batton_01.png) -202px -2489px no-repeat;*/
}

.User_ratings .ratings_title input01 {
  /*background: url(../images/batton_01.png) -202px -2537px 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://iplaymtg.oss-cn-beijing.aliyuncs.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 {
    height: 130px;
    border: 1px solid rgba(59,104,184,0.3);
    border-left: none;
    border-right: none;
}
.article-goodsFrame img.article-goodsIcon {
    width: 90px;
    height: 90px;
    float: left;
    margin-top: 20px;
    /*margin-left: 20px;*/
    margin-right: 20px;
}
.article-goodsFrame p.article-goodsTitle {
    padding-top: 20px;
    color: rgb(59,104,184);
    font-size: 20px;
    margin-right: 20px;
    min-height: 88px;
}
/*套牌代码样式*/
.article-deckCodeFrame {
    margin-bottom: 32px;
}
.article-deckCodeFrame .article-deck-img {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.article-deckCodeContent {
    width: 580px;
    margin: 0 auto;
    border-left: 9px solid #eaeaea;
    padding-left: 10px;
}
.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://static.iyingdi.cn/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;
}
