.themColor{
    color: #d65050
}
#product_container{
    overflow: hidden
}
.element {
    z-index: 2;
    width: 50%;
    height: 120px;
    float: left;
    position: relative;
    box-sizing: border-box;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
.element_product{
    color: #111111;
    height: 275px;
    width: 100%
  }
 
.element .element-sub,
.element_download .element-sub {
  overflow: hidden;
  padding-left: 20px;
  border-left: 7px solid #d65050;
}
.element-sub {
  font-size: 13px;
  font-family: 'Open Sans', Arial, sans-serif;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #222;
  border-radius: 0 0 17px 0;
  padding: 15px 25px;
  transition: box-shadow 0.3s;
  cursor: pointer;
  min-height: 65px;
}
.element:not(.expanded) .element-sub:hover,
.element.expanded .element-sub {
  box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
}

.element_download[data-category="doc_product" ] .element-sub,
.element_download[data-category="doc_product merchant" ] .element-sub {
  border-color: #8fb93c;
}

.element_product.title {
    font-size: 19px;
    font-weight: 400;
    color: #111111;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 130px;
    font-size: 17px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    color: #111111 !important;
}

.element-sub .gallery, .element-sub .gallery img {
    width: 180px;
    height: 180px;
}
.element-sub .gallery {
    float: left;
    background: #eeeeee;
    margin: 5px 20px 0 0;
}
.element_product ul {
    position: relative;
}

 .element_product ul li {
    color: #777777;
    font-size: 95%;
    line-height: 170%;
    letter-spacing: 0px;
    line-height: 19px;
    margin: 0 !important;
    padding: 0 !important;
}

.element_product ul li:before {
    color: #111111;
}

  .element .ul_container {
    height: 185px;
    overflow: hidden;
    position: relative;
}

 .element .ul_container:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    right: 0;
    background: -moz-linear-gradient(to top,#ffffff 0%,rgba(255,255,255,0) 42px);
    background: -webkit-linear-gradient(to top,#ffffff 0%,rgba(255,255,255,0) 42px);
    background: linear-gradient(to top,#ffffff 0%,rgba(255,255,255,0) 42px);
    pointer-events: none;
}
.list_header {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    width: 100%;
}


.element_product ul {
    list-style: none;
    float: left;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding-left: 0;
    padding-inline-start: 0px;
}
.element_product ul li i{
    margin-right: 10px
  }
  .element_product .downloads_container {
    float: right;
    margin: 15px 0 20px 0;
    width: 60%;
    float: left;
    max-width: 670px;
    width: 100%;
    max-width: 100%;
  }
  @media (max-width: 991px) {
    .downloads_container {
      width: 100% !important;
      float: left !important;
      clear: both;
    }
}
  .black_title_bar {
    background: #111111;
    width: 100%;
    padding: 0 15px 0 15px;
    line-height: 40px;
    height: 40px;
    color: #eeeeee;
    font-weight: 400;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    margin: 25px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .download_preview {
    width: 57px;
    height: 78px;
    float: left;
    background: #f8f8f8;
    margin-right: 20px;
    margin-top: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
  }

  .element_download[data-category="doc_product" ] .icon_mapper {
    background-color: #8fb93c;
    background-position: -572px 0;
    display: inline-block !important;
}

.right, .icon_downloads.icon_mapper {
    position: absolute;
    right: 20px;
    top: 20px;
}

.l2d_tag {
    background: url('../images/products/icons_tags.png') no-repeat 0 0;
    background-size: 894px 44px;
    width: 44px;
    height: 44px;
    color: #ffffff;
    border-radius: 50%;
}

.element_download .size {
    position: absolute;
    right: 77px;
    top: 22px;
    font-size: 13px;
    color: #999999;
    right: 10px;
    top: 62px;
    text-align: center;
    width: 65px;
}

.element_download[data-category] .access {
    margin-bottom: 10px;
}
.element_download .access.unlocked i{
color: white;
padding-left: 6px
}
 
.element_download .access {
    display: inline-block;
    height: 34px;
    padding: 0 15px;
    border-radius: 0 17px 17px 0;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.downloads_entries {
    width: 100%;
    display: inline-block;
    margin-top: -3px;
  }
.element.expanded .description {
    overflow: none;
    text-align: left;
    height: auto;
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
    display: block;
}
.trixie {
    width: 100% !important;
    float: right;
    position: relative;
    box-sizing: border-box;
    border: none;
    margin: 7px 0 !important;
  }
.element.element_product.expanded{
height: auto
  }
 .element.expanded .ul_container {
    height: auto;
  }
  @media (max-width: 991px) {
  .element.expanded .ul_container {
      clear: both;
      margin: 20px 0 0 0;
      display: inline-block;
    }
  }

.element.expanded .ul_container:after {
    display: none;
  }

.element .description p {
    color: #111111;
    padding: 0 0 10px 0;
    line-height: 21px;
    font-size: 14px;
}


/* 不同类型产品文件对应渲染不同图标及背景图片 */
.element_download[data-category="doc_ec" ] .access, .element_download[data-category="doc_ec merchant" ] .access {
    background: #999999;
}

.element_download[data-category="doc_ec" ] .element-sub, .element_download[data-category="doc_ec merchant" ] .element-sub {
    border-color: #999999;
}

.element_download[data-category="sw_tool" ] .access, .element_download[data-category="sw_tool merchant" ] .access {
    background: #666666;
}

.element_download[data-category="sw_tool" ] .element-sub, .element_download[data-category="sw_tool merchant" ] .element-sub {
    border-color: #666666;
}

.element_download[data-category="sw_application" ] .access, .element_download[data-category="sw_application merchant" ] .access {
    background: #3388bc;
}

.element_download[data-category="sw_application" ] .element-sub, .element_download[data-category="sw_application merchant" ] .element-sub {
    border-color: #3388bc;
}

.element_download[data-category="doc_product" ] .access, .element_download[data-category="doc_product merchant" ] .access {
    background: #8fb93c;
}

.element_download[data-category="doc_product" ] .element-sub, .element_download[data-category="doc_product merchant" ] .element-sub {
    border-color: #8fb93c;
}

.element_download[data-category ] .icon_mapper {
    background-color: #444444;
    background-position: -616px 0;
    display: inline-block !important;
}

.element_download[data-category="doc_ec" ] .icon_mapper, .element_download[data-category="doc_ec merchant" ] .icon_mapper {
    background-color: #999999;
    background-position: -528px 0;
    display: inline-block !important;
}

.element_download[data-category="sw_tool" ] .icon_mapper, .element_download[data-category="sw_tool merchant" ] .icon_mapper {
    background-color: #666666;
    background-position: 0px 0;
    display: inline-block !important;
}

.element_download[data-category="sw_application" ] .icon_mapper, .element_download[data-category="sw_application merchant" ] .icon_mapper {
    background-color: #3388bc;
    background-position: -396px 0;
    display: inline-block !important;
}

.element_download[data-category="doc_product" ] .icon_mapper, .element_download[data-category="doc_product merchant" ] .icon_mapper {
    background-color: #8fb93c;
    background-position: -572px 0;
    display: inline-block !important;
}

.element_download[data-category="doc_manual" ] .icon_mapper, .element_download[data-category="doc_manual merchant" ] .icon_mapper {
    background-color: #c7c458;
    background-position: -616px 0;
    display: inline-block !important;
}

.element_download[data-category="doc_guide" ] .icon_mapper, .element_download[data-category="doc_guide merchant" ] .icon_mapper {
    background-color: #F7D148;
    background-position: -660px 0;
    display: inline-block !important;
}

.element_download[data-category="media_misc" ] .icon_mapper, .element_download[data-category="media_misc merchant" ] .icon_mapper {
    background-color: #dd7022;
    background-position: -484px 0;
    display: inline-block !important;
}


.element_download[data-category="doc_manual" ] .access, .element_download[data-category="doc_manual merchant" ] .access {
    background: #c7c458;
}

.element_download[data-category="doc_manual" ] .element-sub, .element_download[data-category="doc_manual merchant" ] .element-sub {
    border-color: #c7c458;
}

.element_download[data-category="doc_guide" ] .access, .element_download[data-category="doc_guide merchant" ] .access {
    background: #F7D148;
}

.element_download[data-category="doc_guide" ] .element-sub, .element_download[data-category="doc_guide merchant" ] .element-sub {
    border-color: #F7D148;
}

.element_download[data-category="media_misc" ] .access, .element_download[data-category="media_misc merchant" ] .access {
    background: #dd7022;
}

.element_download[data-category="media_misc" ] .element-sub, .element_download[data-category="media_misc merchant" ] .element-sub {
    border-color: #dd7022;
}
