.contact-us-title {
  margin-top: 0.82rem;
  margin-bottom: 0.85rem;
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.hoveoneh{
        display: flex;
    flex-direction: column;
    align-items: center;
}
.hoveoneh a{
    margin-top: 0.47rem;
}
.form {
  margin-bottom: 1.14rem;
}

.form-title,
.type-ask>span {
  font-weight: 600;
  font-size: 0.18rem;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.form-title>span {
  color: rgba(255, 0, 0, 1);
  margin-right: 0.1rem;
}

.type-ask>span {
  line-height: 0;
  overflow: hidden;
  margin-right: 0.1rem;
}

.type-ask>label {
  width: 1.67rem;
}

.type-ask>label:nth-of-type(2),
.type-ask>label:nth-of-type(2) {
  width: 1.51rem;
}

.type-ask label {
  font-size: 0.16rem;
  color: #656565;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.type-ask input[type="radio"] {
  display: none;
}

/* 自定义单选按钮的外观 */
.custom-radio {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  border: 0.01rem solid #707070;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 0.13rem;
}

/* 单选按钮选中时的样式 */
input[type="radio"]:checked+.custom-radio {
  border: 0.01rem solid #b6002b;
}

/* 单选按钮选中时的内部圆点 */
input[type="radio"]:checked+.custom-radio::after {
  content: "";
  width: 0.09rem;
  height: 0.09rem;
  background: #b6002a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-title+input {
  width: 4.33rem;
  height: 0.56rem;
  background: #ffffff;
  border: 0.01rem solid #e5e5e5;
  padding-left: 0.15rem;
  margin-top: 0.13rem;
}

.form-title+input::placeholder,
.input-select>input::placeholder {
  font-size: 0.16rem;
  color: #c9c9c9;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.input-select {
  width: 4.33rem;
  height: 0.56rem;
  background: #ffffff;
  border: 0.01rem solid #e5e5e5;
  padding-left: 0.15rem;
}

.bottom-item-nav {
  transition: var(--m_tran) background, color;
}

.bottom-item-nav>img {
  transition: var(--m_tran) filter;
}

.bottom-item-nav:hover {
  background: rgba(182, 0, 42, 1);
  color: #fff;
  border-color: rgba(182, 0, 42, 1);
}

.bottom-item-nav:hover>img {
  filter: brightness(0) invert(1);
}

.info-item-nav {
  transition: var(--m_tran) color;
}

/* .info-item-nav:hover>img {
  transform: translateX(0.1rem);
} */
.info-item-icon_last {
  width: 1.85rem;
  height: 1.96rem;
}
.info-item-icon_last img{
    object-fit: contain;
}
.info-item-nav>img:nth-child(2) {
  display: none;
}

.info-item-nav:hover>img:nth-child(2) {
  display: block;
}

.info-item-nav:hover>img:nth-child(3) {
  display: none;
}

.info-item-nav:hover>span {
  color: #B6002A;
}

.info-item-nav>img {
  transition: var(--m_tran) transform;
}

.input-select>input {
  flex: 1;
  height: 100%;
  background: transparent;
}

.input-select>span {
  padding: 0 0.22rem;
}

.form-title+.input-select-wrap {
  margin-top: 0.13rem;
}

.bus-name>input {
  width: 9.16rem;
  height: 0.56rem;
  background: #ffffff;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #e5e5e5;
}

.select-option-list {
  position: absolute;
  width: 4.33rem;
  /*height: 0;*/
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
  /*transition: var(--m_tran) height;*/
      display: none;
    position: absolute;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
    width: 100%;
    background: #fff;
}
.select-option-list>div>img{
        width: 0.14rem;
}

.select-option-list>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #b5b5b5;
    padding: 0.15rem 0.28rem;
}

.select-option-list.active_select {
  height: 0.95rem;
}

.select-option-item {
  width: 100%;
  height: 0.39rem;
  background: #ffffff;
  font-size: 0.14rem;
  color: rgba(74, 74, 74, 1);
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 0.2rem;
  vertical-align: middle;
  transition: var(--m_tran) background, color;
}

.select-option-item:hover,
.item_active {
  background: rgba(182, 0, 42, 1);
  color: #fff;
}

.form textarea {
  width: 14rem;
  height: 3.01rem;
  background: #ffffff;
  border: 0.01rem solid #e5e5e5;
  resize: none !important;
  padding: 0.18rem 0.15rem;
  margin-top: 0.13rem;
}

.form>div:not(:nth-of-type(2)) {
  margin-top: 0.4rem;
}

.form>div:nth-of-type(2) {
  margin-top: 0.13rem;
}

.submit-btn {
  width: 1.6rem;
  height: 0.5rem;
  background: #b6002a;
  border-radius: 0rem 0rem 0rem 0rem;
  border: none;
  margin: 0 auto;
  margin-top: 0.51rem;
}

.submit-btn>a>span {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.53rem;
}

.submit-btn>a>img {
  width: 0.06rem;
  height: 0.11rem;
}

.info-item {
  width: 4.3rem;
  height: 3.71rem;
  background: #ffffff;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #f0f0f0;
  padding: 0.8rem 0 0.63rem;
}

.info-item-icon {
  width: 0.57rem;
  height: 0.64rem;
  margin-bottom: 0.29rem;
}

.info-item-title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.16rem;
}

