.regdiv{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
}

.night .regdiv{
    border:1px solid #444;
}

.regdiv h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.regdiv textarea{
    border: 1px solid #e8e8fd;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 6rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}

.regdiv input{
    border: 1px solid #e8e8fd;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    padding: 0.5rem;
    border-radius: 3px;
}

.regoptions{
    border: 1px solid #e8e8fd;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    border-radius: 3px;
}

.layui-form-checkbox[lay-skin=primary]{
    margin-bottom: 0.4rem;
}

.night .regoptions{
    border:1px solid #444;
}

.regdivbut{
    margin-top: 0.5rem;
}

.regdivbut button{
    padding: 0.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.regdivbut button:nth-child(1){
    background-color: #009688;
}

.regdivbut button:nth-child(2){
    background-color: #795548;
}

.regdivbut button:nth-child(3){
    
}

.regdivres{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
    display: none;
}

.night .regdivres{
    border: 1px solid #444;
}

.regdivres h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.regdivresnocenttip{
    padding: 2rem 0;
    text-align: center;
    font-size: 0.8rem;
    color: #b5b5ce;
}

.night .regdivresnocenttip{
    color:#666;
}

.regdivlist{

}

.regdivlist>div:nth-child(1){
    display: inline-block;
    background-color: #3a7bd5;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.6rem;
    margin-bottom: 8px;
}

.regdivlist>div:nth-child(2){
    font-family: 'Courier New', monospace;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    border-left: 2px solid #3a7bd5;
}

.night .regdivlist>div:nth-child(2){
    background-color: #444;
}

.regdivrescents{
    border-top: 1px solid #e8e8fd;
    padding: 0.5rem 0 0 0;
}

.night .regdivrescents{
    border-top: 1px solid #444;
}


.regdivlist {
    padding: 0.5rem;
    background-color: #f6f7fa;
    margin-bottom: 0.5rem;
    border-radius: 3px;
}

.night .regdivlist{
    background-color: #181a1b;
}

.regdivlist:last-child{
    margin-bottom: 0rem;
}

.demolist{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
}

.night .demolist{
    border:1px solid  #444;
}

.demolist h3{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
    border-bottom: 1px solid #e8e8fd;
    padding-bottom: 0.5rem;
}

.night .demolist h3{
    border-bottom: 1px solid #444;
}

.demolist>div{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.demolist>div>div{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 3px;
    cursor: pointer;
}

.night .demolist>div>div{
    border: 1px solid #444;
    background-color: #181a1b;
}

.demolist>div>div p{
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.night .demolist>div>div p{
    color:#aaa;
}

.demolist>div>div div{
    font-family: 'Courier New', monospace;
    background-color: #fff;
    padding: 0.4rem;
    border-radius: 5px;
    font-size: 0.7rem;
    min-height: 3.5rem;
}

.night .demolist>div>div div {
    background-color: #444444;
}

.demolist>div>div span{
    color: #999;
    font-size: 0.6rem;
    display: none;
}


@media screen and (max-width: 390px){
    .regdivbut button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .regdivbut button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
    .regdivbut button:nth-child(3){
        width: 100%;
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 360px){
    .demolist>div {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}