body, html {
    position: relative;
    height: inherit;
}
#failed{
	width: 100px;
    height: 80px;
    margin: 66% auto;
    text-align: center;
    font-size: 1.8rem;
    color: #f05b49;
}
#failed img{
	display: block;
    width: 50px;
    height: 50px;
    margin: 7px auto;
    pointer-events:none;
}
._head ._headTop {
	height: 40px;
    background: #fff;
    position: fixed;
    font-size: 1.6rem;
    line-height: 41px;
    color: #323232;
    width: 100%;
    z-index: 25;
    border-bottom: 1px solid #bcbcbc;
}
._head ._headTop li {
  width: 33.33333%;
  float: left;
}
._head ._headTop li span {
  pointer-events: none;
}
._head ._headTop li img {
  pointer-events: none;
}
._head ._headTop .activeTitle {
  color: #f05b49;
}
._head ._headTop .colligate {
  display: inline-block;
  text-align: center;
}
._head ._headTop .colligate span {
  display: inline-block;
}
._head ._headTop .colligate span:nth-child(2),
._head ._headTop .sort span:nth-child(2),
._head ._headTop .filter span:nth-child(2),
._head ._headTop .search span:nth-child(2) {
  width: 26.4px;
  vertical-align: middle;
  display: inline-block;
}
._head ._headTop .colligate span:nth-child(2) img,
._head ._headTop .sort span:nth-child(2) img,
._head ._headTop .filter span:nth-child(2) img,
._head ._headTop .search span:nth-child(2) img {
    width: 15px;
    height: 15px;
}
._head ._headTop .sort {
  display: inline-block;
  text-align: center;
}
._head ._headTop .sort span {
  display: inline-block;
}
._head ._headTop .filter {
  display: inline-block;
  text-align: center;
}
._head ._headTop .filter span {
  display: inline-block;
}
._head ._headTop .search{
  display: inline-block;
  text-align: center;
}
._head .layer .mask {
  position: fixed;
  top: 40px;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.5;
  overflow: hidden;
  display: none;
}
._head .layer .choose {
    position: fixed;
    top: 40px;
    width: 100%;
    background: #fff;
    z-index: 20;
  	display: none;
  	overflow: scroll;
}
._head .layer .choose ul {
  display: block;
}
._head .layer .choose ul li,._head .layer .choose .filterUl {
  padding: 0 10px;
}
._head .layer .choose .filterUl li {
  padding: 0;
}
._head .layer .choose ul li label {
  pointer-events: none;
}
._head .layer .choose ul li:nth-child(9) {
  border: none;
}
._head .layer .collLayer ul li {
	display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #bcbcbc;
    font-size: 1.5rem;
    color: #919191;
}
._head .layer .collLayer ul li label {
  display: inline-block;
  width: 100%;
  position: relative;
}
._head .layer .collLayer ul li label .activeSpan{
	color:#f05b49;
}
._head .layer .collLayer ul li label div,
._head .layer .sortLayer ul li label div {
  position: absolute;
     top: 12.5px;
    right: 0;
    width: 15px;
    height: 15px;
  background: url("../../images/modifyItem/proWx.png") no-repeat;
  background-size: 100% 100%;
}
._head .layer .collLayer ul li label .activeDiv,
._head .layer .sortLayer ul li label .activeDiv {
  background: url("../../images/modifyItem/proEx.png") no-repeat;
  background-size: 100% 100%;
}
._head .layer .sortLayer ul li {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #bcbcbc;
    font-size: 1.5rem;
    color: #919191;
}
._head .layer .sortLayer ul li label {
  display: inline-block;
  width: 100%;
  position: relative;
}
._head .layer .sortLayer ul li label .activeSpan{
	color:#f05b49;
}
._head .layer .filterLayer .filterUl .filterTop,
._head .layer .filterLayer .filterUl .filterBranch {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 10px;
}
._head .layer .filterLayer .filterUl .filterTop span,
._head .layer .filterLayer .filterUl .filterBranch span {
    display: inline-block;
    margin: 10px 0;
    font-size: 15px;
}
._head .layer .filterLayer .filterUl .filterTop div,
._head .layer .filterLayer .filterUl .filterBranch div {
  height: 30px;
  line-height: 30px;
}
._head .layer .filterLayer .filterUl .filterTop div ul,
._head .layer .filterLayer .filterUl .filterBranch div ul {
  padding: 0;
  width: 100%;
}
._head .layer .filterLayer .filterUl .filterTop div ul .activeFliter,
._head .layer .filterLayer .filterUl .filterBranch div ul .activeFliter,
._head .layer .filterLayer .filterUl .filterBom div ul .activeFliter{
  color: #f05b49;
  border-color: #f05b49;
}
._head .layer .filterLayer .filterUl .filterBranch div ul li:nth-child(2){
    margin-right: 5px;
}
._head .layer .filterLayer .filterUl .filterTop div ul li,
._head .layer .filterLayer .filterUl .filterBranch div ul li {
    margin-right: 3px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 31%;
    display: inline-block;
    text-align: center;
}
._head .layer .filterLayer .filterUl .filterTop div ul li span,
._head .layer .filterLayer .filterUl .filterBranch div ul li span {
     width: 80%;
    border-radius: 5px;
    font-size: 1.5rem;
    pointer-events: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: bottom;
    margin: auto;
}
._head .layer .filterLayer .filterUl .filterBom {
  width: 100%;
  height: 125px;
}
 .filterBom span.filterBomTitle {
  display: inline-block;
  margin: 10px 0;
  font-size: 15px;
}
 .filterBom li.choosePrice {
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 31%;
    display: inline-block;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 5px;
}
 .filterBom li.choosePrice span{
 	pointer-events:none;
 }
