.banner {
  width: 100%;
  height: 4.2rem;
  position: relative;
}

.banner img {
  object-fit: cover !important;
}

.bannerTit {
  position: absolute;
  left: 50%;
  top: 2.2rem;
  transform: translateX(-50%);
  font-family: MiSans-Demibold;
  font-weight: normal;
  font-size: 0.58rem;
  color: #FFFFFF;
}

.bannerTxt {
  position: absolute;
  left: 50%;
  top: 3.13rem;
  transform: translateX(-50%);
  font-family: MiSans-Regular;
  font-weight: normal;
  font-size: 0.29rem;
  color: #FFFFFF;
}

.newBread {
  margin: .74rem auto .78rem !important;
  display: flex;
  align-items: center;
}

.newBreadL {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.newBreadL a {
  margin-right: .45rem;
  font-family: MiSans-Light;
  font-weight: normal;
  font-size: 0.23rem;
  color: #000000;
  border-bottom: .03rem solid transparent;
  transition: all .3s;
}

.newBreadL a:hover,
.newBreadL a.active {
  color: #172A88;
  border-bottom: .03rem solid #172A88;
}

.newBreadR {
  width: 100%;
  height: 0.5rem;
  border: 0.01rem solid #9FA0A0;
  padding: 0 .16rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.newBreadR img {
  width: auto;
  height: 80%;
  flex-shrink: 0;
}

.newBreadR input {
  width: 100%;
  margin: 0 .17rem;
}

.newBreadR button {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.23rem;
  color: #172A88;
  flex-shrink: 0;
}


.massageBox {
  padding: .91rem 0 1.56rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.massageBoxL {
  width: 4.5rem;
  display: flex;
  flex-direction: column;
}

.massageBoxR {
  width: 8.55rem;
}

.massageBtn {
  width: 100%;
  margin-top: 1.36rem;
}

.massageBtn button {
  width: 1.78rem;
  height: 0.59rem;
  background: #004A9F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MiSans-Demibold;
  font-weight: normal;
  font-size: 0.24rem;
  color: #FFFFFF;
  margin: 0 auto;
  transition: all .3s;
}

.massageBtn button:hover{
    transform: translateY(-.05rem);
}

.massageTit {
  font-family: MiSans-Demibold;
  font-weight: normal;
  font-size: 0.29rem;
  color: #000000;
  margin-bottom: .54rem;
}

.massageTit span {
  color: #6D6C6C;
}

.massageBoxL input {
  width: 4.5rem;
  height: 0.64rem;
  background: #F9F9F9;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #B7B7B7;
  margin-bottom: .53rem;
  padding: 0 .2rem;
  box-sizing: border-box;
  font-family: MiSans-Regular;
  font-weight: normal;
  font-size: 0.22rem;
  color: #333;
}

.massageBoxL input::-webkit-input-placeholder{
    font-family: MiSans-Regular;
    font-weight: normal;
    font-size: 0.22rem;
    color: #898888;
}

.massageBoxL input:last-child {
  margin-bottom: 0;
}

.massageSelect {
  display: flex;
  flex-wrap: wrap;
}

.massageSelect label {
  width: 2.66rem;
  height: 0.59rem;
  background: #F9F9F9;
  margin-right: .28rem;
  margin-top: .43rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.massageSelect label.active {
  background: #0F6DF7;
}

.massageSelect label input {
  display: none;
}

.massageSelect label p {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.21rem;
  color: #000000;
}

.massageSelect label.active p {
  color: #FFFFFF;
}

.massageSelect label:nth-child(3n) {
  margin-right: 0;
}

.massageSelect label:nth-child(-n + 3) {
  margin-top: 0;
}

.detailsTit {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.25rem;
  color: #000000;
  margin: .39rem 0 .2rem;
}

.massageBoxR textarea {
  width: 8.55rem;
  height: 1.63rem;
  background: #F9F9F9;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #B7B7B7;
  padding: .2rem;
  box-sizing: border-box;
  font-family: MiSans-Regular;
  font-weight: normal;
  font-size: 0.22rem;
  color: #333;
}

.caseBox {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2.58rem;
}

.caseItem {
  width: 3.16rem;
  height: 2.19rem;
  background: #F7F8F9;
  box-shadow: 0rem 0.03rem 0.05rem 0.01rem rgba(209, 209, 211, 0.75);
  border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
  margin-right: .6rem;
  margin-bottom: .73rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.caseItem:hover{
    box-shadow: rgba(74, 90, 117, 0.08) 0px .02rem .1rem 0px, rgba(74, 90, 117, 0.24) 0px .2rem .2rem -.12rem;
}

.caseItem:nth-child(4n) {
  margin-right: 0;
}

.caseItem img {
  max-width: 1.2rem;
  max-height: 1rem;
  margin-bottom: .2rem;
}

.caseItem p {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.25rem;
  color: #606060;
}

.caseL {
  width: 3.16rem;
  height: 2.19rem;
  background: #F7F8F9;
  box-shadow: 0rem 0.03rem 0.05rem 0.01rem rgba(209, 209, 211, 0.75);
  border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .64rem;
  flex-shrink: 0;
}

.caseL img {
  max-width: 1.09rem;
  max-height: 0.93rem;
}

.caseR {
  width: 100%;
}

.caseRTit {
  font-family: MiSans-Semibold;
  font-weight: bold;
  font-size: 0.36rem;
  color: #172A88;
  margin-bottom: .2rem;
}

.caseText {
  font-size: .16rem;
}

.caseText img {
  width: revert-layer;
  /*width: 100%;*/
  height: auto;
  max-width: 100%;
  /*display: inline-block!important;*/
}

.caseText ul,
.caseText ol{
    list-style: disc!important;
}

@media only screen and (max-width: 768px) {
.massageBoxR textarea{
    width: auto!important;
}
.massageBox{
    padding-top: 0.91rem;
    padding-bottom: 1.56rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.massageSelect label:nth-child(-n + 3){
    margin-right: 0.28rem!important;
    margin-top: 0.43rem!important;
}
}