/* manual msginfo 2019-06-28 */
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, html {
    margin: 0;
    padding: 0;
}
.msginfo-box{
    border-top: 1px solid #eee;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.msginfo-box img{
    max-width:100%;
    border: 0;
    vertical-align: middle;
    width:auto !important;
}
.msginfo-box .item{font-size:12px;}
.msginfo-box .item .head,.msginfo-box .item dl{}
.msginfo-box .item .head{padding:10px;background:#eee;font-weight:600;}
.msginfo-box .item dl{display:table;vertical-align:middle;width:100%;background:#fff;}
.msginfo-box .item dl dt,.msginfo-box .item dl dd{display:table-cell;padding:10px;border:1px solid #eee;vertical-align:middle;}
.msginfo-box .item ul li{}
.msginfo-box .item dl dt{width:15%;text-align:center;border-right:none;border-bottom:none;min-width:85px;}
.msginfo-box .item dl dd{border-bottom:none;}
.dt-link{color:#F8770E;cursor: pointer;}
.dt-link:active{color:#F8770E;cursor: pointer;}


/* manual blank */
.body{
    background: none;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    font-family: 微软雅黑;
    font-size: 14px;
}
.cus-info-body{
    background:#fff;
    padding:0 2.5%;
}
.head-common {
    position: fixed;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    width: 100%;
    z-index: 1000;
    max-width: 640px;
}

.head-common-top{
    padding-top:55px;
}

.head-common .back {
    padding: 0 15px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url('images/back.png') 50% 50% no-repeat;
    background-size: 40%;
}

.head-common h3 {
    font-size: 16px;
    color: #333;
    padding: 10px 0;
}


