.hoverImg{
    display: none;
}

/**
  *  *pc样式
  */
@media screen and (min-width: 750px) {
.school_min{
flex:1;
}
  .JIAN {
    display: none;
  }
  .headerBoxapp{
    display: none;
  }
  /* *按钮 */
  .redBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BB1D14;
<!--     box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.11); -->
    cursor: pointer;
    color: #FFFFFF;
  }

  .redBtn:hover {
    color: #FFFFFF;
    background-color: rgba(187, 29, 20, 0.8);
  }

  .redBtn:active {
    color: #FFFFFF;
    background-color: rgba(187, 29, 20, 1);
  }

  .goldBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F4DFB4 0%, #DABC80 100%);
    color: #333333;
    cursor: pointer;
  }

  .goldBtn:hover {
    color: #333333;
    background: linear-gradient(135deg, #F4DFB4 0%, #DABC80 100%);
  }

  .goldBtn:active {
    color: #333333;
    background: linear-gradient(135deg, #F4DFB4 0%, #DABC80 100%);
  }

  /* *顶部菜单 */
  .header {
    background-image: url("/278/images/bg.png");
    align-items: center;
    height: 86px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.11);
position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 999;
    
  }

  .headerBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 86px;
    min-width: 1200px;
    max-width: 1440px;
    margin: auto;
  }

  .headerRight {
    display: flex;
    align-items: center;
  }

  .headerBox .logo {
    height: 62px;
  }

  .headerBox .redBtn {
    width: 95px;
    height: 36px;
    font-size: 14px;
    margin-left: 24px;
  }

  /* *菜单 */
  .menu {
    height: 86px;
    display: flex;
    align-items: center;
  }

  .menu>a {
    position: relative;
  }

  .menu>.menuItem {
    height: 86px;
    margin-left: 32px;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    display: flex;
    align-items: center;
    cursor: pointer;
         position: relative;
  }

  .menuItem img {
    height: 14px;
    position: relative;
    top: 2px;
    margin-left: 8px;
  }

  .menuItem:hover {
    font-weight: bold;
    color: #333333;
  }

  .menu>.menuActive::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: calc(50% - 16px);
    /* bottom: 22px; */
    top: 60px;
    width: 32px;
    height: 4px;
    background-color: #BB1D14;
  }

  .menItemTwo {
    position: absolute;
    bottom: 0;
    background: rgba(187, 29, 20, 0.9);
    width: 100vw;
    height: 50px;
    align-items: center;
    justify-content: flex-end;
    left: 0;
    top: 86px;
    display: none;
    z-index: 9999999999999999;
  }

  .openMenu .menItemTwo {
    display: flex;
  }

  .TwoBox {
    display: flex;
    justify-content: center;
  }

  .TwoBox .menuItem {
    margin: 0 20px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
  }

  .TwoBox .menuItem:hover {
    font-weight: bold;
  }

  /* *底部 */
  .footer {
    height: 70px;
    background: #000000;
  }

  .footerBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    min-width: 1200px;
    max-width: 1440px;
    margin: auto;
  }

  .footerTest {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
  }

  .footerImg {
    height: 24px;
  }

  .footerImg img {
    height: 24px;
    margin-left: 7px;
  }

  /* *首页 */
  .mian {
    height: 700px;
    display: flex;
    justify-content: center;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/278/images/userImg.png");
  }

  .mainBox {
    min-width: 1200px;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
  }

  .mainBox img {
    height: 700px;
  }

  .XuanZhen {
    padding-top: 255px;
  }

  .XuanZhenName {
    display: flex;
    align-items: flex-end;
    margin-bottom: 22px;
  }

  .XuanZhenName span:first-child {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    margin-right: 24px;
  }

  .XuanZhenName span:last-child {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
  }

  .mainInfoIndex {
    font-family: MicrosoftYaHei;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;
  }

  .goldBtn {
    width: 138px;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 33px;
  }

  /* *首頁服務内容 */
  .serveBoxIndex {
    min-width: 1200px;
    max-width: 1440px;
    margin: auto;
  }

  .titleIndex {
    padding-top: 64px;
    text-align: center;
    margin-bottom: 59px;
    font-weight: bold;
    font-size: 37px;
    color: #333333;
  }

  .serveIndex {
    display: grid;
    margin-bottom: 100px;
    grid-row-gap: 58px;
    grid-column-gap: calc((100% - 166px * 4) / 3);
    grid-template-columns: 166px 166px 166px 166px;
  }

  .serverItemI {
    text-align: center;
  }

  .serverItemI img {
    width: 166px;
    height: 166px;
    margin-bottom: 14px;
  }
