@charset "UTF-8";
html,body{color: #000;font-family:微软雅黑; }
body{width: 7.5rem;
    font-size: 0.3rem;
    margin: 0 auto;
    padding: 0;
    background:#e5e5ea;
	overflow: hidden;
}
li{list-style: none;}
ul{margin: 0;padding: 0;}
a{text-decoration: none;color: #000}
p{margin:0;}
.mar{
    margin-top: 0.2rem;
}
.bar{
    position: absolute;
    top:0;
    background:#2e3238;
    color: white;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 7.5rem;
    z-index: 9;
}
.content2{
    /*margin-top: 1rem;*/
    display: inline-block;
    width: 7.5rem;
    margin-bottom: 2rem;
}
.content{
    display: inline-block;
	position: absolute;
    height: 100%;
    top: 45px;
    bottom: 1.5rem;
    overflow-y: scroll;
}

.tool{
    position: absolute;
    bottom: 0;
    background: #f4f4f6;
    width: 7.5rem;
    height: 1rem;
    line-height: 1rem;
    border-top: 1px solid #dcdcdc;
    text-align: center;
    z-index: 9;
}
.docSayDiv{
    padding-left: 0.1rem;
    margin-top: 0.2rem;
}
.docSay{
    display: inline-block;
    width: 0.8rem;
    vertical-align: top;
}
.docSay2{
    float: right;
    display: inline-block;
    width: 0.8rem;
    vertical-align: top;
}
.sayCont{
    display: inline-block;
    max-width: 4.6rem;
    margin-left: 0.25rem;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0.1rem;
    padding: 0.2rem;
    position: relative;
}
.sayCont2{
    display: inline-block;
    float: right;
    max-width: 4.6rem;
    margin-right: 0.35rem;
    background-color: #a0e75a;
    border: 1px solid #83d45a;
    border-radius: 0.1rem;
    padding: 0.2rem;
    position: relative;
}
.sjx{
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 15px solid transparent;
    border-top: 19px solid #fff;
    left: -0.2rem;
    top: 0.2rem;
    -moz-transform: rotate(219deg);
    -webkit-transform: rotate(219deg);
    -o-transform: rotate(219deg);
    -ms-transform: rotate(219deg);
    transform: rotate(-272deg);
}
.sjx2{
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid rgba(195, 195, 195, 0);
    border-right: 15px solid rgba(195, 195, 195, 0);
    border-top: 19px solid #a0e75a;
    right: -0.14rem;
    top: 0.2rem;
    -moz-transform: rotate(122deg);
    -webkit-transform: rotate(122deg);
    -o-transform: rotate(122deg);
    -ms-transform: rotate(122deg);
    transform: rotate(139deg);
}
.toolBtn{
    display: inline-block;
    background-color: #a0e75a;
    width: 6.5rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    margin: 0.15rem auto;
    border: #83d45a solid 1px;
    border-radius: 0.1rem;
}
.toolBtns{
    display: inline-block;
    background-color: #a0e75a;
    width: 2.1rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    margin: 0.15rem auto;
    border: #83d45a solid 1px;
    border-radius: 0.1rem;
}
.personSayDiv{
    overflow: auto;
    padding-right: 0.1rem;
}
.mr{margin-right: 0.15rem;margin-left: 0.15rem}
.btnTel{
    display: inline-block;
    background-color: #a0e75a;
    text-align: center;
    margin: 0.15rem auto;
    border: #83d45a solid 1px;
    border-radius: 0.1rem;
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color:#000;
}
.tels{
    font-size: 0.3rem;
    border-bottom: 1px solid lightgrey;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 5rem;
    height: 0.6rem;
    background: #F4F4F6;
    text-align: center;
}