*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
li,ul{
  list-style: none;
}
a,a:visited,a:active,a:link{
  text-decoration: none;
}
button{
  border: none;
  outline: none;
}
.flex{
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
input[type=text],input[type=file],input[type=submit]{
  -webkit-appearance: none;
}

.icon-sdf{
  font-size: 0.9rem;
}
header h1{
  font-weight: normal;
}
.listBox{
  margin-top: 1.5rem;
}
.listItem{
  background-color: #ffffff;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  padding: 0 0.3rem 0 0.4rem;
  height: 1.3rem;
  line-height: 1.3rem;
}
.leftBox{
  /* justify-content: space-between; */
  /* margin-bottom: 0.3rem; */
}
.leftText{
  font-size: 0.37rem;
  color: #000000;
  margin-left: 0.35rem;
}
.leftBox i{
  font-size: 0.68rem;
  font-weight: bold;
}
.icon-tianjiafangyuan{
  color: #5CB754;
}
.icon-fangyuanguanli{
  color: #E43B3A;
}
.icon-fabufangyuan{
  color: #4192C9;
}
.icon-wodefabu{
  color: #E256D8;
}
.listItem .icon-icon1{
  font-size: 0.5rem;
  color: #666666;
}


/* 12.27 */
.intructonBox{
  background-color: #ffffff;
  padding: 0.4rem;
  font-size: 0;  
  margin-top: 0.6rem;
}

.promiseText{
  font-size: 0.35rem;
  margin-bottom: 0.35rem;
  color: #999999;
}

.intructonBox li i{
  font-size: 0.68rem;
  /* margin-right: 0.38rem; */
  width: 1rem;
}
.thirTitle{
  color: #333333;
  font-size: 0.4rem;
  /* font-weight: bold; */
}
.thirDes{
  font-size: 0.28rem;
  color: #999999;
}
.promiseItem{

  font-size: 0;
  margin-bottom: 0.3rem;
}
.iBox{
  width: 0.5rem;
  margin-right: 0.38rem;
  display: inline-block;
  vertical-align: top;
}
.conBox{
  width: calc(100% - 1.5rem);
  display: inline-block;
  vertical-align: top;
}



/* 3.07  14:31 pm*/
.processContainer {
  text-align: center;
  margin-bottom: 0.35rem;
}
.processContainer img {
  width: 1rem;
  display: inline-block;
  height: 2px;
  vertical-align: middle;
}
.mainTitle {
  font-size: 0.42rem;
  vertical-align: middle;
  margin: 0 0.32rem;
  color: #000000;
  display: inline-block;
  font-weight: normal!important;
}
.textTitle{
  font-size: 0.36rem;
  color: #666666;
}
.textTitleBox{
  margin-bottom: 0.15rem;
}



.iBox i {
  font-size: 0.5rem;
  width: 1rem;
}
.textTitleIcon{
  width: 0.37rem;
  height: 0.37rem;
  margin-right: 0.16rem;
}
.textContentDetail{
  font-size: 0.32rem;
  color: #999999;
}
.textContent{
  border: 1px dashed rgba(151,151,151,1);
  border-radius: 4px;
  padding: 0.18rem;
  margin-bottom: 0.24rem;
}
.slTips{
  /* font-size: 0.37rem;
  color: #000000;
  margin-left: 1.7rem; */
  width: 4.5rem;
    text-align: right;
    font-size: 0.37rem;
    color: #000000;
    display: inline-block;
    margin-left: 0.7rem;
}