.main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
h5, p {
  margin: 0;
  padding: 0;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
a:hover {
  text-decoration: none;
}
textarea {
  appearance: none;
  resize: none;
}
.mb20 {
  margin-bottom: 20px;
}
.index-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.index-banner .swiper-slide {
  height: 200px;
  width: 100%;
}
.index-banner .swiper-slide img{
  height: 100%;
  width: 100%;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 32px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.2);
}
.index-banner .swiper-button-next {
  right: 0;
  border-radius: 8px 0 0 8px;
}
.index-banner .swiper-button-prev {
  left: 0;
  border-radius: 0px 8px 8px 0px;
}

.index-banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 6px;
  height: 6px;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 4px;
  background-color: #3C7BFF;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  content: '';
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-banner .swiper-button-prev::after {
  background-image: url('../image/swiper-pre-b.png');
  /* background-position: right center; */
}
.index-banner .swiper-button-next::after  {
  background-image: url('../image/swiper-next-b.png');
  /* background-position: left center; */
}

.notice-container {
  height: 46px;
  overflow: hidden;
  margin-top: 20px;
  background-color: #fff;
  padding: 0 16px;
}
.notice-container .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice-container .notice-content {
  overflow: hidden;
  flex: 1;
}
.notice-container .notice-content img {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-top: 9px;
}
.notice-container .notice-content p {
  font-size: 16px;
  line-height: 36px;
  color: #292929;
  margin: 0;
  margin-left: 12px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}
.right-btn-arrow {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 20px;
  color: #3C7BFF;
  background-image: url('../image/more_arr_b.png');
  background-position: right 4px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 20px;
  cursor: pointer;
}
.right-btn-arrow a {
  color: #3C7BFF;
}

.index-content-container {
  margin-top: 20px;
}
.index-content-container .content-container-left{
  float: left;
  width: 73.333%;
}
.index-content-container .content-container-right{
  float: right;
  width: 300px;
}

.content-container-card {
  background-color: #fff;
  padding: 0 20px;
}
.content-container-card  .card-title-container {
  overflow: hidden;
}
.content-container-card  .card-title-container h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #292929;
  float: left;
  padding: 24px 0;
  margin: 0;
}
.content-container-card  .card-title-container .right-btn-arrow {
  float: right;
  line-height: 24px;
  margin: 20px 0;
  padding:4px 20px;
  background-position: right center;
}

.content-tab-wrapper {
  font-size: 0;
  border-bottom: 1px solid #EBECEF;
}
.content-tab-wrapper li {
  display: inline-block;
  vertical-align: top;
  margin-right:60px;
}
.content-tab-wrapper li a{
  font-size: 16px;
  font-weight: 500;
  color: #646464;
  display: block;
  padding-bottom: 10px;
  line-height: 22px;
  position: relative;
}
.content-tab-wrapper li a::after {
  content: '';
  height: 3px;
  width: 50%;
  background-color: transparent;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
}
.content-tab-wrapper li.active a {
  color: #3C7BFF;
}

.content-tab-wrapper li.active a::after {
  background-color: #3C7BFF;
}
/*.content-tab-wrapper .content-tab-hover-box:hover,*/
/*.content-tab-wrapper li:hover ~ .content-tab-hover-box{*/
/*  display: flex;*/
/*}*/
.content-tab-hover-box{
  position: absolute;
  /*bottom: -72px;*/
  z-index: 100;
  width: calc(100% + 40px);
  background: #fff;
  left: -20px;
  display: none;
  flex-wrap: wrap;
  box-shadow: 0px 4px 10px 0px rgba(83, 92, 103, 0.15);
  padding: 16px 20px 4px;
}
.content-tab-hover-item{
  color: #646464;
  font-size: 16px;
  font-weight: 500;
  margin-right: 32px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 12px;
}
.content-tab-hover-item:hover{
  color: #3C7BFF;
}

.common-swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.common-swiper-container .swiper-pagination-bullet {
  background-color: #EBEBEC;
  opacity: 1;
  width: 6px;
  height: 6px;
}
.common-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 4px;
  background-color: #3C7BFF;
}
.content-swiper-container {
  padding-bottom: 56px;
}

.content-swiper-container .swiper-pagination {
  bottom: 12px;
}

