.ks-infos {
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #fff;
  min-width: 1200px;
}

.ks-infos-left {
  margin-right: 42px;
  position: relative;
  box-sizing: border-box;
  padding-top: 5px;
}

.ks-infos-left ::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 18px;
  background: linear-gradient(156deg, #FF8300 0%, #FF7334 100%);
  border-radius: 3px;
  left: 0;
  top: 8px;
}

.ks-infos-right {
  flex: 1;
  flex-wrap: wrap;
}

.ks-infos-left .title {
  margin-left: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  user-select: none;
}

.ks-infos-right .items {
  text-align: center;
  min-width: 80px;
  height: 40px;
  /* background: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(195, 195, 195, 0.32); */
  cursor: pointer;
  user-select: none;
  line-height: 40px;
  margin-right: 26px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 15px;
}

.ks-infos-right .items-active {
  color: #ff6d29;
  position: relative;
  /* background: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(255, 215, 180, 0.93); */
}
.ks-infos-right .items-active::after{
  content: "";
  position: absolute;
  width: 31px;
  height: 2px;
  background: #FF6600;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.condition-part {
  /* margin-top: 10px; */
  /* height: 285px; */
  background: #f7f8fa;
  box-sizing: border-box;
  padding: 10px 0;
}

.condition-part .sx {
  box-sizing: border-box;
  min-width: 1200px;
  position: relative;
}

.condition-part .sx .folder {
  position: absolute;
  right: 0;
}

.condition-part .sx .sx-left {
  margin-right: 42px;
  position: relative;
  box-sizing: border-box;
  padding-top: 5px;
}

.condition-part .sx .sx-left .title {
  margin-left: 13px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  user-select: none;
}

.condition-part .sx .sx-left ::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 19px;
  background: linear-gradient(0deg, #f98d40 0%, #f99f26 98%);
  border-radius: 3px;
  left: 0;
  top: 8px;
}

.condition-part .sx .sx-right {
  flex: 1;
}

.condition-part .sx .sx-right .sx-item {
  margin-bottom: 10px;
  margin-top: 10px;
}
.container-layout .ariclet-list-content {
  padding: 0 ;
}

.condition-part .sx .sx-right .sx-item .sx-item-left {
  min-width: 80px;
  padding: 0 0 0 8px;
  height: 35px;
  line-height: 35px;
  user-select: none;
  cursor: pointer;
  margin-right: 40px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.condition-part .sx .sx-right .sx-item .sx-item-left::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 18px;
  background: linear-gradient(156deg, #FF8300 0%, #FF7334 100%);
  border-radius: 3px;
  left: 0;
  top: 8px;
}
.condition-part .sx .sx-right .sx-item .sx-item-left-active {
  background: #FFF4EC;
  color: #ff6d29;
}
.condition-part .sx .sx-right .sx-item .sx-item-left-active .names {
  margin-right: 10px;
}
.condition-part .sx .sx-right .sx-item .sx-item-left-active .clues img{
  width: 26px;
  height: 26px;
  margin-top: 10px;
}

.condition-part .sx .sx-right .sx-item .sx-item-right {
  flex: 1;
  flex-wrap: wrap;
}

.condition-part .sx .sx-right .sx-item .sx-item-right .text {
  margin-right: 20px;
  color: #333333;
  user-select: none;
  cursor: pointer;
  margin-bottom: 12px;
  padding: 4px 6px;
  border: 1px solid transparent;
  background: #FFFFFF;
  border-radius: 4px;
}

.condition-part .sx .sx-right .sx-item .sx-item-right .text-active {
  background: #FEF3EE;
  color: #F66D25;
}

.condition-part .sx .folder1 {
  cursor: pointer;
  user-select: none;
  color: #FF6D29;
  position: absolute;
  left: 35%;
  top: -20%;
}

.condition-part .sx .folder2 {
  cursor: pointer;
  user-select: none;
  color: #FF6D29;
  position: absolute;
  left: 35%;
  top: 13%;
}

.condition-part .sx .fold {
  transform: rotate(180deg);
}

.part1 {
  display: none;
}
.p-info{
  display: flex;
  align-items: center;
  margin: 20px auto 0;
}
.p-info-f{
  margin-left: 10px;
  font-size:24px ;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;

}
.p-info-f .area{
  color: #FF6600;
}
.p-info-f .tem{
  color: #FF6600;
}
.p-info-f .z-pin{
  color: #333;
}

.bank .city-label-left, .bank .position {
  cursor: pointer;
}

.bank .go-select-d {
  margin-top: 14px;
  width: 100%;
  height: 44px;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 44px;
  opacity: 1;
  border-radius: 100px;
  background: linear-gradient(180deg, #ff6e00 0%, #ffaa00 100%);
  user-select: none;
  cursor: pointer;
}

.bank .boxs {
  justify-content: space-between;
  height: 40px;
  opacity: 1;
  border-radius: 4px;
  background: white;
  border: 1px solid #e0e0e0;
  padding: 0px 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #666666;
  cursor: pointer;
}

.bank .s-check {
  border: 1px solid #0782FF;
}

.bank .rw {
  transform: rotate(180deg);
}

.bank .op-box {
  display: none;
  font-size: 15px;
  height: 440px;
  background: #FFFFFF;
  border: 1px solid #E8EAEC;
  box-shadow: 0px 0px 5px 0px rgba(211, 211, 211, 0.71);
  border-radius: 5px;
  margin-top: 5px;
  box-sizing: border-box;
  overflow-y: scroll;
  color: #3a3a3a;
}

.bank .op-box .op-title {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 14px;
  color: #A0A0A0;
}

.bank .op-box .op-item {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 20px;
  cursor: pointer;
}

.bank .op-box .op-item:hover {
  background: #F3F3F3;
}

.bank-ziliao-mask {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 400;
  display: none;
}

.bank-ziliao-mask .zl-content {
  width: 440px;
  position: absolute;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 10px;
}

.bank-ziliao-mask .zl-content .close-zl {
  float: right;
  margin: 10px;
  cursor: pointer;
  user-select: none;
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .condition-part .sx .folder1 {
    left: 45% ;
    top: -15% ;
  }
  .condition-part .sx .folder2{
    left: 45% ;
    top: 10% ;
  }
}

@media screen and (max-width: 1440px) {
  .condition-part .sx .folder1 {
    left: 50% ;
    top: -14% ;
  }
  .condition-part .sx .folder2{
    left: 50% ;
    top: 10% ;
  }
}