* {
  padding: 0;
  margin: 0;
}
input,
textarea {
  -webkit-appearance: none;
  outline: none;
}
.fb {
  font-weight: bold;
}
.red {
  color: red;
}
.f14 {
  font-size: 14px;
}
.page {
  width: 100%;
  height: 100%;
  max-width: 560px;
  margin: 0 auto;
  font-size: 12px;
}
.page .header {
  width: 100%;
  height: 50px;
  background: #2195ff;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}
.page .header .opl {
  line-height: 50px;
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.page .header .opr {
  line-height: 50px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.page .header img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.page .header .mob {
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
}
.page .header .pc {
  text-align: left;
  line-height: 50px;
}

.page .contain {
  background: #f5f5f5;
  height: calc(100% - 110px);
  overflow-y: auto;
}
.page .contain .info {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
.page .contain .info .pic {
  float: left;
  width: 30%;
}
.page .contain .info .pic img {
  width: 100%;
}
.page .contain .info .pro {
  float: left;
  width: 70%;
  padding-left: 15px;
  box-sizing: border-box;
}
.page .contain .info .pro p {
  line-height: 20px;
  margin-bottom: 5px;
}
.page .contain .info .pro a {
  color: red;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
.page .contain .info2 {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
.page .contain .info2 img {
  width: 100%;
  margin-bottom: 10px;
}
.page .contain .info2 p {
  line-height: 20px;
}
.page .contain .info2 a {
  width: 100%;
  height: 40px;
  background: #2195ff;
  line-height: 40px;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}
.tag {
  margin-left: 10px;
  color: #fff;
  background: red;
  padding: 2px 8px;
}

.mess {
  width: 100%;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.mess .tit {
  background: #eee;
  border-radius: 5px;
  font-size: 12px;
  color: red;
  width: 160px;
  line-height: 25px;
  margin: 0 auto;
  text-align: center;
}
.mess .tit img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
}
.mess ul {
  list-style: none;
  margin: 0;
  padding-top: 15px;
}
.mess ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.mess ul li .pic {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.mess ul li .pic img {
  width: 100%;
}
.mess ul li .infos {
  float: left;
  max-width: 85%;
}
.mess ul li .infos p {
  font-size: 13px;
  color: #666;
}
.mess ul li .infos .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
.mess ul li .infos .cont {
  background: #fff;
  border-radius: 0 5px 5px 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-top: 5px;
  width: fit-content;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}
.mess ul li.user .pic {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.mess ul li.user .infos {
  float: right;
}
.page .footer {
  height: 60px;
  background: #fff;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
}
.page .footer .con {
  width: 88%;
  float: left;
  display: block;
  border: 1px #ddd solid;
  position: relative;
  padding-right: 40px;
  box-sizing: border-box;
}
.page .footer a {
  background: #2195ff;
  color: #fff;
  border-radius: 5px;
  width: 10%;
  height: 30px;
  margin-left: 2%;
  text-align: center;
  line-height: 30px;
  display: block;
  float: left;
}
.page .footer .pcInput {
  width: 100%;
  border: none;
  padding: 8px;
  box-sizing: border-box;
  height: 32px;
}
.page .footer .upImg {
  width: 30px;
  height: 30px;
  background: url("https://cdn.medibot.cc/resources/img/img_sendimg.png")
    no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 3px;
}

.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.callbox {
  width: 80%;
  max-width: 400px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  padding: 35px 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  display: block;
  margin: 200px auto;
  position: relative;
}
.callbox i {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.callbox i img {
  width: 100%;
}
.callbox .blue {
  color: #2195ff;
  font-size: 16px;
}
.callbox .txt {
  width: 220px;
  height: 30px;
  border: 1px #ddd solid;
  padding: 0 10px;
  border-radius: 5px;
  margin: 15px 0;
}
.callbox a {
  background: #2195ff;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  width: 100px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 10px;
}

.reconnect {
  height: 35px;
  color: #ffffff;
  background-color: #2195ff;
  margin-top: 20px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  margin-right: 15px;
  padding: 0 10px;
}
.canclereconnect {
  height: 35px;
  color: #ffffff;
  background-color: #b0b0b0;
  margin-top: 20px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 0 10px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.page .contain::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
.page .contain::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
.page .contain::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eee;
}
