.history {
    display: block;
    margin-top: .030303rem;
    width: 100%;
    font-size: .070707rem;
    color: #4b7ae2;
    text-align: center;
    margin-bottom: 5px;
}
.modalpic{
    display: none;
}
.modal{
    display: none;
}
.modalpic,
.modal {
    position: fixed;
    z-index: 11111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.75);
}


.modal-content {
    width:90%;
    padding:2%;
    background-color: rgba(32, 100, 180, 0.90); border-radius: 30px;
    position: absolute;
    top:3%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.close {
    width: 30px;
    height: 30px;
    background-color: #78d1ff;
    border-left: 1px solid #78d1ff;
    border-bottom: 1px solid #78d1ff;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #2a2a2a;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
}
.record1{width:92%; margin: 0 2%; background: rgba(255,255,255,.1);padding:2%;}
.record1 .item .tit{color:#00e3ff;}
.record1 .item .tit span{color:#00e3ff;padding-left: 20px;}
.record1 .item .con{color:#fff;}
.see-right{margin-top:0.2rem; width:100%; overflow: hidden;}

.submit{width:100px; line-height: 50px; text-align: center; background:#0e94eb;color:#fff;font-size:16px;float:right;margin-right: 2%;}
/* header */
.model-header{
    width: 100%;
    height: 50px;
    background:rgba(255,255,255,.1);
    background-size: cover;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
}

.see{
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
    margin-bottom: 20px;
}
.from{
    line-height: 40px; color:#FFF;
}
.line{
   
}
.line strong{
    font-size: 16px;
    color:#00e3ff ;
    font-weight: 600;
}
.line-content{
    width:160px;
    height: 30px;
    background: url(../img/lishikuang2.png) no-repeat;
    background-size: cover;
    text-indent: 4px;
    color: #333;
    outline: none;
    border: none;
}

.button{
    width: 100%;
    height: 100%;
    background: url(../img/chaxun.png) no-repeat;
    background-size: cover;
    border: none;
    outline: none;
    text-align: center;
    color: #fff;
    letter-spacing: 4px;
    cursor: pointer;
}
.query{
    margin-right: .20202rem;
}
.date{
    width:100%;
    margin: 0 0;
    padding-top: 20px;
    box-sizing: border-box;
    background: url(../img/lishikuang.png) no-repeat;
    background-size: cover;    box-sizing: content-box;
}
.data-contentpic,
.date-content{
    width: 100%;
    background-color: rgba(0, 186, 255, 0.1);
    margin: 0 auto;
}
/* 历史图片 */
.date-content-pic{
    width:18%;
    height:auto;
    border: 1px solid #43dcff;
    padding: 5px;
    margin: 5px 5px;
}
.date-content-pic img{
    width: 100%;
    height: 100%;
}
.data-contentpic{
    padding-top: 6px;
    box-sizing: border-box;
    background: none;
}
.querypic{
    margin-right: 25px;
}
textarea{ width:92%; margin: 0 2%; height:100px;background: rgba(0, 0, 0, .4);border:none;padding:2%;color:#fff; outline: none;}

.fr { float: right; }
.tip { width: auto; font-size: 14px; padding:0 20px; color: #fff;margin-top:20px; background: none;}
