html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #2cc6d0;
  color: #2cc6d0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #2cc6d0;
  background: #2cc6d0;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #505050;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #505050;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 30px;
  font-size: 0;
  text-align: left;
}
.l-title h2 {
  font-size: 30px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 20px;
    font-weight: 400;
  }
}
.content {
  padding-top: 70px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 60px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.banner {
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
}
.banner .l-container {
  position: relative;
}
.banner .banner-main {
  line-height: 320px;
  height: 320px;
  text-align: center;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main h2 {
  font-size: 44px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.banner .banner-main p {
  font-size: 18px;
  color: #505050;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 978px) {
  .banner {
    background: url(../images/banner-bg-mb.jpg) center no-repeat;
    background-size: cover;
    height: 214px;
  }
  .banner .l-container {
    position: relative;
    height: 100%;
  }
  .banner .banner-main {
    float: none;
    line-height: 0;
    height: auto;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 60px;
    margin-bottom: 0px;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
  }
  .banner .banner-main h2 {
    font-size: 26px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .banner .banner-main p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
  }
}
.brand {
  padding: 40px 0;
  background: url(../images/brand-bg.jpg) center no-repeat;
  background-size: cover;
}
.brand .l-body h2 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.brand .l-body p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.brand .l-body p a {
  float: none;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  padding: 0px 20px;
  height: 32px;
  line-height: 30px;
  border-radius: 20px;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 10px;
}
@media (max-width: 978px) {
  .brand {
    padding: 20px;
    background: url(../images/brand-bg-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .brand .l-container {
    padding-left: 0;
  }
  .brand .l-body h2 {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 60%;
  }
  .brand .l-body p {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    max-width: 60%;
  }
  .brand .l-body p a {
    float: none;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    padding: 0px 20px;
    height: 32px;
    line-height: 30px;
    border-radius: 20px;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: 7px;
  }
}
.list {
  padding-top: 40px;
}
.list .l-title {
  position: relative;
}
.list .l-title h2 a {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  padding: 0px 20px;
  height: 40px;
  line-height: 38px;
  transition: all 0.3s;
}
.list .l-title h2 a img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.list .l-title h2 a span {
  vertical-align: middle;
}
.list .l-title h2 a:hover {
  color: #2cc6d0;
}
.list .l-title h2 a.active {
  background: #f2f8ff;
  border-radius: 4px;
}
.list .t-content {
  margin-bottom: 20px;
}
.list .t-content ul {
  position: relative;
  padding-left: 88px;
}
.list .t-content ul li {
  float: left;
  margin-right: 0px;
  width: 125px;
  text-align: center;
}
.list .t-content ul li span {
  font-size: 14px;
  display: inline-block;
  color: #666;
  line-height: 32px;
  font-weight: 400;
  padding: 0px 15px;
  background: transparent;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.list .t-content ul li.active span {
  color: #2cc6d0;
  background: rgba(71, 210, 218, 0.15) !important;
}
.list .t-content ul li:hover span {
  color: #2cc6d0;
}
.list .t-content ul li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0px;
  width: 88px;
}
.list .t-content .h-list {
  margin-bottom: 23px;
}
.list .t-content .h-list > span {
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 1px;
  font-weight: 400;
  float: left;
  width: 50px;
}
.list .t-content .y-list {
  margin-bottom: 23px;
  height: 26px;
}
.list .t-content .y-list > span {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  float: left;
  width: 50px;
}
.list .t-content .s-list {
  margin-bottom: 60px;
  height: 26px;
}
.list .t-content .s-list > span {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  float: left;
  width: 50px;
}
.list .b-content {
  margin-bottom: 30px;
  margin-top: 40px;
}
.list .b-content ul li {
  float: left;
  width: calc( ( 100% - 90px ) / 4 );
  margin-right: 30px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.list .b-content ul li:nth-child(4n) {
  margin-right: 0;
}
.list .b-content ul li .img-box {
  font-size: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
}
.list .b-content ul li .img-box img {
  width: 100%;
  transition: all 0.3s;
}
.list .b-content ul li .info-box h3 {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.3s;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list .b-content ul li .info-box p {
  height: 40px;
  padding-top: 10px;
  border-top: 1px dashed #dddddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .b-content ul li .info-box p span {
  font-size: 12px;
  color: #666666;
  line-height: 45px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.list .b-content ul li .info-box p span:last-child {
  float: right;
}
.list .b-content ul li .info-box p img {
  float: right;
  height: 40px;
}
.list .b-content ul li .info-box .tag {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
  border: none;
  padding-top: 0;
  margin-bottom: 20px;
  height: auto;
}
.list .b-content ul li .info-box .tag span {
  margin-right: 5px;
  height: 24px;
  line-height: 24px;
  float: none !important;
}
.list .b-content ul li .info-box .tag .main-tag {
  background: #f1fade;
  border-radius: 4px;
  padding: 0px 5px;
  color: #91d500;
  height: 24px;
  line-height: 24px;
}
.list .b-content ul li:hover h3 {
  color: #2cc6d0;
}
.list .b-content ul li:hover .img-box,
.list .b-content ul li:hover .video-play {
  background: rgba(74, 166, 181, 0.5) url(../images/video-play.png) center no-repeat;
  background-size: 48px 48px;
}
.list .b-content ul li:hover .img-box:before {
  opacity: 1;
}
@media (max-width: 978px) {
  .list {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .list .l-container {
    position: relative;
    padding: 0 20px;
  }
  .list .l-title {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .list .l-title h2 {
    text-align: center;
  }
  .list .l-title h2 a {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    padding: 0px 20px;
    height: 40px;
    line-height: 38px;
    transition: all 0.3s;
  }
  .list .l-title h2 a img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .list .l-title h2 a span {
    vertical-align: middle;
  }
  .list .l-title h2 a:hover {
    color: #2cc6d0;
  }
  .list .l-title h2 a.active {
    background: #f2f8ff;
    border-radius: 4px;
  }
  .list .t-content {
    margin-bottom: 20px;
  }
  .list .t-content .scroll-box {
    width: calc( 100% - 0px );
    overflow: auto;
  }
  .list .t-content .scroll-box::-webkit-scrollbar {
    background: transparent;
    border-radius: 0px;
    width: 0px;
    display: none;
  }
  .list .t-content ul {
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    width: 100%;
    padding-right: 20px;
  }
  .list .t-content ul li {
    float: none;
    display: inline-block;
    white-space: nowrap;
  }
  .list .t-content ul li span {
    padding: 0 10px;
  }
  .list .b-content {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .list .b-content ul li {
    float: left;
    width: 100%;
    margin-right: 30px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
  }
  .list .b-content ul li:nth-child(4n) {
    margin-right: 0;
  }
  .list .b-content ul li .img-box {
    font-size: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .list .b-content ul li .img-box img {
    width: 100%;
    transition: all 0.3s;
  }
  .list .b-content ul li .info-box h3 {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 0.3s;
    min-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .list .b-content ul li .info-box p {
    height: 40px;
    padding-top: 10px;
    border-top: 1px dashed #dddddd;
  }
  .list .b-content ul li .info-box p span {
    font-size: 12px;
    color: #666666;
    line-height: 45px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
  }
  .list .b-content ul li .info-box p span:last-child {
    float: right;
  }
  .list .b-content ul li .info-box p img {
    float: right;
    height: 40px;
  }
  .list .b-content ul li .info-box .tag {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    font-weight: 400;
    border: none;
    padding-top: 0;
    margin-bottom: 20px;
    height: auto;
  }
  .list .b-content ul li .info-box .tag span {
    margin-right: 5px;
    height: 24px;
    line-height: 24px;
    float: none !important;
  }
  .list .b-content ul li .info-box .tag .main-tag {
    background: #f1fade;
    border-radius: 4px;
    padding: 0px 5px;
    color: #91d500;
    height: 24px;
    line-height: 24px;
  }
  .list .b-content ul li:hover h3 {
    color: #2cc6d0;
  }
  .list .b-content ul li:hover .img-box:after {
    background: rgba(74, 166, 181, 0.5);
  }
  .list .b-content ul li:hover .img-box:before {
    opacity: 1;
  }
  .list .l-btn {
    height: 40px;
    border: 1px solid #dcdee2;
    border-radius: 20px;
    font-size: 14px;
    color: #bcc1ca;
    font-weight: 400;
    margin-right: 0;
    margin-top: 0;
  }
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
.report {
  padding: 40px 0;
  padding-bottom: 0;
}
.report .l-body {
  display: flex;
}
.report .l-body .l-content {
  width: 50%;
  border-right: 1px solid #eee;
  padding-right: 40px;
}
.report .l-body .r-content {
  width: 50%;
  padding-left: 60px;
}
.report .l-body h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.report .l-body h3 a {
  float: right;
  font-size: 14px;
  color: #3cc2c9;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.report .l-body h3 a i {
  margin-left: 10px;
  vertical-align: top;
}
.report .l-body ul li {
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.report .l-body ul li:last-child {
  margin-bottom: 0;
}
.report .l-body ul li a {
  display: inline-block;
  width: 100%;
}
.report .l-body ul li a p {
  display: inline-block;
  width: calc( 100% - 100px );
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.report .l-body ul li a .time {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
  font-weight: 400;
  margin-left: 15px;
  vertical-align: middle;
}
.report .l-body ul li a:hover p {
  color: #2cc6d0;
}
@media (max-width: 978px) {
  .report {
    padding: 20px 0 0;
  }
  .report .l-body {
    display: block;
  }
  .report .l-body .l-content {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-right: 0px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .report .l-body .r-content {
    width: 100%;
    padding-left: 0px;
  }
  .report .l-body h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .report .l-body h3 a {
    float: right;
    font-size: 14px;
    color: #3cc2c9;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
  }
  .report .l-body h3 a i {
    margin-left: 10px;
    vertical-align: top;
  }
  .report .l-body ul li {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .report .l-body ul li a {
    display: inline-block;
    width: 100%;
  }
  .report .l-body ul li a:last-child {
    margin-bottom: 20px;
  }
  .report .l-body ul li a p {
    display: inline-block;
    width: calc( 100% - 100px );
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .report .l-body ul li a .time {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: right;
    line-height: 20px;
    font-weight: 400;
    margin-left: 15px;
    vertical-align: middle;
  }
  .report .l-body ul li a:hover p {
    color: #2cc6d0;
  }
}
.arrow-right {
  width: 20px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  transition: all 0.3s;
}
a:hover .arrow-right {
  -webkit-animation: arrow 1s linear infinite;
  -moz-animation: arrow 1s linear infinite;
  animation: arrow 1s linear infinite;
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.video-play {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(0) translatey(0);
  background: rgba(0, 0, 0, 0.2) url(../images/video-play.png) center no-repeat;
  background-size: 48px 48px;
  transition: all 0.3s;
}
.video-model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.video-model .por-player {
  width: 960px;
  height: 640px;
  position: absolute;
  top: 50%;
  margin-top: -320px;
  left: 50%;
  margin-left: -480px;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 100px;
}
.video-model video {
  width: 960px;
  height: 540px;
  object-fit: fill;
}
.video-model .video-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: url(../images/video-close.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 999;
}
.video-model.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
.por-player .video-info-box {
  background: url(../images/video-b-bg.jpg);
  background-size: 100% 100%;
  height: 100px;
  display: flex;
  padding: 20px 100px;
  margin-top: -6px;
}
.por-player .video-info-box .info-box {
  width: calc( 100% - 280px );
}
.por-player .video-info-box .info-box h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.por-player .video-info-box .info-box p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.por-player .video-info-box .btn-box {
  padding-top: 10px;
}
.por-player .video-info-box .btn-box a {
  border-radius: 25px;
  margin-top: 0;
  height: 40px;
  line-height: 38px;
}
.video-model img {
  width: 100%;
  opacity: 0;
}
.video-model #por-player-div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100px;
}
.video-model #por-player-div iframe {
  width: 100%;
}
@media (max-width: 978px) {
  .video-model .por-player {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: 0;
    border-radius: 0px !important;
    padding-bottom: 0;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .video-model .por-player video {
    border-radius: 10px !important;
    overflow: hidden;
  }
  .video-model .por-player video {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .por-player .video-info-box {
    background: url(../images/video-bg-mb.jpg);
    background-size: 100% 100%;
    height: 100px;
    display: block;
    padding: 15px 20px;
    margin-top: -6px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .por-player .video-info-box .info-box {
    width: 100%;
  }
  .por-player .video-info-box .info-box h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .por-player .video-info-box .info-box p {
    display: none;
  }
  .por-player .video-info-box .btn-box {
    padding-top: 15px;
  }
  .por-player .video-info-box .btn-box a {
    border-radius: 25px;
    margin-top: 0;
    height: 32px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 12px;
  }
  .video-model img {
    display: none;
  }
  .video-model #por-player-div {
    height: 400px !important;
    position: static !important;
  }
}
