/*.form .form-group{*/
/*    position: relative;*/
/*}*/
.form .form-item{
position: inherit;
}
.input-group-btn.jiantou,.input-group-addon.fenshu{
    position: absolute;
    right: 0px;
    margin-top: 20px;
}

.input-group-btn.shijian{
    position: absolute;
    right: 0px;
}

.input-group-btn .sacn-img{
  position: absolute;
  right: 40px;
  top: 1px;
}

.input-group-btn.yzm{
    position: absolute;
    right: 0;
    /* top: 5rem; */
    margin-top: 12px;
}
.van-form{
    width: 100%;
}
.van-picker{
    width: 100%;
}
.van-cell{
    width: 100% !important;
}
.van-field__label{
    color: #000 !important;
}
.van-field__body{
    width: 80%;
}
.radioTags .van-field__body{
    width: 100% !important;
}
.van-field__control:disabled {
    background: transparent !important;
}
.van-cell::after {
    position: absolute;
    box-sizing: border-box;
    content: ' ';
    pointer-events: none;
    right: 16px;
    bottom: 0;
    left: 16px;
    border-bottom: none;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.van-field__control[readonly] {
    color: #757575 !important;
    background: inherit !important;
    border-color: inherit !important;
    cursor: default;
 -webkit-text-fill-color: #000 !important;
}
.modal .modal-footer .btn-group .btn{
    height: 3rem !important;
}
.fromLink{
    width: 100%;
}
.checkbox-link label.control-label a{
    margin-right: 5px;
}
.checkbox-inline label.control-label, .checkbox-link label.control-label{
    padding-left: 2.5rem;
}
.unshow{
    display: none !important;
}
.show{
    display: block !important;
}

.mark-layer {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.mark-layer img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -64px;
  width: 40px;
  height: 40px;
}
.ishide{
  display: none;
}
.isShow{
  display: block;
}

.footer{
  z-index: 998;
}

.van-overlay{
  z-index: 999;
}

.downNav  .nav-item{
  padding: 0.5rem;
}
.insuredItems .list-item{
  padding: 0;
  min-height: 2rem;
}
