html {
    overflow-x: hidden;
    touch-action: pan-y; 
}

.mdiv{
    
}

.mlf{
    width:calc(100% - 20rem);
    float: left;
}


/********************************************/

.mlr{
    width:20rem;
    padding-left: 0.75rem;
    float: right;
}

.mlr>div{
    padding: 0.25rem;
    border: 1px solid #eee;
    margin-bottom: 0.75rem;
    border-radius: 4px;
}

.mlr>div.guize{
    padding: 0;
    border: 0;
    margin-bottom: 0.75rem;
    border-radius: 0;
}

.mlr>div.tiaoshu{
    padding-bottom: 0;
}

.mlr>div.guize>div{
    padding: 0.25rem;
    padding-bottom: 0;
    border: 1px solid #e8e8fd;
    margin-bottom: 0.75rem;
    border-radius: 4px;
}

.night .mlr>div.guize>div{
    border: 1px solid #444;
}

.mlr>div.guize>div:last-child{
    margin-bottom: 0;
}

.night .mlr>div{
    border:1px solid #444;
}

.night .mlr>div.guize{
    border:0;
}

.mlr>div select{
    height: 38px;
    line-height: 38px;
    width: 100%;
    color: #5f5f5f;
    border: 1px solid #eee;
    padding-left: 0.25rem;
}

.butdivbut{
    height: 1.8rem;
    line-height: 1.8rem;
    display: block;
    background-color: #4e6a77;
    border:0;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 0.75rem;
}

.guizetip{
    padding: 0.3rem 0.5rem !important;
    margin-bottom: 0 !important;
}

.guizetip h3{
    font-size: 0.6rem;
    margin: 0.2rem 0;
    color: #7e7876;
}

.guizetip p{
    line-height: 1.8;
    margin: 0.2rem 0;
    color: #7e7876;
}

.strsing{
    width: calc(100% - 38px);
    float: left;
}

.delstrs{
    width: 1.9rem;
    height: 1.9rem;
    line-height: 1.9rem;
    text-align: center;
    float: left;
    border: 1px solid #eeeeee;
    border-left: 0;
    font-size: 0.6rem;
    cursor: pointer;
}

.night .delstrs{
    border: 1px solid #444;
    border-left: 0;
    background-color: #181a1b;
}


.opitem{
    display: none;
}

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

@media screen and (max-width: 1290px){
    .mdiv {
        display:block;
    }
    .mlf {
        width:100%;
    }
    .mlr {
        width: 100%;
        padding-left:0rem;
        margin-top: 0.75rem;
    }
}