.serverItemI:hover img{
    display: none;
}

.serverItemI:hover .hoverImg{
    display: inline;
   width: 166px;
    height: 166px;
    margin-bottom: 14px;
}


  .serverItemI div {
    font-size: 24px;
    color: #333333;
    line-height: 40px;
  }

  /* *玄覺學派 */
  .ImgBoxS {
    position: relative;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 32px;
    color: #EFD5A5;
  }

  .imgS {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ImgBoxS span {
    position: relative;
    z-index: 99;
  }

  .titlsSchool {
    height: 52px;
    background: #F5F5F5;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .pSchool {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 24px;
    margin: 0;
    text-indent: 2em;
  }

  .pBSchool {
    font-weight: bold;
  }

  .pFlexSchool {
    display: flex;
    /* align-items: flex-end; */
    justify-content: space-between;
  }

  .pImgSchool {
  height: 438px;
        margin-left: 24px;
        width: 294px;
  }

  .serveBoxIndex>.pSchool:last-child {
    margin-bottom: 80px;
  }

  /* *生肖運程 */
  .titleTsetZodiac {

    font-size: 20px;
    color: #333333;
    line-height: 32px;
    padding: 24px 0;
  }

  .boxZodiac {
    min-width: 1200px;
    max-width: 1440px;
    display: grid;
    grid-row-gap: 37px;
    grid-column-gap: 16px;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 53px;
  }

  .itemZodiac {
    width: 100%;
    position: relative;
  }

  .itemZodiac img {
    width: 100%;
  }

  .itemZodiac span {
    position: absolute;
    font-size: 28px;
    color: #EFD5A5;
    line-height: 37px;
    top: 15px;
    left: 48%;
    cursor: pointer;
  }

  /* *面包屑 */
  .breadCrumb {
    padding: 24px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    display: flex;
    align-items: center;
  }

  .breadCrumb img {
    height: 24px;
  }

  .breadCrumb a:hover {
    color: #BB1D14;
  }

  /* *生肖運程详情 */
  .titlezodiacD {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    margin-bottom: 32px;
  }

  /* *生肖運程详情 ==>分数 */
  .infoZodiacD {
    background: #F5F5F5;
    height: 179px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }

  .infoZodiacD>img {
    height: 100%;
    margin-right: 33px;
  }

  .infoZodiacD>span {
    height: 74px;
    border-left: 1px solid #BCA890;
  }

  .numZodiacD {
    font-weight: bold;
    font-size: 60px;
    color: #333333;
    line-height: 48px;
    margin-right: 24px;
  }

  .BoxZodiacD {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 74px;
    padding-right: 42px;
  }

  .boxtitleZodiacD {
    font-size: 16px;
    color: #333333;
  }

  .XingZodiacD1 {
    display: flex;
    height: 34px;
  }

  .XingZodiacD1 img {
    height: 100%;
    margin-right: 8px;
  }

  .XingZodiacD2 {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .XingZodiacD2 div {
    font-size: 16px;
    color: #333333;
    margin-right: 8px;
    padding-left: 29px;
  }

  .XingZodiacD2 img {
    height: 20px;
    margin-right: 8px;
  }

  .fileZodiacD {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 22px;
  }

  /* *生肖運程详情 ==>视频讲解 */
  .fileZodiacD:not(:first-child) {
    margin-top: 45px;
  }

  .videoZodiacD {
    display: flex;
    height: 292px;
    margin-bottom: 80px;
  }

  .videoZodiacD img {
    height: 100%;
    margin-right: 25px;
  }

  .videoBZodiacD {
    padding: 29px 0;
  }

  .videoTitleZodiacD {
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
  }


  /* ---------------------------會員專區------------------------ */
  .app{
    display: none;
  }
  .zwrap {
    width: 100%;
    background: #F5F5F5;
  }

  .zbox {
    max-width: 1400px;
    min-width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 330px);

  }

  .zsubtitle {
    padding: 24px 0 16px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
  }

  .zbox_item_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 82px;
    padding-bottom: 39px;
    box-sizing: border-box;
  }

  .zbox_item {
    margin-right: 32px;
    width: 324px;
    text-align: center;
    background: linear-gradient(180deg, #FFF5E2 0%, #FFFFFF 100%);
    border-radius: 4px;
  }

  .zbox_item1 {
    background: linear-gradient(180deg, #FDEBE0 0%, #FFFFFF 100%);
  }

  .zbox_item2 {
    background: linear-gradient(180deg, #EFEAFF 0%, #FFFFFF 100%);
  }

  .zbox_item_title {
    width: 100%;
    background: linear-gradient(135deg, #FFF0D2 0%, #E8C080 100%);
    border-radius: 4px;
    font-weight: bold;
    font-size: 28px;
    color: #A7612F;
    line-height: 80px;
    text-align: center;
    font-style: normal;
  }

  .zbox_item_title1 {

    background: linear-gradient(135deg, #F2D4C2 0%, #EE9F70 100%);
    color: #894720;

  }

  .zbox_item_title2 {
    background: linear-gradient(135deg, rgba(228, 194, 242, 0.75) 0%, rgba(182, 204, 242, 0.75) 16%, rgba(137, 144, 245, 0.75) 64%, rgba(199, 119, 243, 0.75) 100%);
 color: #312770;

  }
  .zmember_item_title3{
    background: transparent;
    color: #333333;
  }


  .zmoney {
    margin-top: 40px;
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 48px;
    color: #A7612F;
    line-height: 52px;
    font-style: normal;
  }

  .zmoney1 {
    color: #894720;
  }

  .zmoney2 {
    color: #312770;
  }

  .zline {
    position: relative;
    margin-bottom: 16px;
  }

  .zline span {
    width: 70px;
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 240, 210, 0.36) 0%, rgba(232, 192, 128, 0.36) 100%);
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    font-style: normal;
  }

  .zline ::after {
    content: '';
    position: absolute;
    width: 59px;
    height: 1px;
    background-color: #A7612F;
    opacity: 0.32;
    right: 55px;
    top: 15px;
  }

  .zline ::before {
    content: '';
    position: absolute;
    width: 59px;
    height: 1px;
    background-color: #A7612F;
    opacity: 0.32;
    left: 55px;
    top: 15px;
  }

  .zline1 span {
    background: linear-gradient(135deg, rgba(242, 212, 194, 0.36) 0%, rgba(238, 159, 112, 0.36)100%);
  }

  .zline1 ::after {
    background-color: #894720;
  }

  .zline1 ::before {
    background-color: #894720;
  }

  .zline2 span {
    background: linear-gradient(135deg, rgba(228, 194, 242, 0.27) 0%, rgba(182, 204, 242, 0.27) 16%, rgba(137, 144, 245, 0.27) 64%, rgba(199, 119, 243, 0.27) 100%);
  }

  .zline2 ::after {
    background-color: #312770;
  }

  .zline2 ::before {
    background-color: #312770;
  }

  .zbox_item_content {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zbox_item_content img {
    margin-right: 8px;
  }

  .zbox_item_content span {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
  }

  .zbox_item_btn {
    margin: 42px auto 24px auto;
    width: 276px;
    background: #E4E4E4;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    font-style: normal;
    cursor: not-allowed;
  }

  .zbox_item_btnActive a {
    display: inline-block;
    width: 100%;
    background: #BB1D14;
    color: #FFFFFF;
    cursor: pointer;
  }

  .zauthorizeWrap {
    width: 100%;
    background-color: #fff;
    margin-bottom: 52px;
    display: none;
  }

  .zauthorizebox {
    margin-top: 24px;
    max-width: 1400px;
    min-width: 1200px;
    margin: 0 auto;
  }

  .zauthorizebox_title {
    height: 69px;
    background: #F5F5F5;
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
    align-items: center;
    padding: 0 73px;
    box-sizing: border-box;
  }

  .zauthorizebox_title_L {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
  }

  .zauthorizebox_title_R {
    display: flex;
    width: 254px;
    justify-content: space-between;
    align-items: center;
  }

  .zauthorizebox_title_R div {
    flex: 1;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    text-align: center;
    font-style: normal;
  }

  .zauthorizeList_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 73px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;

  }

  .zauthorizeList_item_L {
    display: flex;
    align-items: center;
    padding: 24px 0;

  }

  .zauthorizeList_item_L div {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    font-style: normal;
  }

  .zauthorizeList_item_L :first-child {
    margin-right: 73px;

  }

  .zauthorizeList_item_R {

    width: 254px;
    display: flex;
    justify-content: space-between;
    align-items: center;

  }

  .zauthorizeList_item_R div {
    flex: 1;
    text-align: center;
  }

  /* -----------------------會員專區支付-------------------------------------- */
  .zPayWrap {
    width: 100%;
    background: #FFFFFF;
  }

  .zPayBox {
    max-width: 1440px;
    min-width: 1200px;
    margin: 0 auto;

  }

  .zPaySubtile {
    margin: 32px 0 16px 0;
    /* font-family: MicrosoftYaHei; */
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
  }

  .zPaySubtile1 {
    margin-top: 40px;
  }

  .zPayText {
    background: #F5F5F5;
    display: flex;
    padding: 20px 32px;
    box-sizing: border-box;

  }

  .zPayText_item {

    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    margin-right: 72px;
  }

  .zPayText_item :first-child {}

  .zPayText_item :last-child {
    color: #333;
  }

  .zPayManner {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
  }



  .zPayManner_item {
    margin-right: 20px;
    display: flex;
    align-items: center;
    width: 257px;
    border: 2px solid #E2E2E2;
    padding: 22px 0 21px 24px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .zPayManner_item:hover {
    border: 2px solid #A81F17;
  }

  .zPayManner_active {
    border: 2px solid #A81F17;
  }

  .zPayManner_item img {
    margin-right: 12px;
  }

  .zPayManner_item span {
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    text-align: left;
    font-style: normal;
  }

  .zMonryWrap {
    width: 100%;
  }

  .zMonryBox {
    padding: 23px 0 24px 0;
    box-sizing: border-box;
    font-size: 20px;
    color: #666666;
    /* text-align: left; */
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .zMonryBox,
  .zMonryMessage {
    max-width: 1440px;
    min-width: 1200px;
    margin: 0 auto;
    text-align: end;
  }

  .zMonryBox :first-child {
    line-height: 32px;
  }

  .zMonryBox :last-child {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    line-height: 52px;
  }

  .zMonryMessage {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 287px;
  }

  .zMonryMessage input {
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #C7C7C7;
    margin-right: 6px;
  }

  .zMonryMessage span {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-right: 8px;
  }

  .zMonryMessage_btn {
    width: 138px;
    /* height: 40px; */
    background: #BB1D14;
    text-align: center;
  }

  .zMonryMessage_btn a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    font-style: normal;
  }
/* -------會員專區 交費狀態------- */
.zSuccessWrap{
width: 100%;
min-height: 776px;
}
.zSuccess{
max-width: 1440px;
min-width: 1200px;
margin:0 auto;
text-align: center;

}
.zSuccess img{
  margin-top:180px;
  margin-bottom: 24px;
}
.zSuccess_text1{
  font-weight: bold;
font-size: 20px;
color: #333333;
line-height: 28px;
margin-bottom: 12px;
font-style: normal;
}
.zSuccess_text2{
  font-size: 16px;
color: #646C78;
line-height: 28px;
margin-bottom: 24px;
font-style: normal;
}
}



/**
  *  *会员中心pc样式
  */
@media screen and (min-width: 750px) {
  .member {
    background: #F2F2F2;
  }

  .memberLayout {
    min-width: 1200px;
    max-width: 1440px;
    margin: auto;
    padding: 20px 0;
    box-sizing: border-box;
    min-height: calc(100vh - 86px - 70px);
    display: flex;

  }

  .memberMenu {
    width: 160px;
    padding: 20px 0;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 16px;
  }

  .memberMenuItem {
    display: flex;
    align-items: center;
    height: 52px;
    background: #FFF;

  }

  .memberMenuItemActive {
    background: rgba(211, 37, 33, 0.05);
  }

  .memberMain {
    width: calc(100% - 176px);
  }

  .memberMenuItem .menuIconA {
    display: none;
  }

  /* *账号与安全 */


















}




/* 服务内容 */
.ImgBoxSS {
  position: relative;
  height: 199px;
  display: inline-block;
  align-items: center;
  justify-content: center;
<!--   font-weight: bold; -->
  font-size: 32px;
  color: #EFD5A5;
  width: 100%;
}

.ImgBoxSS span {
  position: absolute;
  z-index: 9999;
  top: 63px;
}



.tabnavitem {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  border: 1px solid #EFD5A5;
  width: 138px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-right: 16px;
  cursor: pointer;

}



.tab-contentt {

}

.activee {
  display: block;
}

.details_numone {
  height: 52px;
  background: #F5F5F5;
  padding-left: 24px;
  line-height: 52px;
  background: #F5F5F5;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: left;
  font-style: normal;

}

.zijiname{
   padding: 32px 16px 47px 16px;
  line-height: 32px;
  font-size: 16px;
  color: #333333;
}

.btn_lingmi.zijinamen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_haizilingqu {
  width: 138px;
  height: 40px;
  background: #BB1D14;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  margin: auto;
  margin-bottom: 80px;
  margin-top: 32px;
  cursor: pointer;
}
.btn_lingqu,
.btn_lingquu {
  width: 138px;
  height: 40px;
  background: #BB1D14;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  margin: auto;
  margin-bottom: 80px;
  margin-top: 32px;
  cursor: pointer;
}
.btn_lingquu {
  margin-right: 16px;
}
.btn_ling,.btn_lingl,.btn_lingg,.btn_lingll{
  width: 138px;
  height: 40px;
  background: #BB1D14;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 80px;
  margin-top: 32px;
  cursor: pointer;
}
.btn_lingl,.btn_lingll{
  margin-right: 16px;

}
.tab-content .modal {
  display: none;
  /* 默认隐藏弹框 */
  position: fixed;
  /* 固定位置 */
  z-index: 1;
  /* 层级 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* 允许滚动 */
  background-color: rgba(0, 0, 0, 0.4);

  /* 背景半透明 */
}

.modal {
  /* display: block !important; */

}

.tab-content .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 居中 */

  border: 1px solid #888;
  width: 704px;
  border-radius: 8px;
}

.tab-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right: 12px;
  padding-top: 8px;
}

.tab-content .close:hover,
.tab-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.content_tit {
  font-size: 16px;
  color: #353535;
  line-height: 24px;
  text-align: left;
  padding-bottom: 13px;
  padding: 12px 20px;
  border-bottom: 1px solid #EBEBEB;
}

input {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  outline: none;
}

.modal_con {
  padding-left: 50px;
  padding-right: 100px;
  padding-top: 16px;
  padding-bottom: 28px;
}

.modal_con .useritem {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

#birthdate,
#duedate,
#fatherbirthdate,
#motherbirthdate,
#birthdatee{
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  height: 40px;
  width: 408px;
}

#province,
#fatherprovince,
#motherprovince,
#provincee,#startDate {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  height: 40px;
  width: 200px;
}

