/* 新华网专题通用css框架。*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #eee;
  line-height: 1.8em;
}

.title {
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
}

a:link {
  cursor: pointer;
}

body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: Arial, Helvetica, "苹方-简", "微软雅黑";
  font-weight: normal;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
  width: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pointer {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

/*字号定义部分*/
.font-lg,
.font-lg a {
  font-size: 28px;
}

.font-sm,
.font-sm a {
  font-size: 16px;
}

.limit-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line.line1 {
  -webkit-line-clamp: 1;
}

.limit-line.line2 {
  -webkit-line-clamp: 2;
}

.limit-line.line3 {
  -webkit-line-clamp: 3;
}

.limit-line.line4 {
  -webkit-line-clamp: 7;
}

.limit-line.line5 {
  -webkit-line-clamp: 5;
}

.limit-line.line6 {
  -webkit-line-clamp: 6;
}

.show-xs {
  display: none;
}

.show-lg {
  display: block;
}

.bg-xinhua-bar {
  background-color: #faaa28;
  min-width: 1188px;
}

.domPC {display:block;}
.domMOB {display:none;}
@media screen and (max-width:768px) {
	.domPC {display:none;}
	.domMOB {display:block;}
}

.top-bar {
  height: 57px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 14px;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.top-bar a {
  color: #FFFFFF;
}

.top-bar .container {
  width: 1188px;
}

.top-bar ul li {
  list-style: none;
  float: left;
  line-height: 57px;

  min-width: 46px;
  text-align: center;
}

.top-bar ul li a {
  margin-right: 5px;
  font-size: 15px;
}

.footer {
  color: #FFFFFF;
  background: #faaa28;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}

.phd {
  margin-top: 50px;
  height: 800px;
}

#page-pc-header {
	display: none;
}
.banner {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.banner .pc img {
  width: 1920px;
  height: 880px;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.banner .m img {
  width: 7.5rem;
  height: 11.53rem;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

/*主要页面容器相关*/
.page-container {
  min-width: 1200px;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.bg-max-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}

.title-sub {
  margin-top: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}


.title.title-hd {
  width: 1054px;
  height: 252px;
  margin: 0 auto;
  background: url("title-hd.png") no-repeat center;
  background-size:100% 100%;
}

.title.title-kp {
  width: 1054px;
  height: 252px;
  margin: 0 auto;
  background: url("title-kp.png") no-repeat center;
  background-size:100% 100%;
}

.title.title-jc {
  width: 1054px;
  height: 252px;
  margin: 0 auto;
  background: url("title-jc.png") no-repeat center;
  background-size:100% 100%;
}

.block-kj {
  background: url("bg2.jpg") no-repeat top center;
  padding: 55px 0 23px;
  background-size: cover;
}

.block-ls {
  background: url("bg-ls.jpg") no-repeat top center;

  background-size: cover;
}

.block-ph {
  background: url("bg3.jpg") no-repeat top center;
  padding: 112px 0 100px;
  background-size: cover;
}

.block-sz {
  background: url("bg4.jpg") no-repeat top center;
  padding: 69px 0 105px;
  background-size: cover;
}

.block-sz video {
  width: 100%;
}

@media (max-width: 768px) {

  body,
  ul,
  li,
  input,
  img,
  a,
  dl,
  dt,
  dd,
  textarea,
  button,
  input,
  select {

    font-size: 0.28rem;

  }

  .show-lg {
    display: none;
  }

  .show-xs {
    display: block;
  }

  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }

  .block {
    padding-top: 10px;
  }

  .page-container {
    min-width: auto;
    background: #fff;
  }

  .container {
    width: auto;
    overflow: hidden;
  }


  .banner {
    height: 11.53rem;
    max-width: 7.5rem;
  }

  .title-sub {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .font-lg,
  .font-lg a {
    font-size: 0.34rem;
  }

  .font-sm,
  .font-sm a {
    font-size: 0.24rem;
  }


  .title.title-hd {
    width: 6.27rem;
    height: 1.5rem;
    background: url("title-hd-m.png") no-repeat center;
    margin: 0 auto 2.42rem;
    background-size: cover;
  }

  .title.title-kp {
    width: 6.27rem;
    height: 1.5rem;
    background: url("title-kp-m.png") no-repeat center;
    margin: 0 auto;
    background-size: cover;
  }

  .title.title-jc {
    width: 6.27rem;
    height: 1.5rem;
    background: url("title-jc-m.png") no-repeat center;
    margin-top: 0.31rem;
    background-size: cover;
  }

  .block-kj {
    width: 100%;    
    background: url("bg2-m.jpg") no-repeat top center;
    background-size: cover;
    padding: 0.57rem 0 0;
    box-sizing: border-box;
  }

  .block-ph {
    background: url("bg3-m.jpg") no-repeat top center;
    width: 100%;
    height: 10.93rem;
    background-size: cover;
    padding: 0.88rem 0 1.11rem;
    box-sizing: border-box;
  }

  .block-sz {
    width: 100%;
    background: url("bg4-m.jpg") no-repeat top center;
    background-size: cover;
    padding: 0.43rem 0 1.3rem;
  }
  
}


#widget_2 {
  width: 100%;
  height: 381px;
  margin-top: 169px;
  background: url(module1-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 0 30px 0 73px;
  box-sizing: border-box;
}

#widget_2.widget-combine-focus .image-container {
  float: left;
  width: 608px;
  height: 381px;
  position: relative;
  border-radius: 20px;
  margin-top: -89px;
}

#widget_2.widget-combine-focus .image-container img {
  width: 608px;
  height: 381px;
  border-radius: 20px;
}

#widget_2.widget-combine-focus .text-container {
  float: right;
  width: 450px;
  padding-top:20px;
}

#widget_2 .swiper-pagination {
  width: 100%;
  bottom: -35px;
}

