img {
  border-style: none;
  display: block;
  width: 100%;
  height: auto;
}
.mt20 {
  margin-top: 20px;
}
.getMore {
  border: 1px solid #DADADA;
  border-radius: 100px;
  width: 110px;
  height: 30px;
  font-size: 13px;
  color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 40px;
  cursor: pointer;
}
.scale-1px {
  position: relative;
  border: none;
}
.scale-1px:after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #E1E1E1;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.navbar {
/*  display: flex; */
}
/*
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-logo {
  width: 8.125rem /* 130/16 */;
  height: 3.25rem /* 52/16 */;
  display: flex;
  align-items: center;
}
*/
.navbar-logo span {
  font-size: 24px;
  color: #FFFFFF;
  float: left;
  margin-left: 12px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar-nav {
  padding: 0 75px;
}
.border-1 {
  display: flex;
  justify-content: flex-end;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #FFFFFF;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:focus::before,
.navbar-default .navbar-nav > li > a:hover::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  background: #FFFFFF;
  left: 25%;
  bottom: 0;
}
.activeLI {
  position: relative;
}
.activeLI::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  background: #FFFFFF;
  left: 25%;
  bottom: 0;
}
.navbar-default .navbar-nav > li > a {
  font-size: 15px;
  color: #FFFFFF;
}
.bg-box-mani {
  display: flex;
  align-items: center;
  justify-content: center;
 /*20190909  margin-top: 100px; */
  margin-top:-30px;
}
.headerMain {
  position: relative;
 /* 20190909  height: 820px; */
  width: 100%;
  background: url('../img/ico133.png') no-repeat center;
  background-size: 100% 100%;
  padding: 2.125rem /* 34/16 */ 3.125rem /* 50/16 */;
}
.headerMain .h-top-box {
  display: flex;
  justify-content: space-between;
}
.headerMain .h-top-box .logo {
  width: 8.125rem /* 130/16 */;
  height: 3.25rem /* 52/16 */;
}
.headerMain .h-top-box .h-list ul {
  display: flex;
}
.headerMain .h-top-box .h-list ul li {
  margin-right: 2.9375rem /* 47/16 */;
  list-style: none;
  margin-bottom: 0.1875rem /* 3/16 */;
}
.headerMain .h-top-box .h-list ul li a {
  font-size: 0.875rem /* 14/16 */;
  color: #FFFFFF;
  line-height: 1.25rem /* 20/16 */;
  text-decoration: none;
}
.headerMain .h-top-box .h-list ul li:hover {
  border-bottom: 1px solid #FFFFFF;
}
.headerMain .h-top-box .h-list ul .activeLI {
  border-bottom: 1px solid #FFFFFF;
}
.headerMain .h-bottom-box {
  display: flex;
  justify-content: center;
}
.headerMain .h-bottom-box .img-tel {
  width: 234px /* 236/16 */;
  height: 480px /* 464/16 */;
  margin-right: 4rem /* 64/16 */;
}
.headerMain .h-bottom-box .img-type {
  margin-top: 100px;
}
.headerMain .h-bottom-box .img-type .img-t-1 {
  width: 367px;
  height: 167px;
}
.headerMain .h-bottom-box .img-type .img-t-2 {
  display: flex;
  margin-top: 1.875rem /* 30/16 */;
}
.headerMain .h-bottom-box .img-type .img-t-2 div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 50px;
  width: 100px;
  justify-content: center;
  align-items: center;
}
.headerMain .h-bottom-box .img-type .img-t-2 div img {
  height: 100px;
  width: 100px;
  margin-bottom: 0.625rem /* 10/16 */;
}
.headerMain .h-bottom-box .img-type .img-t-2 div span {
  font-size: 12px;
  color: #FFFFFF;
}
.allType {
  display: flex;
  justify-content: space-between;
  padding: 0 120px;
  margin: 25px 0;
}
.allType div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.allType div img {
  height: 86px;
  width: 86px;
}
.allType div span {
  margin-top: 12px;
  font-size: 16px;
  color: #353535;
}
.projectImg {
  padding: 30px 0 44px 0;
}
.projectImg .pontainer {
  height: 363px;
  width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.projectImg .pontainer .col-row-l {
  width: calc((48% - 8px));
  height: 100%;
  overflow: hidden;
  display: flex;
}
.projectImg .pontainer .col-row-r {
  width: calc((52% - 8px));
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.projectImg .pontainer .col-row-r a {
  width: calc((50% - 8px));
  height: calc((50% - 8px));
  display: flex;
  overflow: hidden;
}
.projectImg .pontainer img {
  border-radius: 4px;
}
.doctorList {
  width: 1060px;
  margin: 0 auto;
}
.doctorList .title-doctor {
  font-size: 16px;
  color: #353535;
  margin-bottom: 15px;
}
.doctorList .pontainer {
  display: flex;
  flex-wrap: wrap;
}
.doctorList .pontainer .userOne {
  background: #FFFFFF;
  box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  width: calc((1060px - 80px)/5);
  height: 358px;
  margin: 0 20px 20px 0;
  padding: 15px 0 20px 0;
}
.doctorList .pontainer .userOne:nth-child(5n) {
  margin-right: 0;
}
.doctorList .pontainer .userOne .userImg {
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.doctorList .pontainer .userOne .username {
  font-size: 15px;
  color: #353535;
  margin: 15px 0 6px 0;
  text-align: center;
}
.doctorList .pontainer .star {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  align-items: center;
}
.doctorList .pontainer .star span {
  color: #D9D9D9;
  font-size: 10px;
}
.doctorList .pontainer .star .active {
  color: #FCD941;
}
.doctorList .pontainer .star .star-r {
  margin-left: 4px;
  font-size: 10px;
  color: #FCD941;
}
.doctorList .pontainer .userInfo {
  padding: 10px 20px 0 20px;
}
.doctorList .pontainer .userInfo .userTag {
  display: flex;
  flex-wrap: wrap;
}
.doctorList .pontainer .userInfo .userTag div {
  margin: 0 6px 5px 0;
  display: flex;
}
.doctorList .pontainer .userInfo .userTag div img {
  height: 11px;
  width: 11px;
}
.doctorList .pontainer .userInfo .userTag div span {
  font-size: 12px;
  color: #353535;
}
.doctorList .pontainer .userInfo .userText {
  font-size: 12px;
  color: #6A6A6A;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  word-break: break-word;
  padding-top: 4px;
}
.doctorInfo {
  width: 1060px;
  margin: 0 auto;
  padding: 30px 0 44px 0;
}
.doctorInfo .Info-box {
  display: flex;
  flex-direction: column;
}
.doctorInfo .Info-box .Info-box-t {
  display: flex;
  margin-bottom: 20px;
}
.doctorInfo .Info-box .Info-box-t .info-img-l {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.doctorInfo .Info-box .Info-box-t .info-img-r {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  flex: 1;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .top {
  display: flex;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .top .name {
  font-size: 20px;
  color: #353535;
  font-weight: bold;
  margin-right: 73px;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .top .tag-but {
  display: flex;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .top .tag-but .but {
  border-radius: 14px;
  width: 80px;
  height: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .top .tag-but .but1 {
  border: 1px solid #FF803E;
  color: #FF803E;
  margin-right: 10px;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .top .tag-but .but2 {
  border: 1px solid #CCCCCC;
  color: #656565;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .bottom {
  display: flex;
  padding-bottom: 10px;
  align-items: center;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .bottom .star-l {
  display: flex;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .bottom .star-l span {
  color: #D9D9D9;
  font-size: 10px;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .bottom .star-l .active {
  color: #FCD941;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .bottom .star-r {
  margin-left: 4px;
  font-size: 10px;
  margin-left: 6px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.doctorInfo .Info-box .Info-box-t .info-img-r .hospital div {
  font-size: 14px;
  color: #353535;
  line-height: 20px;
}
.doctorInfo .Info-box .box-two {
  margin-bottom: 15px;
  display: flex;
}
.doctorInfo .Info-box .box-two .b-t-l {
  width: 75px;
  font-size: 14px;
  color: #8E8E93;
  display: block;
  white-space: nowrap;
  margin-right: 12px;
}
.doctorInfo .Info-box .box-two .b-t-r {
  flex: 1;
}
.doctorInfo .Info-box .box-two .b-t-r .userTag {
  display: flex;
  flex-wrap: wrap;
}
.doctorInfo .Info-box .box-two .b-t-r .userTag div {
  margin: 0 20px 5px 0;
  display: flex;
  align-items: center;
}
.doctorInfo .Info-box .box-two .b-t-r .userTag div img {
  height: 12px;
  width: 12px;
}
.doctorInfo .Info-box .box-two .b-t-r .userTag div span {
  font-size: 14px;
  color: #353535;
}
.doctorInfo .Info-box .box-two .b-t-r .user-long-text {
  font-size: 14px;
  color: #6A6A6A;
}
.caseList {
  width: 1060px;
  margin: 0 auto;
}
.caseList .title {
  font-size: 20px;
  color: #353535;
  font-weight: bold;
  margin-bottom: 15px;
}
.caseList .caseMain {
  display: flex;
  flex-direction: column;
}
.caseList .caseMain .caseChild {
  display: flex;
  margin-bottom: 20px;
}
.caseList .caseMain .caseChild:last-child {
  margin-bottom: 0;
}
.caseList .caseMain .caseChild .caseImg {
  display: flex;
}
.caseList .caseMain .caseChild .caseImg .caseImg-r {
  margin-left: 10px;
}
.caseList .caseMain .caseChild .caseImg div {
  height: 180px;
  width: 180px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.caseList .caseMain .caseChild .caseImg div span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.33);
  border-radius: 0 8px 0 4px;
  padding: 0 9px;
  color: #fff;
}
.caseList .caseMain .caseChild .caseText {
  margin-left: 18px;
}
.caseList .caseMain .caseChild .caseText .d1 {
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  margin-bottom: 5px;
}
.caseList .caseMain .caseChild .caseText .d1 span {
  margin-right: 6px;
}
.caseList .caseMain .caseChild .caseText .d2 {
  font-size: 14px;
  color: #8E8E93;
  margin-bottom: 10px;
}
.caseList .caseMain .caseChild .caseText .d3 {
  font-size: 14px;
  color: #6A6A6A;
  margin-bottom: 5px;
}
.caseList .caseMain .caseChild .caseText .d4-tag {
  display: flex;
}
.caseList .caseMain .caseChild .caseText .d4-tag div {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.caseList .caseMain .caseChild .caseText .d4-tag div img {
  width: 11px;
  height: 11px;
}
.caseList .caseMain .caseChild .caseText .d4-tag div span {
  font-size: 14px;
  color: #353535;
}
.caseList .getMore {
  margin: 30px auto 30px;
}
.refer {
  width: 1060px;
  margin: 0 auto;
}
.refer .title {
  font-size: 20px;
  color: #353535;
  font-weight: bold;
  margin-bottom: 15px;
}
.refer .referMain {
  display: flex;
  flex-direction: column;
}
.refer .referMain .referChild {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #353535;
}
.refer .referMain .referChild div {
  font-size: 15px;
}
.refer .referMain .referChild .text {
  font-weight: bold;
}
.refer .referMain .referChild:hover {
  color: #FF803E;
  cursor: pointer;
}
.article {
  width: 1060px;
  margin: 0 auto 200px;
}
.article .title {
  font-size: 20px;
  color: #353535;
  font-weight: bold;
  margin-bottom: 15px;
}
.article .articleMain {
  display: flex;
  flex-direction: column;
}
.article .articleMain .articleChild {
  display: flex;
  margin-bottom: 20px;
}
.article .articleMain .articleChild .left {
  flex: 1;
  margin-right: 190px;
  display: flex;
  flex-direction: column;
}
.article .articleMain .articleChild .left .left-d1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
}
.article .articleMain .articleChild .left .left-d1 .text {
  font-size: 15px;
  color: #353535;
  font-weight: bold;
}
.article .articleMain .articleChild .left .left-d1 .time {
  font-size: 12px;
  color: #B0B0B0;
}
.article .articleMain .articleChild .left .left-d2 {
  font-size: 14px;
  color: #353535;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.article .articleMain .articleChild .right {
  height: 120px;
  width: 120px;
  border-radius: 4px;
  overflow: hidden;
}
.projectList {
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.projectList .p-box {
  display: flex;
  width: 100%;
  height: calc(100vh - 141px);
  overflow-y: auto;
}
.projectList .p-box .p-side {
  width: 210px;
  background: #FFFBF9;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.projectList .p-box .p-side div {
  height: 50px;
  border-left: 5px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projectList .p-box .p-side .active {
  background: #FFFFFF;
  border-left: 5px solid #FF803E;
}
.projectList .p-box .p-main {
  width: 950px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.projectList .p-box .p-main .p-main-child {
  padding-left: 120px;
  padding-bottom: 100px;
}
.projectList .p-box .p-main .p-main-child .p-t {
  font-size: 15px;
  color: #FF803E;
  margin-top: 30px;
  margin-bottom: 11px;
}
.projectList .p-box .p-main .p-main-child .p-t-child {
  display: flex;
  flex-wrap: wrap;
}
.projectList .p-box .p-main .p-main-child .p-t-child span {
  display: flex;
  height: 30px;
  width: 102px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #8A8A8A;
  margin: 0 14px 14px 0;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  cursor: pointer;
}
.projectList .p-box .p-main .p-main-child .p-t-child .activeSpan {
  border: solid 1px #FF803E;
  color: #FF803E;
}
.baike {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0 44px 0;
}
.baike .baike-box1 {
  display: flex;
}
.baike .baike-box1 .baike-one-l {
  display: flex;
  flex-direction: column;
  margin-right: 54px;
}
.baike .baike-box1 .baike-one-l .baike-one-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.baike .baike-box1 .baike-one-l .baike-one-top .title {
  font-size: 20px;
  color: #353535;
  font-weight: bold;
  margin-bottom: 10px;
}
.baike .baike-box1 .baike-one-l .baike-one-top .butCuk {
  display: flex;
}
.baike .baike-box1 .baike-one-l .baike-one-top .butCuk span {
  border: 1px solid #FF803E;
  border-radius: 14.5px;
  display: flex;
  height: 30px;
  width: 88px;
  font-size: 14px;
  color: #FF803E;
  align-items: center;
  justify-content: center;
}
.baike .baike-box1 .baike-one-l .baike-one-top .butCuk span:last-child {
  border: 1px solid #CCCCCC;
  color: #656565;
  margin-left: 10px;
}
.baike .baike-box1 .baike-one-l .p1 {
  font-size: 13px;
  color: #8E8E93;
  margin-bottom: 5px;
}
.baike .baike-box1 .baike-one-l .p2 {
  margin-right: 60px;
  font-size: 15px;
  color: #353535;
  margin-top: 10px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  word-break: break-word;
}
.baike .baike-box1 .baike-one-r {
  display: flex;
  margin-top: 20px;
}
.baike .baike-box1 .baike-one-r div {
  height: 178px;
  width: 178px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.baike .baike-box1 .baike-one-r div:first-child {
  margin-right: 10px;
}
.baike .baike-box1 .baike-one-r div span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.33);
  border-radius: 0 8px 0 4px;
  padding: 0 9px;
  color: #fff;
}
.baike .baike-box2 {
  display: flex;
  flex-direction: column;
}
.baike .baike-box2 .b-title {
  font-size: 15px;
  color: #353535;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.baike .baike-box2 .b-text {
  font-size: 14px;
  color: #353535;
}
.baike .baike-box2 .b-text-num {
  font-size: 14px;
  color: #FF803E;
  margin-bottom: 10px;
}
.baikeDoctorList {
  width: 800px;
  margin: 0 auto;
}
.baikeDoctorList .main {
  background: #FFFFFF;
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  height: 176px;
  margin-bottom: 20px;
  display: flex;
  padding: 20px 40px 0 20px;
  flex-direction: column;
}
.baikeDoctorList .main .img {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  overflow: hidden;
}
.baikeDoctorList .main .main-t {
  display: flex;
}
.baikeDoctorList .main .main-t .introduce {
  margin-left: 10px;
}
.baikeDoctorList .main .main-t .introduce .name {
  font-size: 17px;
  color: #353535;
  font-weight: bold;
}
.baikeDoctorList .main .main-t .introduce .bottom {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.baikeDoctorList .main .main-t .introduce .bottom .star-l {
  display: flex;
}
.baikeDoctorList .main .main-t .introduce .bottom .star-l span {
  font-size: 10px;
  color: #FCD941;
}
.baikeDoctorList .main .main-t .introduce .bottom .star-l .active {
  color: #FCD941;
}
.baikeDoctorList .main .main-t .introduce .bottom .star-r {
  margin-left: 4px;
  font-size: 12px;
  margin-left: 6px;
  line-height: 1;
  position: relative;
  top: 2px;
  color: #FCD941;
}
.baikeDoctorList .main .main-b {
  display: flex;
  flex-direction: column;
}
.baikeDoctorList .main .main-b .p1 {
  font-size: 15px;
  color: #353535;
  margin-top: 17px;
}
.baikeDoctorList .main .main-b .p2 {
  display: flex;
  margin-bottom: 10px;
  margin-top: 4px;
}
.baikeDoctorList .main .main-b .p2 div {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.baikeDoctorList .main .main-b .p2 div img {
  height: 12px;
  width: 12px;
}
.baikeDoctorList .main .main-b .p2 div span {
  font-size: 14px;
  color: #353535;
}
.baikeDoctorList .main .main-b .p3 {
  font-size: 15px;
  color: #6A6A6A;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.searchDoctor {
  width: 1060px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
}
.searchDoctor span {
  cursor: pointer;
}
.searchDoctor .searchArea {
  display: flex;
  padding-top: 10px;
}
.searchDoctor .searchArea .area-l {
  font-size: 14px;
  color: #353535;
  margin-right: 30px;
  font-weight: bold;
  margin-top: 5px;
}
.searchDoctor .searchArea .area-r-main {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.searchDoctor .searchArea .area-r-main .area-r {
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
}
.searchDoctor .searchArea .area-r-main .area-r .area-r-t {
  display: flex;
  flex-wrap: wrap;
}
.searchDoctor .searchArea .area-r-main .area-r .area-r-t span {
  font-size: 14px;
  color: #353535;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 7px;
}
.searchDoctor .searchArea .area-r-main .area-r .area-r-t .activeS {
  color: #FF803E;
}
.searchDoctor .searchArea .area-r-main .area-r .area-r-b {
  display: flex;
  flex-wrap: wrap;
}
.searchDoctor .searchArea .area-r-main .area-r .area-r-b span {
  font-size: 14px;
  color: #7D7D7D;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 7px;
}
.searchDoctor .searchArea .area-r-main .area-r .area-r-b .activeS {
  color: #FF803E;
}
.cukModal {
  width: 440px;
  height: 550px;
  background: #fff;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 8px;
}
.cukModal .code {
  height: 404px;
  width: 404px;
  margin: 18px auto 24px;
}
.cukModal .p1 {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  color: #616161;
  padding-left: 66px;
}
.navBox {
  padding: 166px 120px 0 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: sticky;
  background: #fff;
  z-index: 100;
  top: 0px;
}
.navBox span {
  font-size: 15px;
  cursor: pointer;
}
#article {
  background: #fff;
  width: 1060px;
  margin: 0 auto;
  padding: 20px;
}
#article .articleMain {
  position: relative;
}
#article .articleMain .article-box1 .p1 {
  font-size: 20px;
  color: #242424;
  line-height: 20px;
}
#article .articleMain .article-box1 .p2 {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#article .articleMain .article-box1 .p2 .p2-left {
  display: flex;
  align-items: center;
}
#article .articleMain .article-box1 .p2 .p2-left .p2-leftIMG {
  height: 33px;
  width: 33px;
  border-radius: 50%;
  overflow: hidden;
}
#article .articleMain .article-box1 .p2 .p2-left .p2-leftIMG img {
  width: 100%;
}
#article .articleMain .article-box1 .p2 .p2-left .p2-s1 {
  margin-left: 10px;
  font-size: 1rem;
  color: #242424;
  margin-right: 8px;
}
#article .articleMain .article-box1 .p2 .p2-left .p2-s2 {
  margin-right: 4px;
  font-size: 13px;
  color: #242424;
  padding-top: 4px;
}
#article .articleMain .article-box1 .p2 .p2-right {
  font-size: 12px;
  color: #b3b3b3;
}
#article .articleMain .article-box2 {
  margin-top: 10px;
}
#article .articleMain .article-box2 .top-box span {
  font-size: 14px;
  color: #ff8a00;
  margin-right: 6px;
}
#article .articleMain .article-box2 .bottom-box {
  padding: 20px 0;
  text-align: center;
}
#article .articleMain .article-box2 .bottom-box p img {
  margin: 0 auto;
}
#article .articleMain .article-box2 .bottom-box div img {
  margin: 0 auto;
}
#article .articleMain .article-box3 {
  margin-top: 20px;
  position: relative;
}
#article .articleMain .article-box3 .comment {
  padding-top: 20px;
  padding-bottom: 20px;
}
#article .articleMain .article-box3 .comment .c-top {
  line-height: 1.3125rem;
  display: flex;
  justify-content: space-between;
}
#article .articleMain .article-box3 .comment .c-top .span-num {
  font-size: 15px;
  color: #232323;
}
#article .articleMain .article-box3 .comment .c-top .span-more {
  font-size: 12px;
  color: #b3b3b3;
}
#article .articleMain .article-box3 .comment .cukSpan {
  color: #ff803e;
}
#article .articleMain .article-box3 .comment .c-bottom {
  margin-top: 12px;
}
#article .articleMain .article-box3 .comment .c-bottom .no-tip {
  font-size: 12px;
  color: #8a8a8a;
  text-align: center;
  padding-bottom: 20px;
}
#article .articleMain .article-box3 .comment .c-bottom .c-b-child {
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}
#article .articleMain .article-box3 .comment .c-bottom .c-b-child .c-b-childIMG {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  margin-right: 13px;
  overflow: hidden;
}
#article .articleMain .article-box3 .comment .c-bottom .c-b-child .c-b-childIMG img {
  width: 100%;
}
#article .articleMain .article-box3 .comment .c-bottom .c-b-child .comment-txt {
  flex: 1;
}
#article .articleMain .article-box3 .comment .c-bottom .c-b-child .comment-txt .c-t-p1 {
  font-size: 13px;
  color: #242424;
  letter-spacing: 0;
  line-height: 1.375rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
