* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

a, u {
    text-decoration: none;
}

body {
    background: #EDF1F4;
}

.wrap {
    min-width: 320px;
    max-width: 640px;
    width: 100%;
    margin: 0px auto;
    font-family: "微软雅黑", "helvetica neue", tahoma, "hiragino sans gb", stheiti, "wenquanyi micro hei", \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
    font-size: 12px;
    color: #000;
    background: #fff;
    position: relative;
}

.container {
    min-height: 0.5rem;
    overflow: hidden;
    width: 6.4rem;
}

.top {
    width: 100%;
    height: 2rem;
    background-size: 100% 100%;
    border-bottom: .1rem solid #EBEBED;
}

.top img {
    width: 100%;
}

.top .name {
    font-size: .26rem;
    font-weight: 900;
    color: #000000;
    margin-top: .28rem;
    margin-left: .6rem;
}

.list {
    width: 100%;
    border-bottom: 3px solid #f7f7f7;
    box-sizing: border-box;
}

.containers{
    padding: .15rem ;
    min-height: .6rem;
    /*overflow: hidden;*/
    width: 6.1rem;
}

.layui-input-block input{
    border-color: #032467;
    /*font-size: 0.22rem;*/
    /*background: #F5F5F5;*/
    border-radius: .1rem;
    color:#032467;
}

::placeholder{
    color: #032467;
}

.light{
    color: #FF0000
}

.fb{
    font-size: 18px;
    color: #032467;
    text-align: center;
    line-height: .5rem;
    letter-spacing: 3px;
}

.dy{
    color: #FF0000;
}

.dh{
    text-align: center;
    color: #FF0000;
    font-weight: bold
}

.content_t{
    font-size: 18px;
    font-weight: bold;
    color: red;
    line-height: 36px;
}

.content_b{
    font-size: 16px;
    text-align:left;
    margin-bottom:16px;
    line-height: 24px;
    color: #032467;
}