#widget_2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
  width: 11px;
  height: 11px;
  margin: 0 10px;
}

#widget_2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b3190;
}


#widget_2.widget-combine-focus .top-title {

  margin-bottom: 15px;
}

#widget_2.widget-combine-focus .top-title,
#widget_2.widget-combine-focus .top-title a {
  color: #014099;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
}

#widget_2.widget-combine-focus .image-container .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
  left: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

#widget_2.widget-combine-focus .text-container .top-desc,
#widget_2.widget-combine-focus .text-container .top-desc a {
  line-height: 32px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.desc a {
  color: #fff;
}

#widget_2 .swiper-button-next,
#widget_2 .swiper-button-prev {
  width: 58px;
  height: 58px;
  background: url(hd-ri.png) no-repeat center;
  background-size: cover;
}

#widget_2 .swiper-button-prev {
  background: url(hd-le.png) no-repeat center;
  background-size: cover;
}

.top-desc .details {
  display: none;
}

@media (max-width: 768px) {
  #widget_2 {
    width: 100%;
    padding: 2.8rem 0 0;
    box-sizing: border-box;
    background: url(module1-m-bg.png) no-repeat center;
    background-size: cover;    
    margin-top: 0;
    position: relative;
	height:auto;
  }

  #widget_2 .text-title:nth-child(2) {
    margin-top: 0;
  }

  #widget_2.widget-combine-focus .text-container .top-desc {    
    -webkit-line-clamp: 20;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626262;
    line-height: 0.46rem;
    margin-bottom: 0.16rem;
    width: 100%;
    padding: 0 .32rem .5rem .32rem;
    box-sizing: border-box;
  }

  #widget_2.widget-combine-focus {
    margin-bottom: 0;
  }

  #widget_2.widget-combine-focus .text-container .top-desc a {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626262;
    line-height: 0.46rem;
    -webkit-line-clamp: 4;
  }

  .text-wrapper {
    width: 100%;
    display: flex;
  }

  #widget_2.widget-combine-focus .text-container .top-desc .details {
    display: block;
    color: #014099;
    float: right;
    clear: both;
  }

  #widget_2.widget-combine-focus .image-container {
    float: none;
    width: 6.87rem;
    height: 3.87rem;
    position: relative;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.84rem;
  }

  #widget_2.widget-combine-focus .image-container img {
    width: 6.87rem;
    height: 3.87rem;
  }

  .hd-button {
    display: none;
  }

  #widget_2.widget-combine-focus .text-container {
    float: none;
    width: auto;
    padding-top: 0;
  }

  #widget_2.widget-combine-focus .top-title {
    margin-bottom: 0.16rem;
    font-size: 0.34rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    -webkit-line-clamp: 1;
    width: 100%;
    padding: 0 .32rem;
    box-sizing: border-box;
  }

  #widget_2.widget-combine-focus .top-title a {
    font-size: 0.34rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    -webkit-line-clamp: 1;
  }

  #widget_2.widget-combine-focus .image-container .desc {
    height: 0.75rem;
    line-height: 0.75rem;

  }

  #widget_2 .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background-color: #D2D2D2;
  }

  #widget_2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0b3190;
  }

  #widget_2 .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: -30px;
    right: 0;
  }
}

.module-2 {
  width: 1200px;
  height: 415px;
  margin: 86px auto 0;
  background: url(module2-bg.png) no-repeat center;
  background-size: cover;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}

