/*通用样式*/
* {margin: 0;padding: 0;list-style: none;font-family: "Microsoft YaHei";}
html{ font-family: "Microsoft YaHei"; color:black; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,fieldset, input, textarea, select, p, a, span, img,
blockquote { margin: 0; padding: 0; word-wrap: break-word; }
input,select,button,textarea{ border:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: none; max-width: 100%; }
input, label, img { vertical-align: middle; }
address, cite, dfn, em, var { font-style: normal; }
ul, ol, li, dl, dt, dd { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; outline: none; blr: expression(this.onFocus=this.blur());}

.entry p .weixin_abc_select, .mbody2 .pl .weixin_abc_select{
    background-color: #0000ff;
    color: white;
}


.a1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.a1 a{
    width: 25%;
    color: white;
    line-height: 0.5rem;
    font-size: 0.2rem;
    text-align: center;
    margin-bottom: 1px;
    background: #963214 url("images/shuxian.jpg") no-repeat top right;
}

.a2{
    padding: 0.12rem 0.1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #dbdad6;
}

.a3{
    margin-right: 0.1rem;
    padding-right: 0.1rem;
    border-right: 1px solid #bcb9b9;
    color: #ca2929;
    font-size: 0.24rem;
    font-weight: bold;
}

.a4{
    color: #837e7e;
    font-size: 0.2rem;
    font-weight: bold;
}
.a5{
    font-size: 0.2rem;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #dbdad6;
    padding: 0.1rem;
}
.a5 img{
    margin-right: 0.1rem;
    width: 1.14rem;
    height: 1.21rem;
}
.a5 div{
    line-height: 0.3rem;
    color: #010100;
    flex-grow:1;
}
.a6{
    padding: 0.12rem 0.1rem;
    border-bottom: 2px solid #942d1c;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.a6 h1{
    color: #000000;
    font-size: 0.22rem;
    font-weight: bold;;
}
.a6 a{
    color: #565454;
    font-size: 0.2rem;
}
.a6 img{
    margin-right: 0.1rem;
    width:0.24rem;
    height: 0.24rem;
}
.a7{
    display: flex;
    flex-direction: column;
}
.a7 img{
    margin: 0.07rem 0;
}
.a8{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.a8 div{
    line-height: 0.5rem;
    text-align: center;
    width: 33.333333%;
}
.a9 {
    font-size: 0.2rem;
}
.a9 input,select {
    font-size: 0.2rem;
    border: 1px solid #cccccc;
    padding: 0.1rem;
    background-color: #f5f5f5;
    border-radius: 5px;
}

footer{
    height: 2.46rem;
    background: white url("images/index_40.jpg") no-repeat;
    background-size:6.4rem 2.46rem;
}

.weixin_abc{
    background-color: #ffd700;
    color: red;
    padding: 2px 3px;
    box-shadow: 1px 1px 1px #8b8787;
    font-weight: normal;
}

.tmbde .weixin_abc{
    font-size: 18px;
}
.tmbde2 .weixin_abc{
    /*background-color: #dbedff;*/
}
.tmbde2_select{
    background-color: #0000ff !important;
    color: white !important;
}
.weixin_abc_select{
    background-color: #0000ff;
    color: white;
}

