* {
  box-sizing: border-box;
}
body,html{
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  font-family:Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
[v-cloak] {
  display: none !important;
}

.info-detail__content .el-input .el-input__inner,
.info-row .info-detail__title{
  #display: none;
}

#wrapper {
  min-height: calc(100% - 130px);
  margin-bottom: -60px;
  width: 1120px;
  padding: 30px 10px;
  background-color: #fff;
  margin: 0 auto;
}

.push {
  height: 60px;
  #background-color: rgba(155,28,31,0.85);
}

img {
  border: none;
}

#header {
  width: 100%;
  height: 70px;
  background-color: rgba(155,28,31,1) ;
  background-color: #1f296a;
}

.header,
.footer {
  background-color: rgba(155,28,31,0.0) ;
  background-color: #1f296a;
}

.footer {
  width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

#footer {
  width: 100%;
  height: 60px;
  background-color: rgba(155,28,31,1) ;
  background-color: #1f296a;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.header { 
  width: 1120px;
  height: 60px;
  margin: 0 auto;
  /*padding-left: 40px;*/
}

.menu {
  margin: 0;
  list-style:none;
}

.menu a {
  text-decoration:none;
  color: #fff;
  float: left;
  margin-left: 25px;
  line-height: 70px;
  position: relative;
}

.menu a.active {
  background: #292929;
}

.menu a .live-logo {
  position: absolute;
  left: 0;
  top: 25px;
}

.menu a.logo-item {
  padding-left: 30px;
  margin-left: 40px;
}

.bar-img {
  border: none;
  margin-bottom: -4px;
}

.menu li {
  position: relative;
}


.menu li.active::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

/*.menu a:hover > li::before{*/
  /*content: '';*/
  /*position: absolute;*/
  /*width: 0;*/
  /*height: 0;*/
  /*bottom: 0;*/
  /*left: 50%;*/
  /*margin-left: -5px;*/
  /*border-left: 6px solid transparent;*/
  /*border-right: 6px solid transparent;*/
  /*border-bottom: 6px solid #fff;*/
/*}*/

.login {
  color: #fff;
  line-height: 70px;
  position: relative;
}

.login .head-search-button {
  margin-top: 29px;
  margin-right: 10px;
  float: left;
}

.login .el-input {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.login .el-input__inner {
  border-radius: 4px;
}

.login .el-input.active {
  width: 200px;
  left: -180px;
  opacity: 1;
  pointer-events: auto;
}


.login-dropdown {
  top: 40px!important;
}

.pull-right{
  float: right;
}

.pull-left {
  float: left;
}


.logo {
  #width: 100px;
  #height: 50px;
  #margin-top: 11px;
  display: inline-block;
  float: left;
}

.live-logo {
  height: 20px;
}

[v-cloak] {
  display: none
}

.manage-platform {
  color: #fff;
  text-decoration: none;
}

.login-dialog .el-dialog--small {
  width: 460px;
  border-radius: 2px;
  padding-bottom: 20px;
}

.login-dialog .el-form-item {
  position: relative;
  margin-bottom: 20px;
}

.login-dialog .el-dialog__body {
  padding: 26px 40px 13px;
}

.login-dialog .el-input {
  height: 48px;
}

.login-dialog .el-input input{
  height: 48px;
}

.login-dialog .icon-input input{
  padding-left: 45px;
}

.login-dialog .input-icon {
  position: absolute;
  top: 8px;
  left: 8px;
}

.login-dialog .el-dialog__header {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding: 0 40px 0;
  text-align: left;
  color: #20a0ff;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.login-dialog .el-dialog__headerbtn {
  position: absolute;
  top: 15px;
  right: 15px;
}

.login-dialog .el-dialog__headerbtn i{
}

.login-dialog .el-form-item .el-button {
  height: 48px;
  width: 100%;
}

.login-dialog .el-form-item .check-code {
  width: 232px;
  margin-right: 20px;
}

.login-dialog .el-form-item .check-code-img {
  height: 48px;
  width: 166px;
  cursor: pointer;
}

#header .el-dropdown {
  color: #fff;
}

.flowplayer.is-fullscreen .fp-player {
  background-color: rgba(155,28,31,0.85)  !important;
}

.flowplayer.is-ready:not(.is-poster) {
  background-color: rgba(155,28,31,0.85)  !important;
}

.el-dialog__title {
  color: #20a0ff;
}


@media screen and (min-width: 1500px) {
  .wrapper {
    #width: 1340px !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1120px) {
  .header,
  .footer {
    padding-left: 40px;
  }  
}
@media screen and (max-width: 1292px) {
  .header.wrapper{
    width: 1058px !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1292px) {
  .header.wrapper{
    width: 1202px !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1580px) {
  .header.wrapper {
    width: 1490px !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1830px) {
  .header.wrapper {
    width: 1740px !important;
    margin: 0 auto;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}











