body {
  background-color: #f2f3f5;
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
}

.v-download, .v-jp {
  position: absolute;
  top: 18px
}

.bs_icon {
  display: block;
  background: url(../img/ds_icon.png) no-repeat
}

.hides {
  display: none
}

.gz_no {
  display: none;
}

.gz_yes {
  display: block;
}

.vjs-controls, .vjs-controls div {
  box-sizing: content-box
}

.head .head-bot .bg-gray {
  background-color: #353535
}

.v-icon {
  display: inline-block;
  background-image: url(../img/v_icon.png) !important;
  background-repeat: no-repeat
}

.comment-btn .v-icon {
  display: inline-block;
  background-position: 0 0;
  background-image: url(../img/icon.png) !important;
  background-repeat: no-repeat
}

.v-download {
  width: 17px;
  height: 16px;
  background-position: -12px -63px;
  right: 67px
}

.v-jp {
  width: 23px;
  height: 15px;
  background-position: -8px -86px;
  right: 40px
}

.public-icon-titleL1, .public-icon-titleL2, .public-icon-titleL7, .public-icon-titleL8 {
  height: 26px;
  top: 12px;
  left: -4px
}

.public-icon-titleL {
  background: url(../img/public_icon_titleL.png) no-repeat;
  display: inline-block;
  position: relative;
  margin-right: 20px
}

.public-icon-titleL1 {
  width: 72px;
  background-position: -29px 0
}

.public-icon-titleL7 {
  width: 72px;
  background-position: -29px -56px
}

.public-icon-titleL8 {
  width: 95px;
  background-position: -6px -56px
}

.public-icon-titleL2 {
  width: 72px;
  background-position: -29px -167px
}

.public-icon-titleL3 {
  width: 101px;
  height: 26px;
  top: 12px;
  left: -4px;
  background-position: 0 -223px
}

.public-icon-titleL4, .public-icon-titleL5, .public-icon-titleL6, .public-icon-titleL9 {
  width: 84px;
  height: 26px;
  top: 12px;
  left: -4px
}

.public-icon-titleL6 {
  background-position: -17px -279px
}

.public-icon-titleL9 {
  background-position: -17px -335px
}

.public-icon-titleL4 {
  background-position: -17px -113px
}

.public-icon-titleL5 {
  background-position: -18px -446px
}

.play-container {
  background-color: #242424;
  /*padding: 93px 0 20px;*/
  min-width: 1250px;
  /*hs0918*/
  /* padding: 73px 0 0px; */
  position: relative;
  overflow: hidden;
}

.hs-play-xh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  /*虚化图片*/
  background-size: 100% 100%;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}

.play-mian {
  /* position: absolute; top: 0px; */
  /* width: 1460px; */
  width: 1240px;
  margin: 0 auto;
  /* position: relative; */
  -webkit-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out
}

.play-section {
  position: relative;
  /* z-index: 4; */
  /*width: 1110px; height: 674px;*/
  /*width: 963px;*/
  /*去掉黑边框--修改宽度*/
  width: 890px;
  /* height: 542px; */
  height: 582px;
  background-color: #000;
  /*hs0918*/
  margin: 0 auto;
  overflow: hidden;
  margin-top: -42px;
  /* margin-top: -22px; */
}

.play-section .video-js-box {
  width: 100%;
  /* height: 100%; */
  height: 582px;
}

.play-side {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  float: right;
  width: 350px;
  height: 100%;
  background: #333;
  color: #ccc
}

.play-side .p-title {
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  border-bottom: 2px solid #f60
}

.play-side .play-list-contaier {
  height: 624px;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px)
}

.play-side .play-list::-webkit-scrollbar {
  width: 5px;
  background: #2D2D2D
}

.play-side .play-list::-webkit-scrollbar-track-piece {
  background: 0 0
}

.play-side .play-list::-webkit-scrollbar-button {
  display: none
}

.play-side .play-list::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 5px
}

.play-side .play-list {
  padding: 10px 15px 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  zoom: 1;
  background-color: #2D2D2D;
  scrollbar-base-color: #202020;
  scrollbar-face-color: #3C3C3C;
  scrollbar-arrow-color: #202020;
  scrollbar-3dlight-color: #3C3C3C;
  scrollbar-highlight-color: #3C3C3C;
  scrollbar-shadow-color: #3C3C3C;
  scrollbar-darkshadow-color: #3C3C3C;
  scrollbar-track-color: #2D2D2D
}

.play-side .play-item {
  border-bottom: 1px solid #3c3c3c
}

.play-side .play-item:hover {
  background-color: #5e3114;
  border-bottom: 1px solid #2D2D2D
}

.play-side .play-item a {
  height: 75px;
  display: block;
  padding-left: 115px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px
}

.play-side .play-item .pi-title {
  color: #fff
}

.play-side .play-item .pi-num {
  color: #858484;
  margin-top: 15px
}

.play-side .lazy {
  width: 96px;
  height: 54px;
  position: absolute;
  top: 10px;
  left: 5px border-radius: 3px;
}

#mod_player {
  width: 100%;
  height: 100%
}

.xh-4xs-3, .xh-4xs-1 {
  border-radius: 3px;
}

.vim-css.vjs-playing .vjs-play-control span {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}

#wrap-content {}

.c-info {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6
}

.c-title {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #444;
  text-align: center;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e6e6e6
}

.c-title .c-xq {
  padding: 0 30px;
  background-color: #f9f9f9
}

.c-title .c-xz {
  padding: 0 90px 0 30px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  position: relative
}

.c-title .fx-container-1 {
  margin-right: 30px;
  height: 50px;
  position: relative
}

.c-title .fx-container-1 .bds_sqq {
  width: 22px;
  height: 22px;
  background-position: -10px -110px;
  margin-top: 14px
}

.c-title .fx-container-1 .bds_qzone {
  width: 22px;
  height: 22px;
  background-position: -8px -140px;
  margin-top: 14px
}

.c-title .fx-container-1 .bds_tsina {
  width: 22px;
  height: 22px;
  background-position: -8px -170px;
  margin-top: 14px
}

.c-title .fx-container-1 .bds_weixin {
  width: 22px;
  height: 22px;
  background-position: -10px -201px;
  margin-top: 14px
}

#bdshare_weixin_qrcode_dialog, #bdshare_weixin_qrcode_dialog div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.ci-container {
  padding: 20px 0
}

.ci-container .ci-title {
  font-size: 22px;
  color: #444;
  padding: 0 30px
}

.ci-container .ci-info {
  position: relative;
  padding-right: 30px
}

.ci-container .ci-num {
  color: #afafaf;
  font-size: 14px
}

.ci-container .ci-num span {
  font-size: 30px;
  font-family: Helvetica
}

.ci-container .p-icon {
  display: inline-block;
  background: url(../img/v-tvc.png) no-repeat;
  margin-right: 20px;
  position: relative;
  left: -5px;
  vertical-align: middle
}

.ci-container .p-icon-tvc {
  width: 93px;
  height: 26px
}

.ci-container .v-type {
  display: inline-block;
  height: 20px;
  background-color: #e6e6e6;
  padding: 0 10px;
  font-size: 12px;
  color: #acacac;
  position: relative;
  margin-right: 25px
}

.ci-container .v-type i {
  display: inline-block;
  width: 11px;
  height: 20px;
  background-position: -15px 0;
  position: absolute;
  top: 0;
  right: -11px
}

.ci-container .v-time {
  font-size: 12px;
  color: #acacac;
  vertical-align: middle;
  display: inline-block;
  padding: 0 20px;
  position: relative
}

.ci-container .v-time i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-position: -13px -38px;
  position: absolute;
  top: 3px;
  left: 2px
}

.ci-container .ci-msg {
  position: absolute;
  bottom: 0;
  left: 0
}

.ci-container .info-content {
  font-size: 12px;
  color: #999;
  line-height: 25px;
  padding: 20px 20px 0 30px
}

.ci-container .info-content .title {
  color: #444
}

/* 文本样式 */
.content-container {
  border-bottom: 1px solid #f4f4f4;
  border-top: none;
  border-radius: 3px 3px 0 0;
  padding: 30px 75px 40px 75px;
}

.content-container .text-container {
  position: relative;
  text-align: justify;
  line-height: 28px;
  font-size: 14px;
  color: #3d464d;
  word-wrap: break-word;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
}

.content-container .text-container a {
  border-bottom: 1px solid #999;
  color: #3d464d !important;
}

.content-container .text-container a:hover {
  color: #3d464d !important;
}

.content-container .text-container h1, .content-container .text-container h2 {
  text-indent: 2em;
  margin: 8px 0 !important;
  color: #3d464d !important;
  font-size: 14px !important;
  font-weight: normal;
}