.content-swiper-container .swiper-slide {
  font-size: 0;
  /* margin-right: 16px; */
}

.content-swiper-container-supply {
  padding-bottom: 56px;
}

.content-swiper-container-supply .swiper-pagination {
  bottom: 20px;
}

.content-swiper-container-supply .swiper-slide {
  font-size: 0;
  /* margin-right: 16px; */
}

.ent-block-content {
  width: 412px;
  border: 1px solid #DBDEE2;
  position: relative;
  margin-top: 20px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: top;
  height: 192px;
  border-radius: 4px;
}
.ent-block-content:first-child, .ent-block-content:nth-child(2){
  margin-top: 28px;
}

.ent-block-content h5{
  font-size: 16px;
  font-weight: 500;
  color: #292929;
}
.ent-block-content .textContent{
  color: #3D3D3D;
  margin-bottom: 12px;
  font-size: 14px;
  padding: 0 16px;
}
.ent-block-content:hover{
  border-color: #3C7BFF;
}
.ent-block-content:hover h5{
  color: #3C7BFF;

}
.ent-block-content:nth-of-type(2n) {
  margin-right: 0;
}
.ent-block-content .ent-block-content-top {
  overflow: hidden;
}
.ent-block-content .ent-block-content-top .ent-country{
  float: left;
  background-color: #F5F6F8;
  background-image: url('../image/source_ico.png');
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 14px;
  font-size: 14px;
  line-height: 32px;
  /* 字体/黑 */
  color: #292929;
  padding-left: 36px;
  padding-right: 20px;
}
.ent-block-content .ent-block-content-top .ent-date {
  float: right;
  line-height: 32px;
  font-size: 14px;
  color: #9A9EAB;
  padding-right: 20px;
}
.ent-block-content h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #292929;
  padding: 0 16px;
  margin: 20px 0;
  overflow: hidden; 
  text-overflow: ellipsis;
}
.ent-block-content p {
  font-size: 14px;
  line-height: 20px;
  color: #292929;
  margin: 0;
  padding: 0 16px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ent-block-content p span {
  color: #646464;
  /*width: 130px;*/
  display: inline-block;
  vertical-align: top;
  padding-right: 6px;
}
.ent-block-content .ent-contact-btn {
  height: 32px;
  border-radius: 2px;
  background-color: #3C7BFF;
  border: 1px solid #3C7BFF;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #FFFFFF;
  line-height: 32px;
  display: block;
  position: absolute;
  bottom: 24px;
  right: 20px;
  padding: 0 8px;
}

.content-products-card {
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.content-container-card.w268 {
  width: 270px;
  background-color: #fff;
}

.content-container-card.w592 {
  width: 592px;
  background-color: #fff;
}
.product-card-one {
  padding-top: 6px;
  padding-bottom: 58px;
}
.product-card-one .swiper-pagination {
  bottom: 0;
}

.product-card-item-one {
  width: 214px;
  display: block;
  margin-bottom: 32px;
  overflow: hidden;
}
.product-pic-box{
  border-radius: 4px;
  width: 214px;
  height: 122px;
  overflow: hidden;

}
.product-card-item-one:hover .product-pic{
  transform:scale(1.3) ;
}
.product-pic{
  transition: all 0.4s
}

.product-card-item-one .product-pic {
  width: 214px;
  height: 122px;
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}
.product-card-item-one h5{
  font-size: 16px;
  line-height: 22px;
  color: #292929;
  padding-top: 12px;
}
.product-card-item-one p {
  font-size: 14px;
  line-height: 20px;
  color: #5C5E61;
  padding-top: 8px;
}

.vip-type {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
}

.product-card-two {
  padding-bottom: 58px;
}
.product-card-two .swiper-pagination {
  bottom: 18px;
}

.product-card-item-two {
  margin-bottom: 32px;
}
.product-card-item-two:hover .recommended-companies-name h5{
  color: #3875F6;
}
.product-card-item-two:last-child {
  margin-bottom: 0;
}
.product-card-item-two .recommended-companies-avatar{
  width: 48px;
  height: 48px;
  border-radius: 24px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
}
.product-card-item-two .recommended-companies-name {
  float: left;
  padding-left: 12px;
}
.product-card-item-two .recommended-companies-name h5{
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  color: #292929;
  padding-top: 2px;
  width: 490px;
}
.product-card-item-two .recommended-companies-name .addr-item  {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #646464;
  padding-top: 9px;
}
.product-card-item-two .recommended-companies-name .addr-item img{
  width: 16px;
  height: 16px;
  vertical-align: top;
}
.product-card-item-two .recommended-companies-products {
  margin-top: 20px;
  font-size: 0;
}
.product-card-item-two  .recommended-companies-products .recommended-companies-products-item {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.product-card-item-two .recommended-companies-products .recommended-companies-products-item:last-child {
  margin-right: 0;
}
.product-card-item-two .recommended-companies-products .product-pic {
  width: 100%;
  height: 98px;
  position: relative;
}
.product-card-item-two .recommended-companies-products .product-pic img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.product-card-item-two .recommended-companies-products .recommended-companies-products-item > p {
  font-size: 16px;
  line-height: 22px;
  color: #292929;
  padding-top: 16px;
  font-weight: 400;
}
.info-module {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  height: 262px;
  text-align: center;
  line-height: 262px;
  font-size: 16px;
  color: #292929;
}

.number-show-list {
  background-color: #fff;
  padding: 24px 12px;
  margin-bottom: 20px;
}
.number-show-list > div {
  width: 134px;
  height: 106px;
  border-radius: 4px;
  background: linear-gradient(180deg, #E7EFFF 1%, #FFFFFF 97%);
  text-align: center;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.number-show-list > div  h5 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #FC7D48;
}
.number-show-list > div span {
  font-size: 14px;
  line-height: 16px;
  color: #292929;
  padding-top: 6px;
  display: block;
}

.form-container {
  background-color: #fff;
  padding: 24px 20px;
}
.form-container  .form-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #292929;
  padding-bottom: 28px;
}
.form-container  .star-red {
  color: #F26666;
}
.form-container .form-control {
  height: calc(1.5em + .75rem + 5px);
}
.form-container textarea.form-control  {
  height: auto;
}
.form-container  .form-control-container .form-group{
  margin-bottom: 24px;
  color: #292929;
}

.form-container .card-title-container{
  display: flex;
  justify-content: space-between;
}
.postSupplyBox img{
  width: 100%;
  margin-bottom: 28px;
}
  /*.phone-container .input-group .form-control{*/
/*  border: none;*/
/*}*/
/*.phone-container .input-group {*/
/*  border: 1px solid #ced4da;*/
/*  border-radius: .25rem;*/
/*}*/
.submit-btn-container .btn-primary{
  width: 100%;
  background-color: #3875F6;
  border-color: #3875F6;
  margin-bottom: 5px;
}

.index-recomment-product {
  padding-bottom: 8px;
}
.index-recomment-product .recommend-product-item  {
  overflow: hidden;
  width: auto;
  margin-bottom: 24px;
  display: block;
}
.index-recomment-product .recommend-product-item .product-pic{
  width: 48px;
  height: 48px;
  background-color: #eee;
  float: left;
  position: relative;
  background-size: cover;
  border-radius: 50%;
}
.product-pic::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.05;
}
.index-recomment-product .recommend-product-item .product-pic img {
  border-radius: 50%;
}
.recommend-product-item .product-pic .vip-type {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  bottom: 0;
}
.index-recomment-product .recommend-product-item .left-info {
  float: left;
  width: 200px;
  padding-left: 12px;
}
.index-recomment-product .recommend-product-item h5 {
  margin: 0;
  font-size: 14px;
  color: #292929;
  padding: 0;
}
.index-recomment-product .recommend-product-item p {
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  margin-top: 6px;
}

.index-recomment-product .swiper-pagination{
  bottom: -5px;
}
.card-block {
  background-color: #fff;
  margin-bottom: 20px;
  height: 130px;
  text-align: center;
  font-size: 20px;
  line-height: 130px;
  color: #292929;
}
.content-swiper-container {
  box-sizing: content-box;
}
.product-card-one {
  height: 700px;
  box-sizing: content-box;
}
.product-card-two {
  height: 734px;
  box-sizing: content-box;
}
.index-recomment-product {
  height: 234px;
  box-sizing: content-box;
}

/**推荐新闻***/
.recommend-news-card{
  background: #FFFFFF;
  padding: 28px 20px 0;
  margin:20px 0 ;
}
.recommend-news-content{
  overflow: hidden;
  position: relative;
  padding-bottom: 58px;
}
/*.recommend-news-card .swiper-slide{*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/
.recommend-news-card .card-title-container{
   display: flex;
  justify-content: space-between;
}
.recommend-news-item{
  margin-top: 32px;
}
.recommend-news-item-title{
  color: #292929;
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 500;
}
.recommend-news-item-content{
  display: none;
}
.recommend-news-item-content-img{
  width: 175px;
  height: 98px;
  margin-right: 20px;
}
.recommend-news-item-content-info{
  color: #646464;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recommend-news-item-content-footer{
  display: flex;
  justify-content: space-between;
  color: #9A9EAB;
}
.recommend-news-item-content-footer .author{
  font-size: 14px;
}
.recommend-news-item-content-footer .time{
  line-height: 14px;
}
.recommend-news-item-content-footer .time::before{
  content: '';
  background: url('../image/ic-time.png');
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-size: contain;
  margin-bottom: -2px;
}
.recommend-news-card .swiper-pagination {
  bottom: 18px;
}
.was-validated .tel-input button{
  border-color: #28a745;
}
.tel-input button{
  border-top:1px solid #ced4da;
  border-left:1px solid #ced4da;
  border-bottom:1px solid #ced4da;
}
.tel-input input{
  border-left: 0px;
}
.card-container  .card-title-container {
  overflow: hidden;
}
.card-container  .card-title-container h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #292929;
  float: left;
  margin: 0;
}
.card-container  .card-title-container .right-btn-arrow {
  float: right;
  line-height: 24px;
  background-position: right center;
  color: #3C7BFF;
  background-image: url('../image/more_arr_b.png');
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 20px;
  cursor: pointer;
}
.card-container  .card-title-container .right-btn-arrow a {
  color: #3C7BFF;
}
.news-query-list {
  /*width: 880px;*/
  padding-bottom: 30px;
}

/* 资讯的tab ----start */

.zx-tab {
  display: flex;
  padding-top: 25px;
  border-bottom: 1px solid #EBECEF;
  justify-content: space-between;
}
.zx-tab  .zx-tab-container {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 60px);
}
.zx-tab-container .zx-tab-item {
  display: inline-block;
  vertical-align: top;
  padding-right: 48px;
}
.zx-tab .zx-tab-more a.more-text,
.zx-tab-container .zx-tab-item a{
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #646464;
  text-decoration: none;
  display: block;
  padding: 7px 0;
  position: relative;
}
.zx-tab-container .zx-tab-item a::after {
  content: '';
  background-color: transparent;
  width: 50%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25%;
}
.zx-tab-container .zx-tab-item:hover a,
.zx-tab-container .zx-tab-item.active a {
  color: #3875F6;
}
.zx-tab-container .zx-tab-item:hover a::after,
.zx-tab-container .zx-tab-item.active a::after {
  background-color: #3875F6;
}
.zx-tab .zx-tab-more {
  position: relative;
}
.zx-tab .zx-tab-more a.more-text{
  background-image: url('../image/sel_arr_ic.png');
  background-position: right 12px;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-right: 18px;
  cursor: pointer;
  flex-shrink: 0;
}
.more-container-wrapper:hover,
.zx-tab .zx-tab-more a.more-text:hover ~.more-container-wrapper {
  display: block;
}
.more-container-wrapper {
  position: absolute;
  top: 38px;
  right: 0;
  display: none;
}
.more-tab-container {
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 8px 12px;
  min-width: 320px;
  border: 1px solid #EBECEF;
  position: relative;
  z-index: 2;
}
.more-tab-container::before {
  top: -20px;
  right: 11px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}