#article .articleMain .article-box3 .comment .c-bottom .c-b-child .comment-txt .c-t-p1 .span-txt {
  font-size: 13px;
  color: #242424;
}
#article .articleMain .article-box3 .comment .c-bottom .c-b-child .comment-txt .c-t-p1 .span-num {
  font-size: 12px;
  color: #b3b3b3;
}
#article .articleMain .article-box3 .comment .c-bottom .c-b-child .comment-txt .c-t-p2 {
  font-size: 12px;
  color: #b3b3b3;
  line-height: 1.0625rem;
}
#article .articleMain .article-box3 .comment .c-bottom .c-b-child .comment-txt .c-t-p3 {
  font-size: 13px;
  color: #797979;
  line-height: 1.125rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
#article .articleMain .article-box3 .wenzhang {
  position: absolute;
  font-size: 12px;
  color: #afafaf;
  padding: 0 4px;
  bottom: -10px;
  z-index: 10;
  left: 50%;
  margin-left: -28px;
}
#article .articleMain .article-box4 {
  margin-top: 20px;
}
#article .articleMain .article-box4 .box4-child {
  padding: 20px 0;
}
#article .articleMain .article-box4 .box4-child::after {
  border-bottom-width: 0px;
}
#article .articleMain .article-box4 .box4-child .p1 {
  font-size: 1.125rem;
  color: #242424;
  margin-bottom: 6px;
}
#article .articleMain .article-box4 .box4-child .p2-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#article .articleMain .article-box4 .box4-child .p2-main .p2-l {
  display: flex;
  align-items: center;
}
#article .articleMain .article-box4 .box4-child .p2-main .p2-l .p2-l-img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  overflow: hidden;
}
#article .articleMain .article-box4 .box4-child .p2-main .p2-l .p2-l-img img {
  width: 100%;
}
#article .articleMain .article-box4 .box4-child .p2-main .p2-l .s1 {
  margin-left: 0.3125rem;
  font-size: 15px;
  color: #3c3e45;
}
#article .articleMain .article-box4 .box4-child .p2-main .p2-l .s2 {
  margin-left: 4px;
  font-size: 13px;
  color: #797979;
}
#article .articleMain .article-box4 .box4-child .p2-main .rest-d5 {
  margin-top: 0;
}
#article .articleMain .rest-d5 {
  display: flex;
  margin-top: 0.3125rem;
}
#article .articleMain .rest-d5 div {
  display: flex;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