._head .layer .filterLayer .filterUl .filterBom ._pos{
	font-weight: bolder;
    font-size: 1.6rem;
}
.filterLayer .filterUl em {
    font-style: normal;
    font-size: 1.4rem;
    display: inline-block;
    color: #f05b49;
    margin-left: 14px;
}
.botBTn{
	height:50px;
	width:100%;
	border-top:1px solid #ccc;
	    margin-top: 20px;
}
._resize,._Submit{
	width:50%;
	height:100%;
	font-size:15px;
	float:left;
	text-align:center;
	line-height:50px;
}
._Submit{
	color:#fff;
	background:#f05b49;
}
@media screen and (min-device-width: 330px) {
/*   ._head .layer .filterLayer .filterUl .filterBom .filterSlid {
    position: relative;
    width: 100%;
    height: 6px;
    margin: 0 auto;
    border-radius: 5px;
  } */
/*   ._head .layer .filterLayer .filterUl .filterBom .filterSlid .bar {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
  } */
/*   ._head .layer .filterLayer .filterUl .filterBom .filterSlid .bar .inter {
    position: relative;
    width: 260px;
    height: 6px;
    background: #cacaca;
    border-radius: 5px;
    left: 20px;
  } */
/*   ._head .layer .filterLayer .filterUl .filterBom .filterSlid .bar .outer {
    position: absolute;
    width: 260px;
    height: 6px;
    background: #f05b49;
    top: 0;
    left: 15px;
    border-radius: 5px;
  } */
/*   ._head .layer .filterLayer .filterUl .filterBom .filterSlid .btn {
    background: url("/..../../images/scrollBtn.png") no-repeat;
    width: 3rem;
    height: 3rem;
    background-size: 100% 100%;
    z-index: 40;
  } */
/*   ._head .layer .filterLayer .filterUl .filterBom .filterSlid .btnLeft {
    position: absolute;
    top: -15px;
    left: 0;
  } */
/*   ._head .layer .filterLayer .filterUl .filterBom .filterSlid .btnRight {
    position: absolute;
    top: -15px;
    left: 256px;
  } */
/*   ._head .layer .filterLayer .filterUl .filterBom .filterSlid .pice {
    margin-top: 1.5rem;
  } */
/*   ._head .layer .filterLayer .filterUl .filterBom .filterSlid .pice ul {
    padding: 0;
  } */
/*   ._head .layer .filterLayer .filterUl .filterBom .filterSlid .pice ul li {
    display: inline-block;
    -webkit-box-flex: 1.0;
    width: 59px;
    text-align: center;
    list-style-type: square;
    float: left;
  } */
/*   ._head .layer .filterLayer .filterUl .filterBom .filterSlid .pice ul li span{
  	font-size: 1.5rem;
    margin: 0;
    display: block;
  } */
  .container ul li .containerSeximg {
    width: 100%;
    height: 29px;
    position: absolute;
    top: 111.4px;
    pointer-events: none;
}
}
@media screen and (max-device-width: 320px) {
 .container ul li .containerSeximg {
    width: 100%;
    height: 25px;
    position: absolute;
    top: 114.4px;
    pointer-events: none;
 }
}
/* ._head .layer .filterLayer .filterUl .filterBom ._Submit {
    bottom: 1rem;
    padding: 0;
    width: 100%;
    color: #f05b49;
    position: absolute;
    font-size: 2rem;
    text-align: center;
} */
._head .layer .filterLayer .filterUl .filterBom ._Submit span {
     display: inline-block;
    width: 80%;
    border: 2px solid #f05b49;
    height: 3.7rem;
    border-radius: 5px;
    line-height: 3.7rem;
    pointer-events: none;
}
.container {
  padding-top: 50px;
}
.container ul {
  width: 95%;
  margin: 0 auto;
}
.container ul li {
  border-radius: 0.5rem;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
  border-bottom-color: #c2c2c2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  overflow: hidden;
}
.container ul li .containerImg {
  display: block;
  width: 100%;
  height: 132px;
  pointer-events:none;
}
.container ul li .containerImg img {
  width: 100%;
  height: 132px;
}
.container ul li .containerTxt {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
  width: 100%;
  position: relative;
  pointer-events:none;
}
.container ul li .containerTxt span {
  display: inline-block;
  color: #383838;
}
.container ul li .containerTxt div span i {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../../images/peopleIcon.png") no-repeat;
  background-size: 100% 100%;
}
.container ul li .containerTxt div{
	margin-bottom:0.9rem;
}
.container ul li .containerTxt div span:nth-child(1) {
  color: #919191;
  font-size: 1.5rem;
}
.container ul li .containerTxt div span:nth-child(2) {
  color: #f05b49;
  position: absolute;
  right: 1rem;
  font-size: 1.8rem;
}
.section .layermchild{
  box-shadow: 0 0 8px rgba(0, 0, 0, -1);
}
.section .layermchild.layermanim{
  background-color: rgba(0, 0, 0, -0.5);
}
/* 移动端改版css */
.MainContainer{
	padding-bottom: 30px;
}
.MainContainer ul{
	width: 100%;
    margin: 0 auto;
}
.MainContainer ul .MainContainer_li{
	border-radius: inherit;
	background: #fff;
    margin-bottom: 10px;
    position: relative;
    border-bottom-color: #c2c2c2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    overflow: hidden;
}
.MainContainer ul .MainContainer_li dl{
	margin: 0 0 0 0;
}
.MainContainer ul .MainContainer_li dl dt {
	float:left;
	width: 26%;
}
.MainContainer ul .MainContainer_li dl dt>img{
    width: 90%;
    height: 90px;
    margin: 10px 10px 5px 10px;
}
.MainContainer ul .MainContainer_li dl dd{
	float:left;
	width: 68%;
	margin:0 0 0 0;
}
.MainContainer ul .MainContainer_li dl dd:nth-of-type(1){
	margin-top:7px;
	margin-left:10px;
	font-size: 15px;
    color: #544412;
    font-weight: bold;
}
.MainContainer ul .MainContainer_li dl dd:nth-of-type(2){
	margin-left:10px;
	margin-top:2px;
	color:#919191;
	    font-size: 13px;
}
.MainContainer ul .MainContainer_li dl dd:nth-of-type(3){
	margin-left:10px;
	margin-top:2px;
	padding-bottom:5px;
	font-size: 1.4rem;
	color:#f05b49;
	border-bottom:1px solid #cdcdcd;
}
.MainContainer ul .MainContainer_li dl dd:nth-of-type(4){
	margin-left: 10px;
    margin-top: 2px;
/*
    padding-top: 4px; */
}
.MainContainer ul .MainContainer_li dl dd:nth-of-type(4)>span:nth-of-type(1){
	background: url(../../images/order/phone.png) left center no-repeat;
	background-size: 16px;
	padding-left: 20px;
	padding-right: 5%;
	color:#919191;
	font-size: 13px;
	line-height:25px;
	display: inline-block;
}
.MainContainer ul .MainContainer_li dl dd:nth-of-type(4) span:nth-of-type(2){
	background-image: url(../../images/ydsex.png);
/* 	padding-right: 5%; */
	background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #919191;
    font-size: 13px;
    line-height:25px;
    display: inline-block;
}
.MainContainer ul .MainContainer_li dl dd:nth-of-type(3) .numberOfPeople{
	float:right;
	font-size: 1.2rem;
	color:#919191;
}
.branchImg {

}
.branchName {
    color:#f05b49;
    padding-left: 20px;
    float: right;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20%;
    line-height:25px;
}

