.cgalSelect .listSelectLine {
  border: none;
  padding: 0;
  margin-bottom: 0.2rem;
}
.cgalSelect .listSelectLine .lsKey {
  width: 1rem;
}
.cgal .checkUl li {
  cursor: pointer;
  margin-right: 0.2rem;
}
.cgal .checkUl li i {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #888888;
  margin: 0;
  margin-left: 0.1rem;
}
.cgal .checkUl li.checked {
  color: #0056b7;
}
.cgal .checkUl li.checked i {
  border: 1px solid #0056b7;
}
.cgal .cgalUl li {
  background: #fff;
}
.cgal .cgalUl li .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.3rem;
}
.cgal .cgalUl li .txt .tag {
  color: #888888;
}
.cgal .cgalUl li .txt .tag span {
  margin-right: 0.2rem;
}
.pageAnli {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888888;
  font-size: 0.16rem;
}
.pageAnli ul {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888888;
}
.pageAnli ul li {
  margin: 0 0.1rem;
}
.pageAnli ul li.arrow i {
  font-size: 0.4rem;
}
.pageAnli .divR {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageAnli .divR input {
  width: 0.4rem;
  height: 0.24rem;
  border: 1px solid #888888;
  border-radius: 4px;
  text-align: center;
  font-size: 0.12rem;
  margin: 0 0.1rem;
}
.pageAnli .divR a {
  width: 0.4rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  border: 1px solid #888888;
  border-radius: 4px;
  color: #888888;
  margin: 0 0.1rem;
}
.anliDetails .scSlide .divTit {
  display: flex;
  justify-content: space-between;
  background: url(../images/anli/icon1.png) no-repeat left center;
  background-size: 9px 17px;
  padding-left: 0.2rem;
}
.anliDetails .scSlide .divTit a {
  font-size: 14px;
  color: #0056b7;
  display: flex;
  align-items: center;
}
.anliDetails .scSlide .divTit a::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url(https://www.ieisystem.com/global/template/images/nav_arrowh.png) no-repeat center;
  background-size: contain;
  margin-left: 0.05rem;
}
.anliDetails .scSlide ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}
.anliDetails .divPs img {
  display: block;
  margin: 0.2rem auto;
}
.cgalSelectItems {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: .2rem;
  flex-flow: wrap;
}
.cgalSelectItems a {
  line-height: 100%;
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  background: #eeeeee;
  padding: 5px 10px;
  font-size: .18rem;
  border-radius: .05rem;
  margin: .1rem 0;
  margin-right: .2rem;
  color:#000;
}
.cgalSelectItems a i {
  color: #888888;
}
.cgalSelectItems a:hover {
  background:#ebf4fb;
  color:#0056b7;
}
.cgalSelectItems a:hover i {

  color:#0056b7;
}
.cgalSelectPhone {
  display: none;
}
.cgalSelect .phoneDiv {
  display: none;
}
.ml2px {
    margin-left:5px;
}
.pro_img_bg{background: url(../images/sw_bg.jpg) no-repeat center; padding:.2rem}

.xll_pagebox {
  display:flex;
  justify-content: center;
  align-items: center;
}
.xll_pagebox .bot input{
  width: .5rem;
  text-align: center;
  margin: 0 .1rem;
}


@media screen and (max-width: 960px) {
  .cgalSelectPhone a {
    background-size: 0.17rem 0.17rem;
    border-radius: 10rem;
    display: block;
    width: 100%;
    max-width: 5.6rem;
    margin: 0 auto;
    height: 0.64rem;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.3rem;
    font-size: 0.26rem;
    background: #f0f6fb;
  }
  .cgalSelectPhone a::after {
    content: "搜索";
    display: block;
    width: 0.8rem;
    height: 100%;
    color: #fff;
    background: #0056b7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.1rem;
    border-radius: 10rem;
  }
  .cgalSelect {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
  .cgalSelect .listSelectLine {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .cgalSelect .listSelectLine .flex1 {
    width: 100%;
  }
  .cgalSelect .listSelectLine.on .lsKey::after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .cgalSelect .return {
    padding: 0.2rem;
    font-size: 0.22rem;
    border-bottom: 1px solid #e1e1e1;
  }
  .cgalSelect .lsKey {
    padding: 0.2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cgalSelect .lsKey::after {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    overflow: hidden;
    background: url(https://www.ieisystem.com/global/template/images/phxl.svg) right center no-repeat;
    background-size: 0.2rem;
  }
  .cgalSelect .checkUl {
    display: flex;
    flex-direction: column;
    display: none;
  }
  .cgalSelect .checkUl li {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding: 0.1rem 0.2rem;
    justify-content: space-between;
  }
  .cgalSelect .listSelectLine .lsKey {
    width: 100%;
  }
  .cgalSelect .listSelectLine {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
  }
  .cgalSelectPhone {
    display: block;
  }
  .cgalSelect .phoneDiv {
    display: block;
  }
  .cgalSelectItems {
    padding-top: 0.2rem;
  }
  .pageAnli {
    flex-direction: column;
  }
}

@media screen and (max-width: 961px) {
  .pageDiv  {
    padding: 0!important;
  }
  .xll_pagebox {
    flex-direction: column;
   }
   .xll_pagebox ul {
    margin: .2rem 0;
   }
   .ulLi3 li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .cgalSelectItems {
    font-size: .24rem;
  }
  .cgalSelectItems a {
    font-size: .24rem;
  }

  .anliDetails  .pro_img_bg {
    width:40%;
  }
}