.angel-icon-box{
  height: 20px;
  position: absolute;
  width: 321px;
  top: -10px;
}
.angel-icon {
  background-image: url('../image/trangle_ico.png');
  background-size: cover;
  width: 24px;
  height: 14px;
  position: absolute;
  right: 12px;
  /* z-index: 2; */
}

.more-tab-container li {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #646464;
  padding-right: 12px;
  padding: 4px 12px 4px 0px;
  float: left;
  cursor: pointer;
}

.more-tab-container li a {
  color: #646464;
  font-weight: 600;
}
.more-tab-container li a:hover {
  color: #3875F6;
}

/* 资讯tab ---end */
.news-content-list .news-content-item{
  margin-top: 32px;
}
.news-content-item:hover .news-content-title{
  color: #3875F6;
}
.news-content-item:hover .news-content-pic img{
  transform: scale(1.2);
}
.news-content-list .news-content-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #292929;
  margin-bottom: 0;
}
.news-content-list .news-content-info {
  display: flex;
  padding-top: 12px;
}
.news-content-list .news-content-pic {
  width: 174px;
  height: 98px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.news-content-list .news-content-pic::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.05;
}
.news-content-list .news-content-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.news-content-list .news-content-des {
  padding-left: 20px;
  width: 100%;
}
.news-content-list .news-content-des .destro{
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  height: 40px;
}