#city,
#fathercity,
#mothercity,
#cityy,#endDate  {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  height: 40px;
  width: 200px;
  margin-left: 12px;
}

#chineseCharacter,
#chineseCharacterr {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  height: 40px;
  width: 200px;
}

#remarks {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  //height: 112px !important;
  width: 700px;
  padding-left: 10px;
  font-size:16px;
}

.content_tit_t {
  width: 130px;
  text-align: right;

}

.content_tit_tspan {
  padding-right: 12px;
  display: flex;
  align-items: center;
}

input[type="radio"i] {
  margin: 0;
  margin-right: 12px;
}

.content_btn {
  display: flex;
  align-items: center;
  padding-left: 25 px;

}



.content_btn span {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  text-align: left;
}

.error-message {
  color: red;
  margin-top: 5px;
  display: none;
  padding-left: 130px;
  padding-bottom: 12px;

}

.lianxi {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  text-align: left;
  margin-bottom: 16px;
}

.lianxiwomen {
  background: #F5F5F5;
  border-radius: 8px;
  display: flex;
  padding: 40px 110px;
  margin-bottom: 80px;
}

.lianxiwomen_l {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  margin-right: 33px;
}

.lianxiwomen_r {}

.youjian input {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  outline: none;
  width: 700px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  margin-bottom: 16px;
  padding-left: 10px;
}
.aaaa {
  position: relative;
  margin-left: 40px;
}
.aaaa:hover .blocka {
  visibility: visible; /* 当鼠标悬停在父元素上时显示 */

}
.blocka:hover{
  visibility: visible; /* 当鼠标悬停在父元素上时显示 */

}
.blocka{
  width: 120px;
  height: 30px;
  border-radius: 10%;
  display: flex;
  align-items: center;
  /* background-color: red; */
  position: absolute;
  top: 30px;
  visibility: hidden; /* 默认不可见 */
  justify-content: center;
  cursor: pointer;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.youjiantext textarea {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  outline: none;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  padding-left: 10px;
}
.fasongmin{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 24px;
}
.fasongmin .fasong {
  width: 138px;
  height: 40px;
  background: #BB1D14;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
    cursor: pointer;

}

.tabnav {
display: flex;
position: relative;
/* width: 300px; */
display: flex;
align-items: center;
justify-content: center;
margin-top: 24px;
}



.activeitem {
background-color: #BB1D14;
border: 1px solid #BB1D14;
font-weight: bold;

}

.tabnavitem:hover {
background-color: #BB1D14;
border: 1px solid #BB1D14;
}

.tab-content {
display: none;
}

.activee {
display: block;
}
.btn_lingqu,
.btn_haizilingqu ,.btn_paofuchan,.btn_banjia,.btn_kaiye{
width: 138px;
height: 40px;
background: #BB1D14;
/* display: flex;
justify-content: center;
align-items: center; */
text-align: center;
font-size: 14px;
color: #FFFFFF;
line-height: 40px;
margin: auto;
margin-bottom: 80px;
cursor: pointer;
}

.tab-content .modal {
display: none;
/* 默认隐藏弹框 */
position: fixed;
/* 固定位置 */
z-index: 1;
/* 层级 */
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
/* 允许滚动 */
background-color: rgba(0, 0, 0, 0.4);

/* 背景半透明 */
}

.modal {

/* display: block !important; */

}
.modal {
  display: none;
  /* 默认隐藏弹框 */
  position: fixed;
  /* 固定位置 */
  z-index: 1;
  /* 层级 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* 允许滚动 */
  background-color: rgba(0, 0, 0, 0.4);

  /* 背景半透明 */
  }
.tab-content .modal-content {
background-color: #fefefe ;
margin: 15% auto;
/* 居中 */

border: 1px solid #888;
width: 704px;
border-radius: 8px;
}

.tab-content .close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
padding-right: 12px;
padding-top: 8px;
}

