.zhuanqu-banner{
    width: 100%;
}
.zhuanqu-banner img{
    width: 100%;
}
.top-login-btn{
    width: 156px;
    height: 35px;
    background: #36b976;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    float: right;
    margin:30px; 
}
.fullName{
    float: right;
    margin:30px; 
    font-size: 14px;
    color: #333333;
}
.exit{
    color: #36b976;
    cursor: pointer;
}
.zhuanqu-container{
    width: 1006px;
    margin: 0 auto;
    font-family: "微软雅黑";
}
.zhuanqu-container .title{
    text-align: center;
    font-size: 40px;
    color: #333333;
    font-weight: normal;
    padding: 58px 0;
}
.audio-list{
    overflow: hidden;
}
.audio-list li{
    width: 475px;
    
    float: left;
    margin-bottom: 50px;
}
.audio-list li:nth-child(odd){
    float: left;
}
.audio-list li:nth-child(even){
    float: right;
}
.audio-list li .audion-container{
    width: 100%;
    height: 274px;
    border: 1px solid #b5b5b5;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
}
.audio-list li .audion-container img{
    width: 100%;
    height: 100%;
}
.audion-container .play-btn{
    position: absolute;
    width: 122px;
    height: 122px;
    top:50%;
    left: 50%;
    margin-top: -61px;
    margin-left: -61px;
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.audio-list .cur .play-btn{
    display: block;
    background-image: url("../images/pause.png");
   /*animation: rotate 2s linear infinite;
   -webkit-animation: rotate 2s linear infinite;
   -moz-animation: rotate 2s linear infinite;
   -ms-animation: rotate 2s linear infinite;
   -o-animation: rotate 2s linear infinite;*/
}
.audio-list .cur .audio-masking{
    display: block;
}
.audion-container .audio-masking{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    display: none;
}
.audion-container:hover .audio-masking{
    display: block;
}
.audion-container:hover .play-btn{
    display: block;
    
}
.cartoon-list{
    overflow: hidden;
}
.cartoon-list li{
    float: left;
    margin-right: 15px;
    text-align: center;
    cursor: pointer;
}
.cartoon-list li img{
    width: 100%;
    height: 100%;
}
.cartoon-list li:last-child{
    margin-right: 0;
}
.cartoon-list li img{
    display: block;
    margin-bottom: 5px;
}
.masking{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
.dialog{
    width: 452px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    top:50%;
    left: 50%;
    margin-left:-212px;
    margin-top: -117px;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 30px;
    z-index: 101;
}
.dialog .close{
    width: 30px;
    height: 30px;
    background: url("../images/close.png") no-repeat;
    background-size:30px 30px;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}
.dialog p{
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
}
.dialog button{
    margin-top:10px;
    width: 156px;
    height: 35px;
    background: #36b976;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.user-dialog-btn{
    margin-top: 20px;
}
.reg-new-user{
    margin-right: 48px;
}
.dialog .input-item{
    margin-bottom: 20px;
}
.dialog input{
    width: 100%;
    line-height: 50px;
    border: 1px solid #cccccc;
    border-radius: 30px;
    outline:none;
    padding-left: 42px;
    box-sizing: border-box;
    
}
.logIn-dialog a{
    display: block;
    margin-top: 5px;
}

@-webkit-keyframes rotate {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
  }
  
@-moz-keyframes rotate {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
  }
  @-ms-keyframes rotate {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
  }
  @-o-keyframes rotate {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
  }
@keyframes rotate {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
  }
  .cartoon{
      margin-bottom: 80px;
  }
  .cartoon-intro-wrapper{
      height: 727px;
      width: 100%;
      position: fixed;
      top: 50%;
      left: 0;
      margin-top: -364px;
      background: #fff;
      z-index: 101;
  }
  .cartoon-intro-wrapper .close{
      width: 65px;
      height: 65px;
      background: url("../images/close.png") no-repeat;
      position: absolute;
      right: 24px;
      top: 22px;
      cursor: pointer;
  }
  .cartoon-intro-container{
    width: 910px;
    margin: 0 auto;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    margin-top: 216px;
  }
  .cartoon-intro-container .left{
      width: 240px;
      text-align: center;
      margin-right: 40px;
      color: #333333;
  }
  .cartoon-intro-container .left img{
      margin-bottom: 10px;
  }
  .cartoon-intro-container .left span{
      font-size: 18px;
  }
  .cartoon-intro-container .right{
    flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    color: #333333;

}
.cartoon-intro-container .right button{
    width:156px;
    height: 38px;
    background: #36b976;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}
.cartoon-intro-container .right h2{
    font-size: 18px;
    margin: 20px 0;
}
.cartoon-intro-container .right p{
    text-indent: 2em;
}
.cartoon-container h2{
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin: 70px 0 20px 0;
}
.cartoon-container-wrapper{
    width: 1005px;
    height: 500px;
    position: relative;
    margin: 0 auto;
}
.slider-wrapper{
    height: 100%;
}
.cartoon-container ul{
    height: 100%;
}
.cartoon-container ul li{
    width: 100%;
    height: 100%;
}
.cartoon-container ul img{
    width: 100%;
    height: 100%;
}
.cartoon-container .sliderbtn{
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top:50%;
    margin-top: -43px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center center;
}
.cartoon-container .prev{ 
    left: 10px;
    background-image: url('../images/left.png'); 
}
.cartoon-container .next{
    right: 10px;
    background-image: url('../images/right.png');  
}

.numberConten{
    text-align: center;
    color: #333333;
}