.bottomText{
	position:absolute;
	bottom:0;
	text-align:center;
	color: #323232;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
}
.noJg{
	color: #828282;
    font-size: 18px;
    text-align: center;
    margin-top: 60%;
}
.hosPackageFix{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    z-index: 30;
    font-size:15px;
    color:#363636;
}
.hosPackageFixBox{
    position: relative;
    width: 85%;
    height: 80%;
    background-color: #fff;
    border-radius: 5px;
    margin: auto;
    margin-top: 60px;
    padding-bottom: 153px;
    box-sizing: border-box;
    padding-top: 43px;

}
.hosPackageTitle{
    border-bottom: 1px solid #ccc;
    height: 43px;
    font-weight: 800;
    text-align: left;
    line-height: 43px;
    font-size: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    padding-left: 20px;
    box-sizing: border-box;
}
.hosPackageContent{
     height: 100%;
         overflow-y: auto;
}
.hosPackageP{
    padding: 0px 0 10px 0;
    margin: 0 20px;
    line-height: 22px;
    font-size: 13px;
}
.hosPackageA{

}
.hosPackagePhone{
    height: 33px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 20px;
    line-height: 33px;
    font-size: 13px;
}
.hosPackagePhone>span:nth-of-type(1) , .hosPackageAddr>span:nth-of-type(1){
	font-weight:800;
}
.hosPackageAddr{
    height: 52px;
    font-size: 13px;
    padding: 3px 20px;
    border-bottom: 1px solid #ccc;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hosPackageAddr>span:nth-of-type(2){
    font-style: normal;
    line-height: 25px;

}
.hosPackageClose{
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.hosPackageCloseBtn{
    width: 40%;
    height: 40px;
    background: #f05b49;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    line-height: 40px;
}
.hosPackageFoot{
    height: 153px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 5px;
}
.publicImgTK{
	width: 100%;
    height: 150px;
}
.hosPackagePImg{
padding: 5px 20px 0 20px;
}
.hosPackageP>span{
	font-weight:800;
}
.agreeBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    font-size: 15px;
    color: #363636;
    z-index: 9999;
}