.tab-content .close:hover,
.tab-content .close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.content_tit {
font-size: 16px;
color: #353535;
line-height: 24px;
text-align: left;
padding-bottom: 13px;
padding: 12px 20px;
border-bottom: 1px solid #EBEBEB;
}

input {
background: none;
border: none;
color: inherit;
cursor: pointer;
outline: none;
}

.modal_con {
padding-left: 50px;
padding-right: 100px;
padding-top: 16px;
padding-bottom: 28px;
}

.modal_con .useritem {
display: flex;
align-items: center;
padding-bottom: 20px;
}



#province,
#fatherprovince,
#motherprovince,
#provincee,#household,#householdprovincee,#direction {
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #DDDDDD;
height: 40px;
width: 200px;
}

#city,
#fathercity,
#mothercity,
#cityy,#householdcityy {
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #DDDDDD;
height: 40px;
width: 200px;
margin-left: 12px;
}

#chineseCharacter,
#chineseCharacterr {
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #DDDDDD;
height: 40px;
width: 200px;
}

#remarks {
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #DDDDDD;
//height: 40px;
//width: 700px;
}

.content_tit_t {
width: 130px;
text-align: right;

}

.content_tit_tspan {
padding-right: 12px;
display: flex;
align-items: center;
}

input[type="radio"i] {
margin: 0;
margin-right: 12px;
}

