@charset "utf-8";
.yk-header {
  position: relative;
  width: 100%;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.yk-header * {
  font-family: "Microsoft YaHei", SimHei, helvetica, arial, verdana, tahoma, sans-serif;
}

.yk-header input {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 4px 5px;
  border: 1px solid #a0a0a0;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff none;
  font-family: "Microsoft YaHei", SimHei, helvetica, arial, verdana, tahoma, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.yk-header input.input-default {
  color: #bbb;
}
.yk-header input:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.yk-header input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.yk-header button,
.yk-header input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent none;
  font-family: "Microsoft YaHei", SimHei, helvetica, arial, verdana, tahoma, sans-serif;
}
.yk-header .ico-user,
.yk-header .ico-myspace,
.yk-header .ico-videomanage,
.yk-header .ico-notification,
.yk-header .ico-setting,
.yk-header .ico-member,
.yk-header .ico-quit,
.yk-header .ico-channel,
.yk-header .ico-record,
.yk-header .ico-search,
.yk-header .ico-loading,
.yk-header .ico-so {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: transparent url("/images_m/video/mheader.png") no-repeat;
}
.yk-header .ico-channel,
.yk-header .ico-record,
.yk-header .ico-search,
.yk-header .ico-so {
  width: 16px;
  height: 16px;
}

.yk-header .ico-user {
  background-position: 0 -24px;
}
.yk-header .ico-myspace {
  background-position: 0 -48px;
}
.yk-header .ico-videomanage {
  background-position: -24px -48px;
}
.yk-header .ico-notification {
  background-position: 0 -72px;
}
.yk-header .ico-setting {
  background-position: -24px -72px;
}
.yk-header .ico-member {
  background-position: 0 -96px;
}
.yk-header .ico-quit {
  background-position: -24px -96px;
}
.yk-header .ico-channel {
  background-position: 0 0;
}
.yk-header .ico-record {
  background-position: -24px -24px;
}
.yk-header .ico-search {
  background-position: -24px 0;
}
.yk-header .ico-so {
  background-position: 0 -120px;
}

.yk-header .btn-search {
  cursor: pointer;
  width: 68px;
  height: 30px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #1a67cb;
  background-color: #2e8ee2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47a4f4), color-stop(7%, #2e8ee2), to(#2e8ee2));
  background-image: -webkit-linear-gradient(#47a4f4, #2e8ee2 7%, #2e8ee2);
  background-image: -moz-linear-gradient(top, #47a4f4, #2e8ee2 7%, #2e8ee2);
  background-image: -o-linear-gradient(#47a4f4, #2e8ee2 7%, #2e8ee2);
  background-image: linear-gradient(#47a4f4, #2e8ee2 7%, #2e8ee2);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff47a4f4', endColorstr='#ff2e8ee2', GradientType=0);
  color: #fff;
}
.yk-header .btn-search .ico-so {
  margin: -3px 5px 0 0;
}


.yk-header .yk-handle.yk-handle-expand .ico-search {
  background-position: -72px 0;
}
.yk-header .yk-handle.yk-handle-expand .ico-record {
  background-position: -72px -24px;
}

.yk-header .yk-search-box {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 232px;
  max-width: 480px;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  padding-right: 68px;
}
.yk-header .yk-search-box input {
  float: left;
  width: 100%;
  border-right: 0 none;
}
.yk-header .yk-search-box button {
  position: absolute;
  top: 0;
  right: 0;
}
.yk-header .yk-panel-channel {
  min-width: 300px;
  max-width: 984px;
  margin: 0 auto;
}
.yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item {
  white-space: nowrap;
}
.yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item dt,
.yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item dd {
  float: left;
  margin: 0 0 10px;
}
.yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item label,
.yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item a {
  display: block;
  float: left;
  min-width: 85px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}
.yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item label {
  color: #909090;
}
.yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item .current a {
  background: #06a7e1;
  color: #fff;
}
.yk-header .yk-panel-channel .yk-services {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cacaca;
}
.yk-header .yk-panel-channel .yk-services .yk-channel-item {
  float: left;
}
.yk-header .yk-panel-records .yk-records-list {
  overflow: hidden;
  position: relative;
  height: 132px;
}
.yk-header .yk-panel-records .yk-records-list ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  *zoom: 1;
}
.yk-header .yk-panel-records .yk-records-list ul:before,
.yk-header .yk-panel-records .yk-records-list ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.yk-header .yk-panel-records .yk-records-list ul:after {
  clear: both;
}
.yk-header .yk-panel-records .yk-records-list li {
  position: relative;
  float: left;
  margin-right: 20px;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-item > a {
  cursor: pointer;
  display: block;
  width: 128px;
  height: 120px;
  padding: 5px;
  border: 1px solid #e7e7e7;
  background: #fff;
  font-size: 14px;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-item > a:visited,
.yk-header .yk-panel-records .yk-records-list li.yk-records-item > a.visited {
  color: #7d5f98;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-item > a .a-pic {
  overflow: hidden;
  display: block;
  width: 128px;
  height: 80px;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-item > a .a-pic img {
  width: 100%;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-item > a .a-link {
  overflow: hidden;
  display: block;
  height: 40px;
  line-height: 20px;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-item > a .a-girdle {
  position: absolute;
  left: 6px;
  top: 66px;
  z-index: 2;
  width: 120px;
  padding: 0 4px;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-item > a .a-girdle .txt {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #bbb;
  text-shadow: none;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-item > a .a-girdle .bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-action {
  display: block;
  width: 128px;
  height: 90px;
  padding: 40px 5px 0;
  text-align: center;
  border: 1px solid #e7e7e7;
  background: #fff;
  color: #555;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-action > div {
  margin-bottom: 5px;
  font-size: 14px;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-action strong {
  font-size: 18px;
  font-weight: normal;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-action .l-out {
  cursor: pointer;
  display: inline;
  float: right;
  padding: 0;
  text-align: right;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #06a7e1;
}
.yk-header .yk-panel-records .yk-records-list li.yk-records-action .username {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
}
.yk-header .yk-panel-records .yk-records-null {
  height: 90px;
  padding: 21px 0;
  text-align: center;
  box-sizing: content-box;
  -webkit-box-sizing: -webkit-content-box;
}
.yk-header .yk-panel-records .yk-records-null div {
  font-size: 14px;
  margin-bottom: 16px;
}
.yk-header .yk-panel-records .yk-records-null div b {
  font-size: 16px;
  font-weight: normal;
}
.yk-header .yk-panel-records .yk-records-null .btn-login {
  margin-bottom: 2px;
}
.yk-header .yk-panel-records .yk-records-loading {
  height: 32px;
  padding: 50px 0;
  text-align: center;
}
.yk-header .yk-panel-records .yk-records-loading img {
  width: 32px;
  height: 32px;
}
.yk-header .yk-panel-userlog {
  min-width: 300px;
  max-width: 984px;
  margin: 0 auto;
}
.yk-header .yk-panel-userlog ul.yk-userservices-list {
  margin-bottom: -10px;
  *zoom: 1;
}
.yk-header .yk-panel-userlog ul.yk-userservices-list:before,
.yk-header .yk-panel-userlog ul.yk-userservices-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.yk-header .yk-panel-userlog ul.yk-userservices-list:after {
  clear: both;
}
.yk-header .yk-panel-userlog ul.yk-userservices-list .ico-user {
  background-position: -24px -120px;
}
.yk-header .yk-panel-userlog ul.yk-userservices-list li > a,
.yk-header .yk-panel-userlog ul.yk-userservices-list li > span {
  cursor: pointer;
  position: relative;
  zoom: 1;
  float: left;
  width: 90px;
  padding-left: 30px;
  margin: 0 20px 10px 0;
  line-height: 35px;
  font-size: 18px;
}
.yk-header .yk-panel-userlog ul.yk-userservices-list li > a i,
.yk-header .yk-panel-userlog ul.yk-userservices-list li > span i {
  position: absolute;
  top: 6px;
  left: 0;
}
.yk-header .yk-panel-userlog ul.yk-userservices-list li > a > span,
.yk-header .yk-panel-userlog ul.yk-userservices-list li > span > span {
  color: #555;
}
.yk-header .yk-panel-search {
  display: none;
}
.yk-header .yk-searchbox-phone {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  padding: 10px;
}
.yk-nav {
  padding: 0 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.yk-nav a {
  text-decoration: none;
  color: #555;
}
.yk-nav a:hover {
  text-decoration: none;
  color: #c31;
}
.yk-nav a:visited {
  color: #555;
}
.yk-nav .yk-nav-box {
  overflow: hidden;
  position: relative;
  min-width: 300px;
  max-width: 984px;
  margin: 0 auto;
}
.yk-nav .yk-nav-list {
  width: 100%;
  height: 46px;
  border-bottom: 3px solid #e6e6e6;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.yk-nav .yk-nav-pills {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  height: 42px;
  margin: 0;
  padding: 0;
  padding-top: 7px;
  *zoom: 1;
}
.yk-nav .yk-nav-pills:before,
.yk-nav .yk-nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.yk-nav .yk-nav-pills:after {
  clear: both;
}
.yk-nav .yk-nav-pills li {
  float: left;
  position: relative;
  top: 3px;
  height: 39px;
  line-height: 20px;
  margin-right: 32px;
  white-space: nowrap;
}
.yk-nav .yk-nav-pills li a {
  display: inline-block;
  padding: 8px 0;
  font-size: 18px;
  font-family: "Microsoft YaHei", SimHei, helvetica, arial, verdana, tahoma, sans-serif;
}
.yk-nav .yk-nav-pills li.current a,
.yk-nav .yk-nav-pills a.current {
  border-bottom: 3px solid #06a7e1;
  color: #3399e0;
}
.yk-nav .yk-nav-pills li.current a:hover,
.yk-nav .yk-nav-pills a.current:hover {
  color: #c31;
}
@media screen and (max-width: 767px) {
  .yk-header {
    height: 85px;
  }
  .yk-header .yk-header-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .yk-header .yk-channel {
    left: 134px;
  }
  .yk-header .yk-panels .yk-panel {
    padding: 10px;
  }
  .yk-header .yk-ucenter .yk-playrecords .yk-handle .caption .phone-show {
    display: inline-block;
  }
  .yk-header .yk-ucenter .yk-playrecords .yk-handle .caption .pad-show {
    display: none;
  }
  .yk-header .yk-ucenter .yk-userlog .yk-userlog-after .yk-handle {
    padding-left: 7px;
    padding-right: 7px;
  }
  .yk-header .yk-so .yk-so-pad {
    display: none;
  }
  .yk-header .yk-so .yk-so-phone {
    display: block;
  }
  .yk-header .yk-panel-channel .yk-channel-entry {
    *zoom: 1;
    margin-bottom: -5px;
  }
  .yk-header .yk-panel-channel .yk-channel-entry:before,
  .yk-header .yk-panel-channel .yk-channel-entry:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .yk-header .yk-panel-channel .yk-channel-entry:after {
    clear: both;
  }
  .yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item dt,
  .yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item dd {
    margin-bottom: 5px;
  }
  .yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item a,
  .yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item label {
    min-width: 50px;
    padding: 0 5px;
    font-size: 14px;
  }
  .yk-header .yk-panel-channel .yk-channel-entry .yk-channel-item label {
    display: none;
  }
  .yk-header .yk-panel-channel .yk-services {
    margin-top: 5px;
    padding-top: 5px;
  }
  .yk-header .yk-panel-userlog {
    padding-left: 10px;
    padding-right: 10px;
  }
  .yk-header .yk-panel-userlog ul.yk-userservices-list li > a,
  .yk-header .yk-panel-userlog ul.yk-userservices-list li > span {
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .yk-header .yk-panel-search {
    display: block;
  }
  .yk-header .yk-searchbox-phone {
    display: block;
  }
  .yk-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (-webkit-max-device-pixel-ratio: 1.4), screen and (max--moz-device-pixel-ratio: 1.4), screen and (-o-max-device-pixel-ratio: 7/5), screen and (max-device-pixel-ratio: 1.4) {
  .yk-header .yk-logo .youkulogo {
    background-image: url("/images_m/video/yklogo.png");
  }
  .yk-header .ico-user,
  .yk-header .ico-myspace,
  .yk-header .ico-videomanage,
  .yk-header .ico-notification,
  .yk-header .ico-setting,
  .yk-header .ico-member,
  .yk-header .ico-quit,
  .yk-header .ico-channel,
  .yk-header .ico-record,
  .yk-header .ico-search,
  .yk-header .ico-so {
    background-image: url("/images_m/video/mheader.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3/2), screen and (min-device-pixel-ratio: 1.5) {
  .yk-header .yk-logo .youkulogo {
    background-image: url("/images_m/video/yklogo@2x.png");
    -webkit-background-size: 120px 30px;
    -moz-background-size: 120px 30px;
    -o-background-size: 120px 30px;
    background-size: 120px 30px;
  }
  .yk-header .ico-user,
  .yk-header .ico-myspace,
  .yk-header .ico-videomanage,
  .yk-header .ico-notification,
  .yk-header .ico-setting,
  .yk-header .ico-member,
  .yk-header .ico-quit,
  .yk-header .ico-channel,
  .yk-header .ico-record,
  .yk-header .ico-search,
  .yk-header .ico-so {
    background-image: url("/images_m/video/mheader@2x.png");
    -webkit-background-size: 96px 144px;
    -moz-background-size: 96px 144px;
    -o-background-size: 96px 144px;
    background-size: 96px 144px;
  }
}
