h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
button{
    border: none;
    outline: none;
    cursor: pointer;
}
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
.jp-row::before,
.jp-row::after,
.clearfix::before,
.clearfix::after {
    display: table;
    content: " ";
}

.jp-row::after,
.clearfix::after {
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.jp-col-12 {
    width: 100%;
}

.jp-col-11 {
    width: 91.66666667%;
}

.jp-col-10 {
    width: 83.33333333%;
}

.jp-col-9 {
    width: 75%;
}

.jp-col-8 {
    width: 66.66666667%;
}

.jp-col-7 {
    width: 58.33333333%;
}

.jp-col-6 {
    width: 50%;
}

.jp-col-5 {
    width: 41.66666667%;
}

.jp-col-4 {
    width: 33.33333333%;
}

.jp-col-3 {
    width: 25%;
}

.jp-col-2 {
    width: 16.66666667%;
}

.jp-col-1 {
    width: 8.33333333%;
}
.text-center{
    text-align: center;
}
/*
  按钮样式
*/
.jp-btn {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
}

.jp-btn:hover {
    opacity: 0.8;
}

.jp-btn-default {
    background: #eeeeee;
    color: #999999;
}

.jp-btn-primary {
    background: #0099e7;
    color: #ffffff;
}
.jp-btn-green {
    width: 152px;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    background: #196781;
    color: #ffffff;
}