.info-item-content {
  flex: 1;
  font-size: 0.16rem;
  color: #4d4d4d;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.info-item-nav>span {
  font-size: 0.14rem;
  color: #000000;
  line-height: 0.4rem;
  text-align: right;
  font-style: normal;
  text-transform: none;
  margin-right: 0.12rem;
}

.info-item-nav>img {
  width: 0.13rem !important;
  height: 0.05rem !important;
}

.line-1 {
  margin-bottom: 0.51rem;
}

.bottom-item {
  width: 6.79rem;
  height: 2.52rem;
}

.bottom-item-title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.06rem;
}

.bottom-item-content {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.4rem;
}

.bottom-item-nav {
  width: 1.6rem;
  height: 0.5rem;
  border: 0.01rem solid #ffffff;
}

.bottom-item-nav>span {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.21rem;
}

.bottom-item-nav>img {
  width: 0.06rem;
  height: 0.11rem;
}

.info-list {
  margin-bottom: 0.82rem;
}

.bottom-line {
  margin-bottom: 1.01rem;
}

.kefu {
  position: fixed;
  bottom: 40%;
  right: 0.2rem;
  z-index: 999;
}

.kefu_content {
  width: 0.4rem;
  height: 0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_content>img {
  width: 0.28rem;
  height: 0.21rem;
}

.kefu_footer {
  width: 0.4rem;
  height: 0.2rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  margin-top: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_footer>img {
  width: 0.17rem;
  height: 0.08rem;
}
@media only screen and (max-width: 1024px) {
.form-title, .type-ask > span{
  font-size: 0.24rem;
}
.type-ask label{
  font-size: 0.24rem;
}
.type-ask > label{
  width: 33.3%;
  float: left;
}
.form > div:not(:nth-of-type(2)){
  display: block;
}
.form-title + input{
  width: 100%;
  margin-bottom: .3rem;
}
.form-title + input::placeholder, .input-select > input::placeholder{
  font-size: 0.24rem;
}
.input-select{
  width: 100%;
}
.select-option-list > div{
  font-size: 0.24rem;
}
.form-title + .input-select-wrap {
  margin-bottom: .3rem;
}
.form textarea{
  width: 100%;
}
.form textarea::placeholder{
  font-size: 0.24rem;
}
.submit-btn{
  width: 30%;
}
.submit-btn > a > span{
  font-size: 0.24rem;
}
.info-item{
  width: 100%;
}
.info-item-content{
  font-size: 0.24rem;
}
.info-item-nav > span{
  font-size: 0.24rem;
}
.bottom-line{
  display: block;
}
.bottom-item {
  width: 100%;
  height: 3.5rem;
  margin-bottom: .3rem;
}
.bottom-item-content{
  font-size: 0.24rem;
  margin-bottom: .2rem;
}
.bottom-item-nav{
  font-size: 0.24rem;
  width: auto;
}
.bottom-item-nav > span{
  font-size: 0.24rem;
}
.bottom-item-title{
  font-size: 0.3rem;
}
.type-ask > span{
  display: none;
}
.form > div:nth-of-type(2){
  display: block;
  height: auto;
  overflow: hidden;
}
.hoveoneh a{
  margin-top: 0.17rem;
}
}