.content_btn {
display: flex;
align-items: center;
padding-left: 25 px;

}

.content_btn #content_btnbc,
#content_btnbctab,#content_btnbcdirection {
width: 138px;
height: 40px;
border: 1px solid #BB1D14;
display: flex;
align-items: center;
justify-content: center;
margin: 0 16px 0 8px;
cursor: pointer;
color: #BB1D14;
}

.content_btn #content_btntj,
#content_btntjtab,#content_btntjdirection {
width: 138px;
height: 40px;
background: #BB1D14;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #FFFFFF;
line-height: 24px;
cursor: pointer;
}

.content_btn span {
font-weight: 400;
font-size: 14px;
color: #999999;
line-height: 24px;
text-align: left;
}

.error-message {
color: red;
margin-top: 5px;
display: none;
padding-left: 130px;
padding-bottom: 12px;

}
.file_img{
  width: 120px;
height: 120px;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #D9D9D9;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.file_img_con{
  font-size: 28px;
  color:#A81F17;
}
#imageInput{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  opacity: 0;
  z-index: 999;
}
.file_text{
  padding-left: 16px;
}
.file_text_a{
  color: #BB1D14;
  font-size: 16px;
  padding-bottom: 12px;
}
#preview{
  position: absolute;
  left: 0px;
  top: 0px;
}
#preview img{
  width: 120px;
  height: 120px;
}
.zhifutitle{
  display: flex;
  border: 1px solid #D9D0C3;
  border-radius: 8px;
  padding: 16px 20px;
  align-items: center;
}
.zhifutitle_l{
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  text-align: left;
}
.zhifutitle_r{
  display: flex;
  margin-left: 100px;
  font-size: 16px;
color: #333333;
line-height: 32px;
text-align: left;
}
.zhifutitle_ra{
  margin-right: 32px;
}
.zhifutitle_ra img{
  margin-right: 8px;
}
.modal-contentzhifu{
  background-color: #fefefe;
  margin: 15% auto;
  /* 居中 */

  border: 1px solid #888;
  width: 704px;
  border-radius: 8px;
}
.modal-contentzhifu .modal_con{
  padding: 16px 20px;

}
.ImgBoxSS .imgS_title {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 42px;
font-weight: bold;
font-size: 32px;
color: #EFD5A5;
line-height: 48px;
text-align: center;
font-style: normal;
}
.btn_lingmin{
  display: flex;
  justify-content: center;
}