.content-container .text-container p {
  text-align: justify;
  text-indent: 2em;
  margin: 8px 0 !important;
  color: #3d464d !important;
  font-size: 14px !important;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif" !important;
}

.content-container .text-container span {
  text-align: justify;
  color: #3d464d !important;
  font-size: 14px !important;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif" !important;
}

.content-container .text-container iframe {
  margin: 0 auto;
  display: block;
}

.content-container .text-container img {
  display: block !important;
  margin: 8px auto !important;
  max-width: 100%;
  border: 0;
}

.content-container .text-container em {
  font-style: normal;
}

.content-container .text-container i {
  font-style: normal;
}

.content-container .text-container strong {
  /* font-style: normal; */
}

.content-container .text-container b {
  font-style: normal;
}

.content-container .text-container img:nth-of-type(1) {
  margin-top: 14px;
}

.text-container font {
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
}

/* 展开图标 */
.ct_zk .rotate_l {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.ct_zk .rotate_r {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: -8px;
}

.ct_sq .rotate_l {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.ct_sq .rotate_r {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: -8px;
}

.rotate_icon {
  width: 12px;
  height: 2px;
  background: #b5b5b5;
  vertical-align: middle;
}

.rgba {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  /*background-color: black;*/
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  ;
  /*FireFox*/
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* Opear */
  background: -ms-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  /*IE10及IE10+*/
}

.hidden {
  overflow: hidden;
  /*text-overflow:ellipsis; white-space: nowrap;*/
  height: 260px;
}

.ct_no {
  display: none !important;
}

.ct_yes {
  display: block !important;
}

.loading, .posa-fb {
  text-align: center;
}

/*.content-container  .text-container .ct-msg { display: inline-block; padding: 3px 5px; border-radius: 3px; background-color: #e6e6e6; color: #999; font-style: 12px !important; margin: 40px auto 10px; line-height: 16px; }*/
.content-container .ct-msg {
  text-align: center;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  /*background-color: #e6e6e6;*/
  color: #999;
  font-size: 12px;
  width: 100%;
  margin: 40px auto 10px auto;
}

.content-container .ct-msg p {
  text-align: center;
  display: inline-block;
}

.content-container .ct-msg a {
  border-bottom: 1px solid #999;
  color: #999;
  font-size: 12px;
}

.content-container .ct_btn {
  font-size: 14px;
  color: #b5b5b5;
  /*margin-right: 20px;*/
  cursor: pointer;
  margin: 0 auto;
  /* float: left; */
  margin-top: 10px;
}

.content-container .ct_btn i {
  display: inline-block;
  font-size: 20px;
}

.label-container {
  font-size: 12px;
  color: #afafaf;
  /*background-color: #f9f9f9;*/
  /*border: 1px solid #e6e6e6;*/
  border-top: none;
  margin-top: 1px;
  padding: 20px 75px;
  border-radius: 0 0 2px 2px;
}

.label-container a {
  display: inline-block;
  padding: 6px 10px;
  /*height: 40px;*/
  background-color: #f4f4f4;
  border-radius: 2px;
  margin-right: 15px;
  margin-top: 5px;
  background-color: #f4f4f4;
  font-size: 12px;
  /*color: #acacac;*/
  color: #666;
  /*border: 1px solid #acacac;*/
}

.label-container a:hover {
  /*border: 1px solid #666;*/
}

.label-container span span {
  /*padding-left: 80px;*/
}

.comment-container {
  padding: 15px 30px 0px 20px;
  /*background-color: #f9f9f9;*/
  /*border: 1px solid #f4f4f4;*/
  border-top: none;
  margin-top: 1px;
  border-radius: 3px !important;
}

.comment-form {
  position: relative;
  padding-left: 60px
}

.comment-form .user-pic {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e6e6e6
}

.user-pic img {
  width: 100%;
  height: 100%;
}

.comment-centent {
  width: 100%;
  /*height: 115px;*/
  height: 75px;
  padding: 10px;
  border: 1px solid #e4e9ed;
  resize: none;
  font-size: 12px;
  color: #999;
  border-radius: 3px;
  outline: 0;
  /*hs0920*/
  background-color: #f4f4f4;
}

.comment-centent:focus {
  border: 1px solid #ffa200;
  box-shadow: inset 0 0 3px #ffa200
}

.comment-btn {
  height: 40px;
  margin-top: 10px
}

.btn-face {
  padding-left: 28px;
  height: 20px;
  font-size: 14px;
  /*color: #ffa200;*/
  color: #333;
  /*margin-top: 10px;*/
  line-height: 20px;
  cursor: pointer;
  background-position: -11px -234px
}

.btn-primary {
  font-size: 12px;
  color: #fff;
  /*padding: 10px 15px;*/
  width: 80px;
  height: 25px;
  background-color: #ffa200;
  outline: 0;
  border: none;
  /*background-color: #f97733;*/
  font-family: "Microsoft YaHei";
  border-radius: 2px;
  cursor: pointer;
  float: right;
}

.btn-primary:hover {
  /*color: #fff;*/
  /* background: #ffab19; background: -moz-linear-gradient(top, #ffab19 0, #f78749 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffab19), color-stop(100%, #f78749)); background: -webkit-linear-gradient(top, #ffab19 0, #f78749 100%); background: -o-linear-gradient(top, #ffab19 0, #f78749 100%); background: -ms-linear-gradient(top, #ffab19 0, #f78749 100%); background: linear-gradient(to bottom, #ffab19 0, #f78749 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab19', endColorstr='#f78749', GradientType=0); */
  /*background-color: #f8aa23;*/
}

.hs-btn-primary {
  color: #fff;
  background-color: #FFA200;
}

.hs-btn-primary:hover {
  color: #fff;
  background-color: #f8aa23;
}

.cm-title, .comment-main {
  background-color: #fff
}

.comment-main {
  padding: 0px 40px 0px 40px;
  /*border: 1px solid #e6e6e6;*/
  border-top: none;
  margin: 1px 0 20px;
  background-color: #fff;
}

.cm-title {
  line-height: 30px;
  font-size: 16px;
  color: #2e2e2e;
  position: relative;
  padding: 0 30px 0px 35px;
  z-index: 2;
  margin-bottom: -1px
}

.cm-title>em {
  font-style: normal;
  color: #CCCCCC;
}

.cm-title i {
  display: inline-block;
  width: 6px;
  height: 30px;
  background-color: #f60;
  position: absolute;
  top: 0;
  left: 20px
}

.comment-item {
  position: relative;
  padding: 20px 0px 10px 60px;
  border-top: 1px solid #e6e6e6;
}

.comment-item .btn_box {
  position: relative;
  min-height: 70px;
  padding-bottom: 20px;
  /*margin-top: 22px;*/
}

.comment-item .pl_child p {
  /*padding-bottom: 20px;*/
  margin-top: 0;
}

.comment-item .user-pic {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 20px;
  /*left: 70px;*/
  left: 0;
  border: 1px solid #e6e6e6
}

.comment-item .comment-name {
  font-size: 14px;
  color: #333;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-weight: 600
}

.comment-item .comment-name i {
  top: 1px;
  right: -22px
}

.comment-item .comment-time {
  color: #333;
  font-size: 12px;
  font-family: Helvetica
}

.comment-item .comment-content {
  font-size: 12px;
  color: #666;
  line-height: 17px;
  margin-top: 8px;
  letter-spacing: 1px;
}

.comment-item .comment-delete, .comment-item .comment-reply {
  font-size: 12px;
  color: #bbb;
  /*display: inline-block;*/
  margin-top: 15px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
}

.me_bj {
  font-size: 12px;
  color: #bbb;
  /*display: inline-block;*/
  margin-top: 15px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 80px;
}

.comment-item .comment-reply {
  right: 80px;
}

.comment-item .comment-delete {
  right: 30px;
}

.comment-list .comment-num {
  width: 34px;
  height: 34px;
  background-color: #e6e6e6;
  border-radius: 2px;
  position: absolute;
  top: 28px;
  left: 20px;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  color: #6e6e6e;
  cursor: pointer;
  font-family: Helvetica
}

.comment-num span {
  display: block;
  margin-top: 3px
}

.comment-list .top_icon {
  width: 11px;
  height: 7px;
  margin: 0 auto;
  background-position: -39px 0
}

.comment-list .current {
  background-color: #ffa200;
  color: #fff
}

.comment-list .current .top_icon {
  background-position: -23px 0
}

.comment-list .right_icon {
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
  right: -7px;
  background-position: -13px 0
}

.comment-list .current .right_icon {
  background-position: 0 0
}

.reply-content {
  background-color: #F4F4F4;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #9f9f9f
}

.reply-content a {
  color: #9f9f9f
}

.reply-content a:hover {
  color: #ffa200
}

.reply-form {
  margin-top: 20px
}

.reply-cancel {
  float: right;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  margin-right: 20px;
  cursor: pointer;
  color: #bbb
}

.reply-cancel:hover {
  color: #ffa200
}

.loading {
  display: none
}

.hr {
  height: 2px;
  /*border-top: 1px solid #f1f1f1*/
}

/*新页面修改的*/
.no {
  display: none !important;
}

.yes {
  display: block !important;
}

.bjzj {
  padding-top: 10px;
  padding-right: 10px;
  height: 95px;
  position: relative;
  display: none;
}

.bjzj textarea {
  height: 50px;
  padding: 10px;
  color: #cacaca;
  font-size: 12px;
  line-height: 17px;
  border: 1px solid #cacaca;
  border-radius: 2px;
}

.bjzj_fb, .bjzj_qx {
  font-size: 12px;
  color: #858585;
  /* display: inline-block; */
  margin-top: 15px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
}

.bjzj_fb {
  right: 70px;
}

.bjzj_qx {
  right: 20px;
}

.form_box {
  padding-right: 10px;
  height: 50px;
}

.form_box textarea {
  border: 1px solid #c9c9c9;
  border-right: 0;
  height: 50px;
  border-radius: 3px 0 0 3px;
  float: left;
  width: 90%;
}

.form_box #reply {
  float: right;
  width: 10%;
  height: 50px;
  font-size: 13px;
  border-radius: 0 3px 3px 0;
}

.notLoad {
  /*margin-top: 30px*/
}

.notLoad img {
  display: block;
  margin: 20px auto 0
}

.company-container {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 20px 10px 20px 20px;
  border-radius: 0 0 3px 3px
}

.company-pic {
  width: 30%;
  height: auto;
  max-width: 100px;
  border-radius: 100%
}

.company-info {
  width: 70%;
  padding-left: 15px
}

.company-info .company-name {
  height: 27px;
  font-size: 18px;
  color: #444;
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  margin-top: 10px;
  display: inline-block
}

.company-gw, .company-message {
  height: 25px;
  border-radius: 3px
}

.company-info .company-name i {
  top: 5px;
  right: 0
}

.company-info .company-address, .company-video-num {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  color: #999
}

.company-gw, .d-block {
  display: block
}

.company-info .company-address {
  margin-right: 20px
}

.company-info .company-address i {
  top: 3px
}

.company-video-num {
  padding-left: 17px
}

.company-video-num i {
  top: 4px
}

.company-message {
  width: 32px;
  display: block;
  background: url(../img/message.png) center center no-repeat #ffa200
}

.company-message:hover {
  background-color: #ffb636
}

.company-gw {
  max-width: 137px;
  line-height: 25px;
  font-size: 12px;
  color: #fefefe;
  background-color: #c6c6c6;
  padding: 0 8%;
  margin-left: 18px
}

.company-gw:hover {
  background-color: #ffa200
}

.company-msg {
  font-size: 12px;
  color: #242424;
  margin-top: 20px;
  line-height: 20px
}

.company-s-tile {
  color: #919191
}

.company-other {
  /*background-color: #f9f9f9;*/
  background-color: #fff;
  /*border: 1px solid #e6e6e6;*/
  position: relative;
  border-radius: 3px
}

.company-other .s-top {
  width: 18px;
  height: 9px;
  background: url(../img/top.png) no-repeat;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -9px
}

.company-other .co-title {
  /*padding: 15px 20px;*/
  padding: 20px 20px 10px 20px;
  /*border-bottom: 1px solid #f4f4f4;*/
  font-size: 16px;
  color: #313131;
}

.company-other .co-title span {
  display: inline-block;
  border-right: 2px solid #f9a600;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.company-other .co-title i {
  color: #666;
  font-size: 12px;
  font-style: normal;
}

.company-other .co-list {
  margin-top: 1px;
  padding: 10px
}

.company-other .co-item {
  width: 50%;
  padding: 10px;
  float: left
}

.brand-other, .d-block img, .posa-fb {
  width: 100%
}

.company-other .co-item:hover .bor1 {
  border-color: #ffa200
}

.company-other .co-item:hover .posa-fb {
  color: #ffa200
}

.posr {
  position: relative
}

.bor1 {
  border: 1px solid #d2d2d2
}

.posa-fb {
  position: absolute;
  bottom: 0;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  background-color: rgba(26, 26, 26, .25);
  margin-bottom: 0;
  padding: 0 10%
}

.brand-other .bo-title {
  padding: 15px 20px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  background-color: #f9f9f9;
  border-radius: 3px 3px 0 0
}

.brand-other .bo-list {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-top: none;
  margin-top: 1px;
  padding-bottom: 10px;
  border-radius: 0 0 3px 3px
}

.brand-other .bo-first {
  position: relative;
  padding: 20px 20px 20px 168px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px
}

.brand-other .bo-first .lazy {
  width: 128px;
  position: absolute;
  top: 20px;
  left: 20px
}

.brand-other .bo-f-title {
  font-size: 14px;
  color: #2e2e2e
}

.brand-other .bo-name {
  max-width: 100%;
  display: inline-block;
  position: relative;
  padding-right: 25px;
  margin-top: 10px
}

.brand-other .bo-name a {
  font-size: 13px;
  color: #a1a1a1
}

.brand-other .bo-name i {
  right: 0;
  top: 2px
}

.brand-other .bo-time {
  font-size: 12px;
  color: #acacac;
  font-family: Helvetica;
  margin-top: 5px
}

.brand-other .bo-item {
  padding: 10px 20px
}

.brand-other .bo-item .bo-v-title {
  width: 70%;
  font-size: 14px;
  color: #2e2e2e
}

.brand-other .bo-item .bo-v-name:hover, .brand-other .bo-item .bo-v-title:hover {
  color: #ffa200
}

.brand-other .bo-item .bo-v-name {
  width: 30%;
  text-align: right;
  position: relative;
  padding-right: 20px;
  font-size: 13px;
  color: #a1a1a1
}

.brand-other .bo-item .bo-v-name i {
  right: 0;
  top: 1px
}

.fl-fx-container {
  width: 40px;
  position: fixed;
  top: 210px;
  display: none
}

.fl-fx-container .ff-fx {
  width: 40px;
  height: 28px;
  display: block;
  background: url(../img/v_icon.png) 0 -529px no-repeat
}

.fl-fx-container .fx-container-2 .v-icon {
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  box-shadow: 0 3px 3px #d9d9d9;
  border-radius: 3px;
  margin-top: 10px
}

.fl-fx-container .fx-container-2 .v-icon:hover {
  background-color: #f9f9f9
}

.fl-fx-container .fx-container-2 .bds_tsina {
  background-position: -2px -267px
}

.fl-fx-container .fx-container-2 .bds_qzone {
  background-position: -1px -317px
}

.fl-fx-container .fx-container-2 .bds_weixin {
  background-position: 0 -376px
}

.fl-fx-container .fx-container-2 .bds_sqq {
  background-position: -1px -445px
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.htc-name {
  font-size: 23px;
  padding: 15px 0;
  max-width: 450px;
  overflow: hidden;
  font-weight: 900;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width:1600px) and (max-width:1920px) {
  .play-container .play-mian {
    width: 1240px
  }

  .play-container .play-section {
    width: 890px;
    /*height: 550px;*/
    height: 582px;
  }

  .play-section .video-js-box {
    height: 582px;
  }
}

@media screen and (min-width:1300px) and (max-width:1599px) {
  .play-container .play-mian {
    width: 1240px
  }

  .play-container .play-section {
    width: 890px;
    /*height: 550px;*/
    height: 582px;
  }

  .play-section .video-js-box {
    height: 582px;
  }
}

@media screen and (max-width:1299px) {
  .play-container .play-mian {
    width: 1000px
  }

  .play-container .play-section {
    width: 750px;
    /* height: 456px; */
    height: 486px;
  }

  .play-section .video-js-box {
    height: 486px;
  }

  /* .play-container .play-list { height: 365px } */
}

/* @media(max-width:1440px) { .htc-name{ max-width: 280px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } } */
.letter-box {
  height: 100%;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 25px 20px
}

.letter-box .letter-title {
  color: #aca9a9;
  font-size: 14px
}

.letter-box .letter-title a {
  color: #404040
}

.letter-box .letter {
  width: 100%;
  height: 235px;
  resize: none;
  border: none;
  font-size: 14px;
  font-family: "微软雅黑";
  background-color: #f1f1f1;
  padding: 10px;
  margin: 15px 0;
  outline: 0;
  display: block
}

.letter-box .letter-msg {
  height: 32px;
  line-height: 32px;
  color: #cfcdcd
}

.letter-box #letter-tips {
  color: #ffa200
}

.letter-box .closeBtn, .letter-box .sendBtn {
  width: 68px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  float: right;
  cursor: pointer
}

.letter-box .closeBtn {
  background-color: #f1f1f1;
  color: #aca9a9
}

.letter-box .sendBtn {
  background-color: #ffa200;
  color: #fff;
  margin-left: 20px
}

/*0918改版*/
/*中间视频介绍   用户信息*/
.hs-title-top {
  min-width: 1300px;
  height: 130px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #ececec;
  position: relative;
  z-index: 1;
}

.hs-title-top-content {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  min-width: 655px;
  /*background-color: #00BFFE;*/
}

.httc-l {
  /*min-width: 500px;*/
  width: 66%;
  height: 100%;
}

.htc-other {
  padding: 2px 0;
  color: #CCCCCC;
}

.htc-other>a {
  color: #717171 !important;
}

.htc-other em {
  font-style: normal;
  padding: 0 5px;
}

.httc-r {
  width: 33%;
  height: 100%;
  border-left: 1px solid #ececec;
}

.hl-share .fx-container-1 {
  /*margin-right: 25px;*/
  height: 50px;
  position: relative;
}

.hl-share.hl-share-one .fx-container-1>a {
  /*灰色*/
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  /*filter: gray;*/
}

.hl-share.hl-share-one .fx-container-1>a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.hl-share .fx-container-1 .bds_sqq {
  width: 22px;
  height: 22px;
  background-position: -10px -110px;
  margin-top: 14px;
  transform: scale(1.6);
}

.hl-share.hl-share-one .fx-container-1 .bds_sqq {
  width: 22px;
  height: 22px;
  background-position: -10px -110px;
  margin-top: 14px;
  opacity: 0.6;
  transform: scale(1.6);
}

.hl-share .fx-container-1 .bds_qzone {
  width: 22px;
  height: 22px;
  background-position: -8px -140px;
  margin-top: 14px;
  transform: scale(1.6);
}

.hl-share .fx-container-1 .bds_tsina {
  width: 22px;
  height: 22px;
  background-position: -8px -170px;
  margin-top: 14px;
  transform: scale(1.6);
}

.hl-share.hl-share-one .fx-container-1 .bds_tsina {
  width: 22px;
  height: 22px;
  background-position: -8px -170px;
  margin-top: 14px;
  margin-left: 40px;
  opacity: 0.4;
  transform: scale(1.6);
}

.hl-share .fx-container-1 .bds_weixin {
  width: 22px;
  height: 22px;
  background-position: -10px -201px;
  margin-top: 14px;
  transform: scale(1.6);
}

.hl-share.hl-share-one .fx-container-1 .bds_weixin {
  width: 22px;
  height: 22px;
  background-position: -10px -201px;
  margin-top: 14px;
  opacity: 0.6;
  transform: scale(1.6);
}

.hr-img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-left: 5%;
  margin-top: 4%;
  cursor: pointer;
}