#article .articleMain .rest-d5 div .kan {
  width: 13px;
  height: 8px;
}
#article .articleMain .rest-d5 div .yan {
  width: 12px;
  height: 12px;
}
#article .articleMain .rest-d5 div .zan {
  height: 0.6875rem;
  width: 12px;
}
#article .articleMain .rest-d5 div span {
  margin-left: 0.1875rem;
  font-size: 13.67px;
  color: #b3b3b3;
}
.caseDetails {
  width: 1060px;
  margin: 0 auto;
}
.caseDetails .diary {
  position: relative;
  width: 100%;
  padding: 1.0625rem 20px 2rem 20px;
}
.caseDetails .diary .bigMain {
  background: #ffffff;
  box-shadow: 0 2px 9px 0 rgba(66, 66, 66, 0.06);
  border-radius: 4px;
  padding: 0 1rem;
}
.caseDetails .diary .userInfo {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.caseDetails .diary .userInfo .img-user {
  height: 3.875rem;
  width: 3.875rem;
  border-radius: 50%;
  overflow: hidden;
}
.caseDetails .diary .userInfo .name {
  font-size: 1.0625rem;
  color: #242424;
  line-height: 1.375rem;
  margin-top: 0.5625rem;
  font-weight: bold;
}
.caseDetails .diary .userInfo .info {
  color: #8a8a8a;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0.1875rem 0 0.3125rem 0;
}
.caseDetails .diary .userInfo .problew {
  display: flex;
  align-items: center;
  justify-content: center;
}
.caseDetails .diary .userInfo .problew .txt {
  width: 100%;
  font-size: 0.875rem;
  color: #353535;
  text-align: center;
}
.caseDetails .diary .userInfo .problew img {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.caseDetails .diary .userBoxs {
  border-top: 1px solid #e7e7e7;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  margin-top: 0.875rem;
  position: relative;
  padding-bottom: 10px;
}
.caseDetails .diary .userBoxs .img-all {
  font-size: 0;
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
}
.caseDetails .diary .userBoxs .img-all div {
  width: 180px;
  height: 180px;
  margin-right: .5rem;
  margin-bottom: .5rem;
  overflow: hidden;
}
.caseDetails .diary .userBoxs .img-all div img {
  display: inline-block;
  border-radius: 4px;
}
.caseDetails .diary .userBoxs .title2 {
  font-size: 15px;
  color: #242424;
  line-height: 1.375rem;
  font-weight: normal;
  position: relative;
  display: flex;
  margin-top: 16px;
}
.caseDetails .diary .userBoxs .title2 img {
  width: 100%;
  height: 1.875rem;
  position: absolute;
  top: 0;
}
.caseDetails .diary .userBoxs .title2 .none {
  display: none;
}
.caseDetails .diary .userBoxs .txt1 {
  margin: 0.3125rem 0 10px 0;
  font-size: 15px;
  color: #797979;
  line-height: 1.375rem;
}
.caseDetails .diary .userBoxs .signature {
  display: flex;
  justify-content: flex-end;
}
.caseDetails .diary .userBoxs .signature .img1 {
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
}
.caseDetails .diary .userBoxs .signature .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 6px;
}
.caseDetails .diary .userBoxs .signature .right .img2 {
  height: 1.5625rem;
}
.caseDetails .diary .userBoxs .signature .right .img3 {
  height: 1.2rem;
}
.caseDetails .diary .userBoxs .none {
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0.875rem;
}
.caseDetails .diary .userBoxs .showMore {
  max-height: 3000px;
  margin-bottom: 0;
  overflow: hidden;
  height: 100%;
}
.caseDetails .diary .userBoxs .doctorSignature {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
}
.caseDetails .diary .userBoxs .doctorSignature .left {
  margin-right: 0.375rem /* 6/16 */;
}
.caseDetails .diary .userBoxs .doctorSignature .left .img3 {
  height: 3.125rem /* 50/16 */;
  width: 3.125rem /* 50/16 */;
  overflow: hidden;
  border-radius: 50%;
}
.caseDetails .diary .userBoxs .doctorSignature .right {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.caseDetails .diary .userBoxs .doctorSignature .right .img1 {
  height: 1.5625rem /* 25/16 */;
  width: 6.8125rem /* 125/16 */;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.caseDetails .diary .userBoxs .doctorSignature .right .img1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.caseDetails .diary .userBoxs .doctorSignature .right .img2 {
  height: 1.5625rem /* 25/16 */;
  width: 5rem /* 80/16 */ /* 115/16 */;
  overflow: hidden;
}
.caseDetails .diary .courseBox {
  margin-top: 20px;
}
.caseDetails .diary .courseBox .top {
  display: flex;
  justify-content: space-between;
  line-height: 1.5625rem;
}
.caseDetails .diary .courseBox .top .span {
  font-size: 18px;
  color: #242424;
  font-weight: bold;
}
.caseDetails .diary .courseBox .top .right span {
  margin-right: 6px;
  display: inline-block;
  background: #f1f1f1;
  border-radius: 100px;
  height: 20px;
  font-size: 12px;
  color: #373737;
  padding: 0 10px;
  line-height: 20px;
}
.caseDetails .diary .courseBox .top .right span:last-child {
  margin-right: 0;
}
.caseDetails .diary .courseBox .top .right .cukClass {
  color: #ffffff;
  background-image: linear-gradient(-90deg, #ffbb78 0%, #ff8543 86%);
}
.caseDetails .diary .courseBox .coureList {
  margin-top: 0.875rem;
  position: relative;
}
.caseDetails .diary .courseBox .coureList .mt20 {
  margin-top: 20px;
}
.caseDetails .diary .courseBox .coureList .child {
  margin-top: 20px;
  display: flex;
}
.caseDetails .diary .courseBox .coureList .child .left {
  position: relative;
  width: 15px;
}
.caseDetails .diary .courseBox .coureList .child .left .sldeImg {
  position: absolute;
  height: 10px;
  width: 10px;
  left: -15px;
  top: -1px;
}
.caseDetails .diary .courseBox .coureList .child .right {
  margin-left: 12px /* 12/16 */;
}
.caseDetails .diary .courseBox .coureList .child .right .rightMain {
  margin-top: 15px /* 15/16 */;
  background: #ffffff;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px /* 4/16 */;
  padding: 10px /* 10/16 */;
}
.caseDetails .diary .courseBox .coureList .child .right .time {
  font-size: 15px;
  color: #242424;
  line-height: 1.3125rem;
  font-weight: bold;
}
.caseDetails .diary .courseBox .coureList .child .right .imgList {
  display: flex;
  flex-wrap: wrap;
}
.caseDetails .diary .courseBox .coureList .child .right .imgList div {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  margin-right: 0.5rem /* 8/16 */;
  margin-bottom: 0.5rem /* 8/16 */;
  overflow: hidden;
}
.caseDetails .diary .courseBox .coureList .child .right .imgList div img {
  border-radius: 4px;
}
.caseDetails .diary .courseBox .coureList .child .right .imgList div .msg {
  position: absolute;
  right: 0;
  bottom: 5px;
  display: inline-block;
  height: 1.125rem;
  line-height: 1.125rem;
  padding: 0 0.5625rem;
  font-size: 0.6875rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.36);
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.caseDetails .diary .courseBox .coureList .child .right .name {
  margin-top: 0.3125rem;
  font-weight: bold;
  font-size: 0.875rem;
  color: #242424;
  line-height: 1.375rem;
}
.caseDetails .diary .courseBox .coureList .child .right .txt {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  color: #797979;
  line-height: 20px;
}
.caseDetails .diary .courseBox .coureList .bottom {
  display: flex;
  margin-left: 12px;
  margin-top: 10px;
}
.caseDetails .diary .courseBox .coureList .bottom .sldeImg2 {
  position: absolute;
  height: 10px;
  width: 10px;
  left: -15px;
  bottom: -1px;
}
.caseDetails .diary .courseBox .coureList .bottom div {
  display: flex;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.caseDetails .diary .courseBox .coureList .bottom div .kan {
  width: 13px;
  height: 8px;
}
.caseDetails .diary .courseBox .coureList .bottom div .yan {
  width: 12px;
  height: 12px;
}
.caseDetails .diary .courseBox .coureList .bottom div .zan {
  height: 12px;
  width: 0.6875rem;
}
.caseDetails .diary .courseBox .coureList .bottom div span {
  margin-left: 0.1875rem;
  font-size: 13.67px;
  color: #b3b3b3;
}
.caseDetails .diary .doctorCard {
  margin-top: 20px;
  height: 4.5625rem;
  width: 100%;
  background-size: 100% 4.625rem;
  display: flex;
  align-items: center;
  padding: 0 13px;
}
.caseDetails .diary .doctorCard img {
  height: 2.625rem;
  width: 2.625rem;
  margin-right: 8px;
  border-radius: 50%;
}
.caseDetails .diary .doctorCard .card .c-pt .name {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5625rem;
  margin-right: 10px;
}
.caseDetails .diary .doctorCard .card .c-pt .txt {
  line-height: 15px;
  font-size: 13px;
  color: #ffffff;
  margin-right: 10px;
}
.caseDetails .diary .doctorCard .card .c-pb {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 20px;
}
.caseDetails .diary .comment {
  margin-top: 20px;
  margin-bottom: 20px;
}
.caseDetails .diary .comment .c-top {
  line-height: 1.3125rem;
  display: flex;
  justify-content: space-between;
}
.caseDetails .diary .comment .c-top .span-num {
  font-size: 15px;
  color: #232323;
}
.caseDetails .diary .comment .c-top .span-more {
  font-size: 12px;
  color: #b3b3b3;
}
.caseDetails .diary .comment .cukSpan {
  color: #ff803e;
}
.caseDetails .diary .comment .c-bottom {
  margin-top: 12px;
}
.caseDetails .diary .comment .c-bottom .no-tip {
  font-size: 12px;
  color: #8a8a8a;
  text-align: center;
  padding-bottom: 20px;
}
.caseDetails .diary .comment .c-bottom .c-b-child {
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}
.caseDetails .diary .comment .c-bottom .c-b-child img {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  margin-right: 13px;
}
.caseDetails .diary .comment .c-bottom .c-b-child .comment-txt {
  flex: 1;
}
.caseDetails .diary .comment .c-bottom .c-b-child .comment-txt .txt-p1 {
  display: flex;
  justify-content: space-between;
}
.caseDetails .diary .comment .c-bottom .c-b-child .comment-txt .txt-p1 .s1 {
  font-size: 1rem;
  color: #242424;
  font-weight: bold;
  line-height: 1.375rem;
}
.caseDetails .diary .comment .c-bottom .c-b-child .comment-txt .txt-p1 .s2 {
  font-size: 12px;
  color: #b3b3b3;
  line-height: 1.375rem;
}
.caseDetails .diary .comment .c-bottom .c-b-child .comment-txt .txt-p2 {
  font-size: 15px;
  color: #797979;
  line-height: 1.375rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.caseDetails .diary .getmore {
  position: relative;
  font-size: 12px;
  color: #a1a1a1;
  background: #dedede;
  height: 1px;
  width: 100%;
  z-index: 1;
  text-align: center;
  margin: 10px 0 20px 0;
}
.caseDetails .diary .getmore span {
  padding: 0 10px;
  background: #fff;
  position: relative;
  top: -8px;
}
.caseDetails .suspend {
  position: sticky;
  top: 10px;
  height: 5rem;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 6px 6px 0 rgba(178, 178, 178, 0.09);
  padding: 0.6875rem 2.125rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: all 1s;
}
.caseDetails .suspend .txt {
  font-size: 12px;
  color: #242424;
}
.caseDetails .suspend .img img {
  height: 3.625rem;
  width: 3.625rem;
  border-radius: 4px;
  float: left;
}
.caseDetails .suspend .img img:nth-child(2n) {
  margin: 0 6px;
}
.footer {
  width: 1060px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.aboutUs {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.aboutUs .abouts-l {
  width: 800px;
}
.aboutUs .abouts-l .title {
  font-size: 15px;
  color: #353535;
  font-weight: bold;
  margin-top: 30px;
}
.aboutUs .abouts-l .text {
  font-size: 15px;
  color: #353535;
  line-height: 21px;
  margin-top: 12px;
}
.aboutUs .abouts-l .newsList .newsChild {
  display: flex;
  margin-top: 20px;
}
.aboutUs .abouts-l .newsList .newsChild .left {
  border-radius: 4px;
  height: 104px;
  width: 104px;
  overflow: hidden;
}
.aboutUs .abouts-l .newsList .newsChild .right {
  margin-left: 20px;
  flex: 1;
}
.aboutUs .abouts-l .newsList .newsChild .right .r-title {
  font-size: 17px;
  color: #353535;
  font-weight: bold;
}
.aboutUs .abouts-l .newsList .newsChild .right .r-text {
  font-size: 15px;
  color: #6A6A6A;
  line-height: 21px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-word;
  margin: 5px 0 15px 0;
}
.aboutUs .abouts-l .newsList .newsChild .right .r-time {
  font-size: 13px;
  color: #8E8E93;
}
.aboutUs .abouts-r .cordE {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  width: 120px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.aboutUs .abouts-r .cordE img {
  height: 114px;
  width: 114px;
  margin-bottom: 12px;
}
.aboutUs .abouts-r .cordE div {
  font-size: 12px;
  color: #353535;
}
.page {
  margin: 0 auto;
  width: 300px;
  display: flex;
}
.page a {
  font-size: 15px;
  white-space: nowrap;
  padding: 2px 6px;
  color: #303133;
  font-weight: 700;
}
.page .active {
  color: #409eff;
}
@media screen and (max-width: 414px) {
  .footer {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer .d1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 24px;
  }
  .navbar-nav {
    padding: 0 25px;
  }
  .doctorList .pontainer .userOne:nth-child(5n) {
    margin-right: 20px;
  }
  .doctorList {
    width: 100%;
  }
  .doctorList .title-doctor {
    padding: 0 20px;
  }
  .doctorList .pontainer .userOne {
    width: 100%;
    margin: 0 20px 20px;
  }
  .projectImg {
    padding: 186px 20px 44px 20px;
  }
  .projectImg .pontainer {
    width: 100%;
    flex-direction: column;
  }
  .projectImg .pontainer .col-row-l {
    width: 100%;
    margin-bottom: 20px;
  }
  .projectImg .pontainer .col-row-r {
    width: 100%;
  }
  .doctorInfo {
    width: 100%;
    padding: 186px 20px 44px 20px;
  }
  .doctorInfo .Info-box .Info-box-t .info-img-r {
    margin-left: 15px;
  }
  .doctorInfo .Info-box .Info-box-t .info-img-r .top {
    display: flex;
    justify-content: space-between;
  }
  .doctorInfo .Info-box .Info-box-t .info-img-r .top .name {
    margin-right: 0px;
  }
  .doctorInfo .Info-box .Info-box-t .info-img-r .top .tag-but {
    display: flex;
  }
  .doctorInfo .Info-box .Info-box-t .info-img-r .top .tag-but .but {
    width: 80px;
    height: 28px;
  }
  .doctorInfo .Info-box .box-two .b-t-l {
    width: 62px;
  }
  .caseList {
    width: 100%;
    padding: 0 20px;
  }
  .caseList .caseMain .caseChild {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .caseList .caseMain .caseChild .caseImg {
    display: flex;
    margin-bottom: 5px;
  }
  .caseList .caseMain .caseChild .caseText {
    margin-left: 0px;
  }
  .refer {
    width: 100%;
    padding: 0 20px;
  }
  .refer .referMain .referChild {
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .refer .referMain .referChild div {
    white-space: nowrap;
  }
  .refer .referMain .referChild div:nth-child(3n) {
    color: #b3b3b3;
    position: relative;
    top: 3px;
  }
  #article {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 40px;
  }
  #article .articleMain .articleChild .left {
    margin-right: 10px;
  }
  #article .articleMain .articleChild .left .left-d1 {
    flex-direction: column;
    align-items: end;
  }
  .projectList {
    padding: 30px 0 0 0;
  }
  .projectList .p-box .p-side {
    width: 120px;
  }
  .projectList .p-box .p-main {
    flex: 1;
  }
  .projectList .p-box .p-main .p-main-child {
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .projectList .p-box .p-main .p-main-child span:nth-child(2n) {
    margin-right: 0;
  }
  .baike {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 20px 0;
  }
  .baike .baike-box1 {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  .baike .baike-box1 .baike-one-l {
    flex-direction: column;
    margin-right: 0;
  }
  .baike .baike-box1 .baike-one-l .p2 {
    margin-right: 0px;
  }
  .baike .baike-box2 {
    padding: 0 20px;
  }
  .baikeDoctorList {
    width: 100%;
    padding: 20px;
  }
  .baikeDoctorList .main {
    height: auto;
    padding: 20px;
  }
  .baikeDoctorList .main .main-t {
    display: flex;
  }
  .baikeDoctorList .main .main-b .p2 {
    flex-wrap: wrap;
  }
  .baikeDoctorList .main .main-b .p3 {
    -webkit-line-clamp: 3;
  }
  .searchDoctor {
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
  .searchDoctor .searchArea {
    display: flex;
  }
  .searchDoctor .searchArea .area-l {
    margin-right: 15px;
  }
  .cukModal {
    width: 80%;
    height: auto;
    background: #fff;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    padding: 15px;
  }
  .cukModal .code {
    width: calc((100vw - 20% - 60px));
    height: calc((100vw - 20% - 60px));
    margin: 10px auto 20px;
  }
  .cukModal .p1 {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    color: #616161;
    padding-left: 30px;
  }
  .navBox {
    padding: 166px 20px 0 20px;
  }
  .caseDetails {
    width: 100%;
    margin: 0 auto;
  }
  .caseDetails .diary .userBoxs .img-all div {
    width: 100px;
    height: 100px;
    margin-right: .5rem;
    margin-bottom: .5rem;
    overflow: hidden;
  }
  .caseDetails .diary .courseBox .coureList .child .right .imgList div {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    margin-right: 0.5rem /* 8/16 */;
    margin-bottom: 0.5rem /* 8/16 */;
    overflow: hidden;
  }
  .aboutUs {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
  }
  .aboutUs .abouts-l {
    width: 100%;
  }
  .aboutUs .abouts-r {
    margin: 30px auto 40px;
  }
  .article {
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 20px;
  }
  .article .title {
    font-size: 20px;
    color: #353535;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .article .articleMain {
    display: flex;
    flex-direction: column;
  }
  .article .articleMain .articleChild {
    display: flex;
    margin-bottom: 20px;
  }
  .article .articleMain .articleChild .left {
    flex: 1;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
  }
  .article .articleMain .articleChild .left .left-d1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
  }
  .article .articleMain .articleChild .left .left-d1 .text {
    font-size: 15px;
    color: #353535;
    font-weight: bold;
  }
  .article .articleMain .articleChild .left .left-d1 .time {
    font-size: 12px;
    color: #B0B0B0;
  }
  .article .articleMain .articleChild .left .left-d2 {
    font-size: 14px;
    color: #353535;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-word;
  }
  .article .articleMain .articleChild .right {
    height: 120px;
    width: 120px;
    border-radius: 4px;
    overflow: hidden;
  }
  .headerMain .h-bottom-box {
    flex-direction: column;
    align-items: center;
  }
  .headerMain .h-bottom-box .img-tel {
    width: 167px /* 236/16 */;
    height: 240px /* 464/16 */;
    margin-right: 0;
  }
  .headerMain .h-bottom-box .img-type {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .headerMain .h-bottom-box .img-type .img-t-1 {
    width: 184px;
    height: 84px;
  }
  .allType {
    display: flex;
    padding: 0 20px;
    margin: 60px 0;
    flex-wrap: wrap;
  }
  .allType div {
    margin-bottom: 20px;
  }
  .border-1 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  .activeLI::before {
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    background: #FFFFFF;
    left: 7%;
    bottom: 0;
  }
/*
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
*/
}
#flow {
  background: #f3f3f3;
  overflow-y: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
  bottom: 0;
  z-index: 10;
  max-width: 375px;
  margin: 0 auto;
}
#flow .flowPopup {
  background: transparent;
}
#flow .flowPopup .showImg img {
  height: 14.375rem /* 230/16 */;
  width: 14.375rem /* 230/16 */;
  border-radius: 0.25rem /* 4/16 */;
}
#flow .flowPopup .showImg div {
  margin-top: 1.25rem /* 20/16 */;
  font-size: 1rem /* 16/16 */;
  color: #FFFFFF;
}
#flow .recordings {
  position: absolute;
  width: 10rem;
  height: 10rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
}
#flow .f-system {
  width: 100%;
  height: 1.75rem;
  background: #f9e5ad;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  position: relative;
  z-index: 2000;
}
#flow .f-system .ico-sys {
  height: 1.125rem;
  width: 1.125rem;
}
#flow .f-system .txt-sys {
  font-size: 0.8125rem;
  color: #c39942;
  margin-left: 0.375rem;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
#flow .f-system-set {
  width: 375px;
  min-height: 4rem /* 48/16 */;
  background: #f9e5ad;
  display: flex;
  padding: 0.625rem /* 10/16 */ 1.25rem;
  position: fixed;
  top: 0;
  z-index: 2000;
}
#flow .f-system-set .txt-sys {
  font-size: 0.8125rem /* 13/16 */;
  color: #C39942;
}
#flow .f-system-set .txt-but {
  border: 0.0625rem /* 1/16 */ solid #C39942;
  border-radius: 0.6875rem /* 11/16 */;
  position: absolute;
  bottom: 8px;
  right: 1.0625rem /* 17/16 */;
  height: 1.125rem /* 18/16 */;
  padding: 0 0.375rem /* 6/16 */;
}
#flow .f-system-set .txt-but div {
  transform: scale(0.9);
  font-size: 0.6875rem /* 11/16 */;
  color: #C39942;
}
#flow .f-system-hui {
  width: 100%;
  height: 1.75rem;
  background: #000000;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  position: relative;
  z-index: 2000;
}
#flow .f-system-hui .txt-sys {
  font-size: 0.8125rem;
  color: #fff;
  margin-left: 0.375rem;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
