@font-face {
  font-family: "iconfont";
  src: url("iconfont.woff2?t=1620809357883") format("woff2"),
    url("iconfont.woff?t=1620809357883") format("woff"),
    url("iconfont.ttf?t=1620809357883") format("truetype");
  font-display: swap;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-application:before {
  content: "\e62d";
}
.icon-eye-open:before {
  content: "\e62c";
}
.icon-eye-off:before {
  content: "\e6b1";
}
.icon-Feedbacks1:before {
  content: "\e62b";
}
.icon-barrage-close:before {
  content: "\e696";
}
.icon-barrage-open:before {
  content: "\e697";
}
.icon1:before {
  content: "\e7ce";
}
.icon-expect:before {
  content: "\e652";
}
.icon-Feedbacks:before {
  content: "\e672";
}
.icon-Feedback:before {
  content: "\e628";
}
.icon-shares1:before {
  content: "\e699";
}
.icon-icon-favorites-full:before {
  content: "\e6d2";
}
.icon-favorites-air:before {
  content: "\e664";
}
.icon-shares:before {
  content: "\e622";
}
.icon-vips:before {
  content: "\e625";
}
.icon-closes:before {
  content: "\e626";
}
.icon-selected:before {
  content: "\e627";
}
.icon-vip:before {
  content: "\e639";
}
.icon-select:before {
  content: "\e624";
}
.icon-wechat-pay:before {
  content: "\e604";
}
.icon-unionPay:before {
  content: "\e623";
}
.icon-alipay:before {
  content: "\e609";
}
.icon-other-pay:before {
  content: "\e62a";
}
.icon-android:before {
  content: "\e612";
}
.icon-mac:before {
  content: "\e613";
}
.icon-qrcode:before {
  content: "\e61e";
}
.icon-windows:before {
  content: "\e61f";
}
.icon-iOS:before {
  content: "\e620";
}
.icon-linux:before {
  content: "\e621";
}
.icon-video:before {
  content: "\e61c";
}
.icon-skip-ad:before {
  content: "\e61b";
}
.icon-unlimited:before {
  content: "\e615";
}
.icon-fast:before {
  content: "\e61a";
}
.icon-logout:before {
  content: "\e618";
}
.icon-upgrade:before {
  content: "\e629";
}
.icon-share:before {
  content: "\e619";
}
.icon-top:before {
  content: "\e779";
}
.icon-top-a:before {
  content: "\e61d";
}
.icon-refresh:before {
  content: "\e616";
}
.icon-circle-close:before {
  content: "\e60b";
}
.icon-close:before {
  content: "\e845";
}
.icon-wallet:before {
  content: "\e607";
}
.icon-setting:before {
  content: "\e608";
}
.icon-previous:before {
  content: "\e663";
}
.icon-next:before {
  content: "\e606";
}
.icon-home:before {
  content: "\e673";
}
.icon-ranking:before {
  content: "\e614";
}
.icon-register:before {
  content: "\e611";
}
.icon-recommend:before {
  content: "\e6da";
}
.icon-twiter:before {
  content: "\e65c";
}
.icon-popular:before {
  content: "\e643";
}
.icon-facebook:before {
  content: "\e66a";
}
.icon-git:before {
  content: "\e600";
}
.icon-categories-a:before {
  content: "\e617";
}
.icon-menu:before {
  content: "\e70d";
}
.icon-email:before {
  content: "\e603";
}
.icon-discover:before {
  content: "\e601";
}
.icon-email-a:before {
  content: "\e60d";
}
.icon-favorites:before {
  content: "\e635";
}
.icon-account:before {
  content: "\e939";
}
.icon-channel:before {
  content: "\e60e";
}
.icon-categories:before {
  content: "\e95f";
}
.icon-weibo:before {
  content: "\e658";
}
.icon-search:before {
  content: "\e602";
}
.icon-telegram:before {
  content: "\e727";
}
.icon-password:before {
  content: "\e605";
}
.icon-download:before {
  content: "\e60c";
}
.icon-favorited:before {
  content: "\e960";
}
html,
body {
  font-family: "Hind Guntur", sans-serif;
  font-size: 14px;
}
.none {
  display: none;
}
.gutters {
  padding-left: 1px;
}
.gutters .row {
  margin-right: -1px;
  margin-left: -1px;
}
.gutters .gutter {
  padding-right: 1px;
  padding-left: 0;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
.gutters .gutter .icon-free {
  position: absolute;
  background: #529642;
  color: #fff;
  padding: 0.1rem 0.5rem;
  top: 0;
  right: 0;
}
.btn-primary {
  background: #f92360 !important;
  border-color: #f92360 !important;
  color: #fff;
  text-align: center;
}
a.normal {
  color: #212529;
}
a:link {
  color: #777;
}
a:visited {
  color: #777;
}
a:hover {
  color: #000;
  text-decoration: none !important;
}
a:active {
  color: #000;
}
.page {
  margin: 0 0 3rem 0rem;
}
.message-tip {
  position: fixed;
  z-index: 1000;
  top: -100px;
  left: 50%;
  background-color: #f0f9eb;
  box-shadow: 1px 1px 1px #909399;
  color: #909399;
  padding: 15px 20px;
  border-radius: 4px;
  transform: translateX(-50%);
  font-size: 14px;
  transition: all 0.5s;
  width: 80%;
  max-width: 400px;
}
.message-tip.success {
  background-color: #edf2fc;
  box-shadow: 1px 1px 1px #909399;
  color: #67c23a;
}
.message-tip.error {
  background-color: #fef0f0;
  box-shadow: 1px 1px 1px #909399;
  color: #f56c6c;
}
.message-tip.warning {
  background-color: #fdf6ec;
  box-shadow: 1px 1px 1px #909399;
  color: #e6a23d;
}
.message-tip.show {
  top: 60px;
}
.message-tip .icon {
  margin-right: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  background-color: #909399;
  text-align: center;
  line-height: 16px;
  font-style: italic;
}
.message-tip.success .icon {
  background-color: #67c23a;
  font-style: normal;
}
.message-tip.error .icon {
  background-color: #f56c6c;
  font-style: normal;
}
.message-tip.warning .icon {
  background-color: #e6a23d;
  font-style: normal;
}
.action {
  display: flex;
  justify-content: flex-end;
}
.action .box {
  padding: 0.5rem 0.8rem;
  margin: 0 0 0 0.5rem;
  background: #eee;
  color: #777;
  border-radius: 3rem;
}
.action .box i {
  float: left;
}
.action .search input {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  border: 0;
  width: 2.5rem;
  background: #eee;
}
.action .search:hover input,
.action .search:focus input {
  width: 7rem;
  border: 0;
}
.action .login {
  background: #f82260;
  color: #fff;
}
.action .dropdown button {
  padding: 0.2rem 1rem 0.2rem 0.2rem;
  background-color: #eee;
  border-radius: 3rem;
  margin: 0 0 0 0.5rem;
}
.action .dropdown-menu.show {
  width: 215px;
  right: 0;
  left: unset;
}
.action .dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.35rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.triangle {
  border-top: 6px solid #000;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 13px;
  right: 6px;
}
.triangle.show {
  border-bottom: 6px solid #000;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 7px;
}
.guide {
  padding: 0rem;
}
.guide .item {
  background: #eee;
  text-align: center;
  line-height: 6rem;
}
.colum-header {
  font-size: 1.4rem;
  text-transform: capitalize;
}
.videos {
  padding: 0rem;
}
.videos div:last-child .item {
  margin-bottom: 0rem;
}
.videos .item {
  border-bottom: solid 2px #fafafa;
  background: #eee;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% / (16 / 9));
}
.videos .item a {
  display: block;
}
.videos .item .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.videos .item .cover img {
  width: 100%;
}
.videos .item .cover .icon-free {
  position: absolute;
  background: #529642;
  color: #fff;
  padding: 0.1rem 0.5rem;
  top: 0;
  right: 0;
}
.videos .item .cover .duration {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 0.1rem 0.5rem;
  bottom: 0;
  right: 0;
  display: none;
}
.videos .item .counter {
  color: #999;
  display: none;
}
.videos .item .action {
  padding: 0rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eee;
}
.detail .player {
  background: #000;
}
.detail .player video:focus {
  outline: 0;
}
.detail .counter {
  margin: 0rem 0rem;
}
.detail .attributes div {
  margin: 1.5rem 0rem;
}
.list-filter {
  margin: 0rem;
}
.page-login {
  background: url("../img/background.png") no-repeat center center;
  background-size: 100%;
}
/* 登录的样式 */
#login-com {
  display: none;
}
#login-com a:link,
#login-com a:visited {
  color: #212529;
}
.vu-modal-wrap {
  z-index: 200 !important;
  width: 80% !important;
}
.login-wraper {
  background: #fff;
  border: solid 1px #eee;
}
.login-wraper .colume-header {
  font-size: 1.5rem;
}
.login-wraper .login-from {
  background: #f8f8f8;
  padding: 3rem;
}
.login-wraper .icon-position {
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  cursor: pointer;
}
.rememberPs .rememberFlag {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.rememberPs .label {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-left: 4px;
}
#register-com {
  display: none;
}
/* 底部样式 */
.contact .item {
  margin: 0rem;
  border: solid 1px #eee;
  padding: 1.5rem;
  text-align: center;
  height: 90%;
}
.contact .item i {
  font-size: 3rem;
}
.contact .item .descript {
  font-size: 0.8rem;
  color: #999;
  height: 3rem;
}
.footer {
  background: #fff;
  padding: 2rem 0rem;
  color: #ccc;
}
.footer a {
  color: #777;
}
.footer a:hover {
  color: #000;
}
.footer .bottom-navigation ul {
  margin: 0;
  padding: 0;
}
.footer .bottom-navigation ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: capitalize;
}
.footer .copyright {
  margin: 1rem 0 0 0;
}
.footer .share .iconfont {
  font-size: 2rem;
  margin: 0 0 0 1rem;
}
.add-desktop-mobile-inner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #18231f;
  z-index: 9;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
  justify-content: space-between;
}
.add-desktop-mobile-inner img {
  height: 44px;
}
.add-desktop-mobile-inner .title {
  color: #fff;
  font-size: 16px;
}
.add-desktop-mobile-inner .btns {
  width: 140px;
}
.add-desktop-mobile-inner .add {
  background: #f82260;
  color: #fff;
  margin-right: 10px;
}
.add-desktop-mobile-inner .closeTip {
  background-color: #666;
  color: #fff;
}
.add-desktop-mobile-inner .add,
.add-desktop-mobile-inner .closeTip {
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 6px;
  width: 60px;
  text-align: center;
  float: left;
}
.add-desktop-mobile-inner.none {
  display: none;
}
.videoElement {
  position: relative;
  background-color: #eee;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 2px;
}
@media screen and (max-width: 575px) {
  .videoElement {
    position: fixed;
    box-shadow: 0 5px 20px -5px #999;
  }
  .colum-header {
    font-size: 1.2rem;
  }
}
.prerogative .item i {
  font-size: 12vw;
  background-image: linear-gradient(to right, #ddb368, #eec87b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.prerogative .item span {
  display: block;
}
.wallet .item {
  border-bottom: solid 1px #eee;
}
.vu-modal-wrap {
  width: 60%;
  max-width: 20rem;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff !important;
  position: fixed !important;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 101;
  box-shadow: 0 7px 20px -5px #000;
  overflow: hidden;
}
.big-vu-modal-wrap {
  max-width: 30rem;
}
.vu-modal-wrap .vu-modal-header {
  background: #fff;
}
.vu-modal-wrap a:link {
  color: #fff;
}
.vu-modal-wrap a:visited {
  color: #fff;
}
.vu-modal-wrap a:hover {
  color: #fff;
}
.bgColor {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.guide.items {
  position: relative;
}
.guide .items .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 0;
}
.guide .items img {
  width: 100%;
  object-fit: cover;
}
.swiper-slide {
  width: auto !important;
  height: auto !important;
}
.swiper-container {
  width: 100% !important;
}
.Promote-btn {
  height: auto;
  color: #000;
  background-image: linear-gradient(#fcdfb6, #eac189);
}
.full_active {
  background-image: linear-gradient(to right, #f82260, #f82260);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.service {
  position: fixed;
  bottom: 5.5rem;
  right: 0.9rem;
  z-index: 60;
}
.service ul li {
  list-style: none;
  width: 50px;
  height: 50px;
  margin-top: 1px;
  background-color: #777;
  text-align: center;
  border: 1px solid #777;
  color: #fff;
  border-radius: 2px;
  z-index: 60px;
}
.service ul li i {
  font-size: 20px;
}
.service ul li p {
  font-size: 13px;
}
.service ul li:hover {
  transform: translate(0, 0);
  transition: all 0.2s ease-in 0s;
  background: #f82260;
  border: 1px solid #f82260;
}

.service ul li:hover i,
p {
  color: #ffffff;
}

.phone {
  position: fixed;
  bottom: 4.5rem;
  right: 13px;
  z-index: 60;
}
.phone ul li {
  list-style: none;
}
.phone ul li i {
  font-size: 35px;
  cursor: pointer;
  background-image: linear-gradient(to right, #f82260, #f82260);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.thediv {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0);
  opacity: 0.7;
  position: absolute;
  top: 0;
  color: #fff;
}
ul li a:hover {
  color: #f82260 !important;
  text-decoration: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
ul,
li {
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
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 {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
.cursor {
  cursor: pointer;
}
/* 头部样式 */
.browser_tip {
  width: 100%;
  background: #ff0;
  color: #000;
  display: flex;
  justify-content: center;
  cursor: pointer;
  padding: 0.6rem;
}
.tip_content {
  display: flex;
  justify-content: space-between;
}
/* 导航样式 */
.header {
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.header .menu {
  list-style: none;
  line-height: 2.6rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.header .menu .sm-logo {
  display: inline-block;
}
.header .menu .icon-menu {
  margin-right: 1rem;
}
a h1 {
  margin-bottom: 0;
}
a h1.mh1 {
  line-height: 28px;
}
.header .menu .sm-logo img {
  height: 28px;
}
.logo {
  line-height: 2.6rem;
  position: relative;
}
.navigation {
  line-height: 2.6rem;
}
.navigation ul {
  padding: 0;
  margin: 0;
}
.navigation ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  text-transform: capitalize;
}
.rounded-circle {
  border-radius: 50% !important;
}
.header-profile-user {
  height: 2.172rem;
  width: 2.172rem;
  background-color: #ccc;
}
/* 移动端导航样式 */
#header .drawer {
  display: none;
}
#header .drawer .mask {
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: fixed;
  display: none;
  top: 0;
}
#header .drawer .sider {
  background: #fff;
  width: 60%;
  max-width: 240px;
  height: 100%;
  position: fixed;
  z-index: 20;
  left: -60%;
  top: 0;
}
#header .drawer .sider .user-avatar {
  width: 6rem;
  height: 6rem;
  border: 1px solid #eee;
}
#header .drawer .sider .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2.6rem;
}
#header .drawer .sider .user-footer {
  width: 100%;
  position: absolute;
  bottom: 1rem;
}
#header .drawer .sider .user-footer i {
  display: block;
  font-size: 2rem;
}
/* 视频部分样式 */
.videos-wrapper {
  min-height: 200px;
}
.pointer {
  cursor: pointer;
}
.videos-wrapper .video-item .item {
  display: block;
}
.videos-wrapper .video-item .item img {
  width: 100%;
}
/* 底部样式 */
#header .drawer .sider .user-action i {
  font-size: 1.5rem;
  background: #feeaee;
  color: #f82260;
  padding: 1rem;
  border-radius: 50%;
  line-height: normal;
}
#register-com,
#login-com {
  position: relative;
  z-index: 11;
}
/* 模态框样式 */
.sex-modal {
  position: fixed;
  z-index: 100;
}
.sex-modal .cancel {
  background-color: #666;
}
.sex-modal .login {
  background-color: #f82260;
}
.sex-modal .cancel,
.sex-modal .login {
  width: 50%;
  color: #fff;
  cursor: pointer;
}
.Switch {
  display: flex;
  justify-content: space-around;
  background: #f8f8f8;
  width: 100%;
  text-align: center;
}
.Switch div {
  width: 50%;
  padding-top: 1rem;
}
.Switch div {
  width: 50%;
  padding-top: 1rem;
  cursor: pointer;
}
.Switch div.active {
  color: #f82260;
  font-weight: 600;
  border-bottom: 2px solid #f82260;
  padding-bottom: 1rem;
}
#retrieve-pwd-modal.none {
  display: none !important;
}
#header .drawer .sider .user-action em {
  font-size: 1.5rem;
  background: #feeaee;
  color: #f82260;
  padding: 1rem;
  border-radius: 50%;
  line-height: normal;
}