
.visitor-wrapper{ }
.visitor-wrapper .visitor-tit{ display: grid; grid-template-columns: repeat(2,50%); align-items: center; font-size: 15px; padding: 10px;/*  border-bottom: 1px #ddd solid; */}
.visitor-wrapper .visitor-tit a{ color: #da5663; display: block; text-align: right;}
.visitor-wrapper .visitor-tit a img{ width: 18px; height: 18px; margin-right: 5px; margin-bottom: 3px;}
.visitor-wrapper .visitor-item{ border-top: 1px #eee solid; padding:15px 10px; display: flex; align-items: center;}
.visitor-item .visitor-info{ position: relative; padding-left: 40px; width: calc(100% - 30px); }
.visitor-item .visitor-opera{ width: 30px; text-align: center; }
.visitor-item .visitor-opera a{ display: block; width: 20px; height: 20px; overflow: hidden;}
.visitor-item .visitor-opera a img{ width: 100%; height: 100%; object-fit: scale-down;}
.visitor-item h4{ font-size:14px; margin-bottom: 5px; font-weight: normal; }
.visitor-item h4 em{ font-size: 12px;  font-style: normal; margin-left: 4px; color: #999;}
.visitor-item p{ color: #999; font-size: 12px;}
.v-abs{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; overflow: hidden;}
.v-abs img{ width: 100%; height: 100%; object-fit: scale-down; }
.v-checked{ background: url(/mobileWeb/images/ticket/v-checked.png) no-repeat center center; background-size: 20px 20px;}
.v-uncheck{ background: url(/mobileWeb/images/ticket/v-uncheck.png) no-repeat center center; background-size: 20px 20px;}
.v-footer{ position: fixed; bottom: 0; left: 0; width: 100%; height: 44px;line-height: 44px; }
.v-footer ul{ display: flex; }
.v-footer li{ width: 50%; text-align: center;}
.v-footer li:nth-child(1){ border-right: 1px #ddd solid; border-top: 1px #ddd solid; }
.v-footer li:nth-child(2){ border-top: 1px #da5663 solid; }
.v-footer li a{ display: block; color: #666; font-size: 15px;}
.v-footer li a.fill{ background-color: #da5663; color: #fff;}
.av-item{ font-size: 14px; padding:10px 15px; display: flex; align-items: center; border-bottom: 1px #eee solid;}
.av-item label{ color: #666; width: 100px;}
.av-item label span{ color: #da5663; margin-left: 3px;}
.av-item .av-con{ width: calc(100% - 100px);}
.av-item .av-con input{ font-size: 14px; width: 100%; border: none; height: 30px; line-height: 30px;}
.v-blank{ text-align: center; }
.v-blank p img{ width: 40%;}
.v-blank p{ color: #C3CBD6; margin-top: 15px;font-size: 14px; }
.v-blank p a{ background-color: #fff; color: #666; padding: 7px 20px; border-radius: 20px;}
.v-mask{ position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 99; background-color: rgba(0,0,0,0.5)}
.vb-wrapper{ position: absolute; bottom: 0; left: 0; right:0; z-index: 100; background-color: #fff; min-height: 100px; border-radius: 10px 10px 0 0;}
.vb-tit{ display: grid; grid-template-columns: repeat(2,50%); align-items: center; height: 48px; line-height: 48px; padding: 0 15px; border-bottom: 1px #ddd solid;}
.vb-tit a{ text-align: right; display: block;}
.vb-tit a img{ width: 20px; height: 20px;}
.vb-footer{ height: 48px; line-height: 48px;}
.vb-footer ul{ display: flex;}
.vb-footer li{ flex: 1; text-align: center;}
.vb-footer li:nth-child(1){ border-right: 1px #eee solid;}
.vb-footer li a{ color: #666}
.vb-footer li:nth-child(2) a{ color:#da5663}
.visitor-item{ background-color: #fff;}
.v-footer{   background-color: #fff; }