.main_innerContainer {
  margin: 0 auto;
  width: 1280px;
}
.main_ulBox {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  font-size: 0;
}
.main_ulItem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #eeeeee;
}
.main_ulLeft_box {
  padding-left: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.main_ulLeft_box::before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eeeeee;
}
.main_ulRight_box {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.main_page {
  padding: 5.5556vh 0;
  text-align: center;
}
.laypage_curr {
  color: red !important;
}
.main_wrap_page {
  display: none;
}
.main_chooseBox {
  margin-right: 50px;
  margin-top: 35px;
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.main_chooseItem {
  margin-bottom: 2.3148vh;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #d6d6d6;
  background: #f8f8f8;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
.main_chooseItem.active {
  border: 1px solid #e60012;
  background: #fef0f1;
}
@media screen and (max-width: 768px) {
  .main_page {
    display: none;
  }
  .main_innerContainer {
    width: 20.48rem /* 640/31.25 */;
  }
  .main_ulBox {
    width: 100%;
    padding-top: 0.64rem /* 20/31.25 */;
  }
  .main_ulItem {
    width: 100%;
    height: 1.984rem /* 62/31.25 */ /* 394/31.25 */;
    line-height: 1.984rem /* 62/31.25 */;
  }
  .main_ulLeft_box {
    text-indent: 1.152rem /* 36/31.25 */;
    width: 96%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .main_ulRight_box {
    display: none;
  }
  .main_ulLeft_box::before {
    margin-top: -0.256rem /* 8/31.25 */;
    left: 0.288rem /* 9/31.25 */;
    width: 0.512rem /* 16/31.25 */;
    height: 0.512rem /* 16/31.25 */;
  }
  .main_wrap_page {
    display: block;
    margin: 0.704rem /* 22/31.25 */ auto;
    width: 20.48rem /* 640/31.25 */;
    height: 1.92rem /* 60/31.25 */;
    line-height: 1.92rem /* 60/31.25 */;
    background: #fbfbfb;
    border: 1px solid #eeeeee;
    border-radius: 0.128rem /* 4/31.25 */;
    text-align: center;
    font-size: 0.768rem /* 24/31.25 */;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
  }
  .main_chooseBox {
    margin-top: 1.12rem /* 35/31.25 */;
    margin-right: 0;
    width: 100%;
    font-size: 0;
    white-space: nowrap;
  }
  .main_chooseItem {
    margin-right: 0.64rem /* 20/31.25 */ /* 25/31.25 */;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.8rem /* 25/31.25 */;
    width: 3.52rem /* 110/31.25 */;
    height: 1.92rem /* 60/31.25 */;
    line-height: 1.92rem /* 60/31.25 */;
    font-size: 0.768rem /* 24/31.25 */;
  }
  .main_chooseItem:nth-last-of-type(1) {
    margin-right: 0;
  }
}
