body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: PingFangSC-Regular;
}

body, .panel-fit body{
    padding: 0 20px;
}

td, th, caption {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #3F8AF9;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    font-size: 12px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}
/*������*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}

* {
    box-sizing: content-box;
}

/* 滚轴 */

::-webkit-scrollbar {
    height: 8px;
    width: 6px;
    background: rgba(118,176,243,.3);
    border-radius: 5px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    min-height: 15px;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background: #fff;
}

/* ��ѡ��ѡ �����ּ�� 5px */

input[type=radio], input[type=checkbox] {
    margin-right: 5px;
    vertical-align: middle;
}

    input[type=radio] + label, input[type=checkbox] + label {
        vertical-align: middle;
    }

/* ���¼�� */

.line10 {
    margin-bottom: 10px;
}

.line20 {
    margin-bottom: 20px;
}


.sort {
    margin-bottom: 20px;
}

    .sort .sort1 {
        font-family: PingFangSC-Medium;
        font-size: 16px;
        color: #3C4148;
        font-weight: 700;
    }

    .sort .sort2 {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #FF0000;
        margin-left: 15px;
    }


/* 遮罩层 */
.window-proxy-mask, .window-mask {
    background: rgba(1,1,1,.6) !important;
}

select {
    padding-left: 10px;
}
