body {
    min-width: 1200px;
    height: auto;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    margin: auto;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

/* a:hover{
	color:#0aa1ed;
} */
img {
    vertical-align: middle;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
}

.hidden {
    display: none
}

.cancels {
    height: 40px;
    width: 120px;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    border: 1px solid #999;
    background-color: #eee;
    color: #333
}

.saves {
    height: 40px;
    width: 120px;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    border: none;
    color: #fff;
    background-color: #3887dd;
}
.cancel {
    height: 30px;
    width: 80px;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    border: 1px solid #999;
    background-color: #eee;
    color: #333
}

.save {
    height: 30px;
    width: 80px;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    border: none;
    color: #fff;
    background-color: #3887dd;
}

/* 复选按钮 */
.span-img-true {
    display: inline-block;
    height: 23px;
    width: 23px;
    vertical-align: middle;
    background: url(/static/img/main/superTrader/a35.png) center center no-repeat;
}

.span-img-false {
    display: inline-block;
    height: 23px;
    width: 23px;
    vertical-align: middle;
    background: url(/static/img/main/superTrader/a36.png) center center no-repeat;
}
/* 单选按钮图 */
.layer-productSet-ok {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background: url("/static/img/common/a38.png") center center no-repeat;
}

.layer-productSet-no {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background: url("/static/img/common/a37.png") center center no-repeat;
}

.layer-checkd-no {
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background: url("/static/img/common/a27.png") center center no-repeat;
}

.layer-checkd-ok {
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background: url("/static/img/common/a26.png") center center no-repeat;
}

/* input输入框样式 */
.inputed {
    height: 40px;
    width: 200px;
    font-size: 16px;
    border-radius: 5px;
    text-indent: 20px;
    box-sizing: border-box;
    border: 1px solid #999;
    outline: none;
}
