@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form {
  margin: 0;
  padding: 0;
}

body {
  font: normal 14px/18px Microsoft YaHei, Arial, Helvetica, sans-serif;
  color: #555555;
  background: #ffffff;
}

ul, ol {
  list-style-type: none;
}

select {
  font-size: 12px;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

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

a:hover {
  text-decoration: none;
  color: #eb3c00;
}

img {
  border: none;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  line-height: 0px;
  font-size: 0px;
}

.clearfix {
  content: "";
  clear: both;
  display: block;
}

/* 字体 */
.yahei {
  font-family: Microsoft YaHei;
}

.song {
  font-family: "宋体";
}

.size12 {
  font-size: 12px;
}

.size14 {
  font-size: 14px;
}

.size16 {
  font-size: 16px;
}

.size18 {
  font-size: 18px;
}

.size20 {
  font-size: 20px;
}

.size22 {
  font-size: 22px;
}

.size24 {
  font-size: 24px;
}

.size26 {
  font-size: 26px;
}

.size28 {
  font-size: 28px;
}

.size30 {
  font-size: 30px;
}

.size36 {
  font-size: 36px;
}

/* 颜色 */
.black0 {
  color: #000;
}

.black39 {
  color: #393939;
}

.black5 {
  color: #555555;
}

.black6 {
  color: #666666;
}

.black7 {
  color: #777777;
}

.black9 {
  color: #999999;
}

.black8 {
  color: #888888;
}

.red {
  color: #eb3c00;
}

.orange {
  color: #ff5439;
}

.blue {
  color: #056fb9;
}

.green {
  color: #49a812;
}

.purple {
  color: #cd4387;
}

/* 文本 */
.through {
  text-decoration: line-through;
}

.weight {
  font-weight: bold;
}

/* 间距 */
.lh16 {
  line-height: 16px;
}

.lh18 {
  line-height: 18px;
}

.lh20 {
  line-height: 20px;
}

.lh22 {
  line-height: 22px;
}

.lh24 {
  line-height: 24px;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh30 {
  line-height: 30px;
}

.lh32 {
  line-height: 32px;
}

.lh34 {
  line-height: 34px;
}

.lh36 {
  line-height: 36px;
}

.lh37 {
  line-height: 37px;
}

.lh38 {
  line-height: 38px;
}

.lh46 {
  line-height: 46px;
}

/* 边距 */
.mgl5 {
  margin-left: 5px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl15 {
  margin-left: 15px;
}

.mgl20 {
  margin-left: 15px;
}

.mgl30 {
  margin-left: 30px;
}

.mgl35 {
  margin-left: 35px;
}

.mgl40 {
  margin-left: 40px;
}

.mgr15 {
  margin-right: 15px;
}

.mgt5 {
  margin-top: 5px;
}

.mgt8 {
  margin-top: 8px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt60 {
  margin-top: 60px;
}

.mgb20 {
  margin-bottom: 20px;
}

/* 定位 */
.pof {
  position: fixed;
}

.poa {
  position: absolute;
}

.por {
  position: relative;
}

/* 浮动 */
.block {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*字体方向*/
.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

/* 主体 */
.wrapper {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.video-page {
  background: #f5f6f8 url("../images/bg.png") center top no-repeat;
  background-size: cover;
}
.video-page .header-con {
  background: #fff;
  display: flex;
  margin-top: 20px;
  padding: 20px;
  align-items: center;
  border-radius: 2px;
}
.video-page .header-con .logo-con {
  flex: none;
  width: 50px;
  margin-right: 15px;
}
.video-page .header-con .logo-con img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.video-page .header-con .header-info {
  flex: auto;
}
.video-page .header-con .header-info .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.video-page .header-con .header-info .name {
  font-size: 14px;
  color: #777;
}

@media (max-width: 1420px) {
  .wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=index.css.map */
