body .isPC {
  background-color: #f6f6f6;
}
body .isPC .breadcrumb {
  margin: 30px 0 40px;
  background-color: #f6f6f6;
}
body .isPC .breadcrumb span {
  color: #777;
  font-size: 1em;
}
body .isPC .breadcrumb span:before {
  content: ">";
  padding: 0 0.5em;
  color: #ccc;
  font-size: 1em;
}
body .isPC .breadcrumb span:last-child {
  color: #333;
  font-size: 14px;
}
body .isPC .breadcrumb a {
  text-decoration: none;
  color: #999;
}
body .isPC .breadcrumb a:hover {
  color: #ff9145;
  text-decoration: underline;
}
body .isPC .container .testIndex {
  background: #fff;
  border-radius: 4px;
  border-top-left-radius: 0;
  font-size: 0.12rem;
}
body .isPC .container .testIndex .testTop {
  padding: 0.4rem;
}
body .isPC .container .testIndex .testTop .collect {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  border: 1px solid #ddd;
  padding: 0.08rem 0.1rem;
  border-radius: 5px;
  cursor: pointer;
}
body .isPC .container .testIndex .testTop .collect i {
  font-size: 0.16rem;
}
body .isPC .container .testIndex .testTop .collect:hover {
  background-color: #ff9145;
  color: white;
  border: 1px solid #fff;
}
body .isPC .container .testIndex .testTop .active {
  background-color: #ff9145;
  color: white;
  border: 1px solid #fff;
}
body .isPC .container .testIndex .testTop .testTitle {
  margin: 10px 0;
  font-size: 0.14rem;
}
body .isPC .container .testIndex .testTop .testDesc {
  margin-bottom: 50px;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #ddd;
  font-size: 0.14rem;
}
body .isPC .container .testIndex .testTop .testDesc::after {
  clear: both;
  display: block;
  content: '';
}
body .isPC .container .testIndex .testTop .testDesc .testDescLeft {
  float: left;
}
body .isPC .container .testIndex .testTop .testDesc .testDescLeft div {
  float: left;
  margin-right: 15px;
}
body .isPC .container .testIndex .testTop .testDesc .testDescLeft div span {
  color: #ff9145;
}
body .isPC .container .testIndex .testTop .testDesc .testDescRighT {
  float: right;
}
body .isPC .container .testIndex .testTop .testContent {
  padding-top: 50px;
  line-height: 0.26rem;
}
body .isPC .container .testIndex .testTop .testContent .testImg {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
body .isPC .container .testIndex .testTop .testContent .testImg img {
  display: inline-block;
  width: 30%;
}
body .isPC .container .testIndex .testTop .testContent .testImg #payImg {
  width: 20%;
}
body .isPC .container .testIndex .testTop .testContent .testImg .priceText {
  margin: 15px 0;
}
body .isPC .container .testIndex .testTop .testContent .testImg .priceText .realPrice {
  display: inline-block;
  color: #ff9145;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
body .isPC .container .testIndex .testTop .testContent .testImg .priceText .lastPrice {
  display: inline-block;
}
body .isPC .container .testIndex .testTop .testContent .testImg #payIt {
  color: #fff;
  background-color: #ff9145;
  padding: 8px 24px;
}
body .isPC .container .testIndex .testTop .testContent .text18 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 700;
}
body .isPC .container .testIndex .testTop .testContent .textNormal {
  text-indent: 2em;
  font-size: 16px;
}
body .isPC .container .testIndex .testCenter {
  width: 100%;
  height: 30px;
  background-color: #f6f6f6;
}
body .isPC .container .testIndex .testPinglun {
  width: 100%;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
}
body .isPC .container .testIndex .testPinglun .pinglunTop {
  margin-bottom: 0.15rem;
}
body .isPC .container .testIndex .testPinglun .pinglunTop textarea {
  background-color: #ccc;
  width: 100%;
  border: none;
  padding: 10px;
  height: 100px;
  font-size: 14px;
}
body .isPC .container .testIndex .testPinglun .pinglunTop textarea:focus {
  outline: none;
}
body .isPC .container .testIndex .testPinglun .pinglunTop .pinglunBtn {
  text-align: right;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
body .isPC .container .testIndex .testPinglun .pinglunTop .pinglunBtn button {
  color: #fff;
  background-color: #ff9145;
  display: inline-block;
  padding: 8px 24px;
}
body .isPC .container .testIndex .testPinglun .pinglunList .plItem {
  border-top: 1px solid #efe9e9;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
body .isPC .container .testIndex .testPinglun .pinglunList .plItem .plItemImg {
  width: 40px;
  float: left;
}
body .isPC .container .testIndex .testPinglun .pinglunList .plItem .plItemImg img {
  width: 100%;
  border-radius: 50%;
}
body .isPC .container .testIndex .testPinglun .pinglunList .plItem .plItemIntro .plItemTop .plItemName {
  float: left;
  line-height: 40px;
  margin-left: 15px;
  font-weight: 700;
}
body .isPC .container .testIndex .testPinglun .pinglunList .plItem .plItemIntro .plItemTop .plItemTime {
  float: left;
  line-height: 40px;
  margin-left: 15px;
}
body .isPC .container .testIndex .testPinglun .pinglunList .plItem .plItemIntro .plItemContent {
  padding-left: 0.15rem;
}
body .isPC .container .testIndex .testPinglun .pinglunMore {
  text-align: center;
  font-size: 16px;
}
body .isPC .container .testIndex #modeal01 .modal-body .wx-box {
  text-align: center;
}
body .isPC .container .testIndex #modeal01 .modal-body .wx-box img {
  display: inline-block;
  width: 200px;
}
body .isPC .container .testIndex #modeal01 .modal-body .countdown {
  margin-top: 0.2rem;
  color: red;
  text-align: center;
}
body .isPC .container .testIndex #modeal01 .modal-footer button {
  padding: 10px 25px;
  background: #ff9145;
  display: inline-block;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 5px;
  outline: none;
  color: #fff;
}
body .isPC .container .recommend {
  float: left;
  padding: 30px 0 0 0;
  overflow: hidden;
  vertical-align: text-top;
  background-color: #fff;
}
body .isPC .container .recommend .column {
  background: #fff;
  padding: 10px 10px 0 10px;
}
body .isPC .container .recommend .column .tt {
  margin-bottom: 10px;
  line-height: 1;
}
body .isPC .container .recommend .column .tt .common-aside-line {
  float: left;
  margin-right: 20px;
  width: 4px;
  height: 20px;
  background-color: #ff9145;
}
body .isPC .container .recommend .column .tt span {
  font-size: 20px;
}
body .isPC .container .recommend .column .subColumn {
  padding: 0.16rem;
  border-radius: 1%;
  border-top: 1px dashed #eee;
  width: 100%;
  min-height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .isPC .container .recommend .column .subColumn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
body .isPC .container .recommend .column .subColumn a img {
  width: 35%;
  float: left;
}
body .isPC .container .recommend .column .subColumn a .txt {
  font-size: 12px;
  line-height: 24px;
  width: 60%;
  margin-left: 10px;
  float: left;
}
body .isPC .container .recommend .column .subColumn a .txt span {
  width: 100%;
  color: #333;
  display: block;
}
body .isPC .container .recommend .column .subColumn a .txt .test-title {
  font-size: 0.15rem;
}
body .isPC .container .recommend .column .subColumn a .txt .test-number {
  color: #6a6a6a;
}
@media (max-width: 768px) {
  body .isPC {
    margin-top: 50px;
  }
  body .isPC .breadcrumb {
    margin: 10px 0 10px;
  }
  body .isPC .container .testIndex {
    padding-top: 0.1rem;
  }
  body .isPC .container .testIndex .testTop {
    padding: 10px;
  }
  body .isPC .container .testIndex .testTop h3 {
    text-align: center;
  }
  body .isPC .container .testIndex .testTop .testTitle {
    text-align: center;
  }
  body .isPC .container .testIndex .testTop .testDesc {
    margin-bottom: 5px;
  }
  body .isPC .container .testIndex .testTop .testDesc .testDescLeft {
    float: none;
    text-align: center;
  }
  body .isPC .container .testIndex .testTop .testContent {
    padding-top: 30px;
  }
  body .isPC .container .testIndex .testTop .testContent .text18 {
    font-size: 14px;
    margin: 5px 0;
  }
  body .isPC .container .testIndex .testTop .testContent .textNormal {
    font-size: 12px;
  }
  body .isPC .container .testIndex .testTop .testContent .testImg #payImg {
    width: 35%;
  }
  body .isPC .container .recommend {
    float: left;
    padding: 30px 0 0 0;
    overflow: hidden;
    vertical-align: text-top;
    background-color: #fff;
  }
  body .isPC .container .recommend .column {
    background: #fff;
    padding: 10px 10px 0 10px;
  }
  body .isPC .container .recommend .column .tt {
    margin-bottom: 10px;
    line-height: 1;
  }
  body .isPC .container .recommend .column .tt .common-aside-line {
    float: left;
    margin-right: 20px;
    width: 4px;
    height: 20px;
    background-color: #ff9145;
  }
  body .isPC .container .recommend .column .tt span {
    font-size: 20px;
  }
  body .isPC .container .recommend .column .subColumn {
    padding: 10px 10px 10px 10px;
    border-radius: 1%;
    border-top: 1px dashed #eee;
    width: 100%;
  }
  body .isPC .container .recommend .column .subColumn a {
    width: 100%;
    display: block;
    float: left;
  }
  body .isPC .container .recommend .column .subColumn a img {
    width: 20%;
    float: left;
  }
  body .isPC .container .recommend .column .subColumn a .txt {
    font-size: 12px;
    line-height: 24px;
    width: 70%;
    margin-left: 10px;
    float: left;
  }
  body .isPC .container .recommend .column .subColumn a .txt span {
    width: 100%;
    color: #333;
  }
  body .isPC .container .recommend .column .subColumn a .txt .test-number {
    color: #6a6a6a;
  }
}
