/*!
 * 移动端初始化样式
 */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff !important;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}

.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
/**
 * 移动端公共样式写在这里
 * @chenwei
 */

@font-face {
  font-family: 'CCtype-Medium';
  src: url(/public/font/CCtype-Medium.87b638cc.ttf);
}

@font-face {
  font-family: 'CCtype-Regular';
  src: url(/public/font/CCtype-Regular.dcc5076c.ttf);
}

.public {
  color: brown;
}

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

a:hover {
  color: unset;
}

.hide {
  display: none !important;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

.colorRed {
  color: red;
}

.colorblue {
  color: blue;
}

.colorGreeen {
  color: green;
}

img {
  vertical-align: top;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dbox {
  display: -webkit-box;
}

.dboxov {
  -webkit-box-orient: vertical;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.fl {
  float: left;
}

.center {
  text-align: center;
}

.txtr {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.oh {
  overflow: hidden;
}

.pstr {
  position: relative;
}

.psta {
  position: absolute;
}

.top0 {
  top: 0;
}

.right0 {
  right: 0;
}

.left0 {
  left: 0;
}

.bottom0 {
  bottom: 0;
}

.w1 {
  width: 0.026667rem;
}

.w106 {
  width: 2.826667rem;
}

.w100 {
  width: 2.666667rem;
}

.w100p {
  width: 100%;
}

.w31p {
  width: 31%;
}

.h105 {
  height: 2.8rem;
}

.lh1 {
  line-height: 1;
}

.lh24 {
  line-height: 0.64rem;
}

.lh1p2 {
  line-height: 1.2;
}

.f0 {
  font-size: 0;
}

.f12 {
  font-size: 0.32rem;
}

.f14 {
  font-size: 0.373333rem;
}

.f16 {
  font-size: 0.426667rem;
}

.m0 {
  margin: 0;
}

.mt5 {
  margin-top: 0.133333rem;
}

.mt18 {
  margin-top: 0.48rem;
}

.ml9 {
  margin-left: 0.24rem;
}

.ml10 {
  margin-left: 0.266667rem;
}

.ml13 {
  margin-left: 0.346667rem;
}

.mr0 {
  margin-right: 0;
}

.mr3 {
  margin-right: 0.08rem;
}

.mr6 {
  margin-right: 0.16rem;
}

.mr8 {
  margin-right: 0.213333rem;
}

.mr9 {
  margin-right: 0.24rem;
}

.mr10 {
  margin-right: 0.266667rem;
}

.mr13 {
  margin-right: 0.346667rem;
}

.mr14 {
  margin-right: 0.373333rem;
}

.mb5 {
  margin-bottom: 0.133333rem;
}

.mb8 {
  margin-bottom: 0.213333rem;
}

.mb9 {
  margin-bottom: 0.24rem;
}

.mb10 {
  margin-bottom: 0.266667rem;
}

.mb11 {
  margin-bottom: 0.293333rem;
}

.mb18 {
  margin-bottom: 0.48rem;
}

.mbn1 {
  margin-bottom: -0.026667rem;
}

.mbn2 {
  margin-bottom: -0.053333rem;
}

.mbn3 {
  margin-bottom: -0.08rem;
}

.m0a {
  margin: 0 auto;
}

.orange1 {
  color: #F67400;
}

.gray3 {
  color: #333;
}

.gray6 {
  color: #666;
}

.gray9 {
  color: #999;
}

.green1 {
  color: #2BA920;
}

.bgw {
  background: white;
}

.fr {
  float: right;
}

.pt16 {
  padding-top: 0.426667rem;
}

.pt10 {
  padding-top: 0.266667rem;
}

.pl8 {
  padding-left: 0.213333rem;
}

.pl10 {
  padding-left: 0.266667rem;
}

.pl13 {
  padding-left: 0.346667rem;
}

.pr10 {
  padding-right: 0.266667rem;
}

.pr13 {
  padding-right: 0.346667rem;
}

.pr14 {
  padding-right: 0.373333rem;
}

.pb10 {
  padding-bottom: 0.266667rem;
}

.pb16 {
  padding-bottom: 0.426667rem;
}

.bl1 {
  border-left: 0.026667rem;
}

.wsn {
  white-space: nowrap;
}

.wfc {
  width: -webkit-fit-content;
  width: fit-content;
}

.scroll-x {
  overflow-x: scroll;
}

.toe {
  text-overflow: ellipsis;
}

.lc2 {
  -webkit-line-clamp: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/*修复三星S9移动端首页「猜你喜欢」样式问题*/

.style-fix {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.style-fix .course-avatar {
  width: 100% !important;
}
.bbs-tip {
  width: 100%;
  height: 100vh;
  background-image: url(https://s0.seewo.com/cloud-static/seewoedu/web/test/img/bbs_bg.c592171b.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}

.bbs-tip .bbs-content {
  position: relative;
  width: 1000px;
  height: 580px;
  margin: 90px auto;
  background: url(https://s0.seewo.com/cloud-static/seewoedu/web/test/img/bbs_tip.bec524de.png) no-repeat;
}

.bbs-tip .backhome-btn {
  position: absolute;
  bottom: 3.146667rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5.333333rem;
  height: 1.066667rem;
  line-height: 1.066667rem;
  font-size: 0.426667rem;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 0.053333rem 0.106667rem #FC6D18;
  font-weight: 700;
  background-image: -webkit-linear-gradient(118deg, #FC3F00 0%, #FFCE4C 100%);
  background-image: linear-gradient(-28deg, #FC3F00 0%, #FFCE4C 100%);
  border-radius: 0.613333rem;
  cursor: pointer;
}

.bbs-tip .tip-text {
  position: absolute;
  bottom: 4.48rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.32rem;
  color: #A14521;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.65);
}

.ant-breadcrumb span:last-child {
  color: rgba(0, 0, 0, 0.45);
}