.kp-item {
  width: 530px;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333333;
  flex-shrink: 0;
}

.kp-item .star {
  width: 25px;
  height: 24px;
  display: block;
  margin-right: 15px;
}

#widget_12 {
  width: 1054px;
  margin: 89px auto 81px;
}

#widget_12.widget-swiper {
  position: relative;
  margin-bottom: 130px;

}

#widget_12 .swiper-container {
  margin-bottom: 25px;
  border-radius: 20px;
}

#widget_12.widget-swiper .swiper-slide {
  text-align: center;
  width: 100%;
  height: 594px;
}

#widget_12 .slide-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 594px;
}

#widget_12.widget-swiper .swiper-slide a {

  text-align: center;
}

#widget_12.widget-swiper .swiper-slide .sldie-image {
  width: 100%;
  height: 594px;
  border-radius: 20px;
}

#widget_12.widget-swiper .swiper-slide .desc {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  height: 68px;
  line-height: 68px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding: 0 10px;

}

#widget_12 .swiper-button-prev {
  background: url('left.png') no-repeat left center;
  width: 38px;
  height: 45px;
  left: -70px;
}

#widget_12 .swiper-button-next {
  background: url('right.png') no-repeat right center;
  width: 38px;
  height: 45px;
  right: -70px;
}

#widget_12.widget-swiper .swiper-slide .desc a {
  color: #fff;
}

#widget_12.widget-swiper .swiper-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#widget_12 .swiper-pagination-fraction {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  bottom: -61px;
}

#widget_12.widget-swiper .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  background-color: rgba(11, 49, 144, 1);
  height: 10px;
}

.module-3 {
  margin: 86px auto 0;
}

.module3-list {
  width: 1054px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top:80px;
}

