body {
    font-family: "????";
}

.wsd-bodyer {
    opacity: 0;
    background: #f1f1f1/* background:#2080c2;background:-webkit-gradient(linear, 0 0, 0 100%, from(#38a2e9), to(#0e67a6)); */
}

.wsd-bodyer .ui-layout {
    /* width:320px; */
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.wsd-bodyer h2 {
    font-size: 18px;
    line-height: 54px;
    color: #022945;
    text-align: center;
    height: 54px;
    overflow: hidden;
}

.wsd-bodyer li {
    float: left;
    /* width:80px; */
    width: 50%
}

.wsd-bodyer li.ui-style0 .ui-icomoon {
    color: #3b8adb;
}

.wsd-bodyer li.ui-style1 .ui-icomoon {
    color: #32c91e;
}

.wsd-bodyer li.ui-style2 .ui-icomoon {
    color: #f2ac0a;
}

.wsd-bodyer li.ui-style3 .ui-icomoon {
    color: #e45d5d;
}

.wsd-bodyer li.ui-style4 .ui-icomoon {
    color: #f2ac0a;
}

.wsd-bodyer li.ui-style5 .ui-icomoon {
    color: #d93cc1;
}

.wsd-bodyer li.ui-style6 .ui-icomoon {
    color: #2c84e8;
}

.wsd-bodyer li.ui-style7 .ui-icomoon {
    color: #e45d5d;
}

.wsd-bodyer .ui-main {
    display: block;
    text-align: center;
    /* color:#FFF; */
}

.wsd-bodyer .ui-img-box {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    /* background:#16679f; */
    border-radius: 10000px;
    /* box-shadow:0 0 2px #FFF, 2px 2px 2px rgba(0, 0, 0, .4) inset; */
    text-align: center;
    overflow: hidden;
}

.wsd-bodyer .ui-img-box-insert {
    width: 51px;
    height: 51px;
    margin: 7px auto 0 auto;
    background: #FFF;
    border-radius: 10000px;
    background: -webkit-gradient(linear, 0 0, 100% 100%, from(#FFF), to(#9a9da5));
    /* box-shadow:5px 5px 5px rgba(0,0,0,.5); */
}

.wsd-bodyer .ui-img-box img,
.wsd-bodyer .ui-img-box .ui-icomoon {
    width: 100%;
    height: 100%;
    border-radius: 10000px;
}

.wsd-bodyer .ui-img-box .ui-icomoon {
    color: #32c91e;
    line-height: 51px;
    font-size: 35px;
}

.wsd-bodyer .ui-txt-box {
    line-height: 3rem;
    font-size: 1.125rem;
    height: 3rem;
    overflow: hidden;
    color: #000;
    border-bottom: 1px solid white;
}

.wsd-bodyer .ui-touch .ui-txt-box {
    color: #F40;
}

.wsd-bodyer .ui-touch .ui-img-box-insert {
    background: #F40;
}

.wsd-bodyer .ui-touch .ui-icomoon {
    color: #FFF !important;
}

.module {
    background: #FFF
}

.titlebar {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #e4e4e4 solid;
}

.titlebar h5 {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
    overflow: hidden;
    float: left;
}

.wrapper2 {
    overflow: hidden;
    background-color: #fff;
    clear: both
}

.box {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    border-bottom: 1px solid rgb(222, 222, 222)
}

.imgArea {
    height: 69px;
    width: 92px;
    margin-top: 8px;
    margin-left: 8px;
    overflow: hidden;
    position: relative;
    z-index: 100;
    float: left;
}

*/.imgArea img {
    width: 100%;
    position: absolute;
    z-index: 100;
}

.textArea {
    height: atuo;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.artTitle {
    display: block;
    font-size: 1rem;
    color: #000004;
    /* overflow:hidden;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; */
    margin-top: 1rem;
}

.artTime {
    display: block;
    margin-top: 0.5rem;
    float: right;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.textArea p {
    color: #8a8b8f;
    height: 22px;
    overflow: hidden;
    line-height: 17px;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.textArea a {
    color: rgb(58, 180, 77);
    display: block;
    float: right;
    margin-top: 14px
}

.cleanStyle {
    clear: both;
}