.news-content-item .prod {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #9D9FA2;
}
.time-icon {
  background-image: url('../image/time_ico.png');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left center;
  padding-left: 18px;
}
.breaking-news-list {
  /*width: 300px;*/
}
.breaking-news-container {
  padding-top: 24px;
  height: 288px;
  display: flex;
  flex-direction: column;
}
.breaking-news-container .breaking-new-item{
  position: relative;
  padding-left: 20px;
  padding-bottom: 24px;
}
.breaking-news-container .breaking-new-item:last-child{
  height: 100%;
}
.breaking-news-container .breaking-new-item::before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background: #3C7BFF;
  position: absolute;
  left: -7px;
  top: 4px;
}
.breaking-news-container .breaking-new-item::after {
  content: '';
  border-left: 1px solid rgba(60, 123, 255, 0.2);
  position: absolute;
  left: 0;
  top: 4px;
  height: 100%;
}
.breaking-news-container .breaking-new-item .breaking-new-title {
  font-size: 14px;
  line-height: 20px;
  color: #292929;
}
.breaking-news-container .breaking-new-item .p-time {
  font-size: 14px;
  line-height: 20px;
  color: #9A9EAB;
  padding-top: 8px;
}
.breaking-news-list .more-btn {
  width: 260px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #3C7BFF;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #3C7BFF;
  margin-top: 12px;
}
.breaking-news-list .more-btn::after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url('../image/more_arr_b.png');
  background-size: cover;
  vertical-align: top;
  margin-top: 13px;
  margin-left: 4px;
}