/* 学术案例 */

.search-input {
  width: 688px;
  padding: 10px;
  padding-right: 40px;
  height: 48px;
line-height:48px;
  background: none;
  border: none;
  color: #333;
font-size:16px;
  cursor: pointer;
  outline: none;
  background-color: #f2f4f8;
  /* Make space for the search button */
  box-sizing: border-box;
  padding-left: 54px;

}
.search-input::placeholder{
 color: #666;
font-size:16px;
line-height:48px;
}
.search-container {
  position: relative;
  width: 603px;
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 32px;
}
.redBtnuser{
  display: flex;
  align-items: center;
}
.usernamealla{
margin: 0 8px;
}
/* 学术详情 */
.serveBoxIndex {
  /* background-color: #fff; */
padding-bottom:85px;
}

.serveBoxIndex .nav_i {
  margin-top: 24px;
}

.serveBoxIndex .nav_i span {
  color: #BB1D14;
}

.details_title {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  margin-top: 32px;
  margin-bottom: 40px;
}

.details_numone {
  height: 52px;
  background: #F5F5F5;
  padding-left: 24px;
  line-height: 52px;
  background: #F5F5F5;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: left;
  font-style: normal;

}

.details_video {
  width: 928px;
  height: 520px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
.details_video video {
  width: 928px;
  height: 520px;
}
.details_fuwenben{
  margin-top: 30px;
  text-align: center;
}
.details_fuwenben img{

}
.pcboxbtn{
  display: block;
}
.appboxbtn{
  display: none;
}
.infoZodiacDpc{
  display: block;
}
.infoZodiacDapp{
  display: none;
  }
  .btn_lingqu{
    display: block;
  }
  .btn_lingquapp{
    display: none;
  }
  .btn_haizilingqu{
    display: block;
  }
  .btn_haizilingquapp{
    display: none;
  }
  .btn_paofuchan{
    display: block;
  }
  .btn_paofuchanapp{
    display: none;
  }
  .btn_banjia{
    display: block;
  }
  .btn_banjiaapp{
    display: none;
  }
  .btn_kaiye{
    display: block;
  }
  .btn_kaiyeapp{
    display: none;
  }



  .cases_item {
    /* display: flex; */
    padding: 24px 32px;
    cursor: pointer;
    background-color: #fff;
    margin-top: 16px;
}

.cases_item:last-child {
    margin-bottom: 40px;
}

.cases_item_img {
    margin-right: 23px;
}

.cases_item_img img {
    width: 235px;
    height: 131px;
}

.cases_item_r .cases_item_r_title {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    margin-bottom: 12px;
    display: block;
}
.cases_item_r_titleapp {
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  margin-bottom: 12px;
  display: block;
  display: none;
}
.cases_itemnew{
  display: flex;
}
.cases_item_r:hover .cases_item_r_title {
    color: #B61419;
}

.cases_item_r .cares_item_r_text {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin-bottom: 8px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;



}

.cases_item_r .cares_item_r_time {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.ImgBoxSS {
    position: relative;
    height: 199px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
<!--     font-weight: bold; -->
    font-size: 32px;
    color: #EFD5A5;
}

.ImgBoxSS span {
    position: absolute;
    z-index: 9999;
    top: 63px;
}



.error-messagee{
  color: #B61419;
}
.search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    width: 112px;
    height: 49px;
    background: #BB1D14;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}

.search-container img{
    position: absolute;
    top: 14;
    left: 24px;
    width: 20px;
    height: 20px;

}
.popupclass{
  display: none;
}
.headerBoxappback{
  display: none;
}
.codeimg{
  height: 100%;
  position: absolute;
  right: 0px;
  top:0;
}
.codeimg img{
  width: 100px;
  height: 50px;

}










@media only screen and (max-width: 640px) {
    .dialog {
        top: 0px;
        left: 0px;
        z-index: 99;
        width: 100vw;
        height: 100vh;
        display: none;
        position: fixed;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
    }

    .dialogBack {
        top: 0px;
        left: 0px;
        /* z-index: 99; */
        width: 100vw;
        height: 100vh;
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: center;
        /* background: rgba(0, 0, 0, .5); */
    }


    .dialogMain {
        width: 90vw;
        /* height: 542px; */
        background: #FFFFFF;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        /* padding: 24px; */
        z-index: 9999;
        position: relative;
    }

    .dialogMain .delBtn {
        width: 10px;
        height: 10px;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 16px;
    }

    .dialogMain a {
        text-decoration: none;
        color: #555;
    }




    .dialogHead {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #353535;
        line-height: 24px;
        padding: 12px 20px;
        border-bottom: 1px solid #EBEBEB;
    }

    .dialogBody {
        padding: 16px;
        width: 100%;
        box-sizing: border-box;
        /* display: flex; */


    }

    .dialogBody .title {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #333333;
        margin-bottom: 8px;

    }

    .dialogBody #remarks {
        width: calc(100% - 32px);
        height: 200px;
        border: 1px solid #DDDDDD !important;
        font-size: 16px;
        padding: 7px 10px;
        border-radius: 4px;
        outline: none !important;
    }

    .dialogFoot {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 20px;
        padding-top: 0px;
    }

    .dialogFoot .fasong {
        width: 138px;
        height: 40px;
        background: #BB1D14;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;

    }

}


@media only screen and (min-width: 640px) {
    .dialog {
        top: 0px;
        left: 0px;
        z-index: 99;
        width: 100vw;
        height: 100vh;
        display: none;
        position: fixed;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
    }

    .dialogBack {
        top: 0px;
        left: 0px;
        /* z-index: 99; */
        width: 100vw;
        height: 100vh;
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: center;
        /* background: rgba(0, 0, 0, .5); */
    }


    .dialogMain {
        width: 708px;
        /* height: 542px; */
        background: #FFFFFF;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        /* padding: 24px; */
        z-index: 9999;
        position: relative;
    }

    .dialogMain .delBtn {
        width: 10px;
        height: 10px;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 16px;
    }

    .dialogMain a {
        text-decoration: none;
        color: #555;
    }




    .dialogHead {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #353535;
        line-height: 24px;
        padding: 12px 20px;
        border-bottom: 1px solid #EBEBEB;
    }

    .dialogBody {
        padding: 16px 133px 52px 86px;
        display: flex;


    }

    .dialogBody .title {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
    }

    .dialogBody #remarks {
        width: 380px;
        height: 300px;
        border: 1px solid #DDDDDD !important;
        font-size: 16px;
        padding: 7px 10px;
        border-radius: 4px;
        outline: none !important;
    }

    .dialogFoot {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 20px;
        padding-top: 0px;
    }

    .dialogFoot .fasong {
        width: 138px;
        height: 40px;
        background: #BB1D14;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;

    }


}

