.bor {
  border: 1px solid red;
}
.text_shadow {
  text-shadow: 0 1px 1px #000;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.centerTranslate {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.v7_content {
  width: 1200px;
  margin: 76px auto 0;
  padding-bottom: 30px;
  background-color: #fff;
}
.v7_content_l {
  width: 630px;
  float: left;
}
.adSwip {
  width: 630px;
  height: 340px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
}
.adSwip .adSwip_pagination {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.adSwip .adSwip_pagination .swiper-pagination-bullet {
  width: 18px;
  height: 4px;
  float: left;
  border-radius: 20px;
  margin-left: 8px;
  background: #FFFFFF;
  opacity: 1;
}
.adSwip .adSwip_pagination .swiper-pagination-bullet-active {
  background: #FF9F00;
  opacity: 1;
}
.adSwip .AdTopItem {
  position: relative;
  overflow: hidden;
  width: 630px;
  height: 340px;
}
.adSwip .AdTopItem p {
  padding: 45px 20px;
  position: absolute;
  bottom: 0;
  font-family: PingFang;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0.12px;
}
.adSwip .AdTopItem img {
  width: 100%;
  height: 100%;
}
.v7_list_type {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
}
.v7_list_type .tab {
  height: 30px;
  float: left;
  overflow: hidden;
}
.v7_list_type .tab a {
  color: #3C3C3C;
  letter-spacing: 0.08px;
  font: 15px/30px 'Microsoft YaHei';
  margin-right: 30px;
  width: 65px;
  float: left;
}
.v7_list_type .tab .checked {
  color: #17ABC1;
}
.v7_list_type span {
  float: right;
  color: #9C9C9C;
  letter-spacing: 0.06px;
  font: 12px/30px 'Microsoft YaHei';
  text-align: right;
  margin-right: 20px;
}
.V7_list .no-cont-box {
  margin-top: 130px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.V7_list .no-cont-box img {
  width: 180px;
  margin-bottom: 16px;
}
.V7_list li {
  margin-bottom: 40px;
  overflow: hidden;
}
.V7_list li .cover {
  width: 200px;
  height: 150px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.V7_list li .cover a:nth-child(1) {
  width: 200px;
  height: 150px;
  display: block;
  overflow: hidden;
}
.V7_list li .cover img {
  display: none;
  width: auto;
  height: auto;
  transition: 0.3s ease all;
}
.V7_list li .cover img:hover {
  transform: scale(1.02);
}
.V7_list li .info {
  width: 410px;
  float: right;
}
.V7_list li .info .art_title {
  height: 50px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  color: #3C3C3C;
  letter-spacing: 0.48px;
  font: 18px/25px 'Microsoft YaHei';
  overflow: hidden;
}
.V7_list li .source {
  height: 20px;
  margin-top: 60px;
}
.V7_list li .source a {
  font: 12px/20px 'Microsoft YaHei';
  color: #159BEC;
  letter-spacing: 0.32px;
}
.V7_list li .source span {
  padding-left: 20px;
  font: 12px/20px 'Microsoft YaHei';
  color: #6C6C6C;
  letter-spacing: 0.32px;
}
.V7_list .multPic .info {
  width: 100%;
  margin-bottom: 10px;
  float: none;
}
.V7_list .multPic .info a {
  height: 28px;
  line-height: 28px;
}
.V7_list .multPic .covers {
  overflow: hidden;
}
.V7_list .multPic .covers a {
  overflow: hidden;
  display: block;
}
.V7_list .multPic .covers a div {
  width: 194px;
  height: 147px;
  overflow: hidden;
  float: left;
  border-radius: 5px;
}
.V7_list .multPic .covers a div img {
  width: auto;
  height: auto;
  display: none;
  transition: 0.3s ease all;
}
.V7_list .multPic .covers a div img:hover {
  transform: scale(1.02);
}
.V7_list .multPic .covers a div:nth-child(2) {
  margin-left: 24px;
  margin-right: 24px;
}
.V7_list .multPic .source {
  margin-top: 10px;
}
.list_item .load_more {
  width: 140px;
  height: 32px;
  margin: 50px auto;
  border-radius: 16px;
  border: 1px solid #00C7E5;
  font: 14px/32px 'Microsoft YaHei';
  color: #00C7E5;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.list_item .load_more:hover {
  background: #17abc1;
  color: #fff;
}
.listVideo .V7_list li .cover {
  width: 249px;
  height: 140px;
  position: relative;
}
.listVideo .V7_list li .cover .video_duration {
  height: 20px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
}
.listVideo .V7_list li .cover .video_duration span {
  font: 12px/20px 'Microsoft YaHei';
  text-align: left;
  color: #fff;
  padding: 0 5px 0 20px;
  letter-spacing: 0.5px;
  background: url("/desktop/images//ic_play@3x.png") left center no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  margin: 0 3px;
}
.listVideo .V7_list li .cover a {
  width: 100%;
  height: 100%;
}
.listVideo .V7_list li .cover a img {
  display: none;
  transition: 0.3s ease all;
}
.listVideo .V7_list li .cover a img:hover {
  transform: scale(1.02);
}
.listVideo .V7_list li .info {
  width: 360px;
}
.listVideo .V7_list li .source {
  margin-top: 50px;
}
.v7_content_r {
  width: 306px;
  float: right;
}
.v7_content_r .to_ttk {
  width: 306px;
  height: 100px;
  margin-bottom: 20px;
}
.v7_content_r .to_ttk img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease all;
}
.v7_content_r .to_ttk img:hover {
  transform: scale(1.02);
}
.v7_content_r .rank {
  width: 306px;
  height: 220px;
  margin-bottom: 30px;
}
.v7_content_r .rank img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease all;
}
.v7_content_r .rank img:hover {
  transform: scale(1.02);
}
.v7_content_r .right_content_list {
  width: 306px;
  margin-bottom: 60px;
}
.v7_content_r .right_content_list .right_list_item_title {
  height: 33px;
  overflow: hidden;
}
.v7_content_r .right_content_list .right_list_item_title span {
  width: 4px;
  height: 18px;
  background: url("/desktop/images//ic_dianzhui@3x.png") left top no-repeat;
  background-size: 4px 18px;
  margin-top: 8px;
  float: left;
}
.v7_content_r .right_content_list .right_list_item_title p {
  font: 15px/32px 'Microsoft YaHei';
  color: #3C3C3C;
  letter-spacing: 0.5px;
  margin-left: 10px;
  border-bottom: 1px solid #DCDCDC;
}
.v7_content_r .right_content_list ul li {
  margin-top: 20px;
  overflow: hidden;
}
.v7_content_r .right_content_list ul li a {
  overflow: hidden;
}
.v7_content_r .right_content_list ul li a .ttkAva {
  width: 50px;
  height: 50px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
}
.v7_content_r .right_content_list ul li a .ttkAva img {
  display: none;
}
.v7_content_r .right_content_list ul li a .ttkInfo {
  width: 196px;
  height: 50px;
  float: left;
  margin-left: 10px;
}
.v7_content_r .right_content_list ul li a .ttkInfo p {
  height: 22px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  font: 16px/22px 'Microsoft YaHei';
}
.v7_content_r .right_content_list ul li a .ttkInfo span {
  height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  font: 12px/18px 'Microsoft YaHei';
  color: #9C9C9C;
  letter-spacing: 0.38px;
  margin-top: 10px;
}
.v7_content_r .right_content_list ul li .attention {
  width: 50px;
  height: 20px;
  background: #00c7e5;
  color: #fff;
  font: 12px/20px 'Microsoft YaHei';
  float: left;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.5s ease all;
}
.v7_content_r .right_content_list ul li .attention:hover {
  background: #1d75b3;
}
.v7_content_r .right_content_list ul li .attentioned {
  width: 50px;
  height: 20px;
  color: #fff;
  font: 12px/20px 'Microsoft YaHei';
  float: left;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.5s ease all;
  background: -webkit-linear-gradient(40deg, #E6E6E6 0%, #DCDCDC 100%);
  background: -moz-linear-gradient(40deg, #E6E6E6 0%, #DCDCDC 100%);
  background: -o-linear-gradient(40deg, #E6E6E6 0%, #DCDCDC 100%);
  background: -ms-linear-gradient(40deg, #E6E6E6 0%, #DCDCDC 100%);
  background: linear-gradient(40deg, #E6E6E6 0%, #DCDCDC 100%);
  color: #6C6C6C;
}
.v7_content_r .right_content_list ul li .attentioned:hover {
  background: #dcdcdc;
}
.cypc_wrap {
  width: 1000px;
  margin: auto;
}
.cypc_banner {
  margin: 20px auto 0;
  width: 1000px;
  height: 322px;
  background: url('/desktop/images//bg_toutiaoke@2x.png');
  background-size: cover;
}
.cypc_list_cont {
  background: #FFFFFF;
  border: 3px solid #EBF1FB;
}
.cypc_intro_cont {
  background: #00c7e5;
}
.cypc_cont {
  margin-top: 50px;
}
.cypc_cont .cypc_title {
  text-align: center;
}
.cypc_cont .cypc_title .title-cont {
  display: inline-block;
  min-width: 356px;
  height: 55px;
  line-height: 55px;
  margin-top: -3px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  background-image: url('/desktop/images//ttk_title.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cypc_cont .cypc_explain {
  padding: 0 193px;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 38px;
  font-family: PingFang-SC-Semibold, PingFang-SC;
}
.cypc_cont .cypc_explain.hasmt {
  margin-top: 50px;
}
.cypc_cont .cypc_list {
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cypc_cont .cypc_list li {
  width: 129px;
}
.cypc_cont .cypc_list li .title {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 28px;
}
.cypc_cont .cypc_list li .line {
  margin-top: 4px;
  height: 4px;
  background: #00C7E5;
}
.cypc_cont .cypc_list li .cont {
  margin-top: 13px;
  font-size: 14px;
  color: #293654;
  line-height: 20px;
}
.cypc_cont .cypc_num_list {
  padding: 40px 170px 60px;
}
.cypc_cont .cypc_num_list li {
  position: relative;
  height: 48px;
  line-height: 48px;
  padding-left: 230px;
  color: #293654;
  font-size: 20px;
  font-weight: bold;
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.1) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.1) 100%);
  background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.1) 100%);
  background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.1) 100%);
}
.cypc_cont .cypc_num_list li:not(:last-child) {
  margin-bottom: 30px;
}
.cypc_cont .cypc_num_list li .circle {
  position: absolute;
  left: 152px;
  top: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
}
/*list*/
.cy_rank_wrap {
  width: 1000px;
  margin: 0 auto;
}
.cy_rank_tab_new {
  position: relative;
  border-bottom: 1px solid #EBF1FB;
}
.cy_rank_tab_new .tab-list li {
  padding: 30px 0 9px;
  margin-right: 40px;
  display: inline-block;
  font-size: 16px;
  color: #3c3c3c;
  font-weight: bold;
  cursor: pointer;
}
.cy_rank_tab_new .tab-list li:hover {
  opacity: 0.6;
}
.cy_rank_tab_new .tab-list li.active {
  color: #00C7E5;
}
.cy_rank_tab_new .intro-tips {
  position: absolute;
  right: 0;
  top: 31px;
  width: 100px;
  height: 24px;
  line-height: 24px;
  color: #4a4a4a;
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid #DCDCDC;
  text-align: center;
  cursor: pointer;
}
/*弹窗*/
.explain-fixed-cont {
  position: absolute;
  right: -10px;
  top: 65px;
  z-index: 10;
}
.explain-fixed-cont .cont-text {
  width: 270px;
  background: #FFFFFF;
  border-radius: 14px;
  border: 2px solid #EBF1FB;
}
.explain-fixed-cont .cont-text .title {
  padding: 20px 0;
  text-align: center;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: bold;
}
.explain-fixed-cont .cont-text .list {
  padding: 0 14px;
}
.explain-fixed-cont .cont-text .list li {
  position: relative;
  padding-left: 11px;
  color: #293654;
  font-size: 14px;
  line-height: 20px;
}
.explain-fixed-cont .cont-text .list li .square {
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #00C7E5;
}
.explain-fixed-cont .cont-text .list li:not(:last-child) {
  margin-bottom: 15px;
}
.explain-fixed-cont .cont-text .btn-cont {
  margin-top: 20px;
  padding: 16px 0;
  text-align: center;
  color: #3C3C3C;
  font-size: 14px;
  border-top: 1px solid #E7E7E7;
}
.cy_rank_ul {
  margin-bottom: 15px;
}
.cy_rank_tab {
  position: relative;
}
.cy_rank_tab ul {
  padding: 15px 0 24px;
}
.cy_rank_tab ul li {
  display: inline-block;
  width: 81px;
  height: 28px;
  margin-right: 10px;
  line-height: 28px;
  border-radius: 14px;
  border: 1px solid #DCDCDC;
  text-align: center;
  font-size: 14px;
  color: #6C6C6C;
  cursor: pointer;
  font-weight: bold;
}
.cy_rank_tab ul li:hover {
  opacity: 0.6;
}
.cy_rank_tab ul .cy_tab_active {
  color: #00C7E5;
  border-color: #00C7E5;
}
.cy_tab_time {
  width: 80px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #DCDCDC;
  border-radius: 48px;
  font-size: 12px;
  color: #17ABC1;
  margin-bottom: 10px;
}
.cy_tab_list li {
  overflow: hidden;
}
.cy_tab_list .no-cont-box {
  margin-top: 130px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.cy_tab_list .no-cont-box img {
  width: 180px;
  margin-bottom: 16px;
}
.cy_list_left em,
.cy_list_left div {
  float: left;
  margin-right: 15px;
}
.cy_list_head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 60px;
  vertical-align: middle;
}
.cy_list_content {
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  position: relative;
  display: table;
}
.cy_tab_first {
  background: #E7F6F8;
}
.cy_list_tab .cy_list_left em {
  width: 36px;
  text-align: center;
}
.cy_list_name {
  width: 101px;
}
.cy_tab_banner {
  position: relative;
  height: 254px;
  background: url('/desktop/images/toutiaoke/banner.png');
  background-size: 100% 100%;
  text-align: center;
}
.cy_tab_banner .title-img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cy_tab_banner2 {
  background: url('/desktop/images//bg_zonghepaihang@2x.png');
  background-size: cover;
}
.cy_tab_banner div {
  padding-top: 160px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.06px;
}
.cy_tab_ul.hide {
  display: none;
}
.cy_tab_ul table {
  width: 100%;
}
.cy_tab_ul table tr th {
  padding: 20px 0;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  text-align: center;
}
.cy_tab_ul table tr td {
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.cy_tab_ul table tr {
  background: #F4F6FB;
}
.cy_tab_ul table tr:nth-child(2n+1) {
  background: #ffffff;
}
.cy_tab_ul .rank {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.cy_tab_ul .ranking {
  height: 30px;
}
.cy_tab_ul .curr-position {
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  padding: 0 11px;
  background: #00C7E5;
  border-radius: 0px 100px 100px 0px;
  font-size: 14px;
  color: #ffffff;
}
.cy_tab_ul .avatar {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cy_tab_ul .text {
  font-size: 16px;
  font-weight: bold;
  color: #424242;
}
.cy_tab_ul .name {
  max-width: 100px;
}
.cy_tab_ul .row {
  height: 15px;
}
.cy_tab_ul .icon {
  width: 15px;
}
.cy_tab_ul .paihang {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.cy_tab_ul .paihang .icon {
  width: 23px;
  height: auto;
}
.cy_tab_ul .paihang .text {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.cy_tab_ul .paihang.down .text {
  top: 0;
}
.cy_tab_ul .follow_btn {
  display: inline-block;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  background-color: #00c7e5;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
}
.cy_tab_ul .follow_btn.isfollowed {
  background-color: #f4f6fb;
  color: #6c6c6c;
}
.cy_tab_ul .follow_btn .loading-icon {
  width: 16px;
  margin-top: 4px;
}
.cy_tab_ul li {
  height: 60px;
  width: 628px;
  line-height: 60px;
  position: relative;
  font-size: 16px;
  display: table;
  padding-left: 22px;
}
.cy_list_head {
  margin-right: 73px;
}
.cy_tab_ul li div {
  float: left;
}
.cy_tab_ul li div:nth-child(1) {
  position: absolute;
  top: 7px;
  left: 11px;
  line-height: 1;
  font-size: 12px;
  color: #3c3c3c;
}
.cy_tab_ul li div:nth-child(2) {
  margin-right: 34px;
  width: 28px;
  text-align: center;
}
.cy_tab_ul li div:nth-child(3) {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin: 10px 45px 10px 0 ;
  border: 1px solid #dcdcdc;
}
.cy_tab_ul li div:nth-child(4) {
  margin-right: 87px;
  width: 115px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cy_tab_ul li div:nth-child(5) {
  width: 70px;
  margin-right: 115px;
  text-align: right;
  font-size: 14px;
}
.cy_tab_ul li div:nth-child(6) {
  width: 70px;
  font-size: 14px;
  color: #E85A4F;
  letter-spacing: 0.37px;
  overflow: hidden;
  text-align: left;
}
.cy_tab_up {
  background: url('/desktop/images//ic_up@2x.png') no-repeat 0;
  background-size: 7px 13px;
}
.cy_tab_first {
  background: rgba(23, 171, 193, 0.3) !important;
}
.cy_tab_ul li div:nth-child(6) i {
  padding-left: 6px;
  margin-left: 4px;
}
.cy_tab_down {
  background: url('/desktop/images//ic_down@2x.png') no-repeat 0px;
  background-size: 7px 13px;
}
.cy_tab_new {
  width: 34px;
  height: 60px;
  background: url('/desktop/images//ic_new@2x.png') no-repeat 0 center;
  background-size: 34px 18px;
}
.cy_tab_line {
  width: 24px;
  height: 60px;
  background: url('/desktop/images//ic_no point@2x.png') no-repeat 0 center;
  background-size: 24px 2px;
}
.cy_tab_ul li:nth-of-type(odd) {
  background: #F5F5F5;
}
.load_more {
  text-align: center;
  margin: 25px 0 46px 0;
}
.cy_list_first div:nth-child(2) {
  color: #D0021B;
}
.cy_list_second div:nth-child(2) {
  color: #9C9C9C;
}
.cy_list_third div:nth-child(2) {
  color: #FFCC00;
}
.cy_tab_first div:nth-child(2) {
  color: #3C3C3C;
}
.cy_tab_timelong {
  width: 431px;
  height: 24px;
  line-height: 24px;
  background: #F5F5F5;
  border: 1px solid #DCDCDC;
  border-radius: 48px;
  margin: 16px 0 10px;
}
.cy_tab_timelong ul {
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.cy_tab_timelong ul li {
  float: left;
  margin: 0 14px;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  color: #3C3C3C;
  letter-spacing: 0.08px;
}
.cy_tab_left,
.cy_tab_right {
  width: 7px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.cy_tab_right {
  right: 10px;
}
.cy_tab_left img,
.cy_tab_right img {
  width: 7px;
  height: 11px;
}
.cy_tab_ul2 li {
  width: 650px;
}
.cy_tab_ul2 li div:nth-child(5) {
  margin-right: 102px;
  float: right;
  text-align: right;
}
.cy_tab_ul2 li div:nth-child(2) {
  margin-right: 45px;
  margin-left: 45px;
}
.cy_tab_ul2 li div:nth-child(3) {
  margin: 10px 58px 10px 0;
}
.cy_tab_ul2 li div:nth-child(1) {
  top: 7px;
  left: 62px;
}
.cy_tab_ul2 li div:nth-child(4) {
  margin-right: 110px;
}
.Month_tab_list {
  position: absolute;
  right: 0;
  top: 15px;
  height: 28px;
  padding: 0 11px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #DCDCDC;
}
.Month_tab_list .Month_list .row {
  height: 11px;
  cursor: pointer;
}
.Month_tab_list .Month_list .row:hover {
  opacity: 0.6;
}
.Month_tab_list .Month_list span a {
  font: 14px/28px 'Microsoft YaHei';
  color: #3C3C3C;
  letter-spacing: 0.08px;
  cursor: pointer;
  margin-right: 25px;
}
.Month_tab_list .Month_list span a:first-child {
  margin-left: 10px;
}
.Month_tab_list .Month_list span a:last-child {
  margin-right: 10px;
}
.Month_tab_list .Month_list span a:hover {
  opacity: 0.6;
}
.Month_tab_list .Month_list span a.checked {
  font-weight: bold;
  color: #00C7E5;
}
.Month_tab_list .list_Months {
  width: 430px;
  height: 24px;
  background: #F5F5F5;
  border: 1px solid #DCDCDC;
  border-radius: 48px;
}
.Month_tab_list .list_Months .list_Months_btn {
  width: 12px;
  height: 24px;
  margin-top: 6px;
  margin: 0px 10px;
  cursor: pointer;
}
.Month_tab_list .list_Months .list_Months_prev {
  background: url("/desktop/images/ic_selected 2@2x.png") center center no-repeat;
  -webkit-background-size: 6px 12px;
  background-size: 6px 12px;
  float: left;
}
.Month_tab_list .list_Months .list_Months_next {
  background: url("/desktop/images/ic_selected@2x.png") center center no-repeat;
  -webkit-background-size: 6px 12px;
  background-size: 6px 12px;
  float: right;
}
.Month_tab_list .list_Months .swiper-container {
  width: 365px;
  float: left;
}
.Month_tab_list .list_Months .swiper-container .swiper-slide span {
  font: 12px/24px 'Microsoft YaHei';
  color: #3C3C3C;
  letter-spacing: 0.08px;
  padding: 0px 5px;
  cursor: pointer;
  border: none;
  height: 24px;
  float: left;
  border-radius: 0;
  margin-right: 5px;
}
.Month_tab_list .list_Months .swiper-container .swiper-slide span:nth-child(1) {
  margin-left: 0;
}
.Month_tab_list .list_Months .swiper-container .swiper-slide span:nth-child(6) {
  margin-right: 0;
}
.Month_tab_list .list_Months .swiper-container .swiper-slide span.checked {
  color: #17ABC1;
}
