/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
  color: #65a3ff;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #27212c;
  color: #fff;
}
.icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon-okx {
  background-image: url(../images/ico_okx.png);
}
.icon-usdt {
  background-image: url(../images/ico_usdt.png);
}
.icon-video {
  background-image: url(../images/ico_video.png);
}

.txt-success {
  color: #14ea46;
}
.txt-primary {
  color: #3a48ff;
}
.txt-danger {
  color: #ed2222;
}
.txt-warning {
  color: #ff943e;
}
.txt-skyblue {
  color: #11f7ff;
}
.txt-secondary {
  color: #404040;
}

/* 头部
  ======================================= */
.header {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  background-color: #121014;
}
.header .logo {
  margin-right: 24px;
}
.header .logo img {
  display: block;
  height: 42px;
}
.header .slogan {}
.header .slogan img {
  display: block;
  height: 20px;
}

/* 内容
  ======================================= */
.container {
  margin: 0 auto;
  padding-bottom: 72px;
  max-width: 1264px;
}

.container .slogan {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.container .slogan .logo {
  display: none;
}
.container .slogan .logo img {
  display: block;
  width: 26px;
}
.container .slogan h1 {
  margin: 0 16px;
  font-weight: bold;
  font-size: 61px;
  line-height: 1;
}
.container .slogan hr {
  margin: 0;
  width: 180px;
  height: 2px;
  background: #fff;
  border: none;
}
.container .slogan_message {
  padding: 12px;
  background-color: #ED6254;
  border-radius: 4px 0 4px 0;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}

.main {
  padding: 32px;
  background-color: #201b26;
}

.card {}
.card .icon {
  display: block;
  margin-right: 10px;
}
.card .icon-okx {
  width: 22px;
  height: 22px;
}
.card .icon-video {
  width: 54px;
  height: 49px;
}
.card_hd {
  display: flex;
  align-items: center;
  padding-left: 16px;
  background: url("../images/title_bg.png") 0 0 no-repeat;
  border-bottom: 1px solid #312937;
}
.card_hd .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
}
.card_bd {
  padding: 18px 0 32px 26px;
  font-size: 16px;
  line-height: 28px;
  color: #c9bcd4;
}
.card_bd .remarks {
  margin-top: 8px;
  color: #4fedc3;
}
.card:last-child .card_bd {
  padding-bottom: 0;
}

.vpn-card {
  margin-top: -20px;
}
.vpn-card .card_hd {
  padding-left: 26px;
  background: none;
  border-bottom: 0;
}
.vpn-card .card_hd .title {
  line-height: 42px;
}
.vpn-card .card_bd {
  padding-top: 0;
}

.video-intro {}
.video-intro_hd {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}
.video-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
  color: #ff564b;
}
.video-intro_bd {
  margin-bottom: 32px;
}
.video-player {
  margin: 0 auto;
  max-width: 100%;
  width: 850px;
  height: 560px;
  background: #000;
}
.video-player .plyr--video {
  height: 100%;
}

.warning {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.warning-span {
  padding: 12px 24px;
  background-image: linear-gradient(to right, #9e2d8c, #ed7525);
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
}

.tg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  position: fixed;
  right: 0;
  top: 45%;
  transform: translate3d(0, -50%, 0);
  padding: 12px;
  background-image: linear-gradient(180deg, #fff 0%, #e6f3f9 100%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  color: #000;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
}
.tg:hover {
  color: #1f9bd6;
}
.tg img {
  display: block;
  margin-bottom: 12px;
  width: 60px;
  height: 60px;
}

.vedio-block{
  height: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
}

/* 超小设备 (手机, 600px 以下屏幕设备) */
@media only screen and (max-width: 768px) {
  .m-display {
    display: block !important;
  }
  .m-hide {
    display: none !important;
  }

  html, body, .main {
    background: #201b26;
  }

  .header {
    display: none;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 4px 6px;
    height: 44px;
  }

  .container {
    padding: 0 12px 34px;
  }

  .container .slogan {
    padding: 32px 0;
  }
  .container .slogan h1 {
    margin: 0 8px;
    font-size: 27px;
  }

  .main {
    padding: 0;
  }

  .card {
    margin-bottom: 8px;
  }
  .card .icon {
    display: block;
    margin-right: 6px;
    width: 16px;
    height: 16px;
  }
  .card .icon-video {
    margin-left: 26px;
    width: 28px;
    height: 25px;
  }
  .card .icon-usdt {
    width: 20px;
    height: 20px;
  }
  .card_hd {
    padding-left: 8px;
    line-height: 30px;
    height: 38px;
    background-image: url("../images/title_bg_2.png");
    background-size: contain;
    border-bottom: 0;
  }
  .card_hd .title {
    font-size: 14px;
    line-height: 1;
  }
  .card_bd {
    padding: 8px 0;
    font-size: 13px;
    line-height: 24px;
  }
  .card_bd .remarks {
    color: #ff4242;
  }
  .vpn-card {
    margin-top: -14px;
  }
  .vpn-card .card_hd {
    padding-left: 0;
  }

  .video-intro {}
  .video-intro_hd {
    margin: 4px 0 12px;
  }
  .video-title {
    font-size: 13px;
    line-height: 16px;
  }
  .video-intro_bd {
    margin-bottom: 18px;
  }
  .video-player {
    width: 300px;
    height: 480px;
  }
  .video-player .plyr__controls {
    padding-bottom: 24px !important;
  }
  .video-player .plyr__progress__container {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    margin: 0 !important;
    padding: 0 !important;
    width: calc(100% - 12px);
  }
  .video-player .plyr__control {
    background: none !important;
  }

  .warning {
    margin-top: 24px;
  }
  .warning-span {
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 22px;
  }

  .tg {
    top: 65%;
    padding: 8px;
    border-radius: 3px 0 0 3px;
    font-size: 13px;
  }
  .tg img {
    display: block;
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
  }
}
