body {
    font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif !important;
    color: #666;
    font-size: 12px;
    text-align: left;
    background: #EEF5FD;
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
    float: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

img {
    border: none;
}

i,
em {
    font-style: normal
}

th {
    font-weight: normal;
}

a {
    color: #000;
    text-decoration: none;
}

i {}

.center {
    text-align: center;
}

input,
img {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    display: inline-table;
}

/* Hides from IE-mac \*/

* html .clear {
    height: 1%;
}

.clear {
    display: block;
}


.pulciWidth {
    padding: .2rem 1.6rem .11rem 1.6rem;
}

/* 标题 */
.collTitle {
    margin:.8rem 0rem .4rem 0rem;
    text-align: center;
}

.collTitle p:nth-child(1) {
    font-size: .38rem;
    color: #222222;
    margin-bottom:.16rem;
}

.collTitle p:nth-child(2) {
    font-size: .24rem;
    color: #9AA1AE;
}

.blueTxt{color:#3C8AFF; font-weight:bold; font-size:.45rem;}