body {
  font-family: "microsoft yahei";
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}
input,
textarea {
  line-height: normal;
  
  line-height: 22px \9;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.tab-pane.active {
  display: block;
}
.tab-pane {
  display: none;
}
.w-100 {
  width: 100% !important;
}
.p-0-5 {
  padding: 0 5px !important;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-t0 {
  margin-top: 0 !important;
}
.hide {
  display: none;
}
.e-hide {
  display: none;
}
.over-hidden {
  overflow: hidden;
}
.text-center {
  text-align: center !important;
}
body {
  background-color: #F4F4F4;
  transition: all 0.3s;
}
.m-n {
  margin-top: 0 !important;
}
.ban-box {
  height: 193px;
  background-image: url("../img/banner_bg.png");
  background-repeat-x: initial;
  background-position-y: center;
}
.ban {
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-image: url("../img/banner.png");
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}
.ban-title {
  color: #e60500;
  font-weight: bolder;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 250px;
  top: 50%;
  letter-spacing: 3px;
  font-size: 45px;
  margin-top: -50px;
  line-height: 1.1;
}
.bar-box {
  box-sizing: border-box;
  box-shadow: 0 3px 3px #E9E9E9;
  height: 42px;
  background-color: #fff;
}
.bar {
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 13px;
  color: #333333;
}
.bar .time {
  float: left;
  line-height: 42px;
  color: #333333;
}
.bar .time a {
  color: #333;
}
.m-soso {
  display: none;
  float: right;
  cursor: pointer;
  margin-top: 8px;
  margin-right: 20px;
  width: 20px;
}
.top {
  position: relative;
}
.study-form {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 36px;
  background: #F4F4F4;
  vertical-align: middle;
  padding: 8px 0;
  display: none;
}
.study-form .text {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  text-indent: 3px;
  border: 1px solid #ccc;
  padding: 10px;
}
.study-form .btn-submit {
  box-sizing: border-box;
  width: 18px !important;
  height: 20px !important;
  cursor: pointer;
  border: none !important;
  margin: 0;
  position: absolute;
  top: 13px;
  right: 6px;
}
.search {
  float: right;
  font-size: 0;
  height: 30px;
  margin-top: 5px;
  color: #333333;
}
.search .name,
.search .text,
.search button,
.search .per-zone {
  height: 100%;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-right: 9px;
  box-sizing: border-box;
}
.search button{
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.search button:hover{
      box-shadow: inset 0 0 0 1px #fff, 0 1px 2px rgba(0,0,0,.1);
    border: 1px solid #666;
    color: #333;
}
.search img {
  vertical-align: middle;
  margin-right: 9px;
}
.search .text {
  background-color: #fff;
  width: 196px;
  border-radius: 3px;
  border: 1px solid #D6D4D4;
}
.search .text input {
  width: 180px;
  border: none;
  margin: 5px 0 0 5px;
}
.search button {
  height: 30px;
  padding: 0 10px;
  font-family: "microsoft yahei";
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  cursor: pointer;
}
.search .per-zone {
  line-height: 30px;
  padding-left: 32px;
  padding-right: 10px;
  
  border: none;
  border-radius: 3px;
  color: #333333;
  margin-right: 0;
  background: url("../img/per.png") no-repeat 8px center;
}
.search .per-zone:hover{
 
  color: #e60000;
  background: url(../img/per-red.png) no-repeat 8px center;
}
.search.study {
  margin-top: 10px;
  margin-right: 20px;
}
.m-bar,
.search_list {
  display: none;
}
.m-nav {
  position: absolute;
  left: -100%;
  top: 0;
  width: 80%;
}
.nav {
  max-width: 1100px;
  margin: 25px auto 0;
}
.nav ul {
  white-space: nowrap;
  font-size: 0;
}
.nav ul li {
  display: inline-block;
  position: relative;
  background-color: #E60500;
  background-image: url("../img/right-b.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.nav ul li:last-child {
  background-image: none;
}
.nav ul li:hover,
.nav ul li.active {
  background-color: #CC0001;
  background-image: none !important;
}
.nav ul li:hover a,
.nav ul li.active a {
  background-image: none !important;
}
.nav ul li:hover .nav-child-box {
  display: block;
}
.nav a.nav-link,
.nav a.nav-child {
  display: block;
  color: #fff;
}
.nav a.nav-link {
  line-height: 50px;
  font-size: 14px;
  padding: 0 27px;
  border-bottom: 3px solid #CC0001;
}
.nav a.nav-link.home {
  padding-left: 47px;
}
.nav .nav-child-box {
  display: none;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -69px;
  z-index: 9;
  box-shadow: 0 0 15px #bbb;
  margin-top: -2px;
}
.nav .nav-child-box li {
  display: block;
  border-bottom: 1px solid #CECECE;
}
.nav .nav-child-box li a.nav-child {
  line-height: 33px;
  font-size: 12px;
  padding: 0 10px;
  background-color: #fff;
  text-align: center;
  color: #333;
}
.nav .nav-child-box li a.nav-child:hover {
  background-color: #eee;
  color: #333;
}
.nav .nav-child-box.last {
  margin-left: -50px;
  min-width: 100%;
}
.col-l {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #D6D6D6;
  font-size: 0;
}
.col-l ul {
  text-align: center;
}
.col-l li {
  padding: 0 35px;
  display: inline-block;
}
.col-l li.a {
  padding-left: 55px;
}
.col-l li.a a {
  background: url("../img/icona.png") no-repeat left center;
}
.col-l li.b a {
  background: url("../img/iconb.png") no-repeat left center;
}
.col-l li.c a {
  background: url("../img/iconc.png") no-repeat left center;
}
.col-l li.d a {
  background: url("../img/icond.png") no-repeat left center;
}
.col-l .col-l-item {
  display: block;
  padding-left: 35px;
  box-sizing: border-box;
  line-height: 60px;
  font-size: 15px;
  color: #333333;
}

.col-l .col-l-item:hover{
 color: #E60000;
}
.introduce {
  text-align: center;
  line-height: 45px;
}
.con {
  max-width: 1100px;
  padding: 20px 25px;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}
.con .hid-box {
  overflow: hidden;
}
.con .hid-box .subtitle:hover {
  color: #E60000 !important;
}
.hid-box.list.friend {
  padding: 20px 0;
}
.item-con.con,
.item-con.con p,
.item-con.con div,
.item-con.con li,
.item-con.con a {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  text-align: left;
}
.item-con.con p.title {
  font-size: 18px;
  color: #333333;
  line-height: 45px;
  text-align: center;
}
.item-con.con p.sub {
  font-size: 14px;
  color: #ccc;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.item-con.con p.sub span {
  margin-right: 20px;
}
.model.bgimg {
  background-image: url("../img/testbg.gif");
  background-position: center center;
  padding: 10px 0;
}
.model.special,
.model.zl {
  margin-top: 20px;
}
.model-left {
  width: 360px;
  float: left;
  overflow: hidden;
}
.model-right {
  width: 300px;
  float: right;
  overflow: hidden;
}
.model.col-2 {
  margin-top: 20px;
}
.model.col-2 .model-right {
  float: right;
  width: 69.523809%;
}
.model.col-2 .model-left {
  float: left;
  width: 28.571428%;
}
.model.col-2.show .model-left {
  width: 61.904761%;
}
.model.col-2.show .model-left .hid-box.list {
  margin-top: 29px;
}
.model.col-2.show .model-left .list-item {
  width: 100%;
  float: none;
}
.model.col-2.show .model-right {
  width: 33.333333%;
}
.model.col-2.show .model-right .top {
  padding-right: 0;
  background-color: transparent;
  border-bottom: none;
  background-image: url("../img/top-ng.png");
  background-repeat: no-repeat;
  background-repeat-x: initial;
  background-position: left bottom;
}
.model.col-2.show .model-right .top .title {
  float: none;
  color: #333333;
  font-weight: initial;
  padding: 0;
  border-bottom: none;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model.col-2.show .model-right .item-con {
  box-sizing: border-box;
  padding: 20px;
}
.face-box {
  height: 362px;
  position: relative;
}
.face-box .face-img {
  width: 100%;
  height: 100%;
}
.face-box .face-zz {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.face-box .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}
.show_video {
  display: none;
}
.m.table-desc {
  display: none;
}
.table-desc {
  float: left;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  border-collapse: collapse;
  font-size: 14px;
  color: #59595A;
  margin-top: 15px;
  width: 100%;
}
.table-desc tr {
  background-color: white;
  line-height: 28px;
  height: 44px;
}
.table-desc td + td {
  padding-left: 15px;
  padding-right: 15px;
}
.table-desc td {
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
.table-desc td:first-child {
  width: 26.4%;
  padding-left: 3.8%;
}
.con.index .model-item{
  margin-top: 15px;
  position: relative;
}
.model-item .top {
  height: 48px;
  padding-right: 20px;
  background-color: #F4F4F4;
}
.model-item .top .title {
  float: left;
  color: #E60000;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  height: 100%;
  line-height: 48px;
  box-sizing: border-box;
  border-bottom: 3px solid #D62B19;
  position: relative;
  bottom: -1px;
}
.model-item .top .more {
  float: right;
  line-height: 48px;
  color: #333333;
}
.model-item .item-con .img {
  margin-top: 15px;
}
.model-item .item-con .img ul {
  margin: 0 -29px;
}
.model-item .item-con .img .item-link {
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  padding-left: 63px;
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #ccc;
}
.model-item .item-con .img .item-link.right {
  background: url("../img/icon-zright.png") no-repeat 10px center;
}
.model-item .item-con .img .item-link.left {
  background: url("../img/icon-zleft.png") no-repeat 10px center;
}
.model-item .item-con .item {
  float: left;
  box-sizing: border-box;
}
.model-item .item-con .img-item {
  width: 50%;
  padding: 0 29px;
  text-align: center;
}
.model-item .item-con .img-item img {
  width: 100%;
  max-height: 62px;
}
.model-item .item-con .item-link {
  display: block;
}
.model-item .item-con .video {
  margin-top: 18px;
}
.model-item .item-con .video ul {
  margin: 0 -29px;
}
.model-item .item-con .video-item {
  width: 25%;
  padding: 0 13px;
}
.model-item .item-con .video-item .img-box img {
  width: 100%;
  border: 1px solid #FCFAFD;
  display: block;
  box-sizing: border-box;
}
.model-item .item-con .video-item .img-box.im img {
  height: 104px;
}
.model-item .item-con .video-item .subtitle {
  text-align: center;
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.model-item .item-con .video-item .play {
  text-align: center;
  color: #999999;
}
.model-item .item-con .video-item .play img,
.model-item .item-con .video-item .play span {
  border: none;
  vertical-align: middle;
}
.model-item .item-con .video.col {
  margin-top: 18px;
  float: right;
  width: 37.042253%;
}
.model-item .item-con .video.col ul {
  margin: 0;
}
.model-item .item-con .video.col .video-item {
  width: 50%;
  padding: 0 7px;
}
.model-item .item-con .video.col .video-item .img-box img {
  width: 100%;
  height: 70px;
  border: 1px solid #FCFAFD;
  display: block;
  box-sizing: border-box;
}
.model-item .item-con .video.col .video-item .subtitle {
  text-align: center;
  margin: 8px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.model-item .item-con .video.col-2 ul {
  margin: 0;
}
.model-item .item-con .video.col-2 .video-item {
  width: 50%;
  padding: 0 11px;
}
.model-item .item-con .video.special {
  margin-top: 18px;
}
.model-item .item-con .video.special ul {
  margin: 0 -20px;
}
.model-item .item-con .special .video-item {
  width: 20%;
  padding: 0 20px;
}
.list.rank .list-item a{
  padding-left: 25px;
}
.list.rank .list-item .list-link:before {
    display: none;
}
.model-item .item-con .special .video-item .img-box img {
  width: 100%;
  height: 120px;
}
.model-item .item-con .list {
  margin-top: 11px;
}
.model-item .item-con .list ul {
  margin: 0 -17px;
}
.model-item .item-con .list-item {
  width: 100%;
  padding: 0 17px;
}
.model-item .item-con .list-item .subtitle {
  width: 75%;
  float: left;
  line-height: 30px;
  font-size: 12px;
  color: #606060;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model-item .item-con .list-item .play {
  float: right;
  text-align: center;
  color: #999999;
}
.model-item .item-con .list-item .play img {
  border: none;
  vertical-align: middle;
}
.model-item .item-con .list-item .play span {
  line-height: 26px;
  color: #606060;
  vertical-align: middle;
}
.model-item .item-con .list.rank {
  margin-top: 20px;
}
.model-item .item-con .list.rank ul {
  margin: 0 -6px;
}
.model-item .item-con .list.rank .list-item {
  padding: 0 6px;
}
.model-item .item-con .list.rank .list-item .subtitle {
  line-height: 35px;
}
.model-item .item-con .list.rank .list-item .subtitle:hover {
 color: #E60000;
}
.model-item .item-con .list.rank .list-item .play span {
  line-height: 35px;
}
.model-item .item-con .list.rank .list-item .item-link {
  display: block;
  box-sizing: border-box;
  padding: 0 25px 0 35px;
  position: relative;
}
.model-item .item-con .list.rank .list-item .item-link .num {
  position: absolute;
  top: 11px;
  left: 12px;
  color: #606060;
}
.model-item .item-con .list.rank .list-item:nth-child(4n+1) .item-link,
.model-item .item-con .list.rank .list-item:nth-child(4n+2) .item-link {
  background-color: #F4F4F4;
}
.model-item .item-con .list.col {
  float: left;
  width: 57.74647%;
}
.model-item .item-con .list.col ul {
  margin: 0;
}
.model-item .item-con .list.col .list-item {
  width: 100%;
  padding: 0;
}
.model-item .item-con .list.col .list-item .subtitle {
  width: 75%;
  float: left;
  line-height: 26px;
  font-size: 12px;
  color: #606060;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model-item .item-con .list.col .list-item .play {
  float: right;
  text-align: center;
  color: #999999;
}
.model-item .item-con .list.col .list-item .play img {
  border: none;
  vertical-align: middle;
}
.model-item .item-con .list.col .list-item .play span {
  line-height: 26px;
  color: #606060;
  vertical-align: middle;
}
.model-item .item-con .tv {
  margin-top: 10px;
}
.model-item .item-con .tv ul {
  margin: 0 -10px;
}
.model-item .item-con .tv-item {
  width: 50%;
  padding: 0 10px;
}
.model-item .item-con .tv-item .item-link {
  border-radius: 5px;
  font-size: 16px;
  color: #E60000;
  text-align: left;
  font-family: "microsoft yahei";
  padding: 15px 0;
  padding-left: 53px;
  background: url("../img/icontv.png") no-repeat 12px 8px;
  background-color: #F4F4F4;
}
.model.stars .hid-big-box {
  overflow: hidden;
}
.model.stars .model-item-box {
  margin: 0 -11px;
}
.model.stars .model-item {
  width: 33.333333%;
  box-sizing: border-box;
  float: left;
  padding: 0 11px;
  margin-top: 15px;
}
.model.stars .model-item .list-item {
  width: 100%;
}
.model.stars .model-item.col-2 {
  width: 66.666666%;
}
.model.stars.col-zl .item-con.zb {
  padding: 20px 10px 0;
}
.model.stars.col-zl .hid-big-box .model-item {
  width: 50%;
  box-sizing: border-box;
}
.radiu-box {
  padding: 0 10px;
}
.radiu-box li {
  margin-top: 10px;
}
.radiu-box .radiu-item {
  position: relative;
  display: block;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  color: #333333;
  padding-left: 80px;
  background: url("../img/item-yuan.png") no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.radiu-box .radiu-item .radiu-logo {
  width: 68px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
}
.radiu-box .radiu-item img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.model.middle,
.model.bottom {
  margin-top: 20px;
}
.tab-box {
  overflow: auto;
}
.tab-bar {
  margin-top: 20px;
}
.tab-bar .item {
  width: 20%;
  text-align: center;
  color: #fff;
  background-color: #F3F3F3;
  box-sizing: border-box;
  position: relative;
  border-right: 3px solid #fff;
}
.tab-bar .item a {
  color: #333333;
  font-size: 14px;
  display: block;
  height: 34px;
  line-height: 34px;
  border-top: 2px solid #C7C7C7;
}
.tab-bar .item.active {
  background-color: #F4F4F4;
  height: 49px;
}
.tab-bar .item.active a {
  border-top: 2px solid #E60000;
}
.nav-tab-box {
  max-width: 1100px;
  margin: 20px auto 0;
  background-color: #E60000;
}
.nav-tab-box .nav-bar-box {
  width: 15%;
  float: left;
}
.nav-tab-box .nav-bar-box .item a {
  display: block;
  line-height: 63px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #CC0001;
}
.nav-tab-box .nav-bar-box .item.active a {
  background-color: #E60000;
}
.nav-tab-box .nav-tab-content {
  width: 85%;
  float: right;
  font-size: 0;
  background-color: #E60000;
  padding: 4px 0;
}
.nav-tab-box .nav-tab-content li {
  display: inline-block;
}
.nav-tab-box .nav-tab-content .item {
  display: block;
  padding: 0 12px;
  font-size: 14px;
  line-height: 39px;
  color: #fff;
  background-color: #E60000;
}
.nav-tab-box .nav-tab-content .item:hover {
  background-color: #CC0001;
}
.item-con.zb {
  padding: 20px 20px 0;
  position: relative;
}
.item-con.zb .face-img {
  width: 100%;
  height: 197px;
}
.item-con.zb .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  width: 50px;
}
.model-left.pos {
  position: relative;
}
.model-left.pos .tab-box {
  position: absolute;
  top: 0;
  left: 27%;
}
.con .pos.tab-box{

}
.model-left.pos .tab-box .tab-bar {
  margin-top: 0;
}
.model-left.pos .tab-box .item {
  width: auto;
  border: none;
}
.model-left.pos .tab-box .item.active a {
  border-bottom: 1px solid #fff;
  border-top: 2px solid #E60000;
}
.model-left.pos .tab-box .item a {
  font-size: 14px;
  padding: 0 20px;
  height: 100%;
  border: none;
  line-height: 48px;
  box-sizing: border-box;
}
.col-l-t {
  padding: 0 10px;
  margin-bottom: 35px;
}
.col-l-t .item {
  padding: 0 24px;
  float: left;
  box-sizing: border-box;
  width: 50%;
}
.col-l-t .item a {
  min-height: 90px;
  font-size: 13px;
  color: #333333;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 5px 7px;
  border: 2px solid #E1E1E1;
  background: url("../img/col-l-t.png") left center;
  background-repeat-x: initial;
  position: relative;
}
.col-l-t .item a .img-box {
  position: relative;
  height: 60px;
}
.col-l-t .item a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}
.col-l-t .item a .subtitle {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 6px;
  left: 0;
}
.hits-box {
  margin-top: 10px;
  margin-bottom: 20px;
}
.hits-box .hits-link {
  padding-left: 34px;
  padding-right: 16px;
  font-size: 12px;
  color: #333333;
  display: block;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dashed #B2B2B2;
  position: relative;
}
.hits-box .hits-link .subtitle {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.hits-box .hits-link .subtitle:hover {
 color: #E60000;
}
.hits-box .hits-link .num {
  float: right;
}
.hits-box .hits-link:before {
  width: 7px;
  height: 7px;
  content: '';
  display: block;
  background: url("../img/right.jpg") no-repeat center center;
  position: absolute;
  top: 11px;
  left: 16px;
}
.hits-box .hits-link.first:before {
  background: none;
  background-color: #F4F4F4;
  border: none;
}
.hits-box .hits-link.first {
  background-color: #F4F4F4;
  border: none;
}
.tree {
  height: 530px;
  overflow-y: auto;
  padding: 19px 19px 19px 40px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0;
  position: relative;
}
.tree li.child {
  padding-left: 40px;
}
.tree li::before,
.tree li::after {
  content: '';
  left: 15px;
  position: absolute;
  right: auto;
}
.tree li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}
.tree li::after {
  border-top: 1px solid #999;
  height: 20px;
  top: 20px;
  width: 25px;
}
.tree li span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #999;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 10px;
  text-decoration: none;
  color: #333333;
}
.tree li span a {
  color: #333333;
}
.tree li.parent_li > span {
  cursor: pointer;
}
.tree li.parent_li > span.active {
  background: #eee;
}
.tree li.parent_li > span.active a {
  color: #E60000;
}
.tree > ul > li::before,
.tree > ul > li::after {
  border: 0;
}
.tree li:last-child::before {
  height: 20px;
}
.tree li.parent_li > span:hover,
.tree li.parent_li > span:hover + ul li span,
.tree li.parent_li > span + ul li span:hover {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}
.tree li.parent_li > span + ul li.active span a,
.tree li.parent_li > span + ul li.active span {
  color: #E60000;
  background: #eee;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
}
.icon-step-backward {
  background: url("../img/more.png") no-repeat;
  background-position: -24px -96px;
  position: relative;
  left: -5px;
  cursor: pointer;
  z-index: 10;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.now-location {
  font-size: 14px;
  color: #333333;
  padding-left: 35px;
  position: relative;
  background: url("../img/homenow.png") no-repeat 12px center;
  background-color: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
}
.now-location .title {
  height: 40px;
  line-height: 40px;
  float: left;
}
.now-location .main {
  float: left;
}
.now-location .main a {
  height: 40px;
  line-height: 40px;
  color: #333333;
}
.now-location .main a:hover {
  color: #e60000;
}
.now-location .main a.active {
  color: #E60000;
}
.now-location .main img {
  vertical-align: middle;
  padding: 0 5px;
}
.modal-link {
  border: 1px solid #ccc;
}
.modal-link a {
  padding: 24px 0 24px 94px;
  display: block;
  background-image: url("../img/bs.jpg");
  background-repeat: no-repeat;
  background-position: 24px center;
  font-size: 17px;
  font-weight: bold;
  color: #333;
}
.modal-link.bm,
.modal-link.nc {
  background-image: url("../img/modal-link.jpg");
  background-repeat-x: initial;
}
.modal-link.bm {
  margin: 26px 0 15px;
}
.modal-link.bm a {
  background-position-x: 65px;
  background-image: url("../img/bm.jpg");
}
.modal-link.nc a {
  background-position-x: 65px;
  background-image: url("../img/nc.jpg");
}
.foot {
  height: 100px;
  line-height: 100px;
  background: #E60000;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.re-bank {
  border: 1px solid #eee;
  border-top: none;
}
.re-bank li {
  width: 100%;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.re-bank span {
  display: block;
  width: 8px;
  height: 12px;
  float: right;
  margin-right: 10px;
  margin-top: -35px;
  background: url(../img/re-triangle.jpg);
}
.re-bank a {
  display: block;
  width: 80%;
  line-height: 56px;
  font-size: 14px;
  color: #333;
  text-indent: 50px;
  position: relative;
}
.re-bank .re-active a {
  color: #e60000;
}
.re-bank .re-active span {
  background: url(../img/re-triangle-red.jpg);
}
.re-bank .re-bank1 {
  background: url(../img/re-dq.jpg) 20px 18px no-repeat;
}
.re-bank .re-bank2 {
  background: url(../img/re-time.jpg) 20px 18px no-repeat;
}
.re-bank .re-bank3 {
  background: url(../img/re-book.jpg) 20px 18px no-repeat;
}
.re-bank .re-bank4 {
  background: url(../img/re-time.jpg) 20px 18px no-repeat;
}
.re-bank .re-bank5 {
  background: url(../img/re-wh.jpg) 20px 18px no-repeat;
}
.radiu-box .radiu-item:hover {
  background-image: url(../img/item-yuan-hover.png);
}
.modal-link { 
  border-radius: 10px;
}
.modal-link:hover {
  border: 1px solid #795548;
  box-shadow: inset 0 0 0 1px #fff, 0 2px 5px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(top, #fff, #fffaca);
}
.model-item .item-con .img .item-link {
  border-radius: 10px;
}
.model-item .item-con .img-item:hover {
  border: none;
  position: relative;
}
.model-item .item-con .img-item:hover:after {
  position: absolute;
  left: 29px;
  display: block;
  right: 29px;
  height: 100%;
  top: 0;
  content: "";
  z-index: 0;
  background: -webkit-linear-gradient(top, #fff, #fffaca);
  border-radius: 10px;
}
.model-item .item-con .img-item:hover .item-link {
  border: 1px solid #795548;
  box-shadow: inset 0 0 0 1px #fff, 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
  color: #e60000;
}
.model-item .item-con .item-link {
  display: block;
}
.model-item .item-con .tv {
  margin-top: 10px;
}
.model-item .item-con .tv ul {
  margin: 0 -10px;
}
.model-item .item-con .tv-item {
  width: 50%;
  padding: 0 10px;
}
.model-item .item-con .tv-item .item-link {
  border-radius: 5px;
  font-size: 16px;
  color: #E60000;
  text-align: left;
  font-family: "microsoft yahei";
  padding: 15px 0;
  padding-left: 53px;
  background: url("../img/icontv.png") no-repeat 12px 8px;
  background-color: #F4F4F4;
}
.model-item .item-con .img.hid-box {
  overflow: visible;
}
.model-right {
  overflow: visible;
}
.noData {
  line-height: 50px;
  text-align: center;
}
.noImgData{
  line-height: 50px;
  text-align: center;
  padding-top:50px;
}
.resource img{
  width: 135px;
  height:99px;
}
.hid-change .resource img{
  height: 256px;
}
.currpage{
  background-color: #ddd;
}

.model-item .item-con .img-items{
  width: 50%;
  padding: 0 100px;
}
.model-right .model-item .item-con .video-item .subtitle.m-b10{
  margin-bottom: 10px;
}

.nav ul li{
  background-image: none !important;
}
.nav ul li.first span{
  display: none;
}
.nav ul li span{
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  background-color: #F4F4F4;
  left: -1px;
  z-index: 30;
}
.nav ul li:hover span,
.nav ul li.active span{
  display: none;
}
.nav ul li:hover,
.nav ul li.active{
  position: relative;
  z-index: 60;
}

.vjs-default-skin .vjs-big-play-button{
  width: 90px !important;
  height: 90px !important;
  background: url(//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png) -2px -2px no-repeat;
  border: none !important;
  box-shadow: none !important;
  top: 7.5em !important;
  background-color: transparent !important;
}
.vjs-default-skin .vjs-big-play-button:before{
  content: "" !important;
}
.vjs-default-skin .vjs-play-control:before,
.vjs-default-skin .vjs-fullscreen-control:before,
.vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before,
.vjs-default-skin .vjs-slider-handle:before{
  content: "" !important;
}
.vjs-default-skin .vjs-play-control.vjs-paused{
  width: 27px;
  height: 30px;
  background: url(//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png) -28px -247px no-repeat;
}
.vjs-default-skin .vjs-play-control.vjs-playing{
  width: 27px;
  height: 30px;
  background: url(//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png) -202px -264px no-repeat;
}
.vjs-default-skin .vjs-fullscreen-control {
  background: url(//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png) -118px -185px no-repeat;
}
.vjs-default-skin .vjs-volume-control{
  margin-right: 12px !important;
}
.vjs-poster{
  background-size: 100% !important;
}
.vjs-poster img{
  height: 100%;
}

.model-item .item-con .img .item-link{
  border:none;
  line-height: 0;
}
.model-item .item-con .img ul {
  margin: 0 -5px;
}
.model-item .item-con .img-item{
  padding: 0 5px;
}
.model-item .item-con .img .item-link.left {
  background: none;
}
.model-item .item-con .img-item:hover:after{
  background: none;
}
.model-item .item-con .img .item-link{
  padding-left: 0;
}
.model-item .item-con .img-item:hover .item-link{
  border:none;
  box-shadow:none;
}
.model-item .item-con .img{
  margin-top: 0;
}
.model-item .item-con .img-item img{
  width: auto;
  max-height: 70px;
}
.radiu-box li{
  transition: 0.2s all ease-in;
  background: #fefefe;
  margin-top: 8px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.radiu-box li:hover{
  background: -webkit-linear-gradient(top, #fff, #fffaca);
  box-shadow: inset 0 0 0 1px #fff,0 2px 5px rgba(0,0,0,.2);
  border: 1px solid #795548;
}
.radiu-box .radiu-item{
  height: 58px;
  line-height: 58px;
  font-size: 15px;
  font-weight: bold;
}
.radiu-box li:hover .radiu-item{
  color: #E60500;
}

.model-item .item-con .hid-change{
  margin-top: 0;
}
.model-item .item-con .hid-change ul{
  margin: 0 -4px;
}
.model-item .item-con .hid-change .video-item{
  width: 100%;
  padding: 0 4px;
}
.model-item .item-con .hid-change .item-link{
  position: relative;
  padding: 4px;
  border: 1px solid #E1E1E1;
}
.model-item .item-con .hid-change .change{
  position: absolute;
  width: 97.4%;
  bottom: 4px;
  left: 5px;
  background-color: rgba(0,0,0,.5);
  line-height: 30px;
}
.model-item .item-con .hid-change .video-item .change .subtitle{
  margin: 0;
  color: #fff;
  text-align: left;
  padding-left: 12px;
}
.model-item .item-con .hid-change .change .subtitle-hiden{
  padding-top:10px ;
  padding-left: 15px;
}
.model-item .item-con .hid-change  .subtitle:hover{
  color: #fff !important;
}
.model-item .item-con .hid-change .change .subtitle-hiden,
.model-item .item-con .hid-change .change .play{
  display: none;
}
.model-item .item-con .hid-change .change .play{
  background-color: #E60500;
  width: 80px;
  height: 28px;
  margin: 16px 0 18px 16px;
  color: #fff;
}
.model-item .hid-change .video-item:hover .change .play,
.model-item .hid-change .video-item:hover .change .subtitle-hiden{
  display: block;
}
.model-item .hid-change .video-item:hover .change .subtitle-hiden{
  color: #fff;
}
.model-item .hid-change .video-item:hover .change .subtitle{
  display: none;
}
.sort {
  margin-top: 10px;
}
.sort .img-box{
  margin: 0 -4px;
}
.sort .img-box .img-list {
  float: left;
  width: 47%;
  padding: 0 4px;
}
.sort .img-box a{
  display: block;
  text-align: center;
  padding: 38px 0 34px;
  border-radius: 5px;
}
.sort .img-box .img-lf a{
  background-color: #399BDA;
}
.sort .img-box .img-rf a{
  background-color: #20AB50;
}
.sort .img-box .img-list .img{
  height: 37px;
}
.sort .img-box .img-list p.word {
  text-align: center;
  padding-top: 16px;
  color: #fff;
  font-size: 15px;
  font-family: "微软雅黑";
}
.model-item .item-con .tv-item .item-link{
  padding: 21px 0;
  padding-left: 53px;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  color: #333333;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #FDFDFD, #EAEAEA);
}
.model-item .item-con .tv-item .item-link i{
  display: block;
  width: 21px;
  height: 10px;
  background: url(../img/shuangjiantou.png) no-repeat center center;
  float: right;
  padding-right: 38px;
}
.hits-box .hits-link:before{
  top: 14px;
}

.radiu-box .radiu-item,.radiu-box .radiu-item:hover{
  background: none;
}
.radiu-box .radiu-item img{
  bottom:5px
}
.model-item .item-con .tv-item .item-link em{
  position: absolute;
  display: block;
  width: 35px;
  height: 31px;
  background: url(../img/tv.png) no-repeat center center;
  left: 20px;
  bottom: 16px;
}
.model-item .item-con .tv-item .item-link{
  position: relative;
  padding-left: 62px;
}


.sort .img-box .img-list{
  width: 50%;
  box-sizing: border-box;
}
.model-item .item-con .img .item-link{
  padding: 10px 0;
}
.model-item .item-con .img-item {
  padding: 0 10px;
}
.model-item .item-con .img ul {
  margin: 0 -10px;
}
.img-box{
  position: relative;
}
.player-btn{
  width: 36px !important;
  height: 36px !important;
  border: none !important;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 50%;
  margin-left: -18px;
}
.loged-userbar{
  float: right;
     position: relative;
 }
 .loged-userbar .per-zone{
  border:1px solid #fff;
 }
 .loged-userbar .userbar-drop{
  position: absolute;
     top: 100%;
     width: 100%;
     background: #fff;
     border: 1px #ccc solid;
     left: 0;
     z-index: 1000;
     border-radius: 3px;
     box-sizing: border-box;
     box-shadow: 0px 1px 3px rgba(0,0,0,.08);
     text-align: center;
 }
 .loged-userbar .userbar-drop li{
  float: none;
     line-height: 32px;
     margin: 0;
     border-bottom: 1px solid #f1f1f1;
 }
 .loged-userbar .userbar-drop a{
  font-size: 12px;
     line-height: 32px;
     display: block;
        color:#333;
 }
 .loged-userbar .userbar-drop a:hover{
  color: #e60000;
  background-color:#f7f7f7;
 }