.hr-r-content>p>span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  max-width: 153px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 18px;
  cursor: pointer;
}

.hr-r-content>p>span .i-icon-r {
  right: 1px;
  top: 5px;
}

.hr-r-content {
  margin-top: 5%;
  margin-left: 5%;
}

.hrc-other {
  padding-top: 10px;
  color: #CCCCCC;
}

.hrc-other em {
  font-style: normal;
  padding: 0 8px;
}

.hrc-other i {
  font-style: normal;
  padding: 0 5px;
}

/*文章内容*/
.c-container {
  /*margin-top: 20px;*/
  background-color: #fff;
  border-radius: 2px;
}

.hs-share-bot {}

.hs-share-bot .fx-container-1 {
  margin-right: 0px;
  padding-left: 45%;
}

/*下面公司简介*/
.hs-gsxx-top {
  background-color: #F4F4F4;
  height: 20px;
}

.hs-gsxx {
  background-color: #000000;
  color: #fff;
  cursor: pointer;
}

.ht-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.hg-top {
  background-color: #262626;
  display: block;
  padding: 20px 0px 20px 44px;
}

.ht-r-content {
  width: 82%;
  margin-left: 15px;
}

.htc-text {
  color: #5F5F5F;
  margin-top: -11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ht-r-content>p {
  font-size: 15px;
  position: relative;
  color: #fff;
  display: inline-block;
  padding-bottom: 15px;
  cursor: pointer;
}

.ht-r-content>p:hover {
  color: #FFA200;
}

.ht-r-content>p>i {
  position: absolute;
  right: -19px;
  top: 3px;
}

.hg-bottom {
  background-color: #2E2E2E;
  padding: 15px 44px;
}

.hg-bottom .co-item {
  width: 20%;
  float: left;
  padding-left: 10px;
}

.hg-bottom>p {
  padding-bottom: 15px;
  padding-left: 17px;
  background: url(../img/hs_tazuopin.png) 0px 0px no-repeat;
}

.hg-bottom .h-content {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, .4);
  position: absolute;
  top: 0;
  left: 0;
  color: #f1f1f1;
  font-size: 12px;
  padding: 20px 11px;
  z-index: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  transition: all ease-out .2s;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
}

