html,body{
    min-height: 100%;
    background-color: #ffffff;
  }
  /* 招商头部返回 start */
  .zhao-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 45px;
    background-color: #fff;
    border-bottom:1px solid #f3f4f5;
}
.zhao-header .back-btn{
    width: 8%;
    height: 20px;
    padding: 10px;
}
.zhao-header .back-btn img{
    width: 11px;
    height: 18px;
}
.zhao-header .zhao-header-title{
    width: 30%;
    text-align: center;
    font-size: .36rem;
    font-weight: bold;
    margin-left: 21%;
    letter-spacing: 3px;
    color: #151515;
}
/* 招商头部返回 end */
  .v-box{
    width: 100%;
    position:fixed;
  }
  .v-head{
    display: flex;
    text-align: center;
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
    margin-top: 1.92rem;
  }
  .v-head-line{
    width: 20%;
    height: 1px;
    background-color: #EDEDED;
    margin-top: .24rem;
  }
  .v-head-title{
    width: 60%;
    color: #151515;
    font-size: .36rem;
  }
  .v-login{
    width: 80%;
    height: .88rem;
    border-radius: 8px;
    margin-left: 10%;
    text-align: center;
    line-height: .88rem;
    border: 1px solid ;
  }
  .zhao{
    background-color: #a30030;
    /* background-color: #fff; */
    /* border: 1px solid #D5D5D5; */
    border-radius: 8px;
    font-size: .32rem;
    /* color: #151515; */
    color: #fff;
    margin-top: 2.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  .v-zhaoImg{
    width: .45rem;
    height: .45rem;
    margin-right: .1rem;
  }
  .phone{
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    font-size: .32rem;
    color: #151515;
    margin-top: .4rem;
  }
  .v-agree{
    width: 100%;
    text-align: center;
    position:fixed;
    bottom: .8rem;
    font-size: .24rem;
    color: #606266;
  }
  .v-font{
    color: rgb(235, 150, 134);
  }
  
  /* 服务协议样式 */
  .v-mask{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display:none;
    justify-content:center;
    align-items:center;
  }
  .server-box{
    position: relative;
    z-index: 11;
    background: #ffffff;
    width: 6.4rem;
    height: auto;
    border-radius: 5px;
  }
  .v-box-head{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f4f5;
    width: 100%;
    height: .96rem;
    font-size: 16px;
    color: #303133;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
  }
  .v-box-content{
    width: 100%;
    height: auto;
    padding: .2rem .3rem;
    box-sizing: border-box;
    font-size: 12px;
    color: #606265;
    height: 7.5rem;
    overflow-y: scroll;
  }
  
/* 隐藏滚动条 */

.v-box-content::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
  display: none;
}
  .child-text{
    text-indent: .3rem;
  }
  .v-box-btn{
    width: 100%;
    height: 1.2rem;
    padding: .2rem;
    box-sizing: border-box;
  }
  .v-box-btn-text{
    width: 100%;
    height: 100%;
    background-color: #eaa61f;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* loading加载框 */
  .loading-mask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 998;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .loading-mask .loading-img{
    width: 1rem;
    height: 1rem;
  }
  .reject-mask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 998;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .reject-mask .reject-content{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: 5rem;
    border-radius: 5px;
  }
  .reject-mask .reject-content h4{
    padding: .3rem 0;
    font-size: .32rem;
  }
  .reject-mask .reject-content p{
    padding-left: .4rem;
    padding-right: .4rem;
    margin: .4rem 0;
  }
  .reject-mask .rejet-btns{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: .4rem;
    padding-right: .4rem;
    margin-top: .3rem;
    width: 86%;
  }
  .reject-mask .btns{
    border: 1px solid #003c8d;
    border-radius: 3px;
    width: 2.43rem;
    height: .63rem;
  }
  .reject-mask .rejet-btns .exit{
    color: #003c8d;
    background-color: #fff;
  }
  .reject-mask .rejet-btns .repeat{
    color: #ffffff;
    background-color: #003c8d;
  }