.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.pc-service {
  width: 371px;
  
  border-radius: 10px;
  position: fixed;
  right: 66px;
  top: 50%;
  margin-top: -270px;
  -webkit-box-shadow: 0px 1px 0px 1px #ccc;
  box-shadow: 0px 1px 0px 1px #ccc;
  z-index: 999;
}

.pc-service .pc-service-top {
  width: 100%;
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #2b2b2b;
  color: #fff;
}

.pc-service .pc-service-top .top-left {
  padding-left: 18px;
  padding-top: 14px;
  width: 210px;
}

.pc-service .pc-service-top .top-left img {
  width: 34px;
  height: 34px;
}

.pc-service .pc-service-top .top-left .wenzi {
  margin-left: 4px;
}

.pc-service .pc-service-top .top-left .wenzi span {
  display: block;
}

.pc-service .pc-service-top .top-right {
  width: 90px;
  height: 100%;
  position: relative;
  margin-left: 50px;
  cursor: pointer;
}

.pc-service .pc-service-top .top-right .top-right-btn {
  position: absolute;
  right: 10px;
  top: 22px;
}

.pc-service .pc-service-middle {
  height: 354px;
  padding-left: 6px;
  padding-right: 6px;
  background: #fff;
  overflow-y: scroll;
}

.pc-service .pc-service-middle .pc-service-middle-time {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 12px;
}

.pc-service .pc-service-middle .pc-service-middle-time button {
  outline: none;
  width: 42px;
  height: 20px;
  border: none;
  color: #fff;
  font-size: 12px;
  background-color: #dadada;
}

.pc-service .pc-service-middle .pc-service-middle-left {
  margin-bottom: 8px;
}

.pc-service .pc-service-middle .pc-service-middle-left .content {
  background-color: #2b2b2b;
  color: #fff;
  padding: 12px 9px 12px 9px;
  border-radius: 5px;
  max-width: 60%;
  word-wrap: break-word;
  line-height: 14px;
  font-size: 14px;
  position: relative;
  margin-left: 6px;
}

.pc-service .pc-service-middle .pc-service-middle-left .content::after {
  top: 10px;
  left: -8px;
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  border-width: 4px;
  border-style: solid dashed dashed;
  border-color: transparent #000 transparent;
  border-left-color: transparent;
}

.pc-service .pc-service-middle .pc-service-middle-left .content::before {
  top: 10px;
  left: -8px;
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  border-width: 4px;
  border-style: solid dashed dashed;
  border-color: transparent #000 transparent;
  border-left-color: transparent;
}

.pc-service .pc-service-middle .pc-service-middle-right {
  margin-bottom: 10px;
}

.pc-service .pc-service-middle .pc-service-middle-right .content {
  background-color: #fff;
  color: #000;
  padding: 12px 9px 12px 9px;
  border-radius: 5px;
  max-width: 60%;
  word-wrap: break-word;
  line-height: 14px;
  font-size: 14px;
  position: relative;
  margin-right: 6px;
  border: 1px solid #ccc;
}

.pc-service .pc-service-middle .pc-service-middle-right .content::after {
  top: 10px;
  right: -9px;
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  border-width: 4px;
  border-style: solid dashed dashed;
  border-color: transparent #ccc transparent;
  border-right-color: transparent;
}

.pc-service .pc-service-middle .pc-service-middle-right .content::before {
  top: 10px;
  right: -9px;
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  border-width: 4px;
  border-style: solid dashed dashed;
  border-color: transparent #ccc transparent;
  border-right-color: transparent;
}

.pc-service .pc-service-middle::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}

.pc-service .pc-service-middle::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

.pc-service .pc-service-middle::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #EDEDED;
}

.pc-service .pc-service-footer {
  border-top: 1px solid #ccc;
  background-color:#fff;
   border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pc-service .pc-service-footer textarea {
  width: 352px;
  height: 66px;
  resize: none;
  outline: none;
  border: none;
  margin-top: 14px;
  padding-left: 18px;
}

.pc-service .pc-service-footer .other {
  width: 100%;
  height: 41px;
  line-height: 41px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pc-service .pc-service-footer .other .left {
  margin-top: 8px;
}

.pc-service .pc-service-footer .other .left span {
  float: left;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 10px;
  cursor: pointer;
}

.pc-service .pc-service-footer .other .left span img {
  width: 100%;
  height: 100%;
}

.pc-service .pc-service-footer .other .right {
  margin-right: 4px;
}

.pc-service .pc-service-footer .other .right button {
  width: 84px;
  height: 34px;
  border: none;
  outline: none;
  color: #bdbcbc;
  cursor: pointer;
  background-color: #f7f7f7;
}

.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .78);
  border-radius: 10px;
  display: none;
}

.mask .off-line {
  width: 342px;
  margin-top: 172px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 10px;
}

.mask .off-line .off-line-top {
  height: 48px;
  width: 100%;
  line-height: 48px;
  text-align: center;
  background-color: #e4e4e4;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
}

.mask .off-line .off-line-top .title {
  font-size: 14px;
  color: #000;
}

.mask .off-line .off-line-top .off-line-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  background: url('../img/X@1x.png') no-repeat;
}

