.blue {
    color: #2276e3
}

.C99 {
    color: #999999
}

.lyCont {
    width: 1200px;
    margin: 0 auto;
    min-height: 650px;
}

#viewModelBox {
    background-color: #ffffff;
}

.lySearch {
    padding: 0 30px;
    box-shadow: 0 4px 4px 0 rgba(87, 91, 97, 0.14), 0 6px 20px 0 rgba(87, 91, 97, 0.14);
    border-radius: 10px;
    margin-bottom: 20px;
}

.lySLi {
    line-height: 60px;
    font-size: 14px;
    color: #333333;
}

.lySTip {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 16px;
    border-radius: 4px;
}

.lySTipAct {
    background-color: #2276e3;
    color: #ffffff;
}

/* .lySLi2 {
    border-top: 1px solid #ededed;
} */

.title {
    padding: 0 30px;
    box-shadow: 0 4px 4px 0 rgba(87, 91, 97, 0.14), 0 6px 20px 0 rgba(87, 91, 97, 0.14);
    border-radius: 10px;
    margin-bottom: 20px;
    height: 65px;
}

.title em {
    color: #f98a38
}

.search {
    width: 280px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 400px;
}

.search input {
    height: 30px;
    border: none;
    margin-left: 20px;
    width: 215px;
}

.headSearchAct {
    font-weight: bold;
    color: #2276e3;
}

.searchBtn {
    width: 30px;
    height: 30px;
    background: url(../images/search.png) center center no-repeat;
}

.titleSearch {
    line-height: 65px;
}

.titleCount {
    line-height: 65px;
}

.list {
    border: 1px solid #dddddd;
    padding: 0 16px 0 0;
}

.list li {
    width: 275px;
    height: 365px;
    /* width: 248px;
    height: 336px; */
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-left: 19px;
    border-radius: 5px;
    padding: 13px;
    margin-top: 20px;
    box-sizing: border-box;
}

.list li:hover {
    box-shadow: 0 4px 4px 0 rgba(87, 91, 97, 0.14), 0 6px 20px 0 rgba(87, 91, 97, 0.14);
}

.list img {
    width: 250px;
    height: 168px;
}

.liview {
    width: 250px;
    height: 168px;
    line-height: 168px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #2276e3;
    color: #ffffff;
    box-sizing: border-box;
}

.list .price {
    font-size: 20px;
    color: #ef2526;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 4px;
}

.list .titles {
    line-height: 22px;
    min-height: 44px;
}

.list .titles:hover {
    color: #2276e3
}

.list .lables {
    height: 28px;
    margin-top: 15px;
}

.list .lables span {
    border: 1px solid #2276e3;
    color: #2276e3;
    padding: 4px 11px;
    border-radius: 3px;
}

.list .bottom {
    color: #999999;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-top: 1px dashed #dddddd
}

.list .icon01 {
    padding-left: 22px;
    background: url(../images/icon01.png) left center no-repeat;
}

.list .icon02 {
    padding-left: 22px;
    background: url(../images/icon02.png) left center no-repeat;
}

.pager {
    padding: 0
}

.pagination {
    margin: 25px 0;
}

.pager {
    margin: 0
}
.btn{
  font-weight: 600;
}
.tanchuangBox{
  /* width: 200px;
  height: 200px; */
  background: #fff;
  top: -20px;
  left: 0;
  z-index: 99999;
  box-shadow: #999 0px 00px 20px;
}
.lySearch1{
  width: 1160px;
  padding: 20px;
}
.que{
  width: 50px;
  line-height: 30px;
  color: #fff;
  background: #2276e3;
  margin-top: 15px;
  border-radius: 8px;
}
.lySLi11{
  border-bottom: #ededed 1px solid;
}
.lySLi21{
  border-bottom: #ededed 1px solid;
}
/* .close{
  top: 10px;
  right: 10px;
  color: #333333;
} */
/* 弹窗 */
.tanchuangBg{
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  background: url(../../../public/images/icons/tanchuangBg.png) repeat center center;
}
.tanchuang{
  width: 618px;
  height: 182px;
  padding-top: 140px;
  /* margin-top: 400px; */
  margin-top: 300px;
  background: url(../../../public/images/icons/tcBg.png) no-repeat center center;
}
.tanchuang input{ 
 /* width: 440px; */
 width: 380px;
 padding-left: 40px;
 padding-right: 20px;
 line-height: 50px;
 height: 50px;
 border: none;
 background: #fff;
 /* margin-left: 60px; */
 border-radius: 8px;
 background: url(../../../public/images/icons/tcSOU.png) no-repeat 20px center;
 box-shadow: #d7e5fa 0px 0px 20px;
}
.btnTanchuang{
    width: 120px;
    height: 50px;
    /* margin-top: 40px; */
    line-height: 50px;
    color: #fff;
    background-color: #2276e3;
    border-radius: 10px;
}
.close{
  top: 20px;
  right: 20px;
  color: #333333;
}
.dropdown-menu {
    top: 190px!important;
    /* top: 210px!important; */
    left: 29px!important;
    /* left: 60px!important; */
    width: 420px!important;
    /* width: 480px!important; */
    /* border: 1px solid; */
    background-color: #ffffff;
    /* width: 100%; */
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 999999999;
}
.dropdown-menu li{
  line-height: 30px;
}
a.quxiaoBtn,a.quxiaoBtn:hover{
    background: none;
    width: 52px;
    height: 30px;
}
a.queBtn,a.queBtn:hover{
    background: #2276e3;
    width: 54px;
    height: 32px;
}