* {
    padding: 0;
    margin: 0;
}
[v-clock] {
    display: none;
}
.sunMask {
    width: 100%;
    height: 100%;
    font-family: 微软雅黑;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
}
.sunMaskBox {
    width: 35%;
    height: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(359deg, #e0effc 1%, #f1f9ff 98%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
    padding: 15px;
    z-index: 2;
}
.sunMaskBoxContent {
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
.sunMaskBoxContent .title {
    padding: 35px 0px 20px 0px;
}
.sunMaskBoxContent .title p {
    margin: 0px 100px 0px 100px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.05em;
}

.sunMaskBoxContent .content {
    margin: 0 20px;
    flex: 1;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
}
.sunMaskBoxContent .content div {
    padding: 0px 2px;
    height: 100%;
    overflow-y: auto;
}
.sunMaskBoxContent .content div p {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #333333;
    margin-bottom: 100px;
    text-indent: 28px;
}
.sunMaskBoxContent .content div .title {
    text-indent: 0px;
    height: auto;
}
/* 整个滚动条 */
.sunMaskBoxContent .content div::-webkit-scrollbar {
    width: 5px;
}

/* 滚动条上的滚动滑块 */
.sunMaskBoxContent .content div::-webkit-scrollbar-thumb {
    background-color: #3269af;
    border-radius: 5px;
}

/* 滚动条轨道 */
.sunMaskBoxContent .content div::-webkit-scrollbar-track {
    background-color: transparent;
}

/* 滚动条没有滑块的轨道部分 */
.sunMaskBoxContent .content div::-webkit-scrollbar-track-piece {
    background-color: #eaf4fd;
    border-radius: 5px;
}
.sunMaskBoxContent .bottom {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sunMaskBoxContent .bottom button {
    width: 150px;
    height: 40px;
    border-radius: 100px;
    background: #f6f6f6;
    outline: none;
    border: none;
    font-size: 16px;
    color: #646464;
    cursor: pointer;
}
.sunMaskBoxContent .bottom .read {
    background: #3269af;
    color: #fff;
}
.sunMaskBoxContent .bottom .reads{
    border: 1px solid #3269af;
    color: #3269af;
    margin-left: 10px;
    background: #fff;
}
