body,html{
  padding: 0;
  margin: 0;
  /* font-size: 15px; */
}
img{
  display: block;
}
:root{
  --general-blue:#5c95ec;
  --top-title-blue:#5c96ec;
  --btn-blue:#5c95ec;
}
input,textarea{
  font-family: Arial;
}
input[type=text]{
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  background-color: #fff;
  /* box-shadow: 1px 1px 3px 0px #9c9c9c; */
  /* padding: 0.5rem 0.5rem; */
  outline: none;
  border-radius: 4px;
  overflow: hidden;
  appearance:none;
  -webkit-appearance: none;
}
select{
  font-size: 1rem;
  background-color: #fff;
  border: none;
  /* box-shadow: 1px 1px 3px 0px #9c9c9c; */
  /* padding: 0.5rem 0.5rem; */
  appearance:none;
  -webkit-appearance: none;
  outline: none;
  /* background-image: url('../../img/report/triangleDown.png'); */
  background-position: right;
  background-repeat: no-repeat;
  background-size: 2rem;
  border-radius: 4px;
  overflow: hidden;
  direction:rtl;
}
textarea{
  border: none;
  /* background-color: #f6f6f6; */
  resize: none;
  height: 8rem;
  font-size: 1rem;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
}
textarea::placeholder,input::placeholder{
  color: gray;
}
a{
  text-decoration: none;
  color: #000;
}
/* 顶部返回 */
.backDiv{
  width: 100%;
  border-bottom: 1px solid  #c58433;
  position: relative;
  padding: 0.5rem  0;
}
.backDiv>img:nth-child(1){
  width: 1.5rem;
}
.backDiv>div:nth-child(2){
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0.6rem;
  color: #ae3126;
  font-weight:800;
}