﻿.search-wrapper {
    padding: 0.6rem 0 0.75rem;
    background: #f5f6f8;
}
.search-wrapper .result {
    margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: 0.16rem;
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #ccc;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #0d83ff;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: 0.16rem;
  color: #999;
  font-family: "mr";
}

.job .list li .msgDiv a dl{margin-bottom:0}


.solutionP2 .lie{padding-top:0}

.solutionP2{border-bottom:1px solid #e9ecf1;}

.thesis .title {
    text-align: center;
    padding-bottom: 0.4rem;
    color: #000;
    font-size: 0.48rem;
    line-height: 0.48rem;
    font-weight: bold;
}


.historyPic .detail-box .item .content .imgDiv{margin-top: 0.08rem;}

.contactP2 .rightDiv{padding-top:1.5rem;}

.document .list2 li a{padding-left:0.4rem;}


.partnumberLayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 59;
}

.partnumberBox {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    width: calc(100% / 1.6);
    height: calc(100% / 1.505);
    min-height: 660px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.partnumberBox .title{
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #000;
    font-weight: bold;
    padding: 0.4rem 0;
    text-align:center;
}

.partnumberBox  .imgDiv{
    padding:0 0.2rem;
    overflow-y: auto;
    height: calc(100% - 1.6rem);
}

.partnumberBox .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contactP2 .xlist{max-height: 1.81rem;}

.productP3-2 {padding: 1.2rem 0;}
.productP3-2 .content video{text-align:center;display:block;margin:0 auto;height:auto;}
.productP3-2 .title{text-align:center;padding-bottom: 0.4rem;margin-bottom:0;}

@media screen and (max-width: 1004px) {
    .productP3-2 {
        padding: 1.0rem 0.3rem;
    }
    .productP3-2 .title{padding-bottom: 0.6rem;}
    .productP3-2 .content video{width:100%!important;}

    .contactP2 .xlist {
        max-height: 3.61rem;
    }


    .partnumberBox {
        width:94%;
    }


    .contactP2 .rightDiv{padding-top:0.8rem;}

    .thesis .title {
        padding-bottom: 0.6rem;
        font-size: 0.44rem;
        line-height: 0.44rem;
    }


    .search-wrapper {
        padding-top:0;
    }

    .search-wrapper .wal {
        padding: 1.0rem 0.3rem;
    }

    .search-wrapper .result {
        margin-bottom: 0.3rem;
    }

    .search-wrapper .result span {
        font-size: 0.26rem;
        margin-right: 0.48rem;
    }

    .search-wrapper .list li a {
        padding: 0.2rem 0;
    }

    .search-wrapper .list .title {
        font-size: 0.26rem;
        line-height: 0.48rem;
        margin-right: 0.6rem;
    }

    .search-wrapper .list p {
        font-size: 0.26rem;
    }
}