/*reset*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
sub,
summary,
sup,
tbody,
tfoot,
thead,
time,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

table,
td,
th,
tr {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
img {
  display: block;
  border: none;
}

:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
body {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: none;
}

input,
select,
textarea {
  font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
}

/*全局*/
header {
  width: 80%;
  padding: 0 10%;
  height: 136px;
}
header .logo {
  width: 515px;
  height: 72px;
  margin-top: 40px;
  float: left;
}
header .headText {
  height: 136px;
  float: right;
  font-size: 16px;
}
.headText .returnBtn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #ff82ae;
  text-align: center;
  margin-top: 61px;
  margin-right: 60px;
  float: right;
}
.headText .returnBtn a {
  display: block;
  color: #fff;
}
.headText .loginText {
  display: block;
  float: right;
  margin-top: 67px;
}
.headText .loginText a {
  color: #444444;
}
.headText .loginText a:hover {
  color: #ff82ae;
}
nav {
  width: 80%;
  padding: 0 10%;
  height: 60px;
  background: #ff82ae;
}
nav > a {
  display: inline-block;
  width: 150px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
nav > a.active,
nav > a:hover {
  background: #f56c9c;
}
section .banner {
  width: 100%;
  height: auto;
  overflow: hidden;
}
section .banner > img {
  max-height: 100%;
  max-width: 100%;
}
article {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 70px;
}
.mainLeft {
  width: 780px;
  height: auto;
  overflow: hidden;
  float: left;
}
.hosMain,
.docMain {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hosMain > .hostit {
  background: url(../images/icon/icon_hos.png) no-repeat left center;
  padding-left: 42px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #929292;
}
.hosMain,
.docMain label {
  font-size: 20px;
  font-weight: bold;
  color: #444444;
}
.hosMain > .hosList {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
}
.hosMain > .hosList li {
  width: 376px;
  height: auto;
  overflow: hidden;
  float: left;
}
.hosMain > .hosList li:last-child {
  margin-left: 16px;
}
.hosMain > .hosList li a {
  display: block;
  height: 180px;
  padding: 10px;
  background: #f6f9e9;
  position: relative;
}
.hosMain > .hosList li > a .mask {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
  background: rgba(102, 102, 102, 0.5);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
  top: 50%;
  left: 50%;
}
.hosMain > .hosList li > a > .mask > span {
  display: block;
  padding-top: 69px;
  padding-bottom: 19px;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
  text-align: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.hosMain > .hosList li > a > .mask > i {
  display: block;
  width: 28px;
  height: 14px;
  background: url(../images/icon/icon-right.png) no-repeat;
  margin: 0 auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.hosMain > .hosList li a:hover .mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(102, 102, 102, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  top: 0%;
  left: 0%;
}

.hosMain > .hosList li img {
  width: 100%;
  height: 180px;
}
.hosMain > .hosList li p {
  font-size: 20px;
  font-weight: normal;
  color: #444444;
  text-align: center;
  padding-top: 19px;
  line-height: 24px;
}
.docMain {
  padding-top: 80px;
}
.docMain > .doctit {
  background: url(../images/icon/icon_doc.png) no-repeat left center;
  padding-left: 42px;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #929292;
}
.condition-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 22px;
}
.condition-wrap > .condition {
  width: 100%;
  padding-top: 18px;
  overflow: hidden;
}
.condition-wrap .condition-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #d31151;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.condition-wrap .condition-content {
  position: relative;
  overflow: hidden;
  padding-left: 40px;
}
.condition-wrap .condition-content ul {
  position: relative;
  display: block;
  zoom: 1;
  content: "";
  overflow: hidden;
  clear: both;
  top: -3px;
}
.condition-wrap ul li {
  position: relative;
  width: auto;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  float: left;
  margin-top: 3px;
  margin-bottom: 20px;
  margin-right: 50px;
}
.condition-wrap ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
  margin-bottom: 2px;
}
.condition-wrap ul li > a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #e9739b;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: translatex(-50%);
}
.condition-wrap ul li:hover > a {
  color: #e9739b;
}
.condition-wrap ul li:hover > a::after {
  width: 40px;
}
.condition-wrap ul li.active a {
  color: #e9739b;
}
.condition-wrap ul li.active > a::after {
  width: 40px;
}
.condition-wrap ul span.toggle {
  display: block;
  width: 45px;
  height: 20px;
  line-height: 20px;
  color: #d31151;
  position: relative;
  cursor: pointer;
  float: left;
  margin-top: 4px;
}
.condition-wrap ul span.toggle::after {
  content: "";
  width: 10px;
  height: 20px;
  background: url(../images/icon/icon-up.png) no-repeat right center;
  position: absolute;
  right: 0;
}
.condition-wrap ul span.active::after {
  content: "";
  width: 10px;
  height: 20px;
  background: url(../images/icon/icon-down.png) no-repeat right center;
  position: absolute;
  right: 0;
}
.condition-wrap ul li span.current::after {
  content: "";
  width: 10px;
  height: 20px;
  background: url(../images/icon/icon-down.png) no-repeat right center;
  position: absolute;
  right: 0;
}
.condition-wrap ul .deptList {
  display: none;
}
.emptyData {
  width: 100%;
  height: 400px;
  background: #fff;
}
.emptyData > img {
  width: 380px;
  height: 200px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.doclist {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.doclist ul {
  overflow: hidden;
  margin-left: 52px;
}
.doclist ul li {
  width: 208px;
  height: 368px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-right: 23px;
  margin-bottom: 26px;
  cursor: pointer;
}
.doclist ul li:hover {
  width: 206px;
  height: 366px;
  border: 2px solid #fecae1;
  box-shadow: 0px 4px 8px 1px rgba(126, 126, 126, 0.3);
}
.doclist ul li > .docImg {
  width: 170px;
  height: 254px;
  margin: 10px 20px 0 20px;
}
.doclist ul li > .docImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doclist .docName {
  width: 100%;
  height: 45px;
}
.doclist .docName span {
  display: block;
  float: left;
}
.doclist .docName span.name {
  font-size: 14px;
  color: #444444;
  margin-left: 40px;
  line-height: 45px;
}
.doclist .docName span.title {
  font-size: 12px;
  color: #fff;
  background: #929292;
  padding: 2px 10px;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 14px;
}
.doclist ul li:hover span.title {
  background: #e9739b;
}
.doclist ul li p {
  line-height: 24px;
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainRight {
  width: 360px;
  height: auto;
  overflow: hidden;
  float: right;
}
.appointMain {
  width: auto;
  /* height: 610px; */
  background: #f8f8f8;
  padding: 15px 28px 0 31px;
}
.appointMain > .apponitTit {
  background: url(../images/icon/icon-apponit.png) no-repeat left center;
  padding-left: 37px;
  height: 30px;
  line-height: 30px;
}
.appointMain > .apponitTit > label {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}
.appointMain > .apponitInfo {
  width: 100%;
  height: auo;
  overflow: hidden;
}
.appointMain > .apponitInfo > p {
  line-height: 36px;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
.wechatMain {
  width: auto;
  height: 502px;
  background: #f8f8f8;
  margin-top: 60px;
}
.wechatMain > .wechatTit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-top: 35px;
}
.wechatMain > .wechatTit > label {
  font-size: 26px;
  color: #666666;
  position: relative;
  left: 136px;
}
.wechatMain > .wechatTit > label::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 32px;
  background: url(../images/icon/icon_weixin.png) no-repeat;
  top: 5px;
  left: -50px;
}
.wechatMain > .codeImg {
  width: 280px;
  height: 280px;
  margin: 20px 40px;
}
.wechatMain > .codeImg > img {
  width: 100%;
}
.wechatMain p {
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 23px;
  padding-top: 10px;
}
.footerTop {
  width: 100%;
  height: 310px;
  background: url(../images/footer_bg.png) no-repeat;
  margin-top: 85px;
}
.footerTop > .footerMain {
  width: 1200px;
  height: 310px;
  margin: 0 auto;
}
.footerMain > .footerLeft {
  height: 249px;
  color: #ffffff;
  font-size: 14px;
  padding-top: 50px;
  float: left;
  line-height: 40px;
  box-sizing: border-box;
}
.footerMain > .footerRight {
  height: 249px;
  float: right;
}
.footerMain > .footerRight li {
  float: left;
  width: 144px;
  margin-top: 40px;
  margin-left: 70px;
}
.footerMain > .footerRight li > img {
  width: 144px;
  height: 144px;
}
.footerMain > .footerRight li > span {
  width: 99%;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 25px;
  padding-top: 5px;
}
.footerBottom {
  width: 100%;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-top: 2px solid #fff;
  float: left;
}
/* 选择医院 */
.contentWarp {
  width: 100%;
  height: 480px;
}
.mainWarp {
  width: 1200px;
  height: auto;
  overflow: visible;
  margin: 0 auto;
}
.mainWarp > .crumbNav {
  width: 100%;
  font-size: 14px;
  padding: 40px 0 50px 0;
}
.mainWarp > .crumbNav a {
  color: #444444;
  padding-right: 8px;
}
.mainWarp > .crumbNav a:hover {
  color: #d31151;
}
.mainWarp > .crumbNav span {
  padding-right: 8px;
  color: #666666;
}
.mainWarp > .hosInfo {
  width: 100%;
  height: 300px;
  overflow: visible;
}
.hosInfo > .hosImg {
  width: 440px;
  height: 300px;
  float: left;
}
.hosInfo > .hosImg img {
  width: 100%;
}
.hosInfo > .dosImg {
  width: 200px;
  height: 298px;
  float: left;
}
.hosInfo > .dosImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hosInfo > .hosDescribe {
  width: 720px;
  /* height: 300px; */
  margin-left: 40px;
  float: left;
}
.hosInfo > .hosDescribe > .hosHead {
  width: 100%;
  height: auto;
  overflow: visible;
  float: left;
}
.hosInfo > .hosDescribe > .dosHead {
  width: 100%;
  height: auto;
  overflow: visible;
  float: left;
}
.hosInfo > .hosDescribe h2 {
  line-height: 23px;
  font-size: 20px;
  color: #444444;
  float: left;
}
.hosInfo > .hosDescribe span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #d31151;
  float: left;
  margin-left: 60px;
  margin-top: 4px;
}
.hosInfo > .hosDescribe > .dosHead > span {
  font-size: 14px;
}
.hosInfo > .hosDescribe a {
  display: block;
  font-size: 16px;
  color: #444444;
  float: right;
  margin-top: 5px;
  position: relative;
  z-index: 1;
}
.hosInfo > .hosDescribe a:hover {
  color: #d31151;
}
.hosInfo > .hosDescribe a::before {
  content: "";
  width: 15px;
  height: 16px;
  position: absolute;
  left: -25px;
  top: 0;
  background: url(../images/icon/icon_link.png) no-repeat;
}
.hosInfo > .hosDescribe a:hover::before {
  background: url(../images/icon/icon_hover_link.png) no-repeat;
}
.hosInfo > .hosDescribe a.active::after {
  content: "";
  width: 101px;
  height: 20px;
  position: absolute;
  right: -102px;
  top: 20px;
  z-index: 10;
  background: url(../images/icon/icon_tip.png) no-repeat;
}
.hosInfo > .hosDescribe > .addr {
  width: 100%;
  font-size: 14px;
  color: #444444;
  /**float: left; */
  margin-top: 40px;
}
.hosInfo > .hosDescribe > .hosTitle {
  font-size: 14px;
  color: #444444;
  float: left;
  margin-top: 20px;
}
.hosInfo > .hosDescribe > .hosArea {
  font-size: 14px;
  color: #444444;
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}
.hosInfo > .hosDescribe > .dept {
  width: 100%;
  font-size: 14px;
  color: #444444;
  float: left;
  margin-top: 20px;
}
.hosInfo > .hosDescribe > .docintro,
.hosInfo > .hosDescribe > .docgoodat {
  width: 100%;
  font-size: 14px;
  color: #666666;
  float: left;
  margin-top: 20px;
  line-height: 28px;
}
.hosInfo > .hosDescribe > .route {
  font-size: 14px;
  color: #444444;
   /**float: left; */
  margin-top: 20px;
}
.hosInfo > .hosDescribe > .intro {
  font-size: 14px;
  color: #666666;
   /**float: left; */
  margin-top: 20px;
  line-height: 30px;
}
.sourceMain {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f8f8f8;
}
.sourceMain > .sourceWarp {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.appschMain {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
}
.appschMain > .doctit {
  background: url(../images/icon/icon_doc_tit.png) no-repeat left center;
  padding-left: 37px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 20px;
}
.appschMain > .doctit > label {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}
.appschMain > .calendar {
  width: 100%;
  height: 99px;
  background: #ea799f;
  border: 1px solid #e5e5e5;
  border-radius: 6px 6px 0px 0px;
  font-weight: bold;
  color: #fff;
}
.calendar > .calendarLeft {
  width: 420px;
  line-height: 99px;
  font-size: 20px;
  text-align: center;
  float: left;
}
.calendar > .dateLeft {
  width: 300px;
  line-height: 99px;
  font-size: 20px;
  text-align: center;
  float: left;
}
.dateRightBox {
  position: relative;
  width: 890px;
  font-size: 16px;
  margin-left: 10px;
  float: left;
  overflow: hidden;
  /* white-space: nowrap; */
}
.dateRight {
  overflow: hidden;
  white-space: nowrap;
  cursor: grab;
  user-select: none;
}
.dateRightScroll {
  width: 100%;
  height: 100%;
}
.dateRight ul {
  list-style: none; /* 移除列表样式 */
  padding: 0;
  margin: 0;
  white-space: nowrap; /* 防止换行 */
}

.dateRight ul > li {
  box-sizing: border-box;
  white-space: nowrap; /* 防止换行 */
  display: inline-block; /* 强制在同一行显示 */
  width: 126px;
  padding: 20px 0;
  text-align: center;
  overflow: hidden;
}
.dateRight ul > li span {
  display: block;
  line-height: 30px;
}
/* .calendar > .calendarRight {
  width: 770px;
  font-size: 16px;
  margin-left: 10px;
  float: left;
}
.calendarRight ul > li {
  width: 110px;
  padding: 20px 0;
  text-align: center;
  float: left;
}
.calendarRight ul > li span {
  display: block;
  line-height: 30px;
} */

.calendarRight {
  width: 770px;
  font-size: 16px;
  margin-left: 10px;
  float: left;
  position: relative;
  overflow: hidden;
}

.scrollContainer {
  overflow: hidden;
  white-space: nowrap;
  cursor: grab;
  user-select: none; /* 防止文本选择 */
  /* margin: 0 20px; */
}

.calendarRight ul {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.3s ease; /* 添加过渡效果，使滚动平滑 */
}

.calendarRight ul > li {
  width: 110px;
  padding: 20px 0;
  text-align: center;
  display: inline-block;
}

.calendarRight ul > li span {
  display: block;
  line-height: 30px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 60px;
  background-color: #ccc;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0px 12px 12px 0px;
  opacity: 0.3; /* 添加透明度效果 */
  transition: opacity 0.3s ease; /* 添加透明度变化的过渡效果 */
  user-select: none;
}
.arrow1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 60px;
  background-color: #ccc;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 12px 0px 0px 12px;
  opacity: 0.3; /* 添加透明度效果 */
  transition: opacity 0.3s ease; /* 添加透明度变化的过渡效果 */
  user-select: none;
}

.arrow:hover {
  opacity: 1; /* 鼠标悬停时透明度为1 */
}
.arrow1:hover {
  opacity: 1; /* 鼠标悬停时透明度为1 */
}

.left-arrow {
  left: 0;
}

.right-arrow {
  right: 0;
}

.left-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 18px;
  height: 28px;
}