.hg .hx_content {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, .4);
  position: absolute;
  top: 0;
  left: 0;
  color: #f1f1f1;
  font-size: 12px;
  border-radius: 2px;
  padding: 20px 11px;
  z-index: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  transition: all ease-out .2s;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
}

.hg .hx_content a {
  display: block;
  width: 100%;
  height: 100%;
}

.hg:hover .hx_content {
  display: block;
}

.hg a .video-bf {
  position: absolute;
  width: 42px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -14px;
  /*background: url(../img/viedo_play_hs.png) 14px 3px no-repeat; background-color: rgba(65, 65, 65, .8);*/
}

.hg-bottom .video-bf {
  position: absolute;
  width: 42px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  bottom: 30px;
  left: 57px;
  /*background: url(../img/viedo_play_hs.png) 14px 3px no-repeat;*/
  /*background-color: rgba(65, 65, 65, .8);*/
}

.hg-bottom .co-item:hover .posa-fb {
  display: none;
}

.hg-bottom .co-item:hover .h-content {
  display: block;
}

/*右边栏*/
.hs-tj {
  margin-top: 20px;
  position: relative;
}

.hs-tj .tj-icon {
  position: absolute;
  display: block;
  background: url(../img/tuijian_hs.png) center no-repeat;
  width: 52px;
  height: 22px;
  top: 9px;
  right: -4px;
  z-index: 3;
}

/*相关推荐视频*/
.hs-xgtj .play-list {
  padding-bottom: 35px;
}

.hs-xgtj .play-item {
  padding: 10px 20px;
}

.hs-xgtj .play-item>div {
  /*height: 90px;*/
  display: block;
  /*padding-left: 133px;*/
  position: relative;
  /*	padding-top: 10px; padding-bottom: 10px;*/
  font-size: 12px;
}

.hs-xgtj .lazy {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2px;
}

.hs-xgtj .img-box {
  width: 160px;
  height: 90px;
  position: absolute;
  /*	top: 10px; left: 5px;*/
}

.hs-xgtj .img-box .vd_time {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .2);
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
}

.hs-xgtj .pi-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  height: 38px;
  color: #333;
  margin-left: 175px;
}

.hs-xgtj .pi-title a {
  font-size: 14px;
  /* font-weight: 900; */
  font-weight: 500;
  color: #333;
  /* word-spacing:8px;  */
  letter-spacing: 1px;
}

.hs-xgtj .pi-title:hover {
  color: #FFA200;
}

.hs-xgtj .pi-num {
  padding-top: 32px;
  color: #666;
  font-size: 12px;
  margin-left: 175px;
}

.hs-xgtj .pi-num em {
  font-style: normal;
  /*padding: 2px 3px 0 3px;*/
  height: 14px;
  color: #666;
  overflow: hidden;
  float: left;
}

.hs-xgtj .pi-num a {
  float: left;
  display: inline-block;
  overflow: hidden;
  /*max-width: 60px;*/
  max-width: 40%;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #666;
}

.hs-youmeng {
  width: 380px;
  float: right;
  /*padding: 15px 20px;*/
  background-color: #f4f4f4;
}

.hs-youmeng .hs_box {
  padding: 15px 20px;
  height: 220px;
  background-color: #fff;
}

.hs-xgtj .h-content {
  display: none;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(26, 26, 26, .4);
  color: #f1f1f1;
  font-size: 12px;
  padding: 20px 11px;
  z-index: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  transition: all ease-out .2s;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
}

/*.hs-xgtj .video-bf:hover { background-color: #ffa200; color: #fff; }*/
.hs-xgtj .video-bf {
  position: absolute;
  width: 42px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -14px;
  z-index: 2;
  /*background: url(../img/play.png) 14px 3px no-repeat;*/
  /*background-color: rgba(65, 65, 65, .8);*/
}

