body {
  font-family: "微软雅黑", "宋体", "Arial", "Times New Roman";
}
a {
  color: #c0c0c0;
}
a:hover {
  color: #c0c0c0;
  text-decoration: underline;
}
.none-padding {
  padding: 0px !important;
}
.none-margin {
  margin: 0px !important;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-5 {
  margin-top: 5px;
}
.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover-gray {
  position: absolute;
  background-color: gray;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
}
.cover-gray:hover {
  opacity: 0;
}
.container {
  width: 1170px;
}

.caption {
  color: #515f67;
  font-size: 16px;
}
.caption-hr {
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 30px;
  background-color: #515f67;
  border: none;
}

/* home head */
.head-vertical-center {
  transform: translate(0%, 50%);
}
.head {
  background: #515f67;
  height: 60px;
}
.head .form-horizontal {
  top: 50%;
  position: absolute;
  transform: translate(0%, 50%);
}
#head-logo {
  margin-top: 9px;
}
.head .head-search {
  position: relative;
  top: 13px;
}

.nav {
  background: #cacaca;
  height: 45px;
  line-height: 45px;
}
.nav ul {
  list-style: none;
}
.nav li {
  float: left;
  margin: 0px 10px;
}
.nav a.active {
  font-size: 14px;
  font-weight: bold;
}
.nav a {
  color: #2a343d;
  font-size: 14px;
}
.nav a:hover {
  color: #2a343d;
  text-decoration: none;
  font-weight: bold;
}
.pager-list .active {
  background: #ddd;
  color: #515f67;
}
.nav .nav-container {
  display: flex;
  flex-direction: row;
}
.nav .nav-master {
  flex-grow: 1;
}
.nav .nav-sub li a {
  border: 1px solid #fff;
  padding: 6px 8px;
  border-radius: 4px;
  margin: 0;
  color: #999;
  background: #f0f1f2;
}
.nav .nav-sub li:last-child a {
  color: #d6ae23;
  border: 1px solid #d6ae23;
}

/* content-top */
.content-top h4 small {
  margin: 0px 5px;
}
.subhead {
  color: #fff;
  background: #515f67;
  border-radius: 9px;
  height: 18px;
  padding: 0px 10px;
  margin-left: 5px;
}

.page-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-cover .tip-box {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  background: white;
}

.tip-box .header {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #e1e1e1;
}

.tip-box .tip-content {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tip-box .tip-content .confirm,
.tip-box .tip-content .cancel {
  font-size: 14px;
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 10px;
  border-radius: 5px;
  background: #e1e1e1;
  color: #666;
  cursor: pointer;
}

.tip-box .tip-content .confirm {
  background: #af7614;
  color: #fff;
}

.user-control {
  color: #fff;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: right;
}

/* subhead */
.container-key {
  border-bottom: 1px dotted #d1d1d1;
  margin: 10px 0px 0px 0px;
  padding-bottom: 8px;
}
.container-key p {
  margin-top: -3px;
}
.container-key > div.row {
  margin: 0px;
}
.container-key .dropdown-menu {
  font-size: 12px;
}
.container-key .btn-group {
  margin-top: -6px;
}
.key-list {
  list-style: none;
  padding: 0px;
  font-size: 12px;
}
.key-list li a.active {
  background: #f6a800;
  color: #fff;
  border-radius: 5px;
  padding: 0px 5px;
}
.key-list li {
  float: left;
  margin: 0px 10px;
  line-height: 2em;
}
.key-list li a {
  color: #010000;
  padding: 0px 5px;
}
.key-list li a:hover {
  background: #f6a800;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.region-list li {
  width: 5.5%;
  white-space: nowrap;
}

.name_tag {
  line-height: 2em;
  padding: 0px;
  margin: 0px;
}
.name-list {
  list-style: none;
  padding: 0px;
  font-size: 12px;
}
.name-list li a.active {
  background: #f6a800;
  color: #fff;
  border-radius: 5px;
  padding: 0px 5px;
}
.name-list li {
  float: left;
  width: 4.9%;
  margin: 0px 10px 4px 10px;
  line-height: 2em;
}
.name-list li a {
  color: #010000;
  padding: 0px 5px;
}
.name-list li a:hover {
  background: #f6a800;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.locality-list {
  list-style: none;
  padding: 0px;
  font-size: 12px;
}
.locality-list li a.active {
  background: #f6a800;
  color: #fff;
  border-radius: 5px;
  padding: 0px 5px;
}
.locality-list li {
  float: left;
  width: 8%;
  margin: 0px 10px 4px 10px;
  line-height: 2em;
}
.locality-list li a {
  color: #010000;
  padding: 0px 5px;
}
.locality-list li a:hover {
  background: #f6a800;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.movie-hot-list {
}
.movie-hot-list > div {
  border-bottom: 1px dotted #d1d1d1;
  margin: 0px;
  line-height: 29px;
}
.movie-hot-list span {
  font-size: 12px;
  background: #f6a200;
  margin-top: 6px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  width: 30px;
  display: block;
  line-height: 17px;
}
.movie-hot-list a {
  color: #515f67;
}

.master-hot-list > div {
  border-bottom: 1px dotted #d1d1d1;
  margin: 0px;
  line-height: 33px;
}
.master-hot-list span {
  font-size: 12px;
  background: #f6a200;
  margin-top: 6px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  width: 30px;
  display: block;
  line-height: 17px;
}
.master-hot-list a {
  color: #515f67;
}

#videoplayer {
  position: relative;
}
#videoplayer .video-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