.appschDocList {
  width: 100%;
  height: 140px;
  margin: 10px 0;
}
.appschDocList:last-child {
  padding-bottom: 95px;
}
.appschDocList > .appschNoon {
  width: 298px;
  height: 138px;
  line-height: 138px;
  border: 1px solid #e5e5e5;
  background: #fff;
  float: left;
  font-size: 16px;
  color: #444444;
  text-align: center;
  cursor: pointer;
}
.appschDocList > .appschNoon > span {
  display: block;
  width: 100%;
  cursor: pointer;
}
.appschDocList > .appschDocInfo {
  width: 890px;
  height: 138px;
  background: #fff;
  float: left;
  margin-left: 10px;
  overflow: hidden;
}
.appschDocInfo ul {
  display: flex;
  overflow-x: auto;
  overflow: hidden;
}
/* .appschInfo-ul0,
.appschInfo-ul1 {
  white-space: nowrap;
} */
.appschDocInfo ul li {
  box-sizing: border-box;
  flex: 0 0 126px; /* 使用 Flexbox 设置固定宽度 */
  height: 138px;
  line-height: 138px;
  font-size: 16px;
  color: #444444;
  float: left;
  text-align: center;
  border: 1px solid #e5e5e5;
  /* margin: 0 0 -1px -1px; */
  position: relative;
  z-index: 0;
}
.appschInfo ul li:last-child {
  width: 125px;
  border-right: 0px solid #e5e5e5;
}
.appschDocInfo ul li:hover {
  color: #e9739b;
  border: 1px solid #e9739b;
  z-index: 1;
}
.appschDocInfo ul li > span {
  display: block;
  width: 100%;
  cursor: pointer;
}
.appschList {
  width: 100%;
  height: 170px;
  margin: 10px 0;
}
.appschList > .appschDoc {
  width: 418px;
  height: 168px;
  border: 1px solid #e5e5e5;
  background: #fff;
  float: left;
  position: relative;
  cursor: pointer;
}
.appschList > .appschDoc::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 26px;
  background: url(../images/icon/icon_arrow.png) no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.appschDoc > .docImg {
  width: 100px;
  height: 150px;
  margin-left: 25px;
  margin-top: 10px;
  float: left;
}
.appschDoc > .docImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.appschDoc > .docInfo {
  width: 263px;
  height: 168px;
  padding-left: 20px;
  float: left;
}
.docInfo > span.name {
  display: block;
  font-size: 14px;
  color: #444444;
  margin-top: 40px;
  float: left;
}
.docInfo > span.sub {
  display: block;
  font-size: 12px;
  color: #fff;
  background: #e9739b;
  padding: 2px 10px;
  border-radius: 20px;
  margin-top: 36px;
  margin-left: 38px;
  float: left;
}
.docInfo > p {
  width: 188px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  float: left;
}
.appschList > .appschInfo {
  width: 768px;
  height: 168px;
  border: 1px solid #e5e5e5;
  background: #fff;
  float: left;
  margin-left: 10px;
  overflow: hidden;
  /* overflow-x: auto */
}
.appschInfo ul {
  display: flex;
  overflow-x: auto;
}
.appschInfo ul li {
  flex: 0 0 109px; /* 使用 Flexbox 设置固定宽度 */
  height: 168px;
  font-size: 16px;
  color: #444444;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  position: relative;
}
.appschInfo ul li:last-child {
  width: 108px;
  border-right: 0px solid #e5e5e5;
}
.appschInfo ul li > span.am,
.appschInfo ul li > span.pm {
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
}