@media only screen and (max-width: 640px) {
    .contactUs {
        width: 100%;
        background: #F5F5F5;
        border-radius: 8px;
        padding: 12px;
        margin-bottom: 80px;
        box-sizing: border-box;
    }

    /* .title_layout {} */

    .title_contact {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        line-height: 26px;
        margin-right: 23px;
        margin-bottom: 16px;
    }

    .contactUs #remarks {
        width: calc(100% - 24px);
        height: 122px;
        border: 1px solid #DDDDDD !important;
        font-size: 16px;
        padding: 7px 10px;
        border-radius: 4px;
        outline: none !important;
    }

    .btn_contact {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 24px;

    }

    .btn_contact .fasong {
        width: 138px;
        height: 40px;
        background: #BB1D14;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;

    }
}


@media only screen and (min-width: 640px) {
    .contactUs {
        width: 100%;
        background: #F5F5F5;
        border-radius: 8px;
        padding: 40px 96px;
        margin-bottom: 80px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .title_layout {
        display: flex;
    }

    .title_contact {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        margin-right: 23px;
        line-height: 37px;
    }

    .contactUs #remarks {
        width: calc(100% - 216px - 32px);
        height: 122px;
        width: 693px;
        border: 1px solid #DDDDDD !important;
        font-size: 16px;
        padding: 7px 10px;
        border-radius: 4px;
        outline: none !important;
    }

    .btn_contact {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 24px;
        width: 938px;
    }

    .btn_contact .fasong {
        width: 138px;
        height: 40px;
        background: #BB1D14;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;

    }
}








/**
* * 移动端样式
*/

@media only screen and (max-width: 750px) {
    .consultAllBtn {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        border: 1px solid red;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        position: fixed;
        right: 20px;
        bottom: 80px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        z-index: 99999;
    }
    .consultAllBtnText {
        color: #333;
    }
}
/**
*  *pc样式
*/
@media screen and (min-width: 750px) {
    .consultAllBtn {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        border: 1px solid red;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        position: fixed;
        right: 20px;
        bottom: 80px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        z-index: 99999;
    }
    .consultAllBtnText {
        color: #333;
    }
}

