/* 强制浏览器按照 UTF-8 读取 */
@charset "UTF-8";
*{
    font-family: 'Arial',"Microsoft YaHei",sans-serif;
}

body{
    padding:0;
    margin:0;
    list-style-type: none;
    width:100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow-x: hidden;
    min-height: 100vh;
    /* background: #f6f6f6; */

}
.page{
    padding: 4px;
    line-height: 38px;
    display: none;
}
.nextButton{
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0;
    font-size: 18px;

}
.btnClass{
    width:88%;
    margin:12px auto;
    background:#15C260;
    border-radius: 22.5px;
    text-align: center;
    color: #fff;
    padding: 7px;
  }

  .showPart {
    display: block;
  }
  
  .hidePart {
    display: none;
  }
  
  .stepblock {
    margin-top: 8px;
    background-color: #fff;
    padding: 8px 15px;
    font-family: STFangsong;
  }
  
  .step-title {
    text-align: center;
    color: #121212;
    font-size: 18px;
  }
  
  .step-desc {
    font-size: 14px;
    color: #121212;
    text-align: center;
    margin-bottom: 10px;
  }
  .step-info span {
    color: #1482FF;
    font-weight: 500;
    font-size: 15px;
    
    }
    
  
  .step-info {
    font-size: 14px;
    line-height: 42rpx;
  }
  
  .step-info text {
    color: #1482FF;
    font-weight: 500;
    font-size: 15px;
  }
  
  .step-detail {
    margin-top: 12px;
    font-size: 15px;
  }
 
  .step-detail-p {
    text-indent: 2em;
    line-height: 26px;
    margin-top: 8px;
  }
  
  .step-detail-weight {
    text-indent: 2em;
    margin: 8px auto 0;
  }
  

  
  .cantsubmit {
    background: #ccc !important;
  }
  
  .bottomButton {
    width: 100%;
    background: #fff;
    height: 88px;
    position: fixed;
    bottom: 0px;
  }
  
  .imgBk {
    width: 100px;
    height: 50px;
    position: absolute;
    left: 7px;
    top: -31px;
  }
  
  .warnTitle {
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: -19px;
    color: #888;
    font-size: 13px;
  }

  .clearButton {
    margin: 0px auto;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    width: 100% !important;
    color: red;
  }
  
  .buttonText {
    transform: rotate(90deg);
  }
  
  .toSubmit {
    background: #15c260;
    border-radius: 22.5px;
    text-align: center;
    color: #fff;
    width: 50%;
    height: 30vh;
    line-height: 30vh;
    margin: 5vh auto;
  }
  
  /* canvas {
    height: 80vh;
    margin: auto;
    width: 70%;
    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
  }
   */
  .canvasPart {
    margin: 10vh auto;
    position: relative;
    display: flex;
    box-sizing: border-box;
  }
  
  .titleName {
    transform: rotate(90deg);
    width: 150px;
    height: 10%;
    position: absolute;
    top: 50%;
    left: -44px;
    margin-top: -84px;
  }
  
  .title {
    width: 10%;
    height: 80vh;
    display: inline-block;
    text-align: center;
    position: relative;
  }
  
  .bottomBut {
    display: inline-block;
    width: 20%;
    height: 80vh;
  }
  .dialog_hide{
    display: none;
  }
  
  .dialog_show{
    display: flex;
  }


.main-container {
  padding-bottom: 74px;
}

.container-title {
  font-family: PingFangSC-Medium;
  padding: 20px 0;
  font-size: 16px;
  color: #272727;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}

.info-content {
  padding: 0 27px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #272727;
  text-align: justify;
  line-height: 22px;
  font-weight: 400;;
}

.info-content .content-text {
  text-indent: 24px;
  
}

.footer-container {
  position: fixed;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  padding: 10px 27px;
  box-sizing: border-box;
  box-shadow: 0px -2px 4px 0px rgba(223, 223, 223, 0.5);
}

.footer-container-btn {
  height: 44px;
  line-height: 44px;
  text-align: center;
  opacity: 0.5;
  background: #1482FF;
  border-radius: 22px;
  color: #fff;
}
.footer-container-btn1{
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #1482FF;
  border-radius: 22px;
  color: #fff;
  width:80%;
}

.popup-container {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  min-height: 100%;
  background: rgba(0,0,0,0.5);
}

.popup-content {
  position: relative;
  /* display: none; */
  min-height: 100vh;
  width: 100%;
}

.popup-content-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.popup-content-title {
  /* background-image: linear-gradient(180deg, #dadfff 0%, #ffffff 100%); */
  height: 62px;
  line-height: 62px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #272727;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0 22px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.popup-content-text {
  font-family: PingFangSC-Regular;
  padding: 0 22px;
  font-size: 15px;
  color: #272727;
  letter-spacing: 0;
  line-height: 23px;
  font-weight: 400;
}

.popup-content-btn {
  
  padding: 20px 20px 30px;
}

.popup-content-btn >div {
  text-align: center;
  line-height: 44px;
  background-image: linear-gradient(1deg, #0F1E74 0%, #283E9F 100%);
  border-radius: 22px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
}
.anySign_b{
  padding-right:0px;
  float: right;
  height: 140px;
  margin-bottom: 60px;
  box-sizing: border-box;
}


/* 新增 */
.popupBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:86%;
  margin: 0 auto;
  padding:20px 0;
  font-size:15px;
}
.popupBtn span{
  width:44%;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  border:1px solid #1482FF;
  border-radius:30px;
  color:#1482FF;
}
#popupButtom{
  border:none;
  color: #fff;
  opacity:0.5;
  background:#1482FF;
}
.agreeT{
  text-align: center;
  font-size:20px;
  font-weight: bold;
  width:70%;
  margin: 20px auto;
  border-bottom: 1px solid #f0f0f0;
}
.agreeInfo p{
  text-indent:2em;
  padding-bottom:10px;
  color:#333;
}
.footer-container-btn,.footer-container-btn2{
  width: 45%;
}
.footer-container-btn2{
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #fff;
  border-radius: 22px;
  color: #1482FF;
  border:1px solid #1482FF;
}