.appschInfo ul li > span.am {
  position: relative;
  top: 35px;
}

.appschInfo ul li > span.pm {
  position: relative;
  bottom: 35px;
}
.appschInfo ul li > span:hover {
  color: #e9739b;
}
.sourceWarp > .page {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 140px;
  text-align: center;
}
.sourceWarp > .page a {
  display: inline-block;
  font-size: 20px;
  color: #444444;
  margin: 0 15px;
}
.sourceWarp > .page a.current {
  width: 80px;
  height: 36px;
  background: rgba(233, 115, 155, 1);
  border: 1px solid rgba(233, 115, 155, 1);
  border-radius: 6px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.sourceWarp > .page a.disabled {
  background: rgba(229, 229, 229, 1);
  border: 1px solid rgba(229, 229, 229, 1);
}
/* 弹出层 */
.popupWarp {
  width: 860px;
  height: 560px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: none;
}
.popupWarp > .popupMain {
  height: 100%;
  overflow: hidden;
  padding: 0 50px;
  position: relative;
}
.popupMain > .close {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/icon/icon_close.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 20px;
}
.popupMain > .sourceHead {
  width: 100%;
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #929292;
}
.sourceHead span {
  font-size: 16px;
  color: #444444;
}
.sourceHead span.sub {
  font-size: 16px;
  color: #666666;
  padding-left: 5px;
}
.sourceHead span.date {
  padding-left: 45px;
}
.sourceHead span.week {
  padding-left: 30px;
}
.sourceHead span.noon {
  padding-left: 30px;
}
.popupMain > .sourceList {
  height: 493px;
  overflow: auto;
  font-size: 14px;
  color: #444444;
  padding-top: 30px;
  box-sizing: border-box;
}
.sourceList > ul > li {
  float: left;
  margin-right: 30px;
  margin-bottom: 36px;
}
.sourceList > ul > li > span.num {
  display: block;
  width: 127px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
}
.sourceList > ul > li > span.btn {
  display: block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  background: rgba(233, 115, 155, 1);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  float: left;
  cursor: pointer;
}
.sourceList > ul > li > span.disabled {
  background: rgba(229, 229, 229, 1);
  color: #666666;
}
/* 预约确认 */
.apponitWarp {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 95px;
  background: #f8f8f8;
}
/* 用户协议 */
.apponitWarp > .agreement {
  width: 1200px;
  height: auto;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 70px 100px 70px;
  box-sizing: border-box;
}
.apponitWarp > .agreement h1 {
  font-size: 20px;
  color: #444444;
  text-align: center;
  padding-top: 50px;
}
.apponitWarp > .agreement h3 {
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  margin-top: 50px;
  margin-bottom: 20px;
}
.apponitWarp > .agreement p {
  font-size: 14px;
  color: #444444;
  line-height: 48px;
}
/* 就诊指南 */
.apponitWarp > .consultation {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 100px;
  font-size: 16px;
  color: #444444;
  box-sizing: border-box;
}
.consultation > .subtit {
  width: 100%;
  height: 50px;
  background: url(../images/icon/icon_lis.png) no-repeat 30px center;
  background-color: rgba(233, 115, 155, 0.2);
  padding-left: 56px;
  margin-bottom: 10px;
}
.consultation > .subtit > label {
  font-size: 18px;
  font-weight: bold;
  color: rgba(211, 17, 81, 1);
  line-height: 50px;
}
.consultation .consultationMain {
  background: #fff;
  padding: 70px 60px;
}
.consultation .consultationMain p {
  line-height: 50px;
}
.mainWarp > .apponitMain {
  width: 100%;
  height: 660px;
  background: #fff;
  padding-top: 40px;
}
.apponitMain > .apponitInfo {
  width: 1070px;
  /* height: 210px; */
  margin: 0 auto;
  border: 1px dashed #929292;
  padding-left: 30px;
}
.apponitInfo > .apponitTit {
  background: url(../images/icon/icon-apponit.png) no-repeat left center;
  padding-left: 37px;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.apponitInfo > .apponitTit > label {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}
.apponitInfo > p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.apponitMain > .appointDec {
  width: 1040px;
  border-bottom: 1px dashed #e5e5e5;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
  color: #444444;
  padding-bottom: 44px;
}
.appointDec > label {
  display: inline-block;
  margin-right: 99px;
  margin-top: 70px;
}
.appointDec > label:nth-child(4) {
  margin-right: 0;
}
.appointDec > p {
  margin-top: 40px;
}
.appointDec > p span {
  padding-right: 30px;
}
.apponitMain > .appointName {
  width: 1040px;
  height: 93px;
  line-height: 93px;
  border-bottom: 1px dashed #e5e5e5;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
  color: #444444;
}
.appointName > label {
  display: inline-block;
  margin-right: 99px;
}
.apponitMain > .appointBtn {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.appointBtn > a {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(233, 115, 155, 1);
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  margin-top: 48px;
}
.appointBtn > a.submit {
  background: #e9739b;
  color: #fff;
}
.appointBtn > a.reset {
  color: #e9739b;
  margin-left: 45px;
}
.appointBtn > a.reset:hover {
  background: #e9739b;
  color: #fff;
}
.alertTip {
  width: 520px;
  height: 240px;
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: none;
}
.alertTip > .close {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/icon/icon_close.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 20px;
}
.alertTip > p {
  font-size: 20px;
  color: #444444;
  line-height: 24px;
  margin-top: 72px;
}
.alertTip > .alertTipBtn {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #e9739b;
  color: #fff;
  border: 1px solid rgba(233, 115, 155, 1);
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}
.alertTip > .alertBtn {
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background: #e9739b;
  color: #fff;
  border: 1px solid rgba(233, 115, 155, 1);
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
  margin-right: 40px;
}
.alertTip > .cancelBtn {
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background: #e9739b;
  color: #fff;
  border: 1px solid rgba(233, 115, 155, 1);
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}
.okTipBtn {
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background: #e9739b;
  color: #fff;
  border: 1px solid rgba(233, 115, 155, 1);
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}
/* 我的预约 */
.appointListMain {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
}
.appointListMain .selectStatus {
  width: 100%;
  height: 36px;
  text-align: right;
}
.selectStatus > label {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #444444;
  float: right;
  margin-right: 10px;
}
.selectStatus > .select {
  display: block;
  width: 138px;
  position: relative;
  padding: 0;
  overflow: hidden;
  color: #444444;
  font-size: 16px;
  border: 1px solid #aaa;
  text-shadow: none;
  border-radius: 6px;
  z-index: 2;
  float: right;
}
.selectStatus > .select:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #666666;
  top: 14px;
  right: 15px;
  cursor: pointer;
  z-index: -2;
}
.selectStatus > .select > select {
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 6px 0 6px 30px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.selectStatus > .select > select:focus {
  outline: none;
}
.appointListMain > .appointList {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.appointList > .thead {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  border-bottom: 4px solid #e9739b;
}
.appointList > .thead > ul > li {
  width: 14%;
  line-height: 58px;
  text-align: center;
  float: left;
}
.appointList > .tableList {
  width: auto;
  height: 118px;
  border: 1px solid rgba(229, 229, 229, 1);
  box-shadow: 0px 2px 7px 0px rgba(87, 87, 87, 0.25);
  border-radius: 6px;
  margin: 30px 0;
}
.tableList > ul > li {
  width: 14%;
  text-align: center;
  font-size: 14px;
  color: #444444;
  line-height: 120px;
  float: left;
}
.tableList > ul > li.active {
  color: #e9739b;
}
.tableList > ul > li > a {
  display: block;
  width: 100%;
  color: #d31151;
  line-height: 20px;
  float: left;
}
.tableList > ul > li > a.view {
  margin-top: 30px;
}
.tableList > ul > li > a.detail {
  margin-top: 50px;
}
.tableList > ul > li > a.btn {
  margin-top: 15px;
}
.tableList > ul > li > span {
  display: block;
  float: left;
  line-height: 20px;
}
.tableList > ul > li > span.date {
  font-size: 16px;
  margin-top: 25px;
  margin-left: 20px;
}
.tableList > ul > li > span.time {
  font-size: 16px;
  margin-top: 5px;
  margin-left: 20px;
}
.tableList > ul > li > span.week {
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #e5e5e5;
  margin-left: 20px;
  margin-top: 10px;
}
.tableList > ul > li > span.noon {
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #e5e5e5;
  margin-left: 15px;
  margin-top: 10px;
}
.tableList > ul > li > span.name {
  margin-top: 34px;
  margin-left: 20px;
}
.tableList > ul > li > span.noarea {
  margin-top: 0px;
  margin-left: 20px;
  line-height: 120px;
}
.tableList > ul > li > span.areaName {
  margin-top: 20px;
  margin-left: 20px;
}
.appointList > .page {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
  text-align: center;
}
.appointList > .page a {
  display: inline-block;
  font-size: 20px;
  color: #444444;
  margin: 0 15px;
}
.appointList > .page a.current {
  width: 80px;
  height: 36px;
  background: rgba(233, 115, 155, 1);
  border: 1px solid rgba(233, 115, 155, 1);
  border-radius: 6px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.appointList > .page a.disabled {
  background: rgba(229, 229, 229, 1);
  border: 1px solid rgba(229, 229, 229, 1);
}
/* 预约详情 */
.appointHead {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url(../images/icon/icon_desc.png) no-repeat 30px center;
  background-color: rgba(233, 115, 155, 0.2);
  padding-left: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #d31151;
}
.appointLeft {
  width: 853px;
  height: 858px;
  background: #fff;
  margin-top: 10px;
  float: left;
}
.appointLeft > .apponitItem {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 20px 100px 0 100px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
}
.appointLeft > .apponitItem:nth-child(2) {
  border-bottom: 0px dashed #e5e5e5;
}
.apponitItem > .apponit-inline {
  width: 100%;
  font-size: 16px;
  color: #444444;
  line-height: 50px;
}
.apponitItem > .apponit-inline > label {
  display: block;
  width: 80px;
  float: left;
}
.apponitItem > .apponit-inline > span {
  display: inline-block;
  width: 80%;
  padding-left: 20px;
}
.apponitItem > .apponit-inline > em {
  display: inline-block;
  padding-left: 20px;
}
.appointLeft > .appointBn {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.appointBn > .cancelBtn {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #e9739b;
  color: #fff;
  border: 1px solid rgba(233, 115, 155, 1);
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
}
.appointBn > .returnBtn {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #e9739b;
  color: #fff;
  border: 1px solid rgba(233, 115, 155, 1);
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
  margin-left: 45px;
}
.appointRight {
  width: 320px;
  height: 560px;
  float: right;
  background: #fff;
  margin-top: 10px;
}
.appointRight > .appointBg {
  width: 100%;
  height: 110px;
  margin-bottom: 29px;
}
.appointRight > .appointBg > img {
  width: 100%;
}
.appointRight > p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding-left: 21px;
  padding-right: 28px;
  margin-bottom: 30px;
}
/* 报告查询 */
.reportWarp {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f8f8f8;
}
.reportWarp > .reportMain {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 68px;
}
.reportMain > .tabcur {
  width: 100%;
  height: 55px;
  font-size: 18px;
  color: #666666;
}
.reportMain > .tabcur > ul > li {
  width: 170px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #e5e5e5;
  float: left;
  cursor: pointer;
}
.reportMain > .tabcur > ul > li.active {
  height: 50px;
  line-height: 50px;
  color: #d31151;
  font-weight: bold;
  background: #fff;
  border-top: 5px solid #d31151;
}
.reportMain > .tabContent {
  width: 100%;
  min-height: 1080px;
  overflow: hidden;
  background: #fff;
}
.tabContent > .tabitem {
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 0 50px;
}
.tabContent > .tabitem:nth-child(2n) {
  display: none;
}
.tabitem > .reportDate {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 0;
}
.reportDate > label {
  display: block;
  height: 36px;
  line-height: 36px;
  float: left;
  font-size: 16px;
  color: #333333;
}
.reportDate > .input-inline {
  display: block;
  float: left;
  width: 160px;
  position: relative;
}
.reportDate > .inputLine {
  width: 20px;
  height: 2px;
  background: #aaaaaa;
  float: left;
  margin: 17px 8px 0 8px;
}
.reportDate > .input-inline > input {
  outline: 0;
  -webkit-appearance: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
}
.reportDate > .input-inline > .date-input {
  display: block;
  width: 100%;
  padding-left: 38px;
  height: 36px;
  line-height: 1.3;
  line-height: 34px\9;
  border: 1px solid #929292;
  font-size: 14px;
  color: #333333;
  background: url(../images/icon/icon_date.png) no-repeat 132px center;
  background-color: #fff;
  border-radius: 6px;
}
.reportDate > .input-inline::before {
  content: "始";
  position: absolute;
  font-size: 16px;
  color: #333333;
  top: 10px;
  left: 11px;
}
.reportDate > .input-inline-end::before {
  content: "终";
  position: absolute;
  font-size: 16px;
  color: #333333;
  top: 10px;
  left: 11px;
}
.reportDate > .lisBtn,
.pacsBtn {
  width: 80px;
  height: 36px;
  line-height: 36px;
  background: rgba(233, 115, 155, 1);
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
.tabitem > .repoartList {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.repoartList > .reportThed {
  width: 100%;
  height: 40px;
  border-bottom: 4px solid #e9739b;
}
.reportThed > ul > li {
  width: 20%;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  text-align: center;
}
.repoartList > .lisList,
.pacsList {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lisList > .reportBody,
.pacsList > .reportBody {
  width: auto;
  height: 120px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  box-shadow: 0px 2px 7px 0px rgba(87, 87, 87, 0.25);
  border-radius: 6px;
  margin: 30px 0;
}
.reportBody > ul > li {
  width: 20%;
  font-size: 14px;
  float: left;
  text-align: center;
  line-height: 120px;
}
.reportBody > ul > li.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.reportPacs > ul > li {
  width: 16.66%;
  overflow: hidden;
  word-break: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.reportBody > ul > li > a {
  color: #d31151;
}
.repoartList > .page {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 70px;
  text-align: center;
}
.repoartList > .page a {
  display: inline-block;
  font-size: 20px;
  color: #444444;
  margin: 0 15px;
}
.repoartList > .page a.disabled {
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(229, 229, 229, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 6px;
  font-size: 14px;
  color: #666666;
}
.repoartList > .page a.current {
  width: 80px;
  height: 36px;
  background: rgba(233, 115, 155, 1);
  border: 1px solid rgba(233, 115, 155, 1);
  border-radius: 6px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.repoartList .nodata {
  width: 380px;
  height: 200px;
  margin: 0 auto;
  margin-top: 180px;
}
.repoartList .nodata > img {
  width: 100%;
}
/* 报告详情 */
.reportWarp > .reportDescMain {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 40px;
}
.reportDescMain > .crumbNav {
  width: 100%;
  font-size: 14px;
  padding: 40px 0 50px 0;
}
.reportDescMain > .crumbNav a {
  color: #444444;
  padding-right: 8px;
}
.reportDescMain > .crumbNav a:hover {
  color: #d31151;
}
.reportDescMain > .crumbNav span {
  padding-right: 8px;
  color: #666666;
}
.reportDescMain > .reportTit {
  width: 100%;
  height: 50px;
  background: url(../images/icon/icon_lis.png) no-repeat 30px center;
  background-color: rgba(233, 115, 155, 0.2);
  padding-left: 56px;
}
.reportDescMain > .reportTit > label {
  font-size: 18px;
  font-weight: bold;
  color: #d31151;
  line-height: 50px;
}
.reportDescMain > .reportDesc {
  width: 100%;
  min-height: 980px;
  background: #fff;
  margin-top: 10px;
  position: relative;
}
.reportDesc > .reportTable {
  padding: 0 100px;
}
.reportTable > h3 {
  font-size: 20px;
  color: #444444;
  text-align: center;
  line-height: 24px;
  padding-top: 37px;
}
.reportTable > table {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #444444;
  margin-top: 20px;
}
.reportTable > table tr {
  height: 50px;
}
.reportTable > table tr:nth-child(even) {
  background: #f8f8f8;
}
.reportTable > table tr td {
  height: 50px;
  border: 1px solid #e5e5e5;
}
.reportTable > table th {
  font-size: 16px;
  border: 1px solid #e5e5e5;
}
.reportDesc > .reportBtn {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: 66px 0;
}
.reportDesc > .reportBtn > a {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: rgba(233, 115, 155, 1);
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
}
/* 检查报告详情 */
.reportDesc > .reportPacs {
  padding: 0 140px;
}
.reportPacs > h3 {
  font-size: 20px;
  color: #444444;
  text-align: center;
  line-height: 24px;
  padding-top: 37px;
}
.reportPacs > .pacsWaper {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  color: #444444;
}
.pacsWaper > ul {
  padding-top: 70px;
  overflow: hidden;
}
.pacsWaper > ul > li {
  width: 68%;
  float: left;
  line-height: 45px;
}
.pacsWaper > ul > li:nth-child(2n) {
  width: 32%;
}
.pacsWaper > .reportResult {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.pacsWaper > .reportResult > label {
  display: block;
  line-height: 36px;
  float: left;
}
.pacsWaper > .reportResult > span {
  display: block;
  line-height: 36px;
  float: left;
  /* margin-left:86px;
    margin-top:-36px; */
}
/* 登录/注册 */
.loginbg {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -10;
  background: url(../images/logo_bg.png) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  zoom: 1;
}
.userWaper {
  position: fixed;
  width: 1100px;
  height: 698px;
  left: 50%;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.userWaper > .userLogo {
  width: 100%;
  height: 74px;
  margin-bottom: 24px;
}
.userWaper > .userLogo a {
  display: block;
}
.userWaper > .userMain {
  width: 1100px;
  height: 600px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 7px 9px 1px rgba(126, 126, 126, 0.11);
  border-radius: 4px;
  padding: 0 300px;
  box-sizing: border-box;
}
.userMain > .userTab {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 30px;
}
.userTab > ul > li {
  width: 50%;
  float: left;
  font-size: 20px;
  color: #444444;
  line-height: 50px;
  border-bottom: 6px solid #929292;
  box-sizing: border-box;
  cursor: pointer;
}
.userTab > ul > li.userLogin {
  text-align: right;
  padding-right: 25px;
}
.userTab > ul > li.userRegist {
  text-align: left;
  padding-left: 25px;
}
.userTab > ul > li.active {
  font-weight: bold;
  color: #e9739b;
  border-bottom: 6px solid #e9739b;
}
.userMain .form-container {
  position: relative;
  padding: 0px 50px;
}
.form-container > .tipHead {
  width: 100%;
  height: 90px;
  padding: 30px 0;
  box-sizing: border-box;
}
.form-container > .tipHead > .errorMsg {
  width: 370px;
  height: 30px;
  line-height: 30px;
  color: #db2e52;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f6dee6;
}
.form-container > .formWaper {
  width: 100%;
  height: auto;
}
.formWaper > ul > li {
  width: 100%;
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
}
.formWaper > ul > li > .i-icon {
  display: inline-block;
}
.formWaper > ul > li > .delete-icon {
  display: none;
  position: absolute;
  right: 20px;
  top: 12px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("../images/icon/icon_delete.png");
  cursor: pointer;
}
.formWaper > ul > li.vcode > .delete-icon {
  right: 170px;
}
.formWaper > ul > li > .form-input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #444444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #929292;
  border-radius: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.formWaper > ul > li input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #fff inset; /*内阴影遮盖背景*/
  -webkit-background-clip: text; /*防圆角漏光*/
}
.formWaper > ul > li > .agreeInput {
  float: left;
  margin-right: 5px;
  margin-top: 15px;
}
.form-container > ul > li > label {
  float: left;
  color: #444444;
  margin-top: 13px;
}
.formWaper > ul > li > a.agreement {
  float: left;
  color: #d31151;
  font-size: 12px;
  text-decoration: none;
  margin-left: 5px;
  margin-top: 13px;
}
.formWaper > ul > li > .form-input:focus {
  border-color: #e9739b;
}
.formWaper > ul > li > .form-danger:focus {
  border-color: #db2e52;
}
.formWaper li.vcode > .errorMsg,
.form-container li.vcode > .form-input {
  width: 250px;
}
.formWaper li.vcode > a {
  font-size: 14px;
  color: #e9739b;
  margin-left: 30px;
  text-decoration: underline;
}
.formWaper > .loginBtn,
.registBtn {
  width: 400px;
  height: 50px;
  line-height: 50px;
  background: rgba(233, 115, 155, 1);
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}
.formWaper .select {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #444444;
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
  margin-bottom: 25px;
}
.formWaper .select .placeholder {
  position: relative;
  display: block;
  border: 1px solid #929292;
  border-radius: 20px;
  padding: 11px 20px;
  cursor: pointer;
}
.formWaper .select .placeholder:focus {
  border-color: #e9739b;
}
.formWaper .select .placeholder:after {
  position: absolute;
  right: 20px;
  top: 15px;
  content: "";
  border: 10px solid transparent;
  border-top-color: #929292;
}
.formWaper .select.is-open .placeholder:after {
  border: 10px solid transparent;
  border-bottom-color: #929292;
  top: 5px;
}
.formWaper .select.is-open ul {
  display: block;
}
.formWaper .select ul {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px rgba(72, 72, 72, 0.2);
  top: 100%;
  left: 0;
  margin-top: 4px;
  z-index: 100;
}
.formWaper .select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  font-size: 14px;
  color: #444444;
  cursor: pointer;
}
.formWaper .select ul li:hover {
  color: #e9739b;
}
.loginFooter {
  position: fixed;
  width: 1100px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.registTip {
  width: 520px;
  height: 240px;
  background: url(../images/regist_bg.png) no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: none;
}
.masker {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  display: none;
}