.mask .off-line .off-line-middle {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 74px;
  font-size: 14px;
  font-family: 'PingFang-SC-Mwdium';
}

.mask .off-line .off-line-foot {
  height: 48px;
  width: 100%;
  background-color: #ccc;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.mask .off-line .off-line-foot button {
  border: none;
  outline: none;
  height: 48px;
  width: 50%;
  color: #fff;
  font-size: 14px;
  font-family: 'PingFang-SC-Mwdium';
}

.mask .off-line .off-line-foot .no {
  border-bottom-left-radius: 10px;
  background-color: #d8d8d8;
}

.mask .off-line .off-line-foot .yes {
  border-bottom-right-radius: 10px;
  background-color: #449de2;
}

.call-out {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #5f5a5b;
  border-radius: 10px;
  display: none;
}

.call-out .avatar-area {
  width: 100%;
  height: 145px;
  margin-top: 94px;
  text-align: center;
}

.call-out .avatar-area .name {
  font-size: 20px;
  color: #fff;
  margin-top: 18px;
}

.call-out .avatar-area .desc {
  color: #fff;
  font-size: 16px;
  margin-top: 12px;
}

.call-out .calcle {
  width: 100%;
  height: 74px;
  margin-top: 198px;
  text-align: center;
}

.call-out .calcle .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f65c44;
  margin-left: auto;
  margin-right: auto;

}

.call-out .calcle .icon img {
  vertical-align: bottom;
  margin-top: 16px;

}

.call-out .calcle .down {
  color: #fff;
  margin-top: 4px;
  font-size: 14px;
}

.voice-call {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #5d5757 0%, #616065 100%);
  border-radius: 10px;
  display:none;
}

.voice-call .avatar-area {
  width: 100%;
  height: 145px;
  margin-top: 94px;
  text-align: center;
}

.voice-call .avatar-area .name {
  font-size: 20px;
  color: #fff;
  margin-top: 18px;
}

.voice-call .avatar-area .desc {
  color: #fff;
  font-size: 16px;
  margin-top: 12px;
}

.voice-call .avatar-area .refuse-answer {
  margin-top: 188px;
  width: 100%;
}

.voice-call .avatar-area .refuse {
  width: 50px;
  margin-left: 84px;
}

.voice-call .avatar-area .refuse .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f65c44;
  cursor: pointer;
}

.voice-call .avatar-area .refuse .icon img {
  margin-top: 14px;
  vertical-align: middle;
}

.voice-call .avatar-area .refuse .resfused {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

.voice-call .avatar-area .answer {
  width: 50px;
  margin-right: 84px;
}

.voice-call .avatar-area .answer .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2bb22c;
  cursor: pointer;
}

.voice-call .avatar-area .answer .icon img {
  margin-top: 12px;
  vertical-align: middle;
}

.voice-call .avatar-area .answer .resfused {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
#PrivacyWrap{
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;

}
.Privacydialog{
  width: 800px;
  margin: 0 auto;
  margin-top: 4px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
}
.Privacydialog .d_header{
  background-color: #f5f5f5;
  padding: 15px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  font-family:  Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
}
#ClosePrivacy img{
  cursor: pointer;
}
.Privacydialog .d_contanter{
  height: 450px;
  overflow-y: auto;
  padding-left: 20px;
  box-sizing: border-box;
}
.Privacydialog .d_bottom{
  background-color: #f5f5f5;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}
.Privacydialog .d_bottom button{
  width: 160px;
  height: 40px;
  line-height: 40px;
  border: none;
  margin: 0 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition:background-color .5s ease-in;
  -moz-transition:background-color .5s ease-in;
  transition:background-color .5s ease-in;
  font-family:  Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
}
.Privacydialog .d_bottom button:first-child{
  background-color:rgba(43,208,212,0.8) ;

}
.Privacydialog .d_bottom button:first-child:hover{  background-color:rgba(43,208,212,1) }
.Privacydialog .d_bottom button:last-child{
  background-color:rgba(176,176,176,0.8);
}
.Privacydialog .d_bottom button:last-child:hover{  background-color:rgba(176,176,176,1) }
.privacyiframe{
  width: 100%;
  height: 100%;
  border: none;
}
#logincheckd, #logincheckd_1{
  margin-right: 2px;
  width: 18px;
  height: 18px;
  float: left;
}
#noticeWrap{
  background: rgba(0, 0, 0, 0.4);
  z-index: 100001;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#noticeWrap .Privacydialog{
  width: 600px;
  height: auto;
}
#noticeWrap .Privacydialog .d_contanter{
  font-size: 22px;
  padding: 60px 0;
  text-align: center;
  height: auto;
}
#closenotice{
  cursor: pointer;
}
.confirm{
  background-color:rgb(43,208,212) ;
  color: #fff;
  border: none;
  font-size: 20px;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  border-radius: 4px;
  margin-top: 50px;
}
@media screen and (min-width: 1920px) {
  .Privacydialog{
    margin-top: 9%;
  }
}
@media screen and (max-width: 768px) {
  .Privacydialog{
    width: 100%;
    margin-top: 25%;
  }
}
