.y2y .layui-form-select{
    width: calc(100% / 3 - 0.25rem);
    float: left;
    display: inline-block;
    margin-right: 0.25rem;
}
.y2y>div:last-child{
    float: right;
    margin-right: 0;
    width: calc(100% / 3);
}
@media screen and (max-width: 430px){
    .layui-form-select .layui-edge{
        display: none;
    }
    .layui-form-select .layui-input {
        padding-right: 0px;
        cursor: pointer;
        text-align: center;
        padding-left: 0;
    }
}
.scdivs{
    max-width: 30rem;
    width: 100%;
    margin: auto;
}
.headby{
    background-color: #fef8e8;
    border: 1px solid #f2d2b7;
}
.night .headby{
    border: 1px solid #444;
    background-color: #242627;
}
.headby>div{
    line-height: 2rem;
    border-bottom: 1px solid #f2d2b8;
}
.night .headby>div{
    border-bottom: 1px solid #444;
}
.headby>div:last-child{
    border-bottom: 0;
}
.night .headby>div:last-child{
    border-bottom: 0;
}
.headby>div span:first-child{
    width: 3.5rem;
    display: inline-block;
    text-align: center;
    color: #7f4f27;
    float: left;
}
.night .headby>div span:first-child{
    color: #ddd;
}
.headby>div span:last-child{
    color: #7f4f27;
    width: calc(100% - 3.5rem);
    display: inline-block;
    border-left: 1px solid #f2d2b8;
    line-height: 1rem;
    padding: 0.5rem 0.5rem;
}
.night .headby>div span:last-child{
    color: #ddd;
    border-left: 1px solid #444;
}
.jishidiv{
    border: 1px solid #f2d2b8;
    margin-top: 0.5rem;
    border-radius: 4px;
    overflow: hidden;
}
.night .jishidiv{
    border: 1px solid #444;
}
.jishidiv .shichen{
    background-color: #f2d2b8;
    height: 1.6rem;
    line-height: 1.6rem;
    padding-left: 0.5rem;
    color: #7f4f28;
}
.night .jishidiv .shichen{
    background-color: #181a1b;
    color: #bbb;
}
.jishidiv .shichen span{
    margin-left: 0.5rem;
}
.jhue{
    height: 1.6rem;
    line-height: 1.6rem;
    border-bottom: 1px solid #f2d2b8;
    padding-left: 0.5rem;
}
.night .jhue {
    border-bottom: 1px solid #444;
}
.jhue span{
    margin-right: 0.5rem;
}
.jhue .hu{
    color: #FF9800;
}
.jhue .he{
    color: #000;
}
.jhue .j{
    color: red;
}
.scc {
    line-height: 1.6rem;
    border-bottom: 1px solid #f2d2b8;
    padding: 0.2rem 0 0.2rem 0.5rem;
}
.night .scc {
    border-bottom: 1px solid #444;
}
.scc div {
    display: inline-block;
    min-width: 4rem;
}
.scc div span {
    display: inline-block;
}
.scc div span::after {
    content: "：";
}
.scc div p {
    display: inline-block;
}
.yjs{
    line-height: 1.6rem;
    border-bottom: 1px solid #f2d2b8;
}
.night .yjs {
    border-bottom: 1px solid #444;
}
.yjs.j{
    border-bottom: 0;
}
.yjs>span{
    line-height: 1.6rem;
    width: 2rem;
    display: inline-block;
    text-align: center;
    color: green;
    float: left;
}
.yjs>span.j{
    color:red;
}
.yjs>div{
    display: inline-block;
    width: calc(100% - 2rem);
    line-height: 1.2rem;
    padding: 0.2rem 0;
}
.yjs>div span{
    margin-right: 0.25rem;
}
.hudao{
    background-color: #fef8e8;
}
.night .hudao {
    background-color: #222;
}