*{
    margin:0px;
    padding: 0px;
    font-family: '微软雅黑';
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up {
    animation: fadeUp 0.6s ease-out forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fade-out {
    animation: fadeOut 0.5s ease-out forwards;
}


@keyframes fadeIn {
    from {
        opacity: 1;
        transform: translateY(0);

    }
    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out forwards;
}



body.sg-noscroll {
    height: 100vh;
    overflow: hidden!important;
}

.minISClick a{
    background-color: rgba(135, 67, 51, 1);;
    padding: 3px;
    color: #fff;
    max-width: 105px;
    border-radius: 5px;
}

.sg-mask{
    position: absolute;
    top: 0;
    filter: alpha(opacity=20);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1002;
    left: 0px;
    -moz-opacity:0.5;
    width:100%;
    height: 100vh;
    display: block;
    overflow: hidden;
}
.popups-box{
    width: 650px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    margin: 0 auto;
    top: 45%;
    height: 412px;
    left: 35%;

}
.popups-box .title-min{
    display: none;
}
.popups-box .title-max{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    line-height: 35px;
    color: #fff;
    padding: 0 10px;
    background-color: rgba(135, 67, 51, 1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.popups-box .close{
    text-align: center;
    cursor: pointer;

}
.popups-box .result-box{
    text-align: left;
    padding-left: 20px;
    line-height: 40px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.popups-box .result-box input{
    height: 30px;
    line-height: 30px;
    width: 480px;
    padding-left: 10px;
    margin-left: 5px;
}
.popups-box .footer{
    height: 60px;
    width: 650px;
    line-height:60px;
    border-top: 1px solid #bfbfbf;
    bottom: 0px;
    text-align: right;
    clear: both;
    background: none;
    padding: 0;

}
.popups-box .footer button{
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: rgba(135, 67, 51, 1);
    color: #fff;
    font-size: 15px;
    border:none;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
}
.tab-box{
    width: 100%;

}
.tab-menu{
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    padding-right: 12px;
}
.tab-box .tab-menu li{
    list-style: none;
    float: left;
    width: 50%;
    cursor:pointer;
}
.tab-content{
    width: 100%;
    min-height: 244px;
    padding: 20px;
    margin-top: 2px;
    display: none;
}


.tab-content li{
    width: 105px;
    height:34px;
    line-height: 34px;
    float: left;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.tab-content li a:hover{
    cursor: pointer;
    background-color: rgba(135, 67, 51, 1);
    padding: 3px;
    color: #fff;
    max-width: 105px;
    border-radius: 5px;

}
.isCheck{
    border-bottom: 2px solid rgba(135, 67, 51, 1);
    box-sizing: border-box;
}
.isBlock{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

@media all and  (max-width: 991px) {
    .sg-mask{
        position: absolute; top: 0px; filter: alpha(opacity=20);
        z-index: 1002; left: 0px;
        -moz-opacity:0.5;
        width:100%;
        height: 100%;
        display: block;
        overflow: hidden;
    }
    .popups-box{
        width: 100%;
        text-align: center;
        background-color: #fff;
        border-radius: 5px;
        position: fixed;
        bottom: -251px;
        margin: 0 auto;
        left: 0;
        top: unset;
        height: 57vh;

    }
    .popups-box .title-min{
        display: block;
        height: 35px;
        width: 100%;
        line-height: 35px;
        color: #fff;
        background-color: rgba(135, 67, 51, 1);;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .popups-box .title-min .query{
        float: left;
        margin-left: 10px;
        cursor: pointer;
    }
    .popups-box .title-min .submit{
        float: right;
        margin-right: 10px;
        cursor: pointer;
    }
    .popups-box .title-max{
        display: none;
    }


    .popups-box .close{
        width: 30px;
        height: 35px;
        text-align: center;
        float: right;
        cursor: pointer;

    }
    .popups-box .result-box{
        text-align: left;
        padding-left: 5px;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        border-bottom: 1px solid #bfbfbf;
        padding-bottom: 10px;
        display: flex;
    }
    .popups-box .result-box input{
        height: 30px;
        line-height: 30px;
        flex: 1;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
    }
    .popups-box .footer{
        display: none;
    }

    .tab-box{

        float: left;

    }
    .tab-menu{
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #bfbfbf;

    }
    .tab-box .tab-menu li{
        list-style: none;
        float: left;
        width: 50%;
        cursor:pointer;
    }
    .tab-content{
        width: 100%;
        height: 100%;
        margin-top: 2px;
        float: left;
        width: 50%;
        height: 46vh;
        overflow: hidden;
        padding: 0;
        /* 	overflow: hidden;
            overflow: auto;
             -webkit-overflow-scrolling:touch;
         */
    }
    .tab-content ul{
        float: left;
        width: 100%;
    }

    .tab-list-1,.tab-list-2,.tab-list-3{
        display: block;
    }
    .content-box{
        float: left;
        width: 100%;
    }
    .tab-content li{
        width: 105px;
        height:35px;
        line-height: 35px;
        float: left;
        list-style: none;
        width: 100%;

    }
        .minISClick{
        background-color: rgba(135, 67, 51, 1);;
        padding: 3px;
        color: #fff;
        border-radius: 5px;
    }


}
