html, body {
    height: 100%;
    overflow: hidden;
  }
  
  .leave-container {
    /* background-color: #F2F2F2; */
    background-color: #fff;
    font-size: 14px;
    line-height: 22px;
	height:100%;
   /* height: calc(100% - 50px);*/
    position: relative;
    overflow: auto;
  }
  
  p {
    margin: 0;
  }
  
  .leave-logo {
    text-align: left;
    height: 50px;
    line-height: 28px;
    position: relative;
    background-color: rgb(255, 167, 38);
    padding: 11px 0;
    box-sizing: border-box;
  }
  
  .leave-logo img {
    vertical-align: middle;
    margin-left: 20px;
  }
  
  .leave-logo>span {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .leave-logo::after {
    content: '';
    position: absolute;
    bottom: 47px;
    left: 0;
    width: 100%;
    height: 47px;
    background-color: rgb(255, 167, 38);
    z-index: 20;
  }
  
  .leave-top {
    padding: 18px 0 0 0;
    color: #fff;
    position: relative;
    z-index: 100;
  }
  
  .leave-tips {
    text-align: center;
    font-size: 14px;
    /* text-align-last: justify; */
  }
  
  .leave-body {
    position: relative;
    padding-bottom: 30px;
    box-sizing: border-box;
    height: calc(100% - 110px);
  }
  

  
  .leave-box {
    width: 360px;
    padding: 26px 20px;
    color: #323232;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
    margin: auto;
  }
  
  .form-list {
    margin-bottom: 16px;
  }
  
  .form-list>div {
    user-select: none;
  }
  
  .require-p {
    position: relative;
  }
  
  .form-list>p {
    margin-bottom: 6px;
  }
  
  .require-p::before {
    content: '*';
    color: red;
    position: absolute;
    left: -10px;
    top: 2px;
  }
  
  .leave-input {
    height: 40px;
    width: 100%;
    border: 0;
    background: #eeeeee;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    user-select: none;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  }
  
  .leave-input:focus-within {
    background-color: #fff;
    border-color: rgb(255, 167, 38);
  }
  
  .checkbox-div {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    vertical-align: middle;
  }
  
  .checkbox-div input {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    opacity: 0;
    z-index: 200;
    margin: 0;
  }
  
  .checkbox-div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    z-index: 100;
  }
  
  body {
    margin: 0;
  }
  
  .select-y {
    display: none;
  }
  
  label {
    vertical-align: middle;
    margin: 0 26px 0 6px;
    color: #888888;
  }
  
  .leave-text {
    padding: 8px 10px;
    background-color: #eeeeee;
    border-radius: 8px;
    width: 100%;
    height: 80px;
    outline: none;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    user-select: none;
  }
  
  .leave-text:focus-within {
    background-color: #fff;
    border-color: rgb(255, 167, 38);
  }
  
  .send-btn {
    width: 100%;
    height: 38px;
    opacity: 1;
    background: #ffa71e;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    outline: none;
    margin: 14px 0 4px;
    border: none;
  }
  
  .tip-msg {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 13px 0px rgba(28, 9, 0, 0.12);
    padding: 14px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: inline-table;
    align-items: center;
  }
  
  .tip-msg>img {
    vertical-align: middle;
  }
  
  .tip-msg span {
    margin-left: 10px;
    vertical-align: middle;
    white-space: nowrap;
  }
  
  /* 自定义select标签 */
  
  .select {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    position: relative;
    line-height: 38px;
    border-radius: 8px;
  }
  
  .select-box {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
  }
  
  .select-box>span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    background-color: #eeeeee;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    color: #888888;
  }
  
  .select-box:focus-within span {
    background-color: #fff;
  }
  
  .select:focus-within span {
    background-color: #fff;
  }
  
  .select-box>span:focus-within {
    background-color: #fff;
    border-color: rgb(255, 167, 38);
  }
  
  .select-ul {
    /* display: none; */
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    /* max-height: 200px;
    overflow-y: auto; */
  }
  
  .select-ul li {
    height: 40px;
    padding: 9px 10px;
    box-sizing: border-box;
    line-height: 22px;
  }
  
  .select-ul li:hover {
    background-color: #f6f6f6;
  }
  
  .select-icon {
    position: absolute;
    width: 7px;
    height: 4px;
    top: 16px;
    right: 10px;
    background: url('../img/select-icon.png') no-repeat;
  }
  
  /** 滚动条样式*/
  
  .tt {
    position: absolute;
    top: 38px;
    left: 0;
    background-color: #fff;
    z-index: 2200;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: none;
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 10px 0;
  }
  
  .changjing {
    position: relative;
    background-color: #fff;
    z-index: 2200;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  .sc-content {
    width: 100%;
    /* position: absolute; */
    top: 0;
    left: 0;
  }
  
  .sc-bar {
    width: 4px;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
  }
  
  .sc-slider {
    position: absolute;
    top: 0;
    left: 2px;
    width: 2px;
    height: 50px;
    background-color: #ccc;
    border-radius: 2px;
    user-select: none;
    z-index: 200;
  }
  
  .msg-success {
    display: none;
  }
  
  /* 验证手机号样式 */
  
  .varify-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
  }
  
  .verify-motai {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .varify-box {
    width: 320px;
    padding: 40px 30px 20px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    z-index: 100;
  }
  
  .varify-item {
    line-height: 20px;
    font-size: 12px;
  }
  
  .varify-item>div>span {
    display: inline-block;
    width: 48px;
    vertical-align: middle;
    text-align: justify;
    color: #888888;
  }
  
  .varify-mobile {
    width: calc(100% - 52px);
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 12px;
    outline: none;
    vertical-align: middle;
  }
  
  .code-box {
    display: inline-block;
    width: calc(100% - 52px);
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 38px;
  }
  
  .code-box input {
    width: calc(100% - 70px);
    border: 0;
    outline: none;
    vertical-align: middle;
    line-height: 36px;
    font-size: 12px;
    color: inherit;
    padding: 0;
  }
  
  .code-box>span {
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: right;
    color: #ffa726;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    user-select: none;
    vertical-align: middle;
  }
  
  .varify-item>p {
    height: 20px;
    text-align: right;
    color: red;
    user-select: none;
  }
  
  .close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .close-icon::before {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #cccccc;
    position: absolute;
    transform: rotate(45deg);
  }
  
  .close-icon::after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #cccccc;
    position: absolute;
    transform: rotate(135deg);
  }
  
  .verify-btn {
    margin-top: 20px;
    text-align: center;
  }
  
  .verify-btn button {
    width: 120px;
    height: 32px;
    background-color: #ffa726;
    color: #fff;
    border: 0;
    outline: none;
    border-radius: 4px;
  }
  
  /* 验证成功样式 */
  
  .verification-box {
    padding: 30px;
    width: 338px;
    opacity: 1;
    background: #ffffff;
    border-radius: 8px;
    /* box-shadow: 0px 0px 15px 0px rgba(97, 97, 97, 0.15); */
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .verfication-title {
    margin-top: 30px;
    height: 22px;
    line-height: 22px;
    text-align: center;
  }
  
  .verfication-title img {
    vertical-align: middle;
  }
  
  .verfication-title span {
    vertical-align: middle;
    font-size: 22px;
    font-weight: 700;
    color: #323232;
  }
  
  .verfication-tips {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
    color: #888888;
    line-height: 22px;
    margin-top: 36px;
  }
  
  .verfication-tips1 {
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
    color: #bfbfbf;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 22px;
  }
  
  .echat-logo {
    margin-top: 26px;
    text-align: center;
  }
  
  .leave-msg {
    height: calc(100% - 30px);
    background-color: rgb(255, 167, 38);
  }
  
  .leave-msg, .msg-success {
    display: none;
  }