@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.van-uploader[data-v-f2639206] {
  padding-top: 15px;
}
.img-box .lables[data-v-f2639206] {
  width: 40%;
}
.img-box .from-right[data-v-f2639206] {
  width: 58%;
}
.img-box .from-right > .only-one[data-v-f2639206] {
    width: 148px;
    height: 148px;
    overflow: hidden;
}
.img-box .from-right > .only-one[data-v-f2639206] .el-upload-list {
      width: 148px;
      height: 148px;
}
.img-box .from-right > .only-one[data-v-f2639206] .el-upload-list li {
        width: 148px;
        height: 148px;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.select-box[data-v-03301503] {
  width: 100%;
  height: 100%;
}
.select-box .iconfont[data-v-03301503] {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 36px;
    color: #ff6f00;
    opacity: 0.7;
}
.defaultTxt[data-v-03301503] {
  width: 100%;
  line-height: 40px;
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  display: inline-block;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.citys-box {
  width: 100%;
  height: 100%;
}
.citys-box .el-cascader {
    line-height: 32px;
}
.citys-box .el-cascader .el-input.is-focus .el-input__inner {
    border-color: #ff6f00;
}
.citys-box .el-input__inner {
    width: 400px;
    height: 32px;
    line-height: 30px;
}
.citys-box .el-input__icon {
    height: 32px;
    line-height: 30px;
}
.city-popper .el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
  color: #ff6f00;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.select-box[data-v-23c9219e] {
  width: 100%;
  height: 100%;
}
.select-box .lz-drop-check[data-v-23c9219e] {
    text-align: center;
    cursor: pointer;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    color: #666;
    display: inline-block;
    margin: 5px 8px 5px 0;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}
.select-box .lz-drop-check.active[data-v-23c9219e] {
      color: #fff;
      background-color: #ff6f00;
}
.select-box .iconfont[data-v-23c9219e] {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #999;
    font-size: 36px;
}
.defaultTxt[data-v-23c9219e] {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  display: inline-block;
}
.select-layer-box[data-v-23c9219e] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.select-layer-box .mask[data-v-23c9219e] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.select-layer-box .mainContent[data-v-23c9219e] {
    position: absolute;
    width: 10rem;
    left: 50%;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.signature-box .items-wrap[data-v-561e13f2] {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.signature-box .items-wrap .from-right[data-v-561e13f2] {
    width: 100% !important;
}
.signature-box .items-wrap .t1[data-v-561e13f2] {
    font-size: 28px;
    color: #666;
    line-height: 2;
    margin-bottom: 20px;
}
.signature-box .items-wrap .canvas-write[data-v-561e13f2] {
    border: 1px solid #eee;
}
.signature-box .items-wrap .write-btns[data-v-561e13f2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
}
.signature-box .items-wrap .write-btns button[data-v-561e13f2] {
      width: 45%;
      height: 60px;
      border-radius: 30px;
      font-size: 32px;
      -webkit-box-shadow: 0 0 3px 0 rgba(0, 132, 255, 0.5);
              box-shadow: 0 0 3px 0 rgba(0, 132, 255, 0.5);
}
.signature-box .items-wrap .write-btns .clear[data-v-561e13f2] {
      background-color: #fff;
      color: #666;
}
.signature-box .items-wrap .write-btns .send[data-v-561e13f2] {
      background-color: #0084ff;
      color: #fff;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.check-box[data-v-298bcbd9] {
  width: 100%;
  height: 100%;
}
.check-box[data-v-298bcbd9] .el-checkbox__input.is-checked .el-checkbox__inner {
    background: #ff6f00;
    border-color: #ff6f00;
}
.check-box[data-v-298bcbd9] .el-checkbox__input:hover .el-checkbox__inner {
    border-color: #ff6f00;
}
.check-box[data-v-298bcbd9] .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #ff6f00;
}
.check-box[data-v-298bcbd9] .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #ff6f00;
}

@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.iconfabiaowenzhang {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 36px;
  color: #ff6f00;
}
.informLayer {
  color: #ff6f00;
  font-size: 28px;
}
.healthy-link {
  overflow: hidden;
}
.healthy-link-right > span {
    display: inline-block;
    vertical-align: middle;
    color: #333;
}
.healthy-link-right > i {
    display: inline-block;
    vertical-align: middle;
    color: #c8c8cd;
}

