@charset "UTF-8";
/**
 * @此专题出自澎湃新闻网，http://thepaper.cn, 
 * @date    2016-08-01 00:00:00
 *By jigl@thepaper.cn
 *制作团队：孔家兴，覃照莹，季国亮
 */
*{margin:0;padding:0;
  font-family: "Hiragino Sans GB","Microsoft Yahei",sans-serif;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  text-align:justify;
}
html,
body{width: 100%;height:100%;position: relative;overflow: hidden;}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: black;
}
img{ display: block; }
.fl{float: left;}
.fr{float: right;}
.cl:after{
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ab{position: absolute;}
.tc{text-align: center;}
.container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.arrow{
  bottom: 5px;
  left: 50%;
  width: 24px;
  margin-left: -12px;
  z-index: 999;
  -webkit-animation: arrow 1.5s alternate infinite;
          animation: arrow 1.5s alternate infinite;
}
.cover,
.section,
.svg-wrapper,
.slide-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2016;
}
.cover-title {
  top: 25%;
  right: 40px;
  width: 50%;
}
.cover-title,.cover-digest{
  opacity:0;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.cover-digest{
  bottom: 40px;
  right:  40px;
  width: 55%;
  font-size: 14px;
  font-weight: 200;
  text-align: justify;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.show .cover-title,
.show .cover-digest{
  opacity:1;
}
.cover-logo{
  top: 7px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
}
.slide-box{
  z-index: 1000;
}
.svg-wrapper{
}
.slide-pagination{
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition:all 1s 0s;
          transition:all 1s 0s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.slide-pagination.show{
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slide-pagination.hide{ 
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.slide-pagination-bullet {
    width: 6px;
    height: 6px;
    display: block;
    margin-bottom: 10px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #999;
}
.slide-pagination-bullet-active {
    background-color: #cdcdcd;
}
.digest-box{
  position: relative;
  top: 15px;
  left: 20px;
  width:80%;
}
.digest-box.hide{ 
  -webkit-animation: hideDigest 1s 0s forwards;
          animation: hideDigest 1s 0s forwards;
}
.digest-bar{
  margin-bottom: 5px;
}
.digest-text{
  font-size:14px;
  line-height:1.4em;
  text-align: justify;
}
.digest-text-bold{
  font-weight:bolder;
}
.annotation{
  display: none;
  right: 10%;
  bottom: 10%;
  width: 15%;
}
.slide-info-box{
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-box{
  display: none;
  width: 40%;
}
.info-box-left{
  text-align: left;
}
.info-box-right,
.info-box-center{
  text-align: right;
}
.info-box.show{
  display: block;
}
.svg-container{
  position: relative;
  margin-top: 0;
  top: 19%;
  width:100%;
  height:80%;
}
.axis{}
.axis-x .domain{
  stroke-width:3px;
  stroke: #4d4d4d;
}
.axis-x text{
  font-size: 14px;
  font-weight: bold;
  fill: #000;
}
.axis-y{
  display: none;
  clip-path: url(#bottom-clipPath);
}
.axis-y text{
  display: none;
}
.axis-y.show{
  display: inline;
}
.score-path{
  fill:none;
  stroke-width:1px;
  stroke-opacity:.5;
}
.athletics-track{
  stroke:#fad700;
}
.athletics-field{
  stroke:#ec7729;
}
.swimming{
  stroke:#2abecc;
}
.shooting{
  stroke:#639540;
}
.score-path.fade{
  stroke:#ccc;
  stroke-opacity:.1;
}
.score-path.active{
  stroke-opacity:1;
}
.score-path.bold{
  stroke-width:2px;
}
.dot{
  fill:#f0f0f0;
  fill-opacity:.5;
  stroke: #b1b1b1;
  stroke-width: .5px;
}
.dot-inner{
  fill: #cacaca;
}
.score-dot-g{
  display: none;
}
.score-dot-g .dot{
  stroke:none;
  stroke-opacity: 0;
  stroke-width: 0;
}
.score-dot-g.show{
  display: inline;
}

.info-athlete-thumbnail{
  width: 50%;
  display: inline-block;
}
.info-athlete-cont{
  font-size:12px;
  text-align: right;
}
.athlete_name,
.athlete_score b{
  font-weight: bolder;
}
.athlete_name,
.athlete_score,
.game_year{
  margin-left: 5px;
}
.info-box-right .athlete_name,
.info-box-right .athlete_score,
.info-box-right .game_year,
.info-box-center .athlete_name,
.info-box-center .athlete_score,
.info-box-center .game_year{
  margin-right: 8px;
  text-align: right;
}
.athlete_score{}
.game_year{
  color: #808080;
}
.tip-line{
  stroke: #808080;
  stroke-width:1px;
}
.selection-box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #cdcdcd;
  z-index: 9999;
  -webkit-transform:translateY(-1000px);
          transform:translateY(-1000px); 
}
.selection-box.show{
  -webkit-animation: showSelection 1s .3s forwards;
          animation: showSelection 1s .3s forwards;
}
.select-list{
    margin: 20px 10px 0;
    text-align: center;
}
.select-li{
    display: inline-block;
    box-sizing: border-box;
}
.select-li:nth-child(1){
    width: 25%;
    margin-right: 5px;
}
.select-li:nth-child(2){
    width: 65%;
    margin-left: 5px;
}
.select-li p {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.select-wrap{
  margin-top: 8px;
  border: 1px solid #cdcdcd;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa url("arrow.png") no-repeat 90% 50%;
  background-size: 14px auto;
  text-align: left;
}
.select-li:nth-child(2) .select-wrap{
    /* width: 185px; */
    background-position-x: 96%;
}
.select-li select{
    display: inline-block;
    padding: 7px 9px;
    font-size: 14px;
    width: 80px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    text-align: center;
    color: #000;
}
#sport-name{
    width: 100%;
}
.select-li select:disabled{
  opacity:.5;
}
.star-box{
  display: none;
  position: relative;
  margin: 30px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #f2f2f2;
}
.tit{
  margin-left: 15px;
  padding-top: 8px;
  background: url(bar.png) no-repeat 0 top;
  background-size: auto 5px;
}
.star-list{
  margin: 10px 0 0;
}
.star-li{
  padding: 10px 25px 0;
}
.star-li:nth-child(3) .star-wrap{
   border-bottom: none;
}
.star-wrap{
  padding-bottom: 10px;
  border-bottom: 1px #cdcdcd dashed;
}
.star-thumbnail{
  width: 30%;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
}
.star-thumbnail img{
  width:100%;
}
.star-info{
  margin-left: 30%;
  width: 70%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 10px;
}
.star-name{}
.star-desc{
  margin-top: 5px;
  color: #8f8e8e;
  font-size: 14px;
  text-align: justify;
}
.about{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20161;
  box-sizing: border-box;
  color: white;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: all 1s;
          transition: all 1s;
}
.about.show{
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.about-btn{
  display: none;
  bottom: 55px;
  right:15px;
  width: 30px;
  z-index: 2015;
}
.about-wrap{
  top: 20px;
  right: 10px;
  bottom: 20px;
  left: 10px;
  padding: 15px;
  background-color: rgba(26, 26, 26, 0.9);
  overflow: hidden;
}
.about-title{
  margin-bottom:5px;
  padding-bottom:5px;
  border-bottom: 1px solid #999;
}

.about-mod{
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-mod:nth-child(2) p{
  
margin-bottom: 0;
}
.about-mod p{
  margin-bottom:10px;
font-size: 14px;
color: rgb(255,255,255);
}
.about-bottom{
  margin-top: 20px;
  padding-bottom: 50px;
  color: #999;
  text-align: center;
}
.msk-logo img{
  display: inline;
}
.about-bottom p{
  font-size: 12px;
  text-align: center;
}
.close-about{
  right: 10px;top: 10px;
  width: 30px;
  z-index: 20162;
}
.end_score{
  display: none;
}
.left_end_score_text,
.right_end_score_text{
  font-size: 12px;
  font-weight: bold;
}
.slide-info-box.show,
.selection-box.show,
.star-box.show,
.about-btn.show,
.end_score.show,
.annotation.show{
  display: block;
}
@-webkit-keyframes showSelection{
  from{
    -webkit-transform:translateY(-1000px);
  }
  to{
    -webkit-transform:translateY(0);
  }
}
@keyframes showSelection{
  from{
    transform:translateY(-1000px);
  }
  to{
    transform:translateY(0);
  }
}

@-webkit-keyframes hideDigest{
  from{
    -webkit-transform:translateY(0);
  }
  to{
    -webkit-transform:translateY(-1000px);
  }
}
@keyframes hideDigest{
  from{
    transform:translateY(0);
  }
  to{
    transform:translateY(-1000px);
  }
}

@-webkit-keyframes hidePagination{
  from{
    -webkit-transform:translateX(0);
  }
  to{
    -webkit-transform:translateX(1000px);
  }
}
@keyframes hidePagination{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(1000px);
  }
}
@-webkit-keyframes arrow{
  from{
    -webkit-transform:translateY(0);
    opacity: 1;
  }
  to{
    -webkit-transform:translateY(-10px);
    opacity: .5;
  }
}
@keyframes arrow{
  from{
    transform:translateY(0);
    opacity: 1;
  }
  to{
    transform:translateY(-10px);
    opacity: .5;
  }
}
@media only screen and (min-width: 1000px) {
    .container{
      left: 50%;
      width: 500px;
      height: 800px;
      margin-left: -250px;
    }

}

.row {
  margin: 0 auto;
  text-align: center;
}

.card {
  display: inline-block;
}

.card_img {
  display: inline-block;
  max-width: 600px;
}

.card_img > a > img {
  max-width: 100%;
}

.about-container {
  width: 100%;
  display: inline-block;
}

.cardname > a > p {
    margin-bottom: 10px;
    font-size: 14px;
    color: rgb(255,255,255);
}

.ds-box {
    position: absolute;
    bottom: 7%;
    right: -5%;
    display: none
}

.ds-box > img {
    width: 50%;
}


.ds-box.show{
  display: block;
}
.ds-box.hide{ 
  display:none;
}