.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 70px;
}
.six {
  width: 100%;
  text-align: center;
  padding: 120px 0px;
}
.six .sixUp {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  text-align: left;
  position: relative;
  z-index: 2;
}
.six .sixUp .back .h4R {
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.six .sixUp .back .h4R .iconfont {
  transform: rotate(-180deg);
  display: inline-block;
  font-size: 22px;
  margin-right: 5px;
}
.six .sixUp .back .h4R:hover {
  color: #48a038;
}
.six .sixUp .chooseDiv {
  width: 100%;
  display: flex;
  height: 60px;
  justify-content: flex-end;
}
.six .sixUp .chooseDiv > div {
  margin-left: 20px;
}
.six .sixUp .chooseDiv .search {
  width: 350px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
}
.six .sixUp .chooseDiv .search input {
  width: calc(100% - 70px);
  height: 60px;
  box-sizing: border-box;
  background: #e2e6e7;
  color: #707271;
  padding: 0px 20px 0px 30px;
  line-height: 60px;
  border: 0px;
  font-size: 16px;
  font-family: 'MyFont1', sans-serif;
}
.six .sixUp .chooseDiv .search input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: 'MyFont1', sans-serif;
  color: #707271;
}
.six .sixUp .chooseDiv .search input:-moz-placeholder {
  font-size: 16px;
  font-family: 'MyFont1', sans-serif;
  color: #707271;
}
.six .sixUp .chooseDiv .search input::-moz-placeholder {
  font-size: 16px;
  font-family: 'MyFont1', sans-serif;
  color: #707271;
}
.six .sixUp .chooseDiv .search input::-ms-input-placeholder {
  font-size: 16px;
  font-family: 'MyFont1', sans-serif;
  color: #707271;
}
.six .sixUp .chooseDiv .search span {
  display: inline-block;
  width: 70px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background: #003a40;
  line-height: 60px;
  color: #fff;
}
.six .sixUp .chooseDiv .clearAll {
  width: 60px;
  height: 60px;
  background: #ffffff;
  color: #48a038;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #48a038;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
}
.six .sixUp .chooseDiv .clearAll:hover {
  background: #48a038;
  color: #ffffff;
}
.six .sixUp .chooseBuy {
  width: 220px;
  height: 60px;
  position: relative;
  border: 1px solid #eaecef;
  box-sizing: border-box;
  color: #707271;
}
.six .sixUp .chooseBuy .chooseTshow {
  width: 100%;
  height: 100%;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0px 14px;
  cursor: pointer;
}
.six .sixUp .chooseBuy .chooseTshow .iconfont {
  font-size: 18px;
  float: right;
  transform: rotate(90deg);
}
.six .sixUp .chooseBuy .chooseTDiv {
  width: 100%;
  position: absolute;
  top: 58px;
  left: 0px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #eaecef;
  padding: 10px 14px;
  font-size: 14px;
  z-index: 2;
  clip-path: inset(0px 0px 100% 0px);
  transition: all 0.6s ease-in-out;
  max-height: 300px;
  overflow-y: auto;
}
.six .sixUp .chooseBuy .chooseTDiv > div {
  padding: 10px 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.six .sixUp .chooseBuy .chooseTDiv > div:hover {
  color: #48a038;
}
.six .sixUp .chooseBuy .chooseTDiv::-webkit-scrollbar {
  width: 3px;
}
.six .sixUp .chooseBuy .chooseTDiv::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
}
.six .sixUp .showChooseTDiv .chooseTDiv {
  clip-path: inset(0px 0px 0% 0px);
}
.six .sixUp .showChooseTDiv .chooseTDiv2 {
  clip-path: inset(0px 0px 0% 0px);
}
.six .sixDw {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  margin-top: 50px;
}
.six .sixDw .sixDwLi {
  width: 100%;
  border-bottom: 1px solid #e9eaed;
}
.six .sixDw .sixDwLi .dwLiTit {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.six .sixDw .sixDwLi .dwLiTit .h3 {
  font-size: 30px;
}
.six .sixDw .sixDwLi .dwLiTit > div {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #e9eaed;
  line-height: 50px;
  text-align: center;
  font-size: 36px;
  color: #48a038;
  transition: all 0.3s ease-in-out;
}
.six .sixDw .sixDwLi .dwLiTit > div .close {
  display: none;
}
.six .sixDw .sixDwLi .dwCon {
  width: 100%;
  display: none;
}
.six .sixDw .sixDwLi .dwCon > div {
  width: 100%;
  text-align: left;
}
.six .sixDw .sixDwLi .dwCon > div .h4 {
  margin-bottom: 20px;
}
.six .sixDw .sixDwLi .dwCon > div .h4R {
  color: #707271;
  line-height: 44px;
  margin-bottom: 20px;
}
.six .sixDw .sixDwLi .dwCon > div .h4s {
  margin-bottom: 10px;
}
.six .sixDw .show .dwLiTit > div {
  background: #48a038;
  color: #ffffff;
}
.six .sixDw .show .dwLiTit > div .open {
  display: none;
}
.six .sixDw .show .dwLiTit > div .close {
  display: block;
}
.six .sixDw .show .dwCon {
  display: block;
}
.six .sixDw .hideDiv {
  display: none;
}
.mTxt {
  display: none;
}
@media screen and (max-width: 800px) {
  .pcTxt {
    display: none;
  }
  .mTxt {
    display: block;
  }
  .six {
    padding: 50px 15px;
    box-sizing: border-box;
  }
  .six .sixUp .back {
    margin-bottom: 30px;
  }
  .six .sixUp .back .h4R {
    line-height: 20px;
    font-size: 13px;
  }
  .six .sixUp .back .h4R .iconfont {
    font-size: 14px;
    margin-right: 5px;
  }
  .six .sixUp .chooseDiv {
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .six .sixUp .chooseDiv > div {
    margin-left: 0px;
  }
  .six .sixUp .chooseDiv .search {
    width: calc(100% - 66px);
    height: 35px;
  }
  .six .sixUp .chooseDiv .search input {
    width: calc(100% - 36px);
    height: 35px;
    padding: 0px 10px 0px 15px;
    line-height: 35px;
    font-size: 13px;
  }
  .six .sixUp .chooseDiv .search input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .six .sixUp .chooseDiv .search input:-moz-placeholder {
    font-size: 13px;
  }
  .six .sixUp .chooseDiv .search input::-moz-placeholder {
    font-size: 13px;
  }
  .six .sixUp .chooseDiv .search input::-ms-input-placeholder {
    font-size: 13px;
  }
  .six .sixUp .chooseDiv .search span {
    width: 36px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .six .sixUp .chooseDiv .clearAll {
    width: 40px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .six .sixUp .chooseBuy {
    width: calc(50% - 10px);
    height: 35px;
    font-size: 13px;
    margin-top: 10px;
  }
  .six .sixUp .chooseBuy .chooseTshow {
    line-height: 35px;
    padding: 0px 15px;
  }
  .six .sixUp .chooseBuy .chooseTDiv {
    top: 33px;
    padding: 5px 15px;
    font-size: 13px;
  }
  .six .sixDw {
    width: 100%;
    margin-top: 10px;
  }
  .six .sixDw .sixDwLi .dwLiTit {
    height: 85px;
  }
  .six .sixDw .sixDwLi .dwLiTit .h3 {
    font-size: 20px;
    line-height: 40px;
  }
  .six .sixDw .sixDwLi .dwLiTit div {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
  }
  .six .sixDw .sixDwLi .dwCon > div {
    margin-bottom: 15px;
  }
  .six .sixDw .sixDwLi .dwCon > div > div {
    width: 100%;
  }
  .six .sixDw .sixDwLi .dwCon > div .h4 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .six .sixDw .sixDwLi .dwCon > div .h4s {
    margin-bottom: 10px;
  }
  .six .sixDw .sixDwLi .dwCon > div .h4R {
    font-size: 14px;
    line-height: 24px;
  }
}

