.t-main {
    padding-top: .12rem;
}

.record-pre {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    padding: 0 0 .208rem .193rem;
    cursor: pointer;
}

.record-pre img {
    margin-right: 9px;
}

.record-list {
    padding: 0 .26rem;
}

.record-item {
    padding: 26px 0;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
}

.flex-sw {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.record-t {
    font-size: 16px;
    color: #333333;
    margin-bottom: 29px;
}

.record-log {
    color: #ffac04;
}

.record-next {
    width: 100px;
    height: 42px;
    background-color: #1e99ff;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.record-no {
    color: #999999;
}

.record-b {
    font-size: 14px;
    color: #c0c0c0;
}

.reg {
    font-size: 16px;
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}
.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 999;
}
.mask-main {
    width: 700px;
	background-color: #ffffff;
	border-radius: 10px;
    padding-bottom: 20px;
    overflow: hidden;
}
.mask-title {
    width: 100%;
    height: 52px;
	background-color: #1e99ff;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask-edit {
    padding: 25px;
    min-height: 1.771rem;
}
.mask-foot {
    width: 100%;
}
.mask-btn {
    width: 181px;
	height: 46px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #aaaaaa;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}
.mask-submit {
    background-color: #ffac04;
    color: #fff;
    border: solid 1px #ffac04;
    margin-left: .203rem;
}
@media (max-width:800px) {
    .mask-main {
        width: 80%;
    }
    .mask-btn {
        width: 122px;
        height: 38px;
    }
    .mask-title {
        height: 46px;
        font-size: 16px;
    }
    .mask-edit {
        min-height: 200px;
        font-size: 14px;
    }
}