/*
Theme Name: BT Sports
Theme URI: https://www.bt8.info/
Author: BT Sports Corp
Author URI: https://www.bt8.info/
Description: BT Sports 官方主站自定义主题
Version: 1.0.0
License: All Rights Reserved
Text Domain: bt-sports
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: 'Noto Sans SC', '42dot Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #262626;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

input, select, textarea {
  font-family: inherit;
  outline: none;
}

.app-wrapper {
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}