.hs-xgtj .img-box:hover .h-content {
  /*opacity: 1;*/
  display: block;
}

/*/0918改版*/
/*0205收藏*/
.shoucang-btn {
  display: inline-block;
  width: 87px;
  height: 34px;
  background: url(../img/shoucang.png) -4px -6px no-repeat;
  margin-left: 16px;
  cursor: pointer;
}

.yi-sc {
  background-image: url(../img/shoucang-yi.png);
}

/*/0205收藏*/
.auto-pl {
  padding: 30px;
  padding-bottom: 10px;
}

.auto-pl>span {
  margin-left: 15px;
}

.auto-pl input[name='pllx'] {
  position: relative;
  top: 2px;
}

.zdyh-list {
  border: 1px solid #CCCCCC;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  padding: 0px 10px;
  padding-right: 20px;
  min-width: 100px;
  vertical-align: bottom;
  width: 100px;
  overflow: hidden;
}

.zdnr_list {
  border: 1px solid #CCCCCC;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  padding: 0px 10px;
  padding-right: 20px;
  min-width: 100px;
  vertical-align: bottom;
  width: 200px;
  overflow: hidden;
}

input[name='plts'] {
  border: 1px solid #CCCCCC;
  height: 26px;
  border-radius: 4px;
  width: 60px;
  padding: 0px 8px;
}

.zdyh-del {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../User/img/remover1.png) 0 0 no-repeat;
  position: relative;
  top: 3px;
  left: 1px;
  margin-right: 8px;
  cursor: pointer;
}

.tk-self {
  display: none;
  padding: 20px;
}

.yh-name {
  border: 1px solid #CCCCCC;
  height: 26px;
  border-radius: 4px;
  width: 130px;
  padding: 0px 8px;
}

