@charset "utf-8";
 
 
 
 /* //底部 */
 .footer {
    width: 100%;
    margin-top: 3rem;
}

.atop {
    display: block;
    width: 1rem;
    height: 0.1rem;
    background-color: #F8B501;
    margin-top: 0.5rem;
}

.add {
    display: flex;
    align-items: center;
}

.footer-bottom {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.woment :first-child {
    color: #646566;
    font-size: 20px;
    font-weight: 600;

}

.woment :nth-child(2) {
    color: #2A2B2F;
    font-size: 0.6rem;
}

.bode {
    display: flex;
    align-items: center;
    margin-top: 25px;

}

.bot-left {
    width: 42%;
}

.b-left {
    padding-right: 3rem;
    border-right: 2px solid rgb(145, 142, 142);
}

.b-left span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 0.1rem 0;
    color:black;
}

.b-right {

    display: flex;
    align-items: center;
    margin-left: 3rem;
}

.hotline :first-child {
    font-size:18px;
    font-weight: 400;
}

.hotline :nth-child(2) {
    font-size: 20px;
    font-weight: 800;
}

.bot-right {
    width: 53%;
}

.Theform {
    display: flex;
    justify-content: space-between;

}

.Theform div {
    width: 30%;
    font-size: 14px;
    color: #969494;
    border-bottom: 2px solid #c4c0c0;
    padding: 0.7rem 0;
}

.Theform input {
    border: 0 solid #fff;
    color: #969494;
}

.rights {
    text-align: center;
    font-size: 0.4rem;
    padding: 0.8rem 0;
}

.message {
    font-size:14px;
    color: #969494;
}

.message {
    vertical-align: top;
    border-bottom: 2px solid #c4c0c0;
    padding: 1rem 0;
}

.message textarea {
    vertical-align: top;
    width: 80%;
    height: 100px;
    border: 0 solid #fff;
    color: #969494;
}

.btn-t {
    width: 105px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0.5rem;
    margin-top: 1.5rem;
    background-color: #999B9F;
    margin-top: 30px;
    cursor: pointer;
    border: 1px solid #999B9F;
}
.f-imgs img{
    padding: 0.5rem;
}



        /* 底部 */
        .Aone{
            color:#000000 !important;
            font-size: 18px !important;
            font-weight: 500;
        }
        .thebottom{
            width: 60%;
            margin: 0 auto;
            padding: 30px 0;
            margin: 30px auto;
        }
        .fot-top {
            width: 90%;
            margin: 30px auto;
            display: flex;
            justify-content: space-around;
            
        }

        /* .fot-one>li>a :first-child{
            font-size: 18px;
            color:#000000;
            font-weight: 600;
        } */
        .fot-one>li{
            line-height: 38px;
        }
        .fot-one>li>a {
            font-size: 15px;
       
        }

        .fot-bottom {
            text-align: center;
            margin-top: 60px;
        }

        .fot-bottom>h4 {
            font-size: 14px;
            color: #000000;
            margin: 0 auto;
            font-weight: 400;
        }

        .b-imgs {
            display: flex;
            justify-content: center;
            padding: 10px 0;
        }

        .b-imgs>img {
            margin-left: 2%;
            width: 40px;
            height: 40px;
        }



/* 手机端 */
/* @media screen and (min-width:300px) and (max-width:500px) {
    .footer{
        margin-top: 4rem;
        padding-bottom: 3rem;
    }
    .footer-bottom {
        display: block;
    }
    .bot-left{
        width: 100%;
    }
    .add{
        padding: 0.5rem 0;
    }
  .atop{
      width: 6rem;
      height: 0.5rem;
  }
 
  .woment :first-child{
      font-size: 18px;
    
  }
  .woment :nth-child(2){
      font-size: 3.5rem;
  } 

  .bode{
      display: block;
  }
  .stutend{
      font-size: 3rem;
  }
  .b-left{
      border-right: 00px solid #fff;
     
  }
  .b-left span{
    font-size: 2.5rem;
    line-height: 4.5rem;
  }
 .b-right{
     width: 50%;
     margin: 0 auto;
     text-align: center;
 }
 .hotline h4{
     margin-top: 1rem;
     font-size: 3rem !important;
     padding: 1.5rem;
 }

 .bot-right{
     width: 100%;
 }
 .Theform input{
    width: 15rem;
 }
 .message textarea{
     height: 15rem;
 }

 .btn-t{
     width: 15rem;
     padding: 0.8rem ;
     font-size: 3rem;
     font-weight: 600;
     color:#fff;
 }
 .rights{
     font-size: 2rem;
     margin-top: 1rem;
     font-weight: 600;
 }
 .f-imgs{
     text-align: center;
     padding: 1rem;
 }
 .ip-img{
     display: none;
 }

} */