  /* 公共头部的样式  */
  .logo_box{
    width: 100%;
    height: 80px;
    background: rgba(246, 246, 246, 1);
    border-bottom: 1px solid #E4E4E4;
  }
  .logo_msg{
    width: 1000px;
    margin: 0 auto;
    line-height: 80px;
  }
  .logo_msg img{
    width: 160px;
    height: 60px;
    float: left;
    margin: 5px 20px 0 0;
  }
  .logo_msg span{
    font-family: '微软雅黑 Bold', '微软雅黑';
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      color: #333;
  }
  .logo_linkPage{
    width: 150px;
    line-height: 80px;
  }
  .logo_linkPage a{
    font-family: '微软雅黑 Regular', '微软雅黑';
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: #333;
  }
  
  .logo_box a:hover,
  .search_box a:hover{
     color: #D00000;
     text-decoration: none;
   }
  
  
/* 公共的内容样式   */
  .Pcontent{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
  }
  .eda-content{ 
    width: 1058px;
  }
  .m_nav{
    line-height: 60px;
  }
  .m_nav a{
    color: #666;
  }
  .m_nav a:nth-last-of-type(1){
    color: #999;
  }
  .m_nav a:hover{
    color: #225599;
    text-decoration: none;
  }
  .m_nav span{
    font-family: "宋体 Regular", 宋体;
    margin: 0 5px;
  }
  
 /* 分页的样式  */
  .pagination{
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
  }
  .pagination a {
      text-decoration: none;
    border: 1px solid #ccc;
    color: #666;
  }
  .pagination a{
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
  }
  .pagination .page-selected {
    background: #d00;
    color: #fff;
    border: 1px solid #d00;
    font-weight: 700;
  }
  
  
