
/**** 到馆阅读样式 ****/
.dgRead {
    padding: 24px;
    display: flex;
    align-content: center;
    line-height: 28px;
    font-size: 14px;
    flex-direction: column;
    color: #151515;
}
.dgRead .keyPoint {
    margin-top: 22px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.dgRead .contact-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.dgRead .contact-box .item {
    display: flex;
    width: calc(100% - 38px);
    border-radius: 8px;
    background-color: #F7F8FA;
    padding: 16px;
    flex-direction: column;
}
.dgRead .contact-box .item p:first-child {
    margin-top: 0px;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}
.dgRead .contact-box .item p {
    margin-top: 16px;
    line-height: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.dgRead .contact-box .item p img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}
.dg-header {
    position: relative;
    display: flex;
    width: 100%;
}
.dg-header img {
    width: 100%;
}
.dg-header .img-text {
    position: absolute;
    padding: 0 30px;
    color: white;

}
.dg-header .img-text img {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 8px;
}
.dg-header .img-text .title {
    font-weight: bold;
    font-size: 32px;
    margin-top: 40px;
}
.dg-header .img-text p {
    font-size: 14px;
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.dg-header .img-text p:first-child {
    margin-top: 42px;
}
.dg-header .img-text p:nth-child(2) {
    margin-top: 42px;
}
.layui-layer-content {
    border-radius: 0px !important;
}

.layui-laypage input {
    Width: 50px;
}

.layui-input-wrap {
    display: flex;
}

.layui-form-radio:hover > *, .layui-form-radioed, .layui-form-radioed > i {
    color: #4B9FFF;
}

.layui-laydate .layui-this, .layui-laydate .layui-this > div {
    background-color: #4B9FFF !important;
}

.layui-btn {
    background-color: #4B9FFF;
    border-radius: 18px;
    width: 110px !important;
}

.layui-layer {
    border-radius: 10px !important;
}

.layui-laydate-footer span:hover {
    color: #4B9FFF;
}

.layui-btn-normal {
    color: #5f5f5f;
    border: 1px solid #d2d2d2;
    background-color: white;
    border-radius: 8px;
}

.layui-btn-normal:hover {
    border-color: #4B9FFF !important;
    color: #333 !important;
}