#flow .f-system-hui .txt-but {
  display: inline-block;
  border: 0.0625rem /* 1/16 */ solid #ffffff;
  border-radius: 0.25rem /* 4/16 */;
  height: 1.125rem /* 18/16 */;
  width: 2.625rem /* 42/16 */;
  font-size: 0.8125rem /* 13/16 */;
  text-align: center;
  line-height: 1rem /* 16/16 */;
  color: #ffffff;
}
#flow .groupChat {
  height: 2.5rem;
  background: #eeeeee;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 2000;
}
#flow .groupChat .groupChat-one {
  font-size: 0.9375rem;
  color: #979797;
  position: relative;
  display: flex;
  line-height: 2.375rem /* 38/16 */;
}
#flow .groupChat .groupChat-one .span-b {
  padding-right: 0.375rem;
}
#flow .groupChat .groupChat-one .span-t {
  position: relative;
  top: 0.5625rem /* 9/16 */;
  background: #fff4ee;
  border-radius: 0.25rem /* 4/16 */;
  font-size: 0.6875rem /* 11/16 */;
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  height: 1.0625rem /* 17/16 */;
}
#flow .groupChat .active .span-b {
  color: #ff803e;
  border-bottom: 0.125rem /* 2/16 */ solid #ff803e;
}
#flow .groupChat .active .span-t {
  color: #ff803e;
}
#flow .ico-close {
  height: 1.375rem;
  width: 1.375rem;
}
#flow .f-main {
  padding-top: 2.65rem;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
}
#flow .f-main .f-main-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 5.2rem 0;
  position: relative;
  z-index: 200;
}
#flow .f-main .f-main-box .list-chat {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 1.875rem 0.625rem 0 0.625rem;
  position: relative;
  z-index: 300;
}
#flow .f-main .f-main-box .list-chat .f-time {
  text-align: center;
  font-size: 0.875rem;
  color: #aeaeae;
  margin: 0.875rem 0;
}
#flow .f-main .f-main-box .list-chat .chat-sys {
  text-align: center;
  font-size: 0.875rem;
  color: #aeaeae;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flow .f-main .f-main-box .list-chat .chat-sys a {
  color: #ff803e;
  text-decoration: underline;
}
#flow .f-main .f-main-box .list-chat .chat-sys img {
  height: 0.75rem /* 12/16 */;
  width: 0.75rem /* 12/16 */;
  position: relative;
  top: -0.125rem /* 2/16 */;
}
#flow .f-main .f-main-box .list-chat .chat-d {
  overflow: hidden;
  width: 100%;
}
#flow .f-main .f-main-box .list-chat .chat-d .chat-head {
  position: relative;
  display: inline-block;
  top: 0.1rem;
  margin: 0;
  margin-right: 0.6rem;
  margin-left: 0.6rem;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: top;
  overflow: hidden;
}
#flow .f-main .f-main-box .list-chat .chat-d .chat-head img {
  width: 100%;
  object-fit: contain;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}