/* 首页index 的样式 */
  .p_content{
    background: #f2f6f9;
    width: 100%;
  }
  .p_c_search{
    width: 100%;
    background: #fff;
    padding-bottom: 50px;
    /*height: 155px;*/
  }
  .search_box{
    width: 600px;
    margin: 0 auto;
  }
  .search_box_input{
    margin-top: 40px;
    line-height: 45px;
    height: 45px;
  }
  .search_box_input select{
    float: left;
    width: 85px;
    height: 45px;
    border-color:#ccc;
    border-right: none;
    font-size: 16px;
  }
  .search_box_input input{
    float: left;
    width: 437px;
    height: 45px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #ccc;
    border-right: none;
  }
  .search_box_input input::-webkit-input-placeholder{ 
    color: #ccc; 
    font-size: 14px;
  } 
  .search_box_input input:-moz-placeholder{ 
    color: #ccc; 
    font-size: 16px;
  } 
  .search_box_input input::-moz-placeholder{ 
    color: #ccc; 
    font-size: 16px;
  } 
  .search_box_input input:-ms-input-placeholder{ 
    color: #ccc; 
    font-size: 16px;
  } 
  .search_box_input button{
    float: left;
    width: 120px;
    height: 45px;
    background: #d00;
    color: #fff;
    font-size: 16px;
    border: none;
  }
  .search_box_tags{
    width: 100%;
    color: #999;
    line-height: 40px;
    font-size: 14px;
    margin-top: 10px;
  }
  .search_box_tags a{
    margin: 0 12px;
    color: #999;
  }
  
  .p_c_newP{
    width: 100%;
    padding: 20px 0;
  }
  .newP_box{
    width: 1000px;
    height: 360px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .newP_list_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .newP_box h2{
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    border-bottom: 1px solid #E4E4E4;
    color: #333;
    line-height: 40px;
  }
  .newP_box ul{
    position: absolute;
    left: 0;
    top: 0;
    width: 2500px;
    height: 270px;
    padding: 10px 0;
  }
  .newP_box ul li{
    float: left;
    width: 246px;
    border-right:1px solid #E4E4E4;
    padding: 0 10px;
    box-sizing: border-box;
  }
  /*.newP_box ul li:nth-of-type(4n+0){
    border: none;
  }*/
  .newP_box ul li .img_box{
    width: 100%;
    line-height: 120px;
    text-align: center;
    height: 120px;
  }
  .img_box img{
    vertical-align: middle;
    width: 110px;
    height: 80px;
  }
  .newP_box ul li p{
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #333;
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
  }
  .newP_box ul li h5{
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
  }
  .newP_box ul li a{
    font-size: 14px;
  }
  .newP_box ul li a:hover{
    color: #004276;
  }
  .s_left,
  .s_right{
    position: absolute;
    top: 50%;
    cursor: pointer;
  }
  .s_left img,
  .s_right img{
    width: 32px;
      height: 32px;
  }
  .s_right{
    right: -50px;
  }
  .s_left{
    left: -50px;
  }
  .s_right img{
     -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  .p_c_type{
    width: 100%;
    background: #fff;
  }
  .type_box{
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .type_list_box{
    margin-bottom: 50px;
    width: 100%;
  }
  .type_list_box:nth-last-of-type(1){
    margin-bottom: 0;
  }
  .type_title{
    line-height: 50px;
    border-bottom: 1px solid #E4E4E4;
  }
  .type_title span{
    display:inline-block;
    line-height: 50px;
    border-bottom: 2px solid #225599;
    padding-right: 10px;
    color: #225599;
    font-size: 14px;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-style: normal;
  }
  .type_list{
    padding: 10px 0;
  }
  .type_list a{
    display: inline-block;
    width: 19%;
    margin: 10px 0;
    color: #333;
    font-size: 14px;
  }
  .type_list a:hover{
    color: #225599;
  }
  .contractor_box{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .contractor_box h4{
      line-height: 60px;
      font-size: 14px;
      color: #333;
  }
  .contractor_img_box li{
    display: inline-block;
    width: 150px;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    margin: 0 10px 10px 0;
  }
  .contractor_img_box img{
    width: 120px;
    height: 50px;
    vertical-align: middle;
  }
  
  
/* 找产品页面样式  */
  .fliter_criteria{
    width: 300px;
    margin-right: 30px;
    float: left;
  }
  .eda_fliter_criteria {
    width: 300px;
    margin-right: 30px;
    float: left;
  }
  .eda_fliter_criteria .c_checkbox {
    display: none;
  }
  .f_c_seachBox{
    width: 100%;
    height: 30px;
    margin-bottom: 16px;
  }
  .f_c_seachBox input{
    width: 220px;
    height: 32px;
    padding: 0 5px;
    float: left;
    border-radius: 0;
    outline: none;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
  }
  .f_c_seachBox button{
    cursor: pointer;
    width: 80px;
    float: left;
    line-height: 32px;
    background: #D00000;
    color: #fff;
    text-align: center;
    border: none;
  }
  .f_c_seachBox button img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
  }
  .f_c_seachBox input::-webkit-input-placeholder{ 
     color: rgb(188, 188, 188);; 
  } 
  .eda-search-box {
    display: flex;
  }
  .eda-search-box input {
    flex: 1;
    height: 40px;
  }
  .eda-search-box button {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .eda-search-container {
    margin-bottom: 10px;
    padding: 20px 20px 10px 20px;
    background: #fff;
  }
  .eda-select-container {
    margin: 30px 0 20px 0;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 30px;
  }

  .eda-select-container .eda-select-title{
    width: 80px;
    text-align: left;
    display: inline-block;
  }
  .eda-select-container .eda-select-item {
    position: relative;
    width: 130px;
    display: flex;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #d00000;
    margin-bottom: 10px !important;
  }
  .eda-select-container  .eda-select-item  span{
    width: 95px;
    height: 32px;
    padding: 0 5px;
    line-height: 32px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .eda-select-container  .eda-select-item .icon-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/static/shop/css/../img/icon_close.svg);
    opacity: 1;
  }
  .eda-select-container  .eda-select-item .icon-close:hover {
    opacity: .8;
  }
  .eda-select-container .eda-select_type {
    display: flex;
    margin: 10px 0;
  }
  .eda-select-container .eda-select_type .eda-select-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .f_c_type,.f_c_manufacturer{
    width: 100%;
    border: 1px solid #ccc;
    background:#f6f6f6;
    color: #333;
  }
  .f_c_title{
    line-height: 38px;
    border-bottom: 1px solid #E4E4E4;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .f_c_title b{
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
  }
  .f_c_title .clear_fcBtn{
    display: inline-block;
    float: right;
    margin-right: 20px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    color: #999;
    text-align: center;
    margin-top: 6px;
    border-radius: 3px;
    color: #666;
  }
  .f_c_title .clear_fcBtn:hover {
    color: #d00000;
  }
  .c_checkbox{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .eda_factory_list, .f_type_list{
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .eda_factory_list label, .f_type_list label{
    width: 100%;
    margin: 12px  0;
    color: #333;
    display: block;
    font-size: 14px;
  }
  .eda_factory_list label input, .f_type_list label input{
    margin-right: 5px;
    margin-top: 5px;
  }
  
  .eda_type_list{
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .leaf {
    font-size: 14px;
    color: #333;
    line-height: 35px;
  }
  .leaf input[type="checkbox"] {
    margin-top: 0px;
    border: 1px solid #333;
    margin-right: 10px;
  }
  .checkbox-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .eda-fliter-list::-webkit-scrollbar{
    height: 6px;
    width: 6px;
   }
  .eda-fliter-list::-webkit-scrollbar-thumb{
    background-color: #d7d7d7;
    border-radius: 4px;
   }
   .eda-fliter-list::-webkit-scrollbar-track{
    background: #f3f5f7;
   }
   
  .eda_type_list label{
    width: 100%;
    margin: 12px 0;
    color: #333;
    display: block;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .eda_type_list label input{
    margin-right: 5px;
    margin-top: 5px;
  }
  .eda_type_list .icon {
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-right: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .eda_type_list .icon-down {
    background-image: url(/static/shop/css/../img/fold.png);
  }
  .eda_type_list .icon-up {
    background-image: url(/static/shop/css/../img/open.png);
  }
  .fliter_content{
    width: 670px;
    margin-left: 330px;
  }
  .eda_fliter_content {
    min-height: 720px;
  }
  .content_tip{
     width: 100%;
     border: 1px solid #E4E4E4;
     margin-bottom: 12px;
  }
  .content_tip .tip_title{
    width: 100%;
    line-height: 26px;
    padding-left: 20px;
    box-sizing: border-box;
    background: #f2f2f2;
    border-bottom: 1px solid #E4E4E4;
  }
  .content_tip .tip_list{
    width: 100%;
    line-height: 26px;
    padding:5px 20px;
    box-sizing: border-box;
    background: #f6f6f6;
  }
  .content_tip .tip_list span{
    margin-right: 10px;	
  }
  .count_list{
    line-height: 66px;
  }
  .eda_count_list {
    line-height: 30px;
    font-size: 14px;
    color: #333;
  }
  .eda_count_list strong {
    color: #d00000;
  }
  .eda_count_list .wipe-data {
    color: #333;
    float: right;
  }
  .eda_count_list .wipe-data:hover {
    color: #d00000;
  }
  .content_list{
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 60px;
    background-color: #fff;
  }
  .eda_content_list {
    position: relative;
    min-height: 685px;
  }
  .eda_content_list .data-empty {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  .content_list li{
    width: 100%;
    margin-bottom: 20px;
  }
  .eda_content_list li{
    position: relative;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  .eda_content_list li:hover {
    background: #fbfbfb;
  }
  .eda_content_list li::after :hover {
    background: #d00000;
  }
  .eda_content_list li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed #d8d8d8;
  }
  .content_list li .list_img_box{
    width: 90px;
    height: 85px;
    float: left;
    margin-right: 20px;
    border: 1px solid #E4E4E4;
  }
  .eda_content_list li .list_img_box{
    width: 58px;
    height: 58px;
  }
  .list_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content_list li .list_msg{
    margin-left: 110px;
    min-height: 90px;
  }
  .eda_content_list li .list_msg{
    flex: 1;
    margin-left: 10px;
    min-height: 60px;
  }
  .content_list .list_msg p{
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    height: 40px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .eda_content_list .list_msg p {
    height: 26px;
  }
  .eda_content_list {
    margin-bottom: 20px;
  }
  .content_list .list_msg h5{
    color: #999;
    height: 40px;
    word-break: break-all;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .eda_content_list .list_msg h5 {
    height: 20px;
    -webkit-line-clamp: 1;
  }
  .content_list a:hover{
    text-decoration: none;
  }
  
/* 详情页面样式   */
  .clearfix:before{
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
      font-size: 0;
  }
  .clearfix:after {
      clear: both;
  }
  .d_article{
    width: 670px;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .d_a_side{
    width: 300px;
    float: right;
  }
  .d_article_msg .article_msg_log{
    width: 200px;
    height: 72px;
    margin-bottom: 50px;
  }
  .article_msg_log img{
    width: 100%;
    height: 100%;
  }
  .d_article_msg p{
    width: 100%;
    box-sizing: border-box;
  }
  .article_msg_title{
    font-family: "微软雅黑 Bold", 微软雅黑;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
    padding: 0 50px;
  }
  .article_msg_link{
    padding: 0 100px;
    margin-bottom: 20px;
  }
  .article_msg_link a{
    text-decoration: underline;
  }
  .d_article_content{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid  #E4E4E4;
  }
  .d_article_img_box {
    text-align: center;
  }
  .d_article_img_box img{
    /*width: 300px;
      height: 150px;*/
      margin-bottom: 20px;
  }
  .d_a_wrold .d_a_title{
    line-height: 70px;
    font-family: "微软雅黑 Bold", 微软雅黑;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #333;
  }
  .w_nav{
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #E4E4E4;
  }
  .w_nav span{
    display: inline-block;
    margin-right: 20px;
    padding: 0 5px;
    cursor: pointer;
  }
  .w_nav span.n_active{
    color: #D00000;
    border-bottom: 2px solid #D00000;
  }
  .w_nav_msgbox{
    margin-bottom: 20px;
  }
  .w_nav_msgbox li{
    padding: 16px 0;
    border-bottom: 1px solid #E4E4E4;
  }
  .d_a_moreD li{
    margin: 10px 0;
  }
  .d_a_moreD li i{
    color: rgb(34, 85, 153);
    margin-right: 10px;
  }
  .d_a_moreD li a{
    font-size: 14px;
  }
  .d_a_moreD li a:hover{
    text-decoration: none;
  }
  
  .d_a_side .d_a_aMore{
    width: 100%;
    margin: 50px 0;
  }
  .d_a_aMore h3{
    font-family: "微软雅黑 Bold", 微软雅黑;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
  .d_a_aMore li{
    color: #999;
    margin: 10px 0;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .d_a_aMore li i{
    margin-right: 12px;
  }
  .d_a_aMore li a{
    color: #666;
  }
  .d_a_aMore li a:hover{
    text-decoration: none;
  }
  
  .del_tip{
    cursor: pointer;
  }
  .d_article_content h2{
      font-weight: 700;
      font-size: 18px;
      line-height: 48px;
  }
  .d_article_content > div > h2 {
    position: relative;
    left: 0px;
    top: 0px;
    }
  .d_article_content{
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-style: normal;
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    width: 100%;
    overflow-x: auto;
    word-wrap: break-word;
  }
  .d_article_content p,
  .d_article_content span,
  .d_article_content strong,
  .d_article_content b,
  .d_article_content a{
      font-weight: 400;
      line-height: 28px;
      color: #333333 !important;
      font-size: 14px !important;
  }
  .d_article_content ul>li {
      list-style-type: none;
      background: url(http://www.ti.com.cn/assets/images/ulCircle.png) no-repeat 0 .6em;
      padding-left: .6em;
      margin: 0 0 .5em 0;
      font-weight: 400;
      font-size: 14px;
      color: #555;
  }
  .d_article_content ul ul, ol ul, ul ol, ol ol {
      margin-top: .5em;
      margin-bottom: 0;
  }
  .d_article_content ul{
      list-style-type: none;
      padding: 0;
      margin: 0 0 1em 1em;
  }
  .d_article_content ul>li ul li {
      background: url(http://www.ti.com.cn/assets/images/ulDash.gif) no-repeat 0 .7em;
  }
  .d_article_content a{
      color: #c00;
      text-decoration: underline;
  }
  .d_article_content img{
    max-width: 670px;
  }
  #paramsName{
      float: left;
      white-space: nowrap;
      border-left: 1px solid #e0e0e0 !important;
  }
  .d_article_content table{
      max-width: 670px;
      position: relative;
      border-top: 1px solid #e0e0e0 !important;
      font-size: 1em;
      margin: 0 0 1em 0;
      border-collapse: collapse;
      /* border-spacing: 2px; */
      border-color: grey;
      display: table;
      color: #555;
      font-weight: 400;
      font-size: 12px;
  }
  .d_article_content table th{
      background: #f0f0f0;
      text-align: left;
      vertical-align: middle;
      color: #333;
      border-right: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0;
      line-height: 28px;
      text-align: center;
  }
  .d_article_content table td{
      background: #fff;
      border-right: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0;
      vertical-align: top;
      padding: .3em;
    max-width: 180px;
    min-width: 100px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    vertical-align: middle;
  }
  #paramsName td{
      max-width:330px !important;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  .d_article_content table tr td:nth-child(1) {
    max-width: 200px;
    min-width: 200px;
    border-left: 1px solid #e0e0e0;
    }
  .paramData {
      position: relative;
      white-space: nowrap;
      overflow: auto;
      overflow-y: hidden;
  }
  
  .main-wrap{
    margin-right: 0;
    border: none;
  }
  
  #activity_login{
      width: 370px !important;
  }
  
  
/* 详情页元器件推荐样式 */
  .smtRecommend ul{
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 10px; 
    margin: 10px 0;
  }
  .smtRecommend ul li{
    overflow:hidden;
    min-height: 100px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
  }
  .smtRecommend ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
  }
  .smtRecommend .imgBox{
      display: block;
      margin-bottom: 6px;
      width: 85px;
      text-align: center;
      float: left;
  }
  .smtRecommend .imgBox img{
    border: 1px solid #e0e0e0;
      background-color: #fff;
      border-radius: 3px;
      margin: auto;
      max-width: 85px;
      max-height: 85px;
  }
  .smtRecommend .msgBox{
    width: 420px;
    float: left;
    font-size: 14px;
    margin:0 16px; 
  }
  .smtRecommend .msgBox p{
    margin: 0;
    font-size: 12px;
  }
  .smtRecommend .msgBox a{
    text-decoration: none;
    color: #333;
  }
  .smtRecommend .msgBox h3{
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #e4e4e4;
  }
  .smtRecommend .msgBox .tag{
    min-width: 156px;
    display: inline-block;
    max-width: 260px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
    margin: 0;
  }
  .smtRecommend .actionBox{
    width: 110px;
    float: right;
    font-size: 14px;
    text-align: center;
  }
  .smtRecommend .actionBox p{
    font-size: 13px;
  }
  .smtRecommend .actionBox .add_cart{
      display: inline-block;
      margin-top: 10px;
      width: 80px;
      line-height: 32px;
      border-radius: 3px;
      text-align: center;
      background-color: #2f90b9;
      color: #fff;
      cursor: pointer;
      text-decoration: none;
  }
  .smtRecommend .moreRecommend{
    line-height: 30px;
    border:1px solid #e4e4e4;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
  }
  .moreRecommend a{
    color: #2f90b9;
    text-decoration: none;
  }