.ts-sousuo {
  margin-left: 10px;
  background-color: #ECECEC;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  width: 50px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

.ts-bottom>table {
  margin-top: 10px;
  width: 100%;
}

.ts-bottom {
  max-height: 500px;
  overflow-y: auto;
}

.ts-bottom>table td {
  border-bottom: 1px solid #CCCCCC;
  padding: 8px 0px;
  text-align: center;
}

td.img-yh>img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.min-zdyh-list {
  padding: 10px 0px;
}

.ts-footer {
  text-align: center;
  padding: 5px 0px;
}

.pl-bj-top {
  text-align: center;
  padding: 20px;
}

.pl-bj-text {
  border-radius: 5px;
  width: 100%;
  height: 100px;
}

.pl-bj {
  display: none;
}

.popup_tkc {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 19891015;
}

.tk_cont {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.tkc_title {
  height: 41px;
  line-height: 41px;
  background-color: #F8F8F8;
  border-bottom: 1px solid #eee;
  padding-left: 20px;
  font-size: 14px;
  color: rgb(51, 51, 51);
  position: relative;
}

.tkct_close {
  font-size: 20px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.tkcc_title {
  overflow: hidden;
  border-bottom: 1px solid #CCC;
}

.tkccc_body {
  border-bottom: 1px solid #CCC;
  overflow: hidden;
}

.tkc_yhnr {
  width: 250px;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tkcc_cont {
  overflow-y: scroll;
  max-height: 500px;
}

.tkc_number {
  width: 100px;
  float: left;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.tkcc_button {
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: column;
}

.juzhong {
  align-self: center;
}

.juzhong>span {
  width: 28px;
  height: 20px;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.tkct_sure {
  color: #fff;
  border-color: #d43f3a;
  background-color: #d9534f;
}

/* .add_pl{ width: 50px; float: left; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } */
.ap_cont {
  margin-left: 20px;
  width: 50px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.del_tkcc_choose {
  float: left;
  cursor: pointer;
}

.tkcc_choose {
  overflow: hidden;
}

.clearfix:after {
  content: '';
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

/*中间视频介绍   用户信息 */
.hs_lefe {
  background-color: #fff;
  height: 130px;
  padding: 20px 40px 0 40px;
  /*border-radius: 3px;*/
}

.hs_lefe .hs_name {
  width: 75%;
  float: left;
}

.hs_lefe .hs_name h1 {
  font-size: 28px;
  line-height: 28px;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hs_lefe .htc-other {
  padding: 15px 0 25px 0;
}

.hs_lefe .htc-other a {
  color: #666 !important;
  font-size: 12px;
}

.hs_lefe .htc-other em {
  font-style: normal;
  padding: 0 10px;
  height: 11px;
  color: #666;
  /*background-color: #666;*/
  overflow: hidden;
  display: inline-block;
}

.hs_name p {
  line-height: 14px;
}

.hs_name p em {
  font-style: normal;
  padding: 0 10px;
  height: 11px;
  overflow: hidden;
  display: inline-block;
}

.hs_name p i {
  display: inline-block;
  width: 13px;
  height: 13px;
  color: #ccc;
  margin-right: 10px;
}

/*left 的按钮，*/
.hs_lefe .hs_but {
  width: 80px;
  float: right;
}

.hs_but>button {
  width: 80px;
  height: 30px;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  color: #717171;
  font-size: 12px;
  float: left;
  outline: none;
  cursor: pointer;
}

.hs_but>.sc {
  width: 80px;
  height: 30px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  color: #666666;
  font-size: 12px;
  float: left;
  outline: none;
  cursor: pointer;
  text-align: center;
  cursor: pointer;
  background: #fff;
  font-weight: 900;
  margin-top: 15px;
}

.hs_but .fx {
  margin-top: 5px;
  background-color: #ffa200;
  color: #fff;
  font-size: 12px;
  border: 0;
}

/*	.hs_but > .sc i { font-size: 13px; color: #fff;*/
/*}*/
.hs_but>button i {
  font-size: 12px;
  color: #fff;
}

.hs_but>.sc .ss {
  display: inline-block;
  margin-top: -3px;
  margin-left: 10px;
  font-weight: 900;
  font-size: 12px;
  color: #666 !important;
  /*float: left;*/
}

.hs_but>button i img {
  width: 100%;
  height: 100%;
}

/*中间视频介绍   用户信息 right*/
.head_portrait {
  background-color: #fff;
  padding: 28px 19px 0 21px;
  height: 130px;
  border-radius: 3px;
  width: 380px;
}

.hd_left_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /*margin-top: 5px;*/
  margin-right: 10px;
  float: left;
}

.hd_mid_nane {
  /* width: 93px; */
  width: 160px;
  float: left;
  overflow: hidden;
  margin-top: 5px;
}

.hd_mid_nane .p1 a {
  display: inline-block;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  ;
  position: relative;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 27px;
  cursor: pointer;
  /*padding-top: 5px;*/
}

.hd_mid_nane .p1 i {
  position: absolute;
  right: 1px;
  top: 10px;
}

.hd_mid_nane .p1 {
  font-size: 12px;
  color: #7c7c7c;
}

.hd_mid_nane .p2 {
  font-size: 12px;
  color: #666;
  margin-top: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hd_mid_nane .p2>img {
  display: inline-block;
  width: 17px;
  height: 17px;
}

.hd_mid_nane .p2>a {
  margin-left: 14px;
  display: inline-block;
  height: 17px;
  padding-top: 8px;
}

.hd_mid_nane .p2>a img {
  float: left;
}

.hd_mid_nane .p2>a i {
  float: left;
  line-height: 11px;
  margin-left: 5px;
}

.hd_mid_nane p i {
  font-style: normal;
}

.head_portrait button {
  width: 80px;
  height: 30px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  color: #666;
  font-size: 12px;
  background-color: #fff;
  float: right;
  outline: none;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
}

.head_portrait button i {
  font-size: 12px;
  margin-right: 10px;
  font-weight: 900
}

/*.<!-- 花絮轮播 -->*/
.hx_swiper {
  height: 190px;
  /*margin-top: 20px;*/
}

.hx_hd {
  /*height: 55px;*/
  padding-bottom: 20px;
  padding-top: 20px;
}

.h_s_box {
  padding: 0 20px 0px 20px;
  background-color: #fff;
  border-radius: 2px;
}

.hx_hd span {
  display: inline-block;
  border-right: 2px solid #f9a600;
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 900;
  color: #333;
  font-size: 16px;
}

i {
  color: #666;
  font-size: 12px;
  font-style: normal;
}

.hx_lb .hg {
  height: 108px;
  /* background-color: skyblue; */
  position: relative;
  border-radius: 2px;
}

.hx_lb .hg .lazy {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.swiper-container .new_style {
  height: 108px;
  width: 25px;
  background: rgba(0, 0, 0, .3);
  top: 22px;
  left: 0;
  text-align: center;
}

.swiper-container .new_style i {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  color: #fff;
}

.swiper-container .new_right_style {
  height: 110px;
  width: 25px;
  background: rgba(0, 0, 0, .3);
  top: 22px;
  right: 0;
  text-align: center;
}

.swiper-container .new_right_style i {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  color: #fff;
}

/*新评论*/
.cc_hd {
  margin-bottom: 15px;
}

.cc_hd span {
  display: inline-block;
  border-right: 2px solid #f9a600;
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.cc_hd i {
  color: #666;
  font-size: 12px;
  font-style: normal;
}

.comment-item .a_hf {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 30px;
}

.comment-item .back_pl {
  padding: 10px 20px 0 20px;
  background-color: #f4f4f4;
  padding-bottom: 15px;
  margin-top: 20px;
  position: relative;
  border-radius: 3px;
}

.comment-item .back_pl>i {
  position: absolute;
  top: -16px;
  left: 10px;
  color: #f4f4f4;
  font-size: 25px;
}

.pl_child p {
  font-size: 12px;
  color: #333;
  line-height: 18px;
}

.pl_child p span {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.pl_child .back_hf {
  font-size: 12px;
  outline: none;
  border: 0;
  color: #999;
  background-color: #f4f4f4;
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 15px;
}

.form_box .btn-primary {
  float: right;
  width: 10%;
  height: 50px;
  font-size: 13px;
  border-radius: 0 3px 3px 0;
}

.fx_zao {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 900;
  display: none;
}

.fx_zao .fx_box {
  width: 500px;
  height: 305px;
  position: fixed;
  top: 260px;
  /*top: 50%;*/
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  z-index: 901;
  padding: 0 20px 20px 20px;
  border-radius: 3px;
}

.fx_zao .fx_box .fx_xx {
  color: #797979;
  font-size: 24px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: 10px;
}

.fx_zao .fx_box .fx_tit {
  height: 55px;
  border-bottom: 2px solid #f5f5f5;
  line-height: 55px;
  color: #303030;
  font-size: 15px;
}

.fx_zao .fx_con {
  padding: 35px 20px 0 20px;
}

.fx_zao .fx_ewm {
  float: left;
  width: 45%;
  border-right: 1px solid #f5f5f5;
}

.fx_zao .fx_ewm img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto;
}

.fx_zao .fx_ewm p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  color: #626262;
}

.fx_zao .fx_qq {
  float: right;
  width: 55%;
  padding-top: 40px;
}

.fx_zao .fx_qq a {
  margin-left: 30px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  float: left;
}

.fx_zao .fx_qq p {
  text-align: center;
  font-size: 14px;
  margin-top: 70px;
  color: #626262;
}

.fbody {
  width: 100%;
  height: 100%;
}

.updateddc_body {
  position: relative;
}

.nones {
  display: none;
}

.spfly {
  position: absolute;
  width: 380px;
  height: 270px;
  z-index: 10000;
  left: -27px;
  top: -25px;
  box-shadow: 0 5px 10px #ccc;
}

.updateddc_img .a .videos_mask {
  background-color: rgba(26, 26, 26, 0);
}

.van-fpbar-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  border-color: #000;
  border-style: solid;
  border-width: 4px 8px;
  background: #444;
  box-sizing: border-box;
}

.van-fpbar-box span {
  display: block;
  background: #fff;
  height: 2px;
  transition: width .12s;
}

.huadongbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.play-container {
  padding: 30px 0
}

.hximg_title {
  padding-left: 2em;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.hximg_all {
  position: relative;
  height: 110px;
  margin-bottom: 20px;
}

.hximg_move {
  position: absolute;
  top: 0;
  left: 2em;
}

.hx_img {
  margin-left: 20px;
  width: 200px;
  height: 110px;
}

.hx_img:nth-child(1) {
  margin-left: 0;
}

.jq22-demo {
  text-align: center;
  margin-top: 30px;
}

.jq22-demo a {
  padding-left: 20px;
  padding-right: 20px;
}

.tz-body {
  float: left;
  margin-left: 20px;
}

.tz-move {
  position: absolute;
  left: -20px;
  top: 0;
}

.tz-gallery {
  position: relative;
  overflow: hidden;
  width: 640px;
  height: 150px;
  padding: 0 !important;
  margin: 0 auto;
  display: inline-block;
  float: left;
}

.tz-img {
  width: 200px !important;
  height: 150px !important;
}

.thumbnail {
  margin-bottom: 0 !important;
}

.hx_border {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.hx_left {
  font-size: 50px;
  cursor: pointer;
  float: left;
  height: 150px;
  line-height: 150px;
}

.hx_right {
  font-size: 50px;
  z-index: 100;
  cursor: pointer;
  float: left;
  height: 150px;
  line-height: 150px;
}

.icon-zan1 {
  color: #666 !important;
  font-size: 13px !important;
  font-weight: 900;
}

.cf {
  width: 1200px;
  margin: 0 auto;
}

.cf .cf_right, .cf .cf_left {
  background-color: #fff !important;
  border-radius: 2px !important;
}

.cf .cf_right {
  float: right;
  width: 380px;
}

.cf .cf_left {
  float: left;
  width: 800px;
}

.gz img {
  width: 100%;
  height: 100%;
}

.consulting {
  width: 80px;
  float: left;
  height: 30px;
  border-radius: 2px;
  background-color: #ffa200;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.zuo {
  float: left;
  width: 800px;
}

.you {
  float: right;
  width: 380px;
}

.video [class^=logo] {
  display: none;
}

.videoPlays {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/* 视频视口处理 12.26*/
.play-section {
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 960px;
  height: 100% !important;
  background-color: #000;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -1px;
  margin-bottom: -1px;
  box-shadow:0px 3px 16px 1px rgb(0 0 0 / 50%)
}

.play-section .video-js-box {
  padding: 0;
  width: 100%;
  height: 502px;
}

@media screen and (max-width: 1299px) {
  .play-container .play-section {
    width: 960px;
  }

  .play-section .video-js-box {
    width: 100%;
    height: 540px;
  }

  .videoPlays {
    width: 80px;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1300px) {
  .play-container .play-section {
    width: 960px;
  }

  .play-section .video-js-box {
    width: 100%;
    height: 540px;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1600px) {
  .play-container .play-section {
    width: 960px;
  }

  .play-section .video-js-box {
    width: 100%;
    height: 540px;
  }
}

.zuo .cf_left {
  position: relative;
}

.zuo .cf_left .hs_but {
  width: auto;
  position: absolute;
  right: 40px;
  bottom: 20px;
}

.zuo .cf_left .hs_but>button {
  margin: 0;
  margin-left: 10px;
}

.zuo .cf_left .hs_but .xz {
  /*display: none;*/
  background: #fff;
  color: #666;
}

.zuo .cf_left .hs_but .xz>img {
  vertical-align: middle;
}

.zuo .cf_left .hs_but .xz>i {
  color: #666;
  font-weight: 900;
  vertical-align: middle;
}

.zuo .cf_left .sq_img {
  position: absolute;
  right: 40px;
  margin-top: 5px;
}

.zuo .review_template .comments {
  border-radius: 5px !important;
}

.you .cf_right {
  float: initial !important;
}

.you .cf_right .head_portrait .bianji {
  display: none;
  width: 80px;
  float: left;
  height: 30px;
  border-radius: 2px;
  background-color: #ffa200;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.you .czr_box {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  font-size: 14px;
  padding: 0 20px;
}

.you .czr_box .czr_header>div {
  height: 60px;
  line-height: 60px;
}

.you .czr_box .czr_header .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.you .czr_box .czr_header .czr_rl {
  display: none;
  font-size: 14px;
  color: #ffa228;
  cursor: pointer;
}

.you .czr_box .czr_header .czr_rl a {
  color: #ffa228;
}

.you .czr_box .czr_list {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
}

.you .czr_box .czr_list .czr_item {
  position: relative;
  letter-spacing: 0;
  margin-top: 20px;
}

.you .czr_box .czr_list .czr_item .avatar {
  width: 40px;
  height: 40px;
  /*border:1px solid #efefef;*/
  border-radius: 50%;
  float: left;
}

.you .czr_box .czr_list .czr_item>.name {
  margin-left: 8px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  float: left;
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.you .czr_box .czr_list .czr_item .zhiwu {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #a9a9a9;
  float: right;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
  cursor: default;
}

.you .czr_box .czr_list .czr_item .zhiwu_all {
  position: absolute;
  bottom: 37px;
  /*left: 224px;*/
  right: 0;
  max-width: 200px;
  background: rgba(0, 0, 0, 0.75);
  color: #eee;
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 3px;
}

.you .czr_box .czr_list .czr_item .zhiwu_all {
  display: none;
}

.you .czr_box .czr_list .czr_item .zhiwu_all span {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  border-bottom: 0;
  bottom: -8px;
  right: 8px;
}

.you .czr_box .czr_list .czr_item .logo {
  position: absolute;
  left: 30px;
  top: 28px;
  width: 12px;
  height: 12px;
}

.you .czr_box .tbc {
  display: none;
  padding: 20px 0;
}

.you .czr_box .tbc .tbc_title {
  font-size: 16px;
  font-weight: bold;
}

.you .czr_box .tbc .tbc_list .tbc_item {
  position: relative;
  margin-top: 20px;
}

.you .czr_box .tbc .tbc_list .tbc_item .avatar {
  width: 40px;
  height: 40px;
  /*border:1px solid #efefef;*/
  border-radius: 50%;
  float: left;
}

.you .czr_box .tbc .tbc_list .tbc_item .detail {
  margin-top: 2px;
  margin-left: 8px;
  float: left;
}

.you .czr_box .tbc .tbc_list .tbc_item .detail .name {
  font-weight: bold;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.you .czr_box .tbc .tbc_list .tbc_item .detail .zhiwu {
  font-size: 12px;
  color: #A9A9A9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}

.you .czr_box .tbc .tbc_list .tbc_item .close {
  float: right;
  width: 80px;
  height: 30PX;
  margin-top: 4PX;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
}

.you .czr_box .tbc .tbc_list .tbc_item .logo {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 12px;
  height: 12px;
}

.hover_info {
  z-index: 100;
  display: none;
  background: #fff;
  position: absolute;
  left: -280px;
  width: 270px;
  padding: 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  /*box-shadow:0 0 2px 2px #efefef;*/
  /*height: 260px;*/
}

.hover_info .head {
  min-width: 0;
}

.hover_info .head .avatar {
  height: 60px;
  width: 60px;
  float: left;
}

.hover_info .head .info {
  margin-left: 10px;
  float: left;
}

.hover_info .head .info .name {
  height: 25px !important;
  line-height: 25px !important;
  width: 180px;
  margin-left: 0;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hover_info .head .info .location {
  font-size: 12px;
  color: #ababab;
}

.hover_info .sign {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 12px;
  margin-top: 10px;
  height: 33px;
  color: #ababab;
}

.hover_info .production {
  margin-top: 10px;
}

.hover_info .production a {
  display: inline-block;
  position: relative;
}

.hover_info .production a img {
  width: 110px;
  height: 64px;
}

.hover_info .production a .h_m {
  display: none;
  position: absolute;
  height: 64px;
  width: 110px;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  line-height: 60px;
}

.hover_info .production a .h_m img {
  width: 17px;
  height: 18px;
}

.hover_info .production a:first-child {
  margin-right: 5px;
}

.hover_info .production .no_production {
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #ccc;
}

.hover_info .production .no_production img {
  margin-right: 10px;
  margin-top: -2px;
}

.hover_info .count {
  font-size: 12px;
  margin-top: 20px;
}

.hover_info .count .t {
  font-size: 12px;
  color: #333;
  padding: 0 1px;
}

.hover_info .count .t1 {
  color: #666;
}

.hover_info .gz {
  font-size: 12px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #ffa228;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  bottom: 15px;
  cursor: pointer;
}

.hover_info .sanjiao {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: red green blue #ccc;
  border-color: transparent transparent transparent #ccc;
  border-right: 0;
  top: 10px;
  right: -9px;
}

.hover_info .sanjiao2 {
  top: 10px;
  right: -8px;
  /*background: #fff;*/
  border-color: transparent transparent transparent #fff;
}

.mask {
  z-index: 3;
  width: 100%;
  /*height: 2000px;*/
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
}

.xz_box {
  z-index: 10;
  /*display: none;*/
  position: fixed;
  top: 200px;
  background: #FFF;
  width: 440px;
  height: 200px;
  transform: translate(-50%);
  left: 50%;
  padding: 40px 40px 30px 70px;
}

.xz_box .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.xz_box .title>img {
  margin-left: -30px;
  margin-right: 10px;
  margin-top: -2px;
}

.xz_box .content {
  color: #B7B7B7;
  margin-top: 20px;
}

.xz_box .button_box {
  margin-top: 45px;
}

.xz_box .button_box>div {
  float: right;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin-left: 10px;
}

.xz_box .button_box .confirm {
  background: #ffa228;
  color: #fff;
  cursor: pointer;
}

.xz_box .button_box .confirm>a {
  color: #fff;
}

.xz_box .button_box .cancel {
  color: #333;
  border: 1px solid #b7b7b7;
  cursor: pointer;
}

.c_download {
  /*display: none;*/
}

.nodownload {
  /*display: none;*/
}

.yq_box {
  z-index: 10;
  display: none;
  border-radius: 5px;
  position: fixed;
  top: 100px;
  margin-left: 50%;
  transform: translate(-50%);
  background: #fff;
  width: 600px;
  padding: 0 18px;
}

.yq_box .head {
  min-width: 0;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #efefef;
}

.yq_box .container {
  margin-top: 20px;
}

.yq_box .container .title {
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  float: left;
}

.yq_box .container .content {
  position: relative;
  width: 480px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  margin-left: 20px;
  /*padding-left: 10px;*/
}

.yq_box .container .nickname .tips_nickname {
  display: none;
  position: absolute;
  top: -31px;
  color: red;
}

.yq_box .container .nickname .tips_post {
  display: none;
  position: absolute;
  /*top: -30px;*/
  /*top: 130px;*/
  color: red;
  /*margin-left: -10px;*/
}

.yq_box .container .nickname input {
  padding-left: 10px;
  width: 460px;
  border: 0;
  height: 33px;
  line-height: 33px;
}

.yq_box .container .nickname .nickname_js {
  z-index: 10;
  display: none;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  width: 480px;
}

.yq_box .container .nickname .nickname_js .js_item {
  padding-left: 10px;
}

.yq_box .container .nickname .nickname_js .js_item span {
  margin-right: 10px;
}

.yq_box .container .zhiwu {
  padding: 30px 0 45px 0;
  /*.tips_post{ display: none; position: absolute; top: -30px; top: 130px; color: red; margin-left: -10px; }*/
}

.yq_box .container .zhiwu .content {
  display: none;
}

.yq_box .container .zhiwu .content .job_selected {
  float: left;
  margin-top: 7px;
  line-height: 25px;
  margin-left: 10px;
}

.yq_box .container .zhiwu .content .job_selected .selected_item {
  position: relative;
  width: 70px;
  height: 25px;
  background: #f5f5f5;
  display: inline-block;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.yq_box .container .zhiwu .content .job_selected .selected_item .close {
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  /*top: 2px;*/
  font-size: 18px;
  cursor: pointer;
}

.yq_box .container .zhiwu .content .place {
  float: left;
  color: #999;
}

.yq_box .container .zhiwu .job_box {
  /*display: none;*/
  margin-top: -30px;
  float: left;
  margin-left: 72px;
  width: 480px;
  border: 1px solid #ccc;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 5px;
}

.yq_box .container .zhiwu .job_box .box_item {
  cursor: pointer;
  width: 80px;
  height: 28px;
  line-height: 28px;
  border: 1px dashed #ccc;
  float: left;
  margin-right: 14px;
  margin-bottom: 10px;
  text-align: center;
}

.yq_box .container .zhiwu .job_box .box_item:nth-child(5n) {
  margin-right: 0;
}

.yq_box .btn_box {
  padding: 20px 0;
  border-top: 1px dashed #ccc;
}

.yq_box .btn_box>div {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #efefef;
  text-align: center;
  float: right;
  border-radius: 3px;
  cursor: pointer;
}

.yq_box .btn_box .cancel {
  color: #333;
}

.yq_box .btn_box .confirm {
  color: #fff;
  background: #ffa228;
  margin-left: 20px;
}

.yq_box>img {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 10;
  cursor: pointer;
}

.rl_box {
  z-index: 10;
  display: none;
  border-radius: 5px;
  position: fixed;
  top: 100px;
  margin-left: 50%;
  transform: translate(-50%);
  background: #fff;
  width: 600px;
  padding: 0 18px;
}

.rl_box .head {
  min-width: 0;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #efefef;
}

.rl_box .container {
  margin-top: 20px;
}

.rl_box .container .check_box .check_item {
  width: 110px;
  margin-right: 40px;
  margin-bottom: 20px;
  float: left;
}

.rl_box .container .check_box .check_item input {
  vertical-align: middle;
}

.rl_box .container .check_box .check_item span {
  vertical-align: middle;
  margin-left: 10px;
}

.rl_box .container .check_box .check_item:nth-child(4n) {
  margin-right: 0;
  /*color: red;*/
}

.rl_box .btn_box {
  padding: 20px 0;
  border-top: 1px dashed #ccc;
}

.rl_box .btn_box>div {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #efefef;
  text-align: center;
  float: right;
  border-radius: 3px;
  cursor: pointer;
}

.rl_box .btn_box .cancel {
  color: #333;
}

.rl_box .btn_box .confirm {
  color: #fff;
  background: #ffa228;
  margin-left: 20px;
}

.rl_box>img {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 10;
  cursor: pointer;
}

.rl_box .tips_rl {
  display: none;
  color: red;
  position: absolute;
  bottom: 30px;
}

.none {
  display: none;
}

.advinfo {
  border-width: 0px;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 50px;
  height: 20px;
  display: flex;
  font-family: 微软雅黑, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
  background: rgba(242, 242, 242, .4);
  justify-content: center;
  align-items: center;
}

#hs-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  /* background-color: rgba(0,0,0,0.5); */
  background-color: rgba(0, 0, 0, 1);
}

#hs-modal .hs-modal-dialog {
  width: 1260px;
  height: 888px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

#hs-modal .close {
  float: none;
  font-size: 30px;
  position: absolute;
  top: 0px;
  right: 15px;
  color: #fff;
  z-index: 10;
  opacity: 1;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.htmleaf-container {
  width: auto;
}

.pgwSlideshow {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #000;
}

.ps-current ul {
  height: 768px;
}

.pgwSlideshow .ps-list>ul {
  width: auto !important;
}

.pgwSlideshow .ps-current>ul>li {
  text-align: center;
  width: 100%;
  z-index: 1;
  opacity: 0;
  display: block;
}

.pgwSlideshow .ps-current>ul>li img {
  max-width: 90%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hd_mid_nane .p2 img {
  width: 17px;
  height: 17px;
  padding: 0;
}

.hd_mid_nane .p2 .v_url img {
  width: 12px;
  height: 11px;
}

.hd_mid_nane .p1 img {
  width: 16px
}


@font-face {
  font-family: "iconfont";
  src: url('iconfont.eot?t=1530606396860');
  /* IE9*/
  src: url('iconfont.eot?t=1530606396860#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAgMAAsAAAAAC4QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQwAAAFZW9kkJY21hcAAAAYAAAACvAAACTAJlBNRnbHlmAAACMAAAA3kAAAQcJI64Q2hlYWQAAAWsAAAAMQAAADYSJuxwaGhlYQAABeAAAAAgAAAAJAgkA8hobXR4AAAGAAAAABkAAAAwMC3/+GxvY2EAAAYcAAAAGgAAABoHIAXQbWF4cAAABjgAAAAfAAAAIAEbAF1uYW1lAAAGWAAAAUUAAAJtPlT+fXBvc3QAAAegAAAAagAAAIxgYlPveJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWGcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGBwYKp4LMDf8b2CIYW5m6AAKM4LkANYyC5UAeJzFkrENwjAQRb+xCeBQuGSDNHRRyqyQeTIBEzAJSsFEP2OEb18apKSFs56l+2f5rO8DcATgxV0EwL3hkOMl1RXdIxY94KH8hiTljJGgZ2TDlh17DpzmtCw6sV/ZCqcbt1auRFTqdFG/A056aUAtudq56Qfh/tf6O65lf66ZXMG4oicSRv43ekNOgtGQp2BjyF2wNfIcsDPkONgb8h4cjDwvnIw8L3MyUH8A/ug3FAB4nEVST2zbVBx+v/diO/4Tp3YcP8dO4vy1V5pmxHGdAW1aJES7iQa0tpRdKgES5bLtsmlUGmqlAUITBxAXDkOIahIHzhyYWmkaF5AmIbrLuh4Q6i4gjhyQ6F546RizrM/v+ffT78/3fUhAaPgb2SEOyqETqINeQq8hBOIE1HRcgmoYt/EE5KtCnlo6CethVarX2mQGaE207CiJAypKYhZ0KEO3GiVhG4cwFffxCxDZJYCC5y6ZzaJJPgXFCcsfsjN4G/J+vZjtT7LTrVkrquTSVzTTLJjmJ2lRENIYp7I6nKe2LMiKyG4KWTe/449jH7RC6L5yLlPxzDc/ji+UmlQG2NqCnFfRv5k1XIO/V107ZxaksUzacTP1hgVXHqpOTisFh4g/MAKyhFf4rkgGsRZCG5KIQq07+tgieZndUgoK+17GpqdABACR4ip8phL/J8O87OYV9jN0FFUpHNcbbpES2UKcRRn3ZMC/MoTRDOvDHbLJgKEZ+AHuPO19AV/icd67ihH7HD/Al5jzJHYZ7yOXX2qSKAVhUOcC5MvgQ68PPa5CHX8VtevFYr0dtRanK/jr6/Pz17fBnx608L5teJ5hV/h5/fbG3NzG7fXWYLoyKsu7DT8gAdlAeWQjREeq9SCZCuOTEIQQcBk5j7/rpTALf+hACEkxOxuWdPiRnZrMNrwM3NVzOC2lRAHuZryGzpbZ8uPd/yRvExMZo32Cmg55wyoDL96HOCCLjz5TqKVpFlXwRUVV4Sa8K6iW9qjDQYR10XJyx7wM/x6+l1ok17j7uO+yQG0uxEksiEEvmYWQM5H0mr2Es0DLPOiDUIbUqbmFgaappBvcOM/+CmKiaJlXT79oOeNQ7HU7BZ+kneyzUQKFcQq3FgbLa6vnnqmMnYmvjvkTb6yuLQ0W3CkpXls9O6ERTL2zq2uxNPWfTsMvyCF5H3GBmyLt2N2E8xUfU0XzIpIsmjR6OMGamjUUeEtV2Q21RPFDtie2mmB8NzA0FTS4pvkqfKRQ4xeR3Tu8+M63+6mnPngdfznyDEgyhEBWQrbH9kJYgcttQEN0AiYR4XPskAPyPFIRRXWeq4PECeBmaANpQ8gP/KpDswyzfD6upijh4u6RIBztPsbt+6nU/e1jZIfgOweUHjg+kOf+z9g9OvrpSQrHfzwzs6k39M2M6fEp/wUQYcocAAAAeJxjYGRgYABi2TksG+L5bb4ycLMwgMD1xBAbGP3/x/8KFl/mZiCXg4EJJAoAHxAK/QAAAHicY2BkYGBu+N/AEMPi8v/H/+8svgxAERTAAwCrygbzeJxjYWBgYH7JwMDCgAO7/P+BzAcASo0DVAAAAAAAAAAAdgCeALQAwgDwARwBQAGIAbgBzAIOAAB4nGNgZGBg4GEIZGBlAAEmIOYCQgaG/2A+AwAR6gF5AHicZY9NTsMwEIVf+gekEqqoYIfkBWIBKP0Rq25YVGr3XXTfpk6bKokjx63UA3AejsAJOALcgDvwSCebNpbH37x5Y08A3OAHHo7fLfeRPVwyO3INF7gXrlN/EG6QX4SbaONVuEX9TdjHM6bCbXRheYPXuGL2hHdhDx18CNdwjU/hOvUv4Qb5W7iJO/wKt9Dx6sI+5l5XuI1HL/bHVi+cXqnlQcWhySKTOb+CmV7vkoWt0uqca1vEJlODoF9JU51pW91T7NdD5yIVWZOqCas6SYzKrdnq0AUb5/JRrxeJHoQm5Vhj/rbGAo5xBYUlDowxQhhkiMro6DtVZvSvsUPCXntWPc3ndFsU1P9zhQEC9M9cU7qy0nk6T4E9XxtSdXQrbsuelDSRXs1JErJCXta2VELqATZlV44RelzRiT8oZ0j/AAlabsgAAAB4nG2J3Q5DUBAG9/Nzjh48DOqBVlNsL3YlCPX0Km47ydzMUEQ3gf5TIEKMBCkcPDI8EJCjQEnY8+0tnbAt0rSpvEyfYWb9XMWm5GCt4q+trrOedch20eHSH+PK2rObx1+u/b0rohOicxvzAAA=') format('woff'),
    url('iconfont.ttf?t=1530606396860') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('iconfont.svg?t=1530606396860#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-weibiaoti35:before {
  content: "\e635";
}

.icon-icon4:before {
  content: "\e633";
}

.icon-sanjiaotop:before {
  content: "\e6b4";
}

.icon-zan1:before {
  content: "\e64e";
}

.icon-you:before {
  content: "\e603";
}

.icon-bofang:before {
  content: "\e63d";
}

.icon-xingxing:before {
  content: "\e60a";
}

.icon-zhuanfa:before {
  content: "\e627";
}

.icon-shang2:before {
  content: "\e600";
}

.icon-bofang1:before {
  content: "\e710";
}