#flow .f-main .f-main-box .list-chat .chat-d .chat-text {
  position: relative;
  display: inline-block;
  max-width: 69%;
  min-height: 1.2rem;
  height: auto;
  border: none;
  font-size: 1rem;
  padding: 0.75rem;
  margin-bottom: 1.25rem;
  border-radius: 0.125rem;
  word-break: break-all;
}
#flow .f-main .f-main-box .list-chat .chat-text-left .chat-head {
  float: left;
}
#flow .f-main .f-main-box .list-chat .chat-text-left .chat-text {
  color: #353535;
  background: #ffffff;
  float: left;
}
#flow .f-main .f-main-box .list-chat .chat-text-left .chat-text::after {
  content: " ";
  position: absolute;
  top: 0.8rem;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  width: 0;
  height: 0;
  left: -0.3125rem;
  border-right: 0.4rem solid #fff;
}
#flow .f-main .f-main-box .list-chat .chat-text-left .name {
  text-align: left;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .chat-text-right .chat-head {
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-text-right .chat-text {
  background: #9deb72;
  color: #353535;
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-text-right .chat-text::after {
  content: " ";
  position: absolute;
  top: 0.8rem;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  width: 0;
  height: 0;
  right: -0.3125rem;
  border-left: 0.4rem solid #9deb72;
}
#flow .f-main .f-main-box .list-chat .chat-text-right p {
  text-align: right;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .fz15-black {
  font-size: 0.9375rem /* 15/16 */;
  color: #353535;
}
#flow .f-main .f-main-box .list-chat .fz15-gray {
  font-size: 0.9375rem /* 15/16 */;
  color: #8f8f8f;
}
#flow .f-main .f-main-box .list-chat .pr5 span {
  padding-right: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .mb10 {
  margin-bottom: 0.625rem;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left {
  overflow: hidden;
  width: 100%;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left .chat-head {
  float: left;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left .chat-text {
  float: left;
  background: #fff;
  min-width: 69%;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left .chat-text::after {
  content: " ";
  position: absolute;
  top: 0.8rem;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  width: 0;
  height: 0;
  left: -0.3125rem;
  border-right: 0.4rem solid #fff;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left .share .title,
#flow .f-main .f-main-box .list-chat .chat-card-one-left .shareAddress .title {
  font-size: 1.125rem;
  color: #222222;
  line-height: 1.5625rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left .share .main,
#flow .f-main .f-main-box .list-chat .chat-card-one-left .shareAddress .main {
  margin-top: 0.625rem;
  display: flex;
  overflow: hidden;
  width: 100%;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left .share .main div,
#flow .f-main .f-main-box .list-chat .chat-card-one-left .shareAddress .main div {
  font-size: 0.9375rem;
  color: #8f8f8f;
  line-height: 1.3125rem;
  flex: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left .share .main img,
#flow .f-main .f-main-box .list-chat .chat-card-one-left .shareAddress .main img {
  margin-left: 0.25rem;
  border-radius: 0.25rem /* 4/16 */;
  height: 4rem;
  width: 4rem;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left .chat-one-p0 {
  display: flex;
  align-items: center;
  margin-bottom: 1.375rem;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left .chat-one-p0 img {
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left .chat-one-p0 span {
  font-size: 1.125rem;
  color: #353535;
  margin-left: 0.125rem;
  font-weight: bold;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-left .name {
  text-align: left;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right {
  overflow: hidden;
  width: 100%;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .chat-head {
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .chat-text {
  background: #fff;
  min-width: 69%;
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .chat-text::after {
  content: " ";
  position: absolute;
  top: 0.8rem;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  width: 0;
  height: 0;
  right: -0.3125rem;
  border-left: 0.4rem solid #fff;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .share .title,
#flow .f-main .f-main-box .list-chat .chat-card-one-right .shareAddress .title {
  font-size: 1.125rem;
  color: #222222;
  line-height: 1.5625rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .share .main,
#flow .f-main .f-main-box .list-chat .chat-card-one-right .shareAddress .main {
  margin-top: 0.625rem;
  display: flex;
  overflow: hidden;
  width: 100%;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .share .main div,
#flow .f-main .f-main-box .list-chat .chat-card-one-right .shareAddress .main div {
  font-size: 0.9375rem;
  color: #8f8f8f;
  line-height: 1.3125rem;
  flex: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .share .main img,
#flow .f-main .f-main-box .list-chat .chat-card-one-right .shareAddress .main img {
  margin-left: 0.25rem;
  border-radius: 0.25rem /* 4/16 */;
  height: 4rem;
  width: 4rem;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .chat-one-p0 {
  display: flex;
  align-items: center;
  margin-bottom: 1.375rem;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .chat-one-p0 img {
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .chat-one-p0 span {
  font-size: 1.125rem;
  color: #353535;
  margin-left: 0.125rem;
  font-weight: bold;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .title {
  text-align: left;
}
#flow .f-main .f-main-box .list-chat .chat-card-one-right .name {
  text-align: right;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .chat-all-img {
  font-size: 0;
  margin-bottom: 0.375rem /* 6/16 */;
  display: grid;
  margin-top: 0.1875rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.5rem /* 8/16 */;
}
#flow .f-main .f-main-box .list-chat .chat-all-bigimg {
  margin-top: 0.1875rem;
  overflow: hidden;
  display: grid;
}
#flow .f-main .f-main-box .list-chat .chat-one-p5 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin: 1rem 0 0.8125rem 0;
  height: 1.9375rem;
}
#flow .f-main .f-main-box .list-chat .chat-one-p5 span {
  display: inline-block;
  width: 6.375rem;
  height: 1.9375rem;
  background: url("../img/Artboard 11.png") no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.9375rem;
  color: #ffffff;
}
#flow .f-main .f-main-box .list-chat .chat-one-p5 a {
  display: inline-block;
  width: 6.375rem;
  height: 1.9375rem;
  background: url("../img/Artboard 11.png") no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.9375rem;
  color: #ffffff;
  text-decoration: none;
}
#flow .f-main .f-main-box .list-chat .chat-one-p6 {
  color: #d5d5d5;
  text-align: center;
  font-size: 0.8125rem;
}
#flow .f-main .f-main-box .list-chat .chat-voice {
  overflow: hidden;
  width: 100%;
}
#flow .f-main .f-main-box .list-chat .chat-voice .chat-head {
  position: relative;
  display: inline-block;
  top: 0.1rem;
  margin: 0;
  margin-right: 0.6rem;
  margin-left: 0.6rem;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: top;
}
#flow .f-main .f-main-box .list-chat .chat-voice .chat-head img {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  width: 100%;
  object-fit: contain;
}
#flow .f-main .f-main-box .list-chat .chat-voice .chat-voice-main {
  position: relative;
  display: inline-block;
  max-width: 69%;
  min-height: 1.2rem;
  word-break: break-word;
  height: auto;
  border: none;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
#flow .f-main .f-main-box .list-chat .chat-voice .chat-voice-main .chat-voice-longTxet {
  position: relative;
  border-radius: 0.125rem;
  padding: 0.75rem;
  margin-bottom: 0.4375rem;
}
#flow .f-main .f-main-box .list-chat .chat-voice .chat-voice-main .chat-voice-longTxet .chat-voice-box {
  display: flex;
  align-items: center;
}
#flow .f-main .f-main-box .list-chat .chat-voice .chat-voice-main .chat-voice-longTxet .chat-voice-box img {
  display: inline-block;
  height: 1.3125rem;
  width: 1.3125rem;
}
#flow .f-main .f-main-box .list-chat .chat-voice .numLength {
  font-size: 0.8125rem /* 13/16 */;
  color: #434343;
  position: absolute;
  right: -1.875rem /* 30/16 */;
  top: 1.125rem /* 18/16 */;
}
#flow .f-main .f-main-box .list-chat .chat-voice .chat-voice-text {
  clear: both;
  background: #ffffff;
  border-radius: 0.25rem /* 4/16 */;
  padding: 0.75rem;
}
#flow .f-main .f-main-box .list-chat .chat-voice .chat-voice-text .chat-voice-text-p1 {
  font-size: 1rem;
  color: #353535;
}
#flow .f-main .f-main-box .list-chat .chat-voice .chat-voice-text .chat-voice-text-p2 {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  color: #c3bbb8;
}
#flow .f-main .f-main-box .list-chat .chat-voice-left .chat-head {
  float: left;
}
#flow .f-main .f-main-box .list-chat .chat-voice-left .numLang {
  right: 0;
  display: inline-block;
  min-width: 1rem;
}
#flow .f-main .f-main-box .list-chat .chat-voice-left .chat-voice-main {
  float: left;
}
#flow .f-main .f-main-box .list-chat .chat-voice-left .chat-voice-main .chat-voice-longTxet {
  float: left;
  background: #fff;
}
#flow .f-main .f-main-box .list-chat .chat-voice-left .chat-voice-main .chat-voice-longTxet::before {
  content: " ";
  position: absolute;
  top: 0.8rem;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  width: 0;
  height: 0;
  left: -0.3125rem;
  border-right: 0.4rem solid #fff;
}
#flow .f-main .f-main-box .list-chat .chat-voice-left .chat-voice-main .chat-voice-longTxet .chat-voice-box img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#flow .f-main .f-main-box .list-chat .chat-voice-left .chat-voice-main .chat-voice-longTxet .red-no {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  background: red;
  border-radius: 50%;
  top: 1.25rem;
  right: -0.9375rem;
}
#flow .f-main .f-main-box .list-chat .chat-voice-left .name {
  text-align: left;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .chat-voice-right .chat-head {
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-voice-right .chat-voice-main {
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-voice-right .chat-voice-main .chat-voice-longTxet {
  background: #9deb72;
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-voice-right .chat-voice-main .chat-voice-longTxet::before {
  content: " ";
  position: absolute;
  top: 0.8rem;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  width: 0;
  height: 0;
  right: -0.3125rem;
  border-left: 0.4rem solid #9deb72;
}
#flow .f-main .f-main-box .list-chat .chat-voice-right .chat-voice-main .chat-voice-longTxet .chat-voice-box {
  text-align: right;
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-voice-right .chat-voice-main .chat-voice-longTxet .red-no {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  background: red;
  border-radius: 50%;
  top: 1.25rem;
  left: -0.9375rem;
}
#flow .f-main .f-main-box .list-chat .chat-voice-right .chat-voice-main .chat-voice-longTxet .numLength {
  position: absolute;
  left: -1.875rem;
}
#flow .f-main .f-main-box .list-chat .chat-voice-right .chat-voice-main .chat-voice-text .chat-voice-text-p1 {
  text-align: left;
}
#flow .f-main .f-main-box .list-chat .chat-voice-right p {
  text-align: right;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .chat-video .chat-video-main {
  position: relative;
  margin-bottom: 1.3125rem;
}
#flow .f-main .f-main-box .list-chat .chat-video .chat-video-main .chat-video-main-box {
  position: relative;
  height: 9.3125rem;
  width: 6.5625rem;
  overflow: hidden;
}
#flow .f-main .f-main-box .list-chat .chat-video .chat-video-main .chat-video-main-box img {
  border-radius: 0.25rem;
}
#flow .f-main .f-main-box .list-chat .chat-video .chat-video-main .chat-video-main-box .img-bf {
  position: absolute;
  top: 0;
  right: 0;
  height: 9.3125rem;
  width: 6.5625rem;
  z-index: 1;
  object-fit: contain;
}
#flow .f-main .f-main-box .list-chat .chat-video .chat-video-main .chat-video-main-box .img-bf-video {
  position: absolute;
  top: 0;
  right: 0;
  height: 9.3125rem;
  width: 6.5625rem;
  z-index: 1;
}
#flow .f-main .f-main-box .list-chat .chat-video .chat-video-main .chat-video-main-box .ico-bf {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.5rem;
  width: 2.5rem;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -1.25rem;
  margin-top: -1.25rem;
}
#flow .f-main .f-main-box .list-chat .chat-video .chat-video-main .chat-video-main-box .time-long {
  position: absolute;
  bottom: 0.1875rem;
  right: 0.3125rem;
  font-size: 0.625rem;
  color: #ffffff;
  z-index: 3;
}
#flow .f-main .f-main-box .list-chat .chat-big-top .box-span1 {
  font-size: 0.9375rem;
  color: #353535;
}
#flow .f-main .f-main-box .list-chat .chat-big-top .boxs {
  display: block;
}
#flow .f-main .f-main-box .list-chat .chat-big-top .fz15-gray {
  font-size: 0.9375rem /* 15/16 */;
  color: #8f8f8f;
}
#flow .f-main .f-main-box .list-chat .card-two-ico {
  position: absolute;
  width: 4.25rem;
  height: 3.8125rem;
  top: 0;
  right: 0;
}
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-head {
  float: left;
}
#flow .f-main .f-main-box .list-chat .chat-card-one .name {
  text-align: left;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text {
  background: #fff;
  max-width: 69%;
  min-width: 69%;
  float: left;
}
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text::after {
  content: " ";
  position: absolute;
  top: 0.8rem;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  width: 0;
  height: 0;
  left: -0.3125rem;
  border-right: 0.4rem solid #fff;
}
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text .chat-one-p0 {
  display: flex;
  align-items: center;
}
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text .chat-one-p0 img {
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
}
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text .share .title,
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text .shareAddress .title {
  font-size: 1.125rem;
  color: #222222;
  line-height: 1.5625rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text .share .main,
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text .shareAddress .main {
  margin-top: 0.625rem;
  display: flex;
  overflow: hidden;
  width: 100%;
}
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text .share .main div,
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text .shareAddress .main div {
  font-size: 0.9375rem;
  color: #8f8f8f;
  line-height: 1.3125rem;
  flex: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text .share .main img,
#flow .f-main .f-main-box .list-chat .chat-card-one .chat-text .shareAddress .main img {
  margin-left: 0.25rem;
  border-radius: 0.25rem /* 4/16 */;
  height: 4rem;
  width: 4rem;
}
#flow .f-main .f-main-box .list-chat .chat-video-right .chat-head {
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-video-right p {
  text-align: right;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .chat-video-right .chat-video-main {
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-video-left .chat-head {
  float: left;
}
#flow .f-main .f-main-box .list-chat .chat-video-left .name {
  text-align: left;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .chat-video-left .chat-video-main {
  float: left;
}
#flow .f-main .f-main-box .list-chat .chat-img .chat-video-main {
  margin-bottom: 1.375rem;
  height: 9.3125rem;
  width: 6.5625rem;
  border-radius: .25rem;
  overflow: hidden;
}
#flow .f-main .f-main-box .list-chat .chat-img-left .chat-head {
  float: left;
}
#flow .f-main .f-main-box .list-chat .chat-img-left .name {
  text-align: left;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .chat-img-left .chat-video-main {
  float: left;
}
#flow .f-main .f-main-box .list-chat .chat-img-left .chat-video-main .chat-video-main-box {
  margin-top: 0.625rem /* 10/16 */;
  height: 9.3125rem;
  width: 6.5625rem;
  border-radius: 0.25rem /* 4/16 */;
  overflow: hidden;
}
#flow .f-main .f-main-box .list-chat .chat-img-right .chat-head {
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-img-right p {
  text-align: right;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .f-main .f-main-box .list-chat .chat-img-right .chat-video-main {
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-card-two {
  position: relative;
}
#flow .f-main .f-main-box .list-chat .chat-card-two .chat-head {
  float: right;
}
#flow .f-main .f-main-box .list-chat .chat-card-two .chat-video-main {
  float: right;
  position: relative;
  display: inline-block;
  max-width: 69%;
  min-height: 1.2rem;
  word-break: break-word;
  height: auto;
  border: none;
  font-size: 1rem;
  padding: 0.75rem;
  margin-bottom: 1.25rem;
  border-radius: 0.125rem;
  background: #fff;
}
#flow .f-main .f-main-box .list-chat .chat-card-two .chat-video-main::before {
  content: " ";
  position: absolute;
  top: 0.8rem;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  width: 0;
  height: 0;
  right: -0.3125rem;
  border-left: 0.4rem solid #fff;
}
#flow .f-main .f-main-box .list-chat .chat-card-two .chat-video-main .card-two-ico {
  position: absolute;
  width: 4.25rem;
  height: 3.8125rem;
  top: 0;
  right: 0;
}
#flow .f-main .f-main-box .list-chat .chat-card-two .chat-video-main .chat-card-main .card-two-p1 {
  font-size: 1.125rem;
  color: #353535;
  font-weight: bold;
  text-align: left;
}
#flow .f-main .f-main-box .list-chat .chat-card-two .chat-video-main .chat-card-main .card-two-p2 {
  font-size: 0.875rem;
  color: #828282;
  text-align: left;
}
#flow .f-main .f-main-box .list-chat .chat-card-two .chat-video-main .chat-card-main .card-two-p3 {
  height: 100%;
  width: 100%;
  margin: 0.625rem 0 0.3125rem 0;
  object-fit: contain;
}
#flow .f-main .f-main-box .list-chat .chat-card-two .chat-video-main .chat-card-main .card-two-p4 {
  font-size: 1.125rem;
}
#flow .f-main .f-main-box .list-chat .chat-card-two .chat-video-main .chat-card-main .card-two-p4 span:first-child {
  color: #ff1616;
}
#flow .f-main .f-main-box .list-chat .chat-card-two .chat-video-main .chat-card-main .card-two-p4 span:last-child {
  margin-left: 0.4375rem;
  color: #a2a2a2;
}
#flow .f-main .f-main-box .list-chat .chat-card-two p {
  text-align: right;
  font-size: 0.8125rem /* 13/16 */;
  color: #616161;
  line-height: 1.875rem /* 30/16 */;
  margin-bottom: 0.1875rem;
}
#flow .chat-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: #f9f9f9;
  width: 375px;
}
#flow .chat-bottom .chat-bottom-top {
  display: -webkit-box;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 0.9375rem;
  height: 2.5rem /* 40/16 */;
  top: 0.75rem /* 12/16 */;
}
#flow .chat-bottom .chat-bottom-top::-webkit-scrollbar {
  width: 0 !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  display: none;
}
#flow .chat-bottom .chat-bottom-top .chat-bottom-top-list {
  position: relative;
  margin-right: 0.75rem;
}
#flow .chat-bottom .chat-bottom-top .chat-bottom-top-list .list {
  bottom: 3.875rem /* 62/16 */;
  position: absolute;
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #ffffff;
  border: 0.0625rem /* 1/16 */ solid #d8d8d8;
  border-radius: 0.25rem;
  width: 6.25rem;
  padding: 0.25rem 1.2rem;
  left: -1.25rem;
}
#flow .chat-bottom .chat-bottom-top .chat-bottom-top-list .list::before {
  content: " ";
  position: absolute;
  bottom: 0.375rem /* 6/16 */;
  border-right: 0.4rem solid transparent;
  border-left: 0.4rem solid transparent;
  width: 0;
  height: 0;
  right: 2.6875rem;
  border-top: 0.4rem solid #fff;
}
#flow .chat-bottom .chat-bottom-top .chat-bottom-top-list .list p {
  border-bottom: 0.0625rem /* 1/16 */ solid #d8d8d8;
  font-size: 0.875rem;
  color: #565656;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
}
#flow .chat-bottom .chat-bottom-top .chat-bottom-top-list .list p:last-child {
  border-bottom: none;
}
#flow .chat-bottom .chat-bottom-top .chat-bottom-top-list .actvie {
  display: block;
}
#flow .chat-bottom .chat-bottom-top .chat-bottom-top-list .box-span {
  border: 0.0625rem /* 1/16 */ solid #ffab7f;
  border-radius: 0.25rem /* 4/16 */;
  font-size: 0.8125rem /* 13/16 */;
  color: #ff803e;
  display: inline-block;
  height: 1.625rem;
  padding: 0 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flow .chat-bottom .chat-bottom-top .chat-bottom-top-list:first-child .list::before {
  content: " ";
  position: absolute;
  bottom: -0.375rem /* 6/16 */;
  border-right: 0.4rem solid transparent;
  border-left: 0.4rem solid transparent;
  width: 0;
  height: 0;
  right: 4rem;
  border-top: 0.4rem solid #fff;
}
#flow .chat-bottom .chat-bottom-top .chat-bottom-top-list:first-child .actvie {
  left: 0;
}
#flow .chat-bottom .chat-bottom-main {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  display: flex;
  align-items: flex-end;
}
#flow .chat-bottom .chat-bottom-main .keyboard {
  height: 1.625rem;
  width: 1.625rem;
  display: inline-block;
  background: url("../img/text.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  bottom: 0.1875rem /* 3/16 */;
}
#flow .chat-bottom .chat-bottom-main .keyvoice {
  height: 1.625rem;
  width: 1.625rem;
  display: inline-block;
  background: url("../img/play.png") no-repeat center;
  background-size: 100% 100%;
}
#flow .chat-bottom .chat-bottom-main .keytext {
  margin-left: 0.4375rem;
  display: inline-block;
  width: 12.9375rem;
  height: 2.125rem;
  background: #ffffff;
  border: 0.0625rem /* 1/16 */ solid #dddddd;
  border-radius: 0.25rem /* 4/16 */;
}
#flow .chat-bottom .chat-bottom-main .keybut {
  margin-left: 0.4375rem;
  display: inline-block;
  width: 100%;
  height: 2.125rem;
  background: #ffffff;
  border: 0.0625rem /* 1/16 */ solid #dddddd;
  border-radius: 0.25rem /* 4/16 */;
  font-size: 0.875rem /* 14/16 */;
  color: #979797;
  flex: 1;
}
#flow .chat-bottom .chat-bottom-main .chat-bottom-main-left {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
  margin-right: 0.625rem;
}
#flow .chat-bottom .chat-bottom-main .chat-bottom-main-right {
  display: flex;
  justify-content: space-between;
  width: 6.875rem;
  position: relative;
  align-items: center;
  height: 2.125rem /* 34/16 */;
}
#flow .chat-bottom .chat-bottom-main .chat-bottom-main-right img {
  display: inline-block;
  height: 1.625rem;
  width: 1.625rem;
}
#flow .chat-bottom .chat-bottom-main .chat-bottom-main-right .send {
  background: #ff803e;
  border-radius: 0.25rem /* 4/16 */;
  height: 1.625rem /* 26/16 */;
  width: 2.3125rem;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.75rem /* 12/16 */;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#flow .chat-bottom .chat-bottom-main .chat-bottom-main-right .disabled {
  background: #c3c3c3;
}
#flow .chat-bottom .chat-bottom-m {
  height: 12rem;
  width: 100%;
  background: #ccc;
  overflow-x: auto;
}
#flow .chat-bottom .chat-bottom-m .emoji-list {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  overflow-y: auto;
  padding-top: 0.625rem;
}
#flow .chat-bottom .chat-bottom-m .emoji-list li {
  width: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
  font-size: 1.8rem;
}
#flow .chat-bottom .touristMain {
  display: flex;
  padding: 0 1.125rem /* 18/16 */;
  align-items: center;
  align-content: center;
  height: 100%;
}
#flow .chat-bottom .touristMain .touristMain-l {
  height: 3.3125rem /* 53/16 */;
  width: 3.3125rem /* 53/16 */;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0.625rem /* 10/16 */;
}
#flow .chat-bottom .touristMain .touristMain-r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
#flow .chat-bottom .touristMain .touristMain-r .left {
  display: flex;
  flex-direction: column;
}
#flow .chat-bottom .touristMain .touristMain-r .left .left-t span:first-child {
  font-size: 1rem;
  color: #242424;
  font-weight: bold;
}
#flow .chat-bottom .touristMain .touristMain-r .left .left-t span:last-child {
  font-size: 0.75rem /* 12/16 */;
  color: #8F8F8F;
  margin-left: 0.3125rem /* 5/16 */;
}
#flow .chat-bottom .touristMain .touristMain-r .left .left-c {
  font-size: 0.8125rem /* 13/16 */;
  color: #242424;
  padding: 0.0625rem /* 1/16 */ 0 0.125rem /* 2/16 */ 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 10.625rem /* 170/16 */;
}
#flow .chat-bottom .touristMain .touristMain-r .left .left-b {
  font-size: 0.8125rem /* 13/16 */;
  color: #242424;
}
#flow .chat-bottom .touristMain .touristMain-r .left .left-b span {
  color: #FF1616;
}
#flow .chat-bottom .touristMain .touristMain-r .right div {
  background: #FF803E;
  border-radius: 0.25rem /* 4/16 */;
  height: 1.875rem /* 30/16 */;
  width: 4.625rem /* 74/16 */;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #FFFFFF;
}

.navbar-logo {
    height: 100px;
    padding: 0 40px;
    display: flex;
    align-items: center;
}
.navbar {
    height: 100px;
    background: #ffaf6b;
}

.navbar-logo .img-responsive {
    height: 40px;
    width: 40px;
    float: left;
}

.border-1 {
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}

.navbar-logo span {
    font-size: 24px;
    color: #fff;
    float: left;
    margin-left: 12px;
}
.navbar-default .navbar-nav>li>a {
    color: #242424;
    font-size: 12px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFFFFF;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ff803e;
    background-color: transparent;
}