/* movie-play-list */
.movie-play-list {
  border: 2px solid #a3a3a3;
  border-radius: 6px;
  margin-top: 48px;
}
.movie-play-list div.col-xs-4 {
  padding: 0px;
}
.movie-play-list div.col-xs-4 img {
  margin-top: 3px;
}
.movie-play-list > div.row {
  padding-bottom: 7px;
  padding-top: 7px;
}
.movie-play-list > div:first-child {
  border-top: none;
  margin-top: 5px;
  margin-bottom: 0px;
}
.movie-play-list > div {
  border-top: 1px dotted #d1d1d1;
  margin: 0px;
  font-size: 12px;
  line-height: 25px;
  color: #515f67;
}
.movie-play-list span {
  font-size: 12px;
  background: #f6a200;
  margin-top: 6px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  width: 30px;
  display: block;
  line-height: 17px;
}
.movie-play-list a {
  color: #515f67;
  font-weight: bold;
}

/* category */
.category-list {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin: 15px 15px 0px 15px;
  padding: 0px;
  height: 34px;
}
.category-list li {
  float: left;
  font-weight: bold;
  margin: 0px 10px;
}
.category-list a {
  line-height: 19px;
  display: block;
  height: 19px;
  font-size: 14px;
  padding: 0px 5px;
  color: #010000;
}
.category-list a.active,
.category-list a:hover {
  background: #f6a800;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

/* movie-list */
.movie-list .col-xs-2 {
  margin: 15px 0px 0px 0px;
}
.movie-list a img {
  width: 160px;
  height: 87px;
}
.movie-list p {
  line-height: 25px;
  overflow: hidden;
  height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.movie-list span {
  float: left;
  color: #010000;
  font-size: 12px;
}
.movie-list small {
  float: right;
  color: #f6a800;
  font-size: 12px;
}

/* about-list */
.about-list {
  list-style: none;
  clear: both;
  width: 100%;
  padding: 0px;
  margin: 10px 0px;
  float: left;
  padding-top: 10px;
}
.about-list > div {
  margin: 5px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.about-list a {
  color: #010000;
  line-height: 2em;
}
.about-list a:last-child {
  height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about-list li {
  float: left;
  text-align: center;
  width: 20%;
  padding: 0px 15px;
}
.about-list li a {
  color: #252e37;
  font-size: 12px;
  float: left;
  line-height: 30px;
}
.about-list li p {
  margin-top: 10px;
}

/* foot */
.foot {
  background: #353f47;
  height: 120px;
  color: #f0f1f2;
  line-height: 120px;
  overflow-y: hidden;
}
.foot a {
  color: #fff;
  margin: 0px 10px;
}
.foot .copyright {
  color: #515f67;
}
.foot .logo {
  margin-top: 16px;
}

/* pager */
.pager-list > .pagination > li > span {
  background-color: #eee;
  color: #555;
  font-weight: bold;
}
.pager-list > .pagination > li > a {
  color: #515f67;
}
.pager-list .form-group {
  margin: 0px;
}
.pager-list .nolink {
  cursor: default;
}
.pager-list .nolink:hover {
  background: #fff;
}
.pager-list .nolink:focus {
  background: #fff;
}
.pager-list .nolink span {
  color: gainsboro;
}
.select-page {
  float: left;
  margin: 0px;
  height: 30px;
  border-radius: 0px;
  border-color: #ddd;
  border-left: none;
}
/* videoplayebox */
.videoplayebox {
  width: 100%;
}

/* movie-intro */
.movie-intro h4,
.movie-about h4 {
  font-size: 16px;
  background-color: #f6a800;
  display: inline;
  color: #fff;
  padding: 0px 5px;
}
.movie-intro p {
  margin-top: 10px;
  font-size: 12px;
  color: #333;
  margin-bottom: 20px;
}
