@charset "UTF-8";
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-size: 14px;
  font-family: "微软雅黑", helvetica, arial, sans-serif;
  background-color: #ffffff;
  height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
menu,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
select,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: inherit;
}

a:active {
  outline: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

body {
  background-color: #ffffff;
  font-family: "微软雅黑", arial, helvetica, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  position: relative;
  font-size: 14px;
}

body:after,
div:after,
ul:after,
div::after,
ul::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

input,
textarea {
  border: none;
  outline: none;
  text-decoration: none;
  background-color: inherit;
}

textarea {
  resize: none;
}

button {
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

div {
  box-sizing: border-box;
}

input::input-placeholder,
textarea::input-placeholder {
  color: #69678e;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #69678e;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #69678e;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #69678e;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #69678e;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select {
  outline: none;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

option::-ms-expand {
  display: none;
}

option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none;
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.fixed-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.text-white {
  color: #fff !important;
}

.text-yellow {
  color: #d0ff00 !important;
}

.text-gray {
  color: #69678e !important;
}

.text-gray-b {
  color: #adaada !important;
}

.text-gray-c {
  color: #cccaef !important;
}

.text-red {
  color: #ff0534 !important;
}

.text-green {
  color: #05ff98 !important;
}

.middle-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.col {
  margin-right: 0 !important;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.nav .nav-login-box {
  height: 40px;
  background-color: #1d1a29;
  line-height: 40px;
  color: #fff;
}

.nav .nav-login-box .login-cz-group .history {
  position: relative;
}

.nav .nav-login-box .login-cz-group .history-box {
  position: absolute;
  top: 39px;
  right: -32px;
  width: 360px;
  padding: 20px;
  background-color: #383759;
  border-radius: 0px 0px 5px 5px;
  z-index: 10;
  line-height: 41px;
  color: #cccaef;
  display: none;
}

.nav .nav-login-box .login-cz-group .history-box .data:hover {
  color: #d0ff00;
}

.nav .nav-login-box .login-cz-group .history-box .time-icon {
  margin-right: 10px;
}

.nav .nav-login-box .login-cz-group .history-box .name {
  display: inline-block;
  max-width: 204px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav .nav-login-box .group {
  margin-left: 55px;
}

.nav .nav-login-box .group .icon {
  margin-top: 12px;
  margin-right: 6px;
}

.nav .nav-login-box .group .log.login {
  padding-right: 10px;
}

.nav .nav-login-box .group .log.reg {
  padding-left: 10px;
}

.nav .nav-login-box .group .log:hover {
  color: #d0ff00;
}

.nav .nav-login-box .group:hover .hover {
  color: #d0ff00;
}

.nav .nav-login-box .isDL {
  cursor: pointer;
  position: relative;
}

.nav .nav-login-box .isDL .user-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 7px;
}

.nav .nav-login-box .isDL .name {
  margin-right: 20px;
}

.nav .nav-login-box .isDL .nav-user-msg-box {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 10;
  padding-top: 5px;
  cursor: default;
  display: none;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg {
  width: 360px;
  height: 300px;
  background-color: #383759;
  position: relative;
  padding: 0 20px;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .qd-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 68px;
  height: 24px;
  background-color: #ef1f46;
  border-radius: 12px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .qd-btn.active {
  background-color: #27263d;
  border-radius: 12px;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .user-msg {
  padding: 20px 0 30px 0;
  border-bottom: solid 1px #302c45;
  text-align: center;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .user-msg .user-pic {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  position: relative;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .user-msg .user-pic img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .user-msg .user-pic .sex-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 21px;
  margin: 0;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .user-msg .user-name {
  font-size: 14px;
  line-height: 17px;
  color: #cccaef;
  margin-top: 12px;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .link-group {
  padding: 30px 0;
  position: relative;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .link-group .group {
  width: 57px;
  height: 73px;
  margin-left: 0;
  line-height: 17px;
  color: #cccaef;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .link-group .group .group-icon {
  height: 48px;
  margin-bottom: 9px;
  text-align: center;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .link-group .group .group-icon .icon {
  margin: 0;
}

.nav .nav-login-box .isDL .nav-user-msg-box .nav-user-msg .link-group .center-group {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

.nav .nav-login-box .isDL .nav-user-msg-box .quit-box {
  width: 360px;
  height: 54px;
  background-color: #1e1d33;
  line-height: 54px;
  padding: 0 20px;
}

.nav .nav-logo-box {
  height: 70px;
  background-color: #27263d;
  line-height: 70px;
}

.nav .nav-logo-box .web-logo {
  height: 70px;
  margin-right: 103px;
}

.nav .nav-logo-box .web-logo .icon {
  vertical-align: middle;
}

.nav .nav-logo-box .tab-group .group {
  float: left;
  margin-right: 88px;
  display: block;
  height: 70px;
  line-height: 70px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.nav .nav-logo-box .tab-group .group .group-class {
  display: block;
  width: 100%;
  height: 100%;
}

.nav .nav-logo-box .tab-group .group .s18x18-icon {
  margin-top: 27px;
  margin-right: 6px;
}

.nav .nav-logo-box .tab-group .group .down-sanjiao-white-small-icon {
  margin-top: 34px;
  margin-left: 6px;
}

.nav .nav-logo-box .tab-group .group .group-class-box {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 65px;
  padding-top: 5px;
  display: none;
}

.nav .nav-logo-box .tab-group .group .group-class-box .class-box {
  width: 383px;
  height: 114px;
  background-color: #1d1a29;
  padding: 20px 14px;
}

.nav .nav-logo-box .tab-group .group .group-class-box .class-box .data {
  display: block;
  float: left;
  width: 78px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 14px;
  margin-bottom: 14px;
  background-color: #383759;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav .nav-logo-box .tab-group .group .group-class-box .class-box .data.col4 {
  margin-right: 0;
}

.nav .nav-logo-box .tab-group .group .group-class-box .class-box .data:hover {
  color: #ff0534;
}

.nav .nav-logo-box .tab-group .group:hover {
  border-bottom: 3px solid #ef1f46;
}

.nav .nav-logo-box .tab-group .group:hover .group-class {
  color: #ff0534;
}

.nav .nav-logo-box .tab-group .group.isActive {
  border-bottom: 3px solid #ef1f46;
}

.nav .nav-logo-box .tab-group .group.isActive .group-class {
  color: #ff0534;
}

.nav .nav-logo-box .nav-search-box {
  height: 70px;
  padding: 16px 0;
}

.nav .nav-logo-box .nav-search-box .search-box {
  width: 350px;
  height: 38px;
  background-color: #1d1a29;
  border: solid 1px #393550;
}

.nav .nav-logo-box .nav-search-box .search-box .select-class {
  height: 36px;
  line-height: 36px;
  background-color: #27263d;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.nav .nav-logo-box .nav-search-box .search-box .select-class span {
  padding: 0 8px;
  font-size: 14px;
}

.nav .nav-logo-box .nav-search-box .search-box .select-class .down-sanjiao-white-icon {
  margin-top: 16px;
  margin-right: 9px;
}

.nav .nav-logo-box .nav-search-box .search-box .select-class .select-option {
  position: absolute;
  left: -1px;
  top: 36px;
  z-index: 5;
  display: none;
}

.nav .nav-logo-box .nav-search-box .search-box .select-class .select-option .option {
  width: 61px;
  padding: 0 8px;
  height: 36px;
  line-height: 36px;
  background-color: #27263d;
  font-size: 14px;
}

.nav .nav-logo-box .nav-search-box .search-box .select-class .select-option .option:hover {
  background-color: #1d1a29;
  color: #ef1f46;
}

.nav .nav-logo-box .nav-search-box .search-box .search-key {
  height: 36px;
  width: 226px;
  padding: 0 16px;
  font-size: 14px;
  color: #fff;
}

.nav .nav-logo-box .nav-search-box .search-box .search-icon {
  margin-top: 10px;
  cursor: pointer;
}

.footer {
  height: 212px;
  text-align: center;
  background-color: #1d1a29;
}

.footer .footer-link {
  padding: 30px 0;
  font-size: 14px;
  color: #adaada;
  border-bottom: solid 1px #302c45;
}

.footer .footer-link a {
  margin-left: 10px;
}

.footer .footer-tip {
  padding-top: 24px;
  font-size: 14px;
  line-height: 30px;
  color: #69678e;
}

.page-container {
  padding-top: 110px;
}

.fy {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.fy a,
.fy span,
.fy input,
.fy button {
  display: inline-block;
}

.fy a {
  width: 30px;
  height: 32px;
  line-height: 32px;
  background-color: #383759;
  border-radius: 3px;
  margin-right: 10px;
  color: #fff;
}

.fy a.active {
  background-color: #ef1f46;
}

.fy span {
  width: 30px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  color: #fff;
}

.fy input {
  width: 77px;
  height: 30px;
  border-radius: 3px;
  border: solid 1px #383759;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
}

.fy button {
  width: 70px;
  height: 32px;
  background-color: #383759;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
}
.mode-hits{
  display: none;
}
.vod-jdt-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.vod-jdt-box .BarControl {
  width: 100%;
  height: 100%;
  margin: 0;
  display: inline-block;
  padding: 0px;
}

.vod-jdt-box .BarControl .playbtn {
  width: 60px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  text-align: center;
  background: url(../img/p1.png);
  background-size:40px 40px;
  background-position:center center;
  background-repeat:no-repeat;
  cursor: pointer;
}
.vod-jdt-box .BarControl .playbtn.on{
  background: url(../img/p2.png);
  background-size:40px 40px;
  background-position:center center;
  background-repeat:no-repeat;
}

.vod-jdt-box .BarControl .jdt {
  width: calc(100% - 130px);
  text-align: center;
  height: 100%;
  line-height: 50px;
  display: inline-block;
  padding: 0px;
  margin: 0;
}

.vod-jdt-box .BarControl .biggerbtn {
  width: 60px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  text-align: center;
  background: url(../img/p3.png);
  background-size:30px 30px;
  background-position:center center;
  background-repeat:no-repeat;
  cursor: pointer;
}

.vod-jdt-box .BarControl .biggerbtn.on{
  background: url(../img/p4.png);
  background-size:30px 30px;
  background-position:center center;
  background-repeat:no-repeat;
}

.vod-jdt-box .BarControl .jdt .BarBeginTime {
  width: 50px;
  height: 20px;
  color: #fff;
  font-size: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  text-align: center;
  padding: 0;
}

.vod-jdt-box .BarControl .jdt .TheBar {
  position: relative;
  width: calc(100% - 120px);
  margin-left: 2px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #EBE8E8;
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  cursor: pointer;
}

.vod-jdt-box .BarControl .jdt .TimeBall {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ef1f46;
  position: absolute;
  left: 0px;
  top: -3px;
  z-index: 2;
  cursor: pointer;
}

.vod-jdt-box .BarControl .jdt .TheColorBar {
  width: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  height: 100%;
  background: #ef1f46;
  float: left;
  cursor: pointer;
}

.vod-jdt-box .BarControl .jdt .BarFinishTime {
  width: 50px;
  height: 20px;
  color: #fff;
  font-size: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin-left: 2px;
  text-align: center;
}

.loading{
	width: 150px;
	height: 15px;
	margin: 0 auto;
	margin-top:100px;
	text-align: center;
	left: 50%;
    position: absolute;
    top: 50%;
    margin-left: -75px;
    margin-top: -7.5px;
}
.loading span{
	display: inline-block;
	width: 15px;
	height: 100%;
	margin-right: 5px;
	background: #fff;
	border-radius: 50%;
	-webkit-animation: load 1.04s ease infinite;
}
.loading span:last-child{
	margin-right: 0px; 
}
@-webkit-keyframes load{
	0%{
		opacity: 1;
		-webkit-transform: scale(1.2);
	}
	100%{
		opacity: .2;
		-webkit-transform: scale(.2);
	}
}
.loading span:nth-child(1){
	-webkit-animation-delay:0.13s;
}
.loading span:nth-child(2){
	-webkit-animation-delay:0.26s;
}
.loading span:nth-child(3){
	-webkit-animation-delay:0.39s;
}
.loading span:nth-child(4){
	-webkit-animation-delay:0.52s;
}
.loading span:nth-child(5){
	-webkit-animation-delay:0.65s;
}

.common-tip {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  z-index: 2000;
  padding: 30px 36px;
  background-color: #302e4b;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.common-tip .icon {
  margin-right: 8px;
}


.login-page {
  width: 100%;
  height: 100%;
  background: url(../img/ggh.png) center/cover no-repeat;
}

.login-box {
  width: 440px;
  background-color: #27263d;
  box-shadow: 0px 3px 7px 0px rgba(107, 107, 107, 0.35);
  border-radius: 5px;
  padding: 34px 30px;
  z-index: 1000;
}

.login-box .login-box-title {
  font-size: 16px;
  line-height: 20px;
  color: #ef1f46;
  text-align: center;
  margin-bottom: 34px;
}

.login-box .web-logo {
  text-align: center;
  margin-bottom: 40px;
}

.login-box .login-box-group .group {
  margin-bottom: 18px;
  font-size: 14px;
}

.login-box .login-box-group .group .login-input-col12 {
  width: 360px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background-color: #1d1a29;
  border-radius: 5px;
  border: solid 1px #393550;
  font-size: 14px;
  color: #adaada;
}

.login-box .login-box-group .group .login-input-col8 {
  width: 220px;
  height: 50px;
  background-color: #1d1a29;
  border-radius: 5px;
  border: solid 1px #393550;
  font-size: 14px;
  color: #adaada;
  padding: 0 10px;
}

.login-box .login-box-group .group .login-input-col12:focus,
.login-box .login-box-group .group .login-input-col8:focus {
  border: solid 1px #69678e;
}

.login-box .login-box-group .group .group-tip {
  font-size: 12px;
  line-height: 12px;
  margin-top: 8px;
}

.login-box .login-box-group .group .group-tip .icon {
  margin-right: 6px;
}

.login-box .login-box-group .group .email-yzm {
  width: 110px;
  height: 50px;
  line-height: 50px;
  background-color: #1d1a29;
  border-radius: 5px;
  border: solid 1px #393550;
  color: #adaada;
  text-align: center;
  cursor: pointer;
}

.login-box .login-box-group .group .img-yzm {
  width: 110px;
  height: 50px;
  background-color: #1d1a29;
  border: solid 1px #393550;
}

.login-box .login-box-group .group .img-yzm img {
  width: 100%;
  cursor: pointer;
}

.login-box .login-box-group .group .submit-btn {
  width: 379px;
  height: 51px;
  background-color: #ef1f46;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
}

.login-box .login-box-group .group .remenber {
  line-height: 14px;
  cursor: pointer;
  color: #69678e;
}

.login-box .login-box-group .group .remenber .checkbox-icon {
  margin-right: 4px;
}

.login-box .login-box-group .group .remenber .forget-code {
  margin-right: 6px;
}

.login-box .login-box-group .group .remenber .regiest {
  margin-left: 6px;
}

.login-pop .pop-close-icon {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}


.cz-tip-pop,
.delete-tip-pop {
  z-index: 500;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.cz-tip-pop .tip-box,
.delete-tip-pop .tip-box {
  height: 200px;
  background-color: #302e4b;
  border-radius: 8px;
}

.cz-tip-pop .tip-box .tip-msg,
.delete-tip-pop .tip-box .tip-msg {
  vertical-align: middle;
  height: 120px;
  color: #fff;
  font-size: 16px;
  line-height: 120px;
  padding: 0 30px;
  min-width: 420px;
  text-align: center;
}

.cz-tip-pop .tip-box .btn-group,
.delete-tip-pop .tip-box .btn-group {
  text-align: center;
  background-color: #27263d;
  height: 80px;
  padding-top: 20px;
  border-radius: 0px 0px 5px 0px;
}

.cz-tip-pop .tip-box .btn-group button,
.delete-tip-pop .tip-box .btn-group button {
  width: 100px;
  height: 40px;
  color: #ffffff;
  border-radius: 3px;
}

.cz-tip-pop .tip-box .btn-group .qx,
.delete-tip-pop .tip-box .btn-group .qx {
  background-color: #302e4b;
  margin-right: 20px;
}

.cz-tip-pop .tip-box .btn-group .cz,
.delete-tip-pop .tip-box .btn-group .cz {
  background-color: #ef1f46;
}