.agreeContain {
    position: relative;
    width: 85%;
    height: 80%;
    background-color: #fff;
    border-radius: 5px;
    margin: auto;
    margin-top: 60px;
    padding-bottom: 90px;
    box-sizing: border-box;
    padding-top: 40px;
}

.agreeTitle {
    border-bottom: 1px solid #ccc;
    position: absolute;
    width: 100%;
    top: 0;
    box-sizing: border-box;
}

.agreebbh {
    text-align: right;
    font-size: 12px;
    height: 20px;
    line-height: 30px;
    padding-right: 20px;
}

.agreename {
    font-weight: 800;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
}

.agreeText {
    padding: 0px 0 10px 0;
    margin: 0 20px;
    line-height: 22px;
    font-size: 13px;
    overflow: auto;
    height: 100%;
}

.agreeClose {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
}

.agreeBtn {
    width: 160px;
    margin: 10px auto;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    background: #f05b49;
    color: #fff;
    text-align: center;
}
/*唐都医院个性化样式*/
.containTD ._headTop{
    background: #1e63e8;
    border:none;
    color: #fff;
    font-size: 14px;
}
.containTD ._head ._headTop span:nth-child(2) img{
    width: auto;
    height: 12px;
}
.containTD ._head ._headTop .activeTitle {
    color: #fff;
}
.containTD .container{
    padding-top: 40px;
}
.containTD .container .modal{
    background: #fff;
    display: flex;
    height: 80px;
    padding: 25px 15px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.modal .imgBox{
    width: 70px;
    height: 80px;
    background-size: 100%;
    border-radius: 5px;
    margin-right: 15px;
}
.modal .imgBox img{
    width: 70px;
    height: 80px;
}

.innerBox{
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: space-between;
}
.inner_tit{
    font-size: 14px;
}
.inner_bq span{
    background: #f1f5fe;
    margin-right: 5px;
    color:#1e63e8 ;
    padding:2px 5px;
    font-size: 14px;
}
.inner_info{
    color: #fa8e34;
}
.inner_prcie{
    font-size: 18px;
}
.hospname{
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #CCCCCC;
    font-size: 12px;
}
.hospname span{
    display: block;
}
.containTD .filterLayer .filterUl em {
    color: #fff;
}
.containTD ._head .layer .filterLayer .filterUl .filterTop div ul .activeFliter,
.containTD ._head .layer .filterLayer .filterUl .filterBranch div ul .activeFliter,
.containTD ._head .layer .filterLayer .filterUl .filterBom div ul .activeFliter{
    color: #1e63e8;
    border-color: #1e63e8;
}
.containTD ._Submit {
    color: #fff;
    background: #1e63e8;
}

.containTD .inner_tit{
    font-size: 15px;
}