.video-list-wrapper {
  /*overflow: hidden;*/
  margin-bottom: 35px;
}
.video-list-wrapper .video-list-wrapper-item{
  margin-top: 24px;
}
.video-list-wrapper .video-list-wrapper-item:hover img{
  transform: scale(1.2);
}
.video-list-wrapper .video-list-wrapper-item:nth-child(2n) {
  margin-right: 0;
}
.video-list-wrapper-pic {
  height: 146px;
  width: 260px;
  position: relative;
  overflow: hidden;
}
.video-list-wrapper-pic img {
  width: 100%;
  height: 100%;
  transition:all 0.4s;
}
.video-list-wrapper  .destro {
  font-size: 14px;
  line-height: 20px;
  color: #292929;
  height: 40px;
  margin-top: 20px;
}
.video-list-wrapper .prod{
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #9D9FA2;
}

.line-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.video-icon::after {
  width: 36px;
  height: 36px;
  content: '';
  position: absolute;
  background-image: url('../image/video_icon_b.png');
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
}
.form-control-container .form-group:last-child{
  margin-bottom: 0;
}
h5{
  font-size: 20px;
}
.video-cover-image{
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #DBDEE2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.video-cover-image::before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.05;
}


.contactBuyerContainer {
  /*width: 600px;*/
  padding: 25px 15px;
}
.modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}
.contactBuyerContainer .country-code-dropdown{
  height: 320px;
}
.contactBuyerContainer .country-selector{
  height: 320px;
}

.contactBuyerContainer .form-control {
  /*height: 36px;*/
  margin-right: 12px;
}

.contactBuyerContainer label {
  width: 150px;
  line-height: 36px;
}

.contactBuyerContainer .input-group {
  margin-bottom: 27px;
  flex-wrap: nowrap;
}
.contactBuyerContainer .input-group:last-child{
  margin-bottom: 0;
}

.contactBuyerTitle {
  color: #16191D;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.contactBuyerContainer .short-input {
  width: 190px !important;
}