.wrapper a{
  color: #000;
}
body #footer0820{
  margin-top: 0;
}
.wrapper{
  background: url(../images/background.jpg) no-repeat center 0;
}
.sound{
  /* float: left; */
  display: block;
  width: 28px;
  height: 57px;
  background: url(../images/play_s.png) no-repeat center;
  margin-right: 7px;
  cursor: pointer;
}
.sound.current{
  background: url(../images/pause_s.png) no-repeat center;
}
.wrapper #topline20210826{
  padding-bottom: 0;
  margin-bottom: 0;
  background: #fff;
}
.area{
  width: 1200px;
  margin: 0 auto;
}
.breadcrumb {
margin-top: 7px;
  margin-bottom: 23px;
}

.breadcrumb li {
font-size: 16px;
color: #666;
}
.breadcrumb li a {
font-size: 16px;
color: #666;
}
.title{
  float: left;
  width: 298px;
  margin-left: 10px;
}
.top_nav{
  float: right;
  height: 36px;
  overflow: visible;
}
.top_nav .nav{
  width: 502px;
  float: left;
  font-size: 16px;
  color: #8695d7;
  font-weight: 400;
  line-height: 30px;
  margin-top: -9px;
}
.top_nav .nav span{
  border-bottom: 1px solid #b5cfe6;
  padding-bottom: 4px;
}
.top_nav .nav a{
  cursor: pointer;
  margin: 0 5px;
}
.top_nav .nav a{
  font-size: 16px;
  color: #8695d7;
  font-weight: 400;
}
.top_nav .nav a:hover{
  color:#e25904;
  text-decoration: none;
}
.top_nav .nav a.select{
  color:#e25904;
}
.top_nav .form {
  width: 154px;
  float: left;
  margin-left: 30px;
  margin-top: 1px;
}
.top_nav .form .input_wrapper {
position: relative;
background: #fff;
width: 126px;
height: 20px;
padding: 7px 14px;
font-size: 0;
  border-radius: 15px;
}

.top_nav .form .input_wrapper input[type=text] {
border: none;
font-size: 14px;
font-style: italic;
width: 106px;
height: 20px;
line-height: 20px;
padding: 0;
margin: 0;
outline: 0;
background: 0 0;
  color: #919ae1;
}

.top_nav .form .input_wrapper button[type=submit] {
position: absolute;
right: 10px;
top: 7px;
background: transparent url(../images/icon_search.png) no-repeat center;
height: 20px;
width: 20px;
border: none;
outline: 0;
cursor: pointer
}
.top_nav .btn_towcode {
  display: block;
  float: left;
background: url(../images/share_btn.png) no-repeat 0 0;
width: 36px;
height: 36px;
  margin-left: 24px;
  margin-right: 13px;
  position: relative;
}

.top_nav .btn_app_plus {
  display: block;
  float: left;
background: url(../images/app.png) no-repeat 0 0;
width: 59px;
height: 31px;
  margin-right: 9px;
}
.main{
  position: relative;
  height: 810px;
  margin-top: 45px;
}
.black{
  width: 338px;
  height: 339px;
  position: absolute;
  left: 93px;
  top: 0;
  z-index: 1;
  transition: 1s linear;
}
.black.playing{
  animation: rotated 5s linear infinite;
}
@keyframes rotated{
  from{
      transform: rotate(0);
  }
  to{
      transform: rotate(360deg);
  }
}
.card{
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 2;
  width: 393px;
  height: 354px;
}
.card.card_6401{
  background: url(../images/card_new2.png) no-repeat center top;
  background-size: 335px auto;
}
.card.card_6400{
  background: url(../images/card_new1.png) no-repeat center top;
  background-size: 353px auto;
}
.card.card_64{
  background: url(../images/card_zx.png) no-repeat center top;
  background-size: 353px auto;
}
.card.card_98{
  background: url(../images/record6.jpg) no-repeat center top;
}
.card.card_10000{
  background: url(../images/record5.png) no-repeat center top;
}
.card.card_10001{
  background: url(../images/record4.png) no-repeat center top;
}
.card.card_10003{
  background: url(../images/record7.png) no-repeat center top;
}
.card .ball{
  width: 125px;
  height: 126px;
  position: absolute;
  right: -17px;
  top: 286px;
}
.card .more{
  width: 127px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 296px;
  margin-left: -63px;
  z-index: 999;
}
.card .playing{
  width: 28px;
  height: 27px;
  position: absolute;
  right: 44px;
  top: 20px;
}
.content{
  width: 767px;
  height: 428px;
  background: url(../images/now_wrap.png) no-repeat;
  position: absolute;
  right: -17px;
  top: -22px;
  padding: 78px 0 0;
  box-sizing: border-box;
}
.content .sound_list{
  /* display: none; */
  visibility: hidden;
  position: absolute;
  right: 20px;
  top: -58px;
  width: 341px;
  height: 412px;
  background:url(../images/sound.png) no-repeat;
  z-index: 3;
  padding-top: 24px;
  box-sizing: border-box;
}
.content .sound_list p{
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-left: 37px;
}
.content .sound_list .close{
  position: absolute;
  right: 25px;
  top: 32px;
  z-index: 2;
  cursor: pointer;
}
.content .sound_list .jscroll2{
  width: 317px;
  height: 308px;
  overflow: hidden;
  margin-left: 16px;
  margin-top: 15px;
}
.content .sound_list #jscroll2{
  width: 317px;
  height: 308px;
  overflow: hidden;
}
.content .sound_list .jscroll2 li{
  display: flex;
  align-items: center;
  width: 305px;
  padding: 7px 10px 7px 20px;
  margin-bottom: 4px;
  height: 57px;
  box-sizing: border-box;
}
.content .sound_list .jscroll2 li.select{
  background: #8594d7;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px
}
.content .sound_list .jscroll2 li a{
  display: block;
  width: 240px;
  font-size: 12px;
  color: #000;
  cursor: pointer;
}
.content .sound_list .jscroll2 li.select a{
  color: #fff;
  font-weight: 600;
}
.content .sound_list .jscroll2 li.select a:hover{
  font-weight: 600;
  color: #fff;
}
.content .sound_list .jscroll2 li a:hover{
  color: #495799;
  font-weight: 500;
  text-decoration: underline;
}
.list li a:hover{
  color: #495799;
  font-weight: 500;
  text-decoration: underline;
}
.content .controls{
  width: 728px;
  height: 68px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  margin: 0 auto;
}
.content .now{
  position: absolute;
  left: 12px;
  top: 10px;
  width: 113px;
  height: 50px;
}
.content h1{
  width: 650px;
  margin: 0 auto;
}
.content h1 a{
  font-size: 24px;
  color: #1f4984;
  font-weight: 500;
}
.content p.intro{
  width: 650px;
  font-size: 16px;
  color: #8d8d8d;
  margin: 10px auto 0;
  line-height: 28px;
}
.content p span.authorize{
  float: right;
  font-size: 13px;
  margin-right: 10px;
}
.content p span.authorize a{
  color: #e56004;
  opacity: .6;
}
.content .jscroll{
  width: 690px;
  height: 130px;
  overflow: hidden;
  margin: 20px auto 0;
}
.content .jscroll p.wrap{
  width: 655px;
  text-indent: 2em;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin-left: 20px;
}
.row2{
  width: 100%;
  height: 260px;
  position: absolute;
  left: 0;
  top: 510px;
  overflow: hidden;
}

