body,
div,
p,
ul,
ol,
dl,
dt,
dd,
li,
form,
input,
table,
th,
td,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  background: #f5f5f5 none;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif; /* [disabled]font-weight:normal; */
}
em,
b,
i {
  font-style: normal;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #c10000;
}
li {
  list-style: none;
}
body .l,
body .left {
  float: left;
  clear: none;
}
body .r,
body .right {
  float: right;
  clear: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.last {
  margin-right: 0;
}
.conDivide {
  display: block;
  overflow: hidden;
}
* {
  -webkit-text-size-adjust: none;
}

.image img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* 需要复制的样式 */
.detail-content{
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
/*大图展示*/
.picshow {
  width: 70vw;
  overflow: hidden;
}
.picshowtop {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#pic1 {
  width: 100%;
  height: auto;
}
.picshowtxt {
  padding: 20px 0;
  overflow: hidden;
}
.picshowtxt_left {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.picshowtxt_left span {
  color: #ac0000;
  font-size: 30px;
  font-weight: 700;
}
.picshowtxt_left i {
  color: #666;
  font-size: 16px;
}
.picshowtxt_right {
  width: calc(100% - 50px);
  float: right;
  line-height: 30px;
  color: #666;
  font-size: 14px;
}
.picshowlist {
  overflow: hidden;
}
.picshowlist_left {
  float: left;
  width: 120px;
  overflow: hidden;
  overflow: hidden;
}
.picleftimg {
  width: 120px;
  height: 80px;
  background: url("../images/photo.jpg") no-repeat;
  padding-top: 9px;
  padding-left: 5px;
  overflow: hidden;
}
.picleftimg img {
  width: 106px;
  height: 66px;
}
.piclefttxt {
  width: 120px;
  line-height: 20px;
}
.piclefttxt a {
  color: #444444;
}
.piclefttxt a:hover {
  color: #ff5d11;
  text-decoration: underline;
}
.picshowlist_mid {
  overflow: hidden;
  height: 76px;
}
.picmidleft {
  float: left;
  width: 24px;
  height: 76px;
  overflow: hidden;
  cursor: pointer;
}
.picmidleft a {
  display: flex;
  align-items: center;
  width: 24px;
  height: 76px;
  background-color: #eee;
}
.picmidleft a img{
  width: 24px;
  height: auto;
}
.picmidmid {
  width: calc(100% - 48px);
  float: left;
  overflow: hidden;
  height: 76px;
}
.picmidmid ul {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  height: 76px;
}
.picmidmid ul li {
  float: left;
  padding: 0 4px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 76px;
  box-sizing: border-box;
}
.picmidmid ul li a{
  display: flex;
  width: 100%;
  height: 76px;
  box-sizing: border-box;
  border: 2px solid #eee;
  overflow: hidden;
  justify-content: center;
}
.picmidmid ul li.current-li a{
  border-color: #ac0000;
}

.picmidmid ul li a img {
  height: 72px;
  width: auto;
}

.selectpic {
  border: 5px solid #cacaca;
  height: 66px !important;
}
.picmidright {
  float: right;
  width: 24px;
  height: 76px;
  overflow: hidden;
}
.picmidright a {
  display: flex;
  align-items: center;
  width: 24px;
  height: 76px;
  background-color: #eee;
}
.picmidright a img{
  width: 24px;
  height: auto;
  transform: rotate(180deg);
}
.picshowlist_right {
  float: left;
  width: 120px;
  float: right;
  overflow: hidden;
}


.relative-view{
  overflow: hidden;
  margin-top: 20px;
}
.relative-title{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.relative-title img{
  width: 24px;
  height: auto;
  margin-right: 5px;
}
.relative-list{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.relative-list-item{
  width:calc((100% / 5) - 10px);
  overflow: hidden;
  border-radius: 4px;
  border:1px solid #ddd;
  padding-bottom: 10px;
}
.relative-list-item img{
  width: 100%;
  height: auto;
}
.realtive-item-title{
  font-size: 14px;
  padding: 0 10px;
  line-height: 1.6;
}
.relative-item-desc{
  font-size: 12px;
  padding: 0 10px;
  line-height: 1.6;
  color: #999;
}
.photo-view{
  overflow: hidden;
  margin-top: 20px;
}
.photo-title{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.photo-title img{
  width: 24px;
  height: auto;
  margin-right: 5px;
}
.photo-list{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.photo-list-item{
  width: calc(100% / 4);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.photo-list-item img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all .5s;
}
.photo-list-item:hover img{
  opacity: .8;
}
.photo-box{
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.photo-box-over{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0,0,0,.9);
}
.photo-box-img{
  height: 80vh;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.photo-box-img img{
  width: auto;
  height: 100%;
}
.photo-num{
  position: absolute;
  background: rgba(0,0,0,.6);
  display: flex;
  left: 0;
  bottom: 0;
  right: 0;
  padding:5px 10px;
  font-size: 14px;
  align-items: baseline;
  color: #fff;
}
.photo-num i{
  font-size: 30px;
  font-weight: 700;
  color: #ac0000;
}
.photo-num em{
  margin: 0 5px;
}
.photo-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .5;
  cursor: pointer;
  transition: all .4s;
}
.photo-btn img{
  width: 30px;
  height: auto;
}
.photo-btn:hover{
  opacity: 1;
}
.pre{
  left: -25px;
}
.next{
  right: -25px;
}
.next img{
  transform: rotate(180deg);
}



/* video css */
.video-inner{
  display: flex;
  justify-content: center;
  padding: 20px 10px;
}
.video-vshow{
  display: flex;
  justify-content: space-between;
  width: 90vw;
}
.video-vleft{
  width: 67vw;
  height: 51vw;
  background-color: #333;
}
.video-vleft video{
  width: 100%;
  height: calc(100% - 4vw);
}
.video-vname{
  height: 4vw;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-vright{
  width: 22vw;
  background-color: #333;
}
.video-vtitle{
  display: flex;
  align-items: center;
  height: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 0 10px;
}
.video-vlist{
  padding: 10px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(51vw - 40px - 4vw);
}
.video-vlist ul li{
  position: relative;
  cursor: pointer;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  transition: all .3s;
}
.video-vlist ul li.current-video{
  background-color: #0076ec;
}
.video-vlist ul li img{
  width: 50%;
  height: auto;
}
.video-vtag{
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 40%;
  right: 10px;
  top: 10px;
  bottom: 10px;
  justify-content: space-between;
  color: rgba(255, 255, 255,.6);
}
.video-vlist ul li.current-video .video-vtag{
  color: #fff;
}
.bottom-line{
  background-color: #333;
  height: 10px;
}

/* 媒体查询 */
@media screen  and (max-width:480px){
  .video-vshow{
    width: 100%;
    flex-wrap: wrap;
  }
  .video-vname{
    height: auto;
    font-size: 14px;
    line-height: 1.6;
    display: block;
    white-space: wrap;
  }
  .video-vleft video {
    width: 100%;
    height: 35vh;
  }
  .video-vleft {
    width: 100%;
    height: auto;
  }
  .video-vright{
    width: 100%;
    border-top: 2px solid #111;
  }
  .video-vlist{
    height: 20vh;
  }
  .video-vlist ul{
    display: flex;
    flex-wrap: wrap;
  }
  .video-vlist li{
    width: 50%;
    box-sizing: border-box;
  }
  .v-tag-title{
    height: 35px;
    overflow: hidden;
  }
  .video-inner{
    padding: 10px;
  }
  .picshow{
    width: calc(100vw - 20px);
  }
  .relative-view{
    margin-top: 0;
  }
  .relative-title{
    margin:10px 10px 0;
  }
  .relative-list{
    flex-wrap: wrap;
    padding: 5px;
  }
  .relative-list-item{
    width: calc(100% / 2 - 10px);
    margin:5px 4px;
  }
  .photo-view{
    margin-top: 12px;
  }
  .photo-title{
    margin:10px;
  }
  .photo-list{
    padding: 0 10px;
  }
  .photo-box-img{
    width: 100vw;
  }
  .photo-box-img img{
    height: auto;
    width: calc(100vw - 20px);
  }
  .photo-num{
    right: 10px;
    left:auto;
    bottom: 10px;
    background-color: transparent;
  }
  .photo-btn{
    border-radius: 0;
    width: 30px;
    height: 60px;
  }
  .photo-btn img{
    width: 14px;
  }
  .pre{
    left: 10px;
  }
  .next{
    right: 10px;
  }
}