.module3-item {
  width: 317px;
  height: 374px;
  background: url(video-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 18px 15px 0 19px;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-bottom: 32px;
}

.module3-cover {
  width: 100%;
  height: 160px;
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.module3-img {
  width: 100%;
  height: 100%;
  display: block;
}

.icon-play {
  width: 51px;
  height: 51px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#widget_12 .icon-play {
  width: 103px;
  height: 103px;
}

.module3-title-wrapper {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.module3-title {
  width: 100%;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0 15px;
}

.module3-title a {
  color: #fff;
  text-decoration: none;
}

.module3-timer {
  font-size: 14px;
  color: #fff;
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
  text-align: right;
}

/* RTools begin */
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 300px;
	width: 60px;
	z-index: 10000;
	display: none;
}

.RTools .qrcode {
	width: 100%;
	padding: 5px 5px 0;
	border: 1px solid #ccc;
	background-color: #f7f7f7 !important;
	right: 0;
	bottom: 70px;
	position: absolute;
}

.RTools .qrcode canvas {
	width: 100%;
	height: auto;
}

.RTools .qrcode:hover::after {
	content: "扫描分享";
	width: 100%;
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
}

.RTools .qrcode:hover {
	transform: translate(0, 0);
	animation: change 1s;
	-moz-animation: change 1s;
	-webkit-animation: change 1s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	overflow: hidden;
	width: 100%;
}

@keyframes change {
	from {
		width: 48px;
		height: 48px;
		opacity: 1;
	}

	to {
		width: 100px;
		height: 125px;
		opacity: 1;
	}
}

.RTools .gototop {
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #faaa28 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC") no-repeat 50% 50%;
	transition: .3s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.show {
	display: block;
}

/* RTools end */

/* 版权区块 begin */
.adBottom {
	background: #e47000;
	/*padding:20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background:#faaa28;
	text-align: center;
	color: #fff;
	/*border-top:#df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
	font-size: 16px;
}

/* 版权区块 end */

@media (max-width: 768px) {
  .domMOB {
    display: block;
}
.phd {
  margin-top: 0;
  height: auto;
}
  .phd img {
    width: 100%;
    height: auto;
}
  #widget_12 {
    margin: auto;
  }

  #widget_12 .swiper-container {
    margin-bottom: 0.16rem;
  }

  #widget_12.widget-swiper,
  #widget_12.widget-swiper .swiper-slide,
  #widget_12.widget-swiper .swiper-slide .sldie-image,
  #widget_12.widget-swiper .swiper-slide .slide-content {
    width: 6.87rem;
    height: 3.89rem;
    border-radius: 0.2rem;
  }

  #widget_12.widget-swiper .swiper-slide .desc {
    height: 0.75rem;
    line-height: 0.75rem;
  }

  #widget_12 .swiper-button-prev {
    width: 0.37rem;
    height: 0.45rem;
    left: -0.4rem;
    background: url('left.png') no-repeat left center;
    background-size: 100% 100%;


  }

  #widget_12 .swiper-button-next {
    width: 0.37rem;
    height: 0.45rem;
    right: -0.4rem;
    background: url('right.png') no-repeat left center;
    background-size: 100% 100%;
  }

  #widget_12 .swiper-pagination-fraction {
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    bottom: -0.6rem;
  }

  .module-2 {
    width: 100%;
    height: 6.86rem;
    background: url("module2-m-bg.png") no-repeat top center;
    background-size: cover;
    padding: .32rem;
    box-sizing: border-box;
    margin: 0.58rem 0 0;
    display: block;
  }

  .kp-item .star {
    width: 0.25rem;
    height: 0.24rem;
    margin-right: .1rem;
  }

  .kp-item {
    width: 100%;
    height: 0.76rem;
    font-size: 0.28rem;
  }

  #widget_12.widget-swiper {
    margin-bottom: 1.3rem;
  }

  #widget_12 .swiper-container {
    border-radius: 0.2rem;
  }

  #widget_12.widget-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .module-3 {
    margin-top: 0.57rem;
    padding: 0 .2rem;
  }

  .module3-list {
    width: 100%;
    padding: 0 .32rem;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-top:0.6rem;
  }

  .module3-item {
    width: 3.26rem;
    height: 3.83rem;
    background: url(video-m-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0.18rem 0.14rem 0 0.19rem;
    box-sizing: border-box;
    margin-bottom: 0.16rem;

  }


  .module3-cover {
    height: 1.65rem;
    border-radius: .2rem .2rem 0 0;
  }

  .icon-play {
    width: 0.53rem;
    height: 0.53rem;
  }

  #widget_12 .icon-play {
    width: 1.35rem;
    height: 1.35rem;
  }

  .module3-title-wrapper {
    padding: 0 .16rem;
    margin-bottom: .1rem;
  }

  .module3-title {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: .1rem 0 .1rem;
  }

  .module3-timer {
    padding: 0 .16rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .block-kj .container {
    overflow: unset;
  }

  /* 手机导航 begin */
	#mobileHeader {
		width: 100%;
		line-height: 0;
		background: #eee url("//www.news.cn/fashion/global/lib/image/bgSjTop.png.png") 0 0 no-repeat;
		-webkit-background-size: 100% 45px;
		background-size: 100% 45px;
		position: relative;
		display: block;
	}

	#mobileHeader .logo {
		display: block;
		width: 1.3rem;
		height: .9rem;
		background: url("//www.news.cn/fashion/global/lib/image/xh_mobile_header.png") 0 0 no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		position: absolute;
		top: 0;
		left: .2rem;
	}

	#mobileHeader .name {
		display: inline-block;
		width: 5rem;
		height: .8rem;
		line-height: 2.7;
		font-size: .32rem;
		padding: 0 0 0 .2rem;
		color: #fff;
		vertical-align: top;
		margin: 0 0 0 1.5rem;
		background: url("//www.news.cn/fashion/global/lib/image/xh_mobile_header.png") 0 -160px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		overflow: hidden;
	}

	#mobileHeader .name a {
		color: #fff;
	}

	#mobileHeader .right {
		display: block;
		width: .6rem;
		height: .9rem;
		position: absolute;
		top: 0;
		right: .2rem;
		background: url("//www.news.cn/fashion/global/lib/image/xh_mobile_header.png") 100% -45px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
	}

	#mobileHeader .mobileNavList {
		width: 100%;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: .9rem;
		left: 0;
		background: #ededed;
		z-index: 110;
	}

	#mobileHeader .mobileNavList a {
		float: left;
		width: 20%;
		padding: .2rem 0;
		color: #000;
		text-align: center;
		font-size: .32rem;
	}

	#mobileHeader .phnav {
		text-align: center;
		padding-bottom: .12rem;
	}

	#mobileHeader .phnav li {
		float: left;
		width: 25%;
		height: .8rem;
		line-height: .85rem;
		text-align: center;
		font-size: .32rem;
		color: #333;
	}

	#mobileHeader .phnav a {
		color: #333;
	}

	/* 手机导航 end */
}

/*********************视频框******************/
.video-container{
  width:1054px;
  margin-left:auto;
  margin-right:auto; 
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top:59px;
}
.video-container video{
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .video-container{
    width:6.87rem;
    margin-top:0.57rem;
  }
  .video-container video{
    width: 100%;
    border-radius: .2rem;
  }
}