.row2 .left .record{
  width: 178px;
  float: left;
}
.row2 .left .record .name{
  width: 178px;
  height: 50px;
  background: url(../images/top.png) no-repeat;
  margin-left: -9px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.row2 .left .record .record_img{
  margin-top: -12px;
}
.row2 .left .record .record_img a{
  display: block;
  width: 100%;
  height: 100%;
}
.row2 .left .record.jc_img .record_img{
  width: 160px;
  height: 160px;
  background: url(../images/record7.jpg) no-repeat;
  background-size: 100% 100%;
}
.row2 .left .record.dw_img .record_img{
  width: 160px;
  height: 160px;
  background: url(../images/record5.jpg) no-repeat;
  background-size: 100% 100%;
}
.row2 .left .record.ip_img .record_img{
  width: 160px;
  height: 160px;
  background: url(https://mediabluk.cnr.cn/img/cnr/CNRCDP/2021/1224/6506f58ef7567164032416873576012210.jpg?auth=4c8115b16f2056ca8022e4ee89fd5885) no-repeat;
  background-size: 100% 100%;
}
.row2 .left .record.hb_img .record_img{
  width: 160px;
  height: 160px;
  background: url(../images/record6.jpg) no-repeat;
  background-size: 100% 100%;
}
.row2 .left .record.yt_img .record_img{
  width: 160px;
  height: 160px;
  background: url(../images/card_new2.png) no-repeat;
  background-size: 100% 100%;
}
.row2 .left .record.seven_img .record_img{
  width: 160px;
  height: 160px;
  background: url(../images/card_new1.png) no-repeat;
  background-size: 100% 100%;
}
.row2 .left .record.zx_img .record_img{
  width: 160px;
  height: 160px;
  background: url(../images/card_zx.png) no-repeat;
  background-size: 100% 100%;
}
.row2 .left .list{
  float: left;
  width: 235px;
  height: 170px;
  margin-top: 34px;
  overflow: hidden;
}
.row2 .left .list li{
  margin-bottom: 9px;
  font-size: 12px;
  color: #000;
  line-height: 2.1;
  height: 50px;
  /* -webkit-line-clamp: 2; */
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  display: flex;
  align-items: center;
}
.row2 .left .list li i.sound{
  display: block;
  /* float: left; */
  width: 28px;
  height: 47px;
  background:
  url(../images/play_s.png) no-repeat center;
  /* margin-right: 7px; */
  cursor: pointer;
  order: 1;
}
.row2 .left .list li a{
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  width: 200px;
  order: 2;
}
.row2 .left .list li a:hover{
  color: #495799;
  font-weight: 500;
}
.row2 .middle{
  width: 285px;
  height: 202px;
  background:url(../images/middle.png) no-repeat;
  margin-left: 16px;
  position: relative;
  margin: 9px auto 0;
}
#recordSwiper{
  width: 720px;
  height: 204px;
  position: absolute;
  left: 35px;
  top: 16px;
  margin: 0 auto;
  overflow: visible;
}
#arrow_left{
  position: absolute;
  left: 0;
  top: 110px;
  width: 28px;
  height: 39px;
  background: url(../images/arrow_left.png) no-repeat;
  z-index: 8;
  cursor: pointer;
}
#arrow_right{
  position: absolute;
  right: 0;
  top: 110px;
  width: 28px;
  height: 39px;
  background: url(../images/arrow_right.png) no-repeat;
  z-index: 8;
  cursor: pointer;
}
.row2 .middle .kuang{
  width: 138px;
  height: 50px;
  background:url(../images/kuang.png) no-repeat;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: -7px;
  right: 0;
  top: -9px;
  text-align: center;
  line-height: 43px;
  margin: 0 auto;
}
.row2 .middle .avatar{
  width: 90px;
  height: 83px;
  background:url(../images/avatar.png) no-repeat;
  text-align: center;
  padding-top: 6px;
}
.row2 .middle .avatar img{
  border-radius: 76px;
}
.row2 .left.right{
  float: right;
  margin-right: -10px;
}
#avatarSwiper{
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  margin: 0 auto;
}
#avatarSwiper .swiper-slide{
  opacity: .6;
}
#avatarSwiper .swiper-slide-active{
  opacity: 1;
}
#avatarSwiper .swiper-slide p{
  width: 90px;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-top: 3px;
}
#avatarSwiper .swiper-slide .avatar{
  transform: scale(.7);
  transform-origin: center;
}
#avatarSwiper .swiper-slide p{
  opacity: 0;
}
#avatarSwiper .swiper-slide-active .avatar{
  transform: scale(1);
}
#avatarSwiper .swiper-slide-active p{
  opacity: 1;
}
#avatar_left{
  position: absolute;
  left: 74px;
  top: 116px;
  width: 14px;
  height: 22px;
  background:url(../images/left.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
#avatar_right{
  position: absolute;
  right: 78px;
  top: 116px;
  width: 14px;
  height: 22px;
  background:url(../images/right.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
.row2 .middle .bottom{
  height: 34px;
  width: 257px;
  background:#8695d7;
  position: absolute;
  left: -3px;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 31px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.row2 .middle .bottom a{
  display: none;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
/* controls */
.voice .controller .left {
  position: relative;
  float: left;
  width: 212px;
  height: 68px;
}

.voice .controller .left .prev {
  position: absolute;
  cursor: pointer;
  left: 25px;
  top: 7px;
  background: url("../images/prev.png") no-repeat 0 0;
  width: 51px;
  height: 52px;
}

.voice .controller .left .next {
  position: absolute;
  cursor: pointer;
  left: 145px;
  top: 7px;
  background: url("../images/next.png") no-repeat 0 0;
  width: 51px;
  height: 52px;
}

.voice .controller .left .play {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 78px;
  background: url("../images/play_big.png") no-repeat 0 0;
  width: 65px;
  height: 64px;
}

.voice .controller .left .play.pause {
  background: url("../images/pause.png") no-repeat 0 0;
}
.voice .controller .middle {
  float: left;
  width: 350px;
  height: 3px;
}

.voice .controller .middle .center {
  position: relative;
  height: 100%;
}

.voice .controller .middle .center .progress-bar {
  position: absolute;
  z-index: 99;
  top: 27px;
  width: 350px;
  height: 3px;
  background: #c3cffd;
}

.voice .controller .middle .center .progress-bar .progress-bar_inner {
  position: absolute;
  left: 0;
  top:0;
  width: 0%;
  height: 3px;
  background: #d6f3ff;
}

.voice .controller .middle .center .progress-bar .progress-bar_inner .progress-bar_handle {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px;
}

.voice .controller .middle .center .currenttitle {
  position: absolute;
  top: 15px;
  font-size: 12px;
  line-height: 1;
  margin-top: -6px;
  color: #ffffff;
}
.voice .controller .middle .center .time {
  position: absolute;
  right: -2px;
  top: 31px;
  font-size: 14px;
  color: #d6f3ff;
}
.voice .controller .right {
  position: relative;
  float: left;
  width: 130px;
  height: 100%;
  margin-left: 25px;
}
.voice .controller .right .share {
  position: absolute;
  left: 102px;
  top: 21px;
  background: url("../images/share.png") no-repeat 0 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.voice .controller .right .volume{
  position: absolute;
  left: 12px;
  top: 19px;
  width: 30px;
  height: 25px;
  cursor: pointer;
}
.voice .controller .right .volume .mute {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  background: url("../images/volume.png") no-repeat 0 0;
  width: 30px;
  height: 25px;
}
.voice .controller .right .volume .mute.muted{
  background: url("../images/muted.png") no-repeat 0 0;
}
.voice .controller .right .list{
  position: absolute;
  left:62px;
  top: 17px;
  width: 21px;
  height: 27px;
  background: url("../images/list.png") no-repeat 0 0;
  cursor: pointer;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
