@charset "gb2312";

/* CSS Document */

html,
body,
h1,
h2,
p,
span,
a,
div,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas {
  margin: 0;
  padding: 0
}

body {
  width: 100%;
  height: auto;
  background-color: #FEFAEF;
  text-align: center;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none
}

ol,
ul {
  list-style: none
}

a,
a:visited {
  text-decoration: none;
  color: #545164;
}

dl a:visited {
  text-decoration: none;
  color: #777;
}

.remark {
  color: #8e6be3;
  font-size: 12px;
}

.red {
  color: #990202;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.clear {
  clear: both;
  overflow: hidden;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}

.fright {
  float: right;
}

.p10 {
  padding: 10px;
}

.mt10 {
  margin-top: 10px;
}

.center {
  text-align: center;
}

.nor {
  font-weight: normal;
}

.clearbox:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearbox {
  zoom: 1;
}


#path {
  color: #398fcb;
  height: 24px;
  line-height: 24px;
  padding: 25px 0 5px 22px;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  height: 44px;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

#header small img {
  height: 40px
}

#header small {
  float: left;
  padding: 2px 0px 0px 5px
}

#header span {
  display: block;
  margin-top: 8px;
  padding: 3px 5px;
  width: 27px;
  height: 25px;
  text-align: center
}

.fr {
  float: right
}

#header ul li {
  float: left;
  padding: 3px 5px;
  font-size: 16px;
  line-height: 40px
}

#header ul li a {
  color: #a7180e;
  font-family: "Microsoft Yahei";
}



#se_wrap,
#se_inner,
#se_bn,
#foot,
#foot p,
#path {
  display: none
}



/* search */

#se_wrap {
  width: 88%;
  height: 34px;
  padding: 5px 0 0 5px;
  margin: 5px auto;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: relative;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
  background-color: white;
  overflow: hidden;
  text-align: left;
}

#se_inner {
  height: 39px;
  position: absolute;
  right: 74px !important;
  left: 0 !important;
  top: 0 !important;
  background: none transparent
}

.se-input {
  display: block;
  width: 100%;
  padding: 8px .2rem 7px;
  font-size: 18px;
  line-height: 24px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

#se_bn {
  background-size: 74px 39px;
  -webkit-background-size: 74px 39px;
  -moz-background-size: 74px 39px;
  -o-background-size: 74px 39px;
  width: 90px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 0;
  border-left: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 18px;
}

#se_bn {
  color: #fff;
  background: linear-gradient(to right, #a494f1, #6b5cb4);
  border-radius: 0 0.15rem 0.15rem 0;
  font-weight: 600;
}

#foot {
  text-align: center;
  width: 100%;
  height: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #935422;
  margin-bottom: 2.7rem;
}

#foot p {
  line-height: 28px;
  display: block;
  margin: 0 7px;
  text-align: center;
}

#foot a {
  color: #6a3906;
  font-weight: bold;
  padding: 0 0.25rem;
  margin-top: 0.2rem;
}



/* navi */

.mod_dl {
  padding-left: 3%;
  padding-right: 3%;
  padding: 9px;
  height: auto;
  margin: 0 auto;
  clear: both;
  padding-bottom: 0.3rem;
}

.mod_dl dt {
  font-size: 14px;
  margin: 0.2rem;
  text-align: center;
}

.mod_dl dd {
  border: 1px solid #FFD89C;
  border-radius: 0.15rem;
  padding: 0.5rem 0 0.2rem 0;
  margin-top: -0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.mod_dl dd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.mod_dl dd li {
  min-width: 26%;
  float: left;
  display: block;
  white-space: nowrap;
  text-align: center;
  margin: .1rem;
  padding: 6px;
  border: #B38B32 solid 1px;
  border-radius: 10px;
  box-shadow: 1px 3px 6px #AB926E;
  background: url(/wap/first/zsff/images/bo60.png) center no-repeat;
  background-size: 130%;
}

.mod_dl dd li a {
  font-size: 14px;
  color: #935422;
  width: 100%;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
}

.mod_dl dd li a img {
    width: 0.5rem;
    padding-right: 0.05rem;
}

.mod_dl dd li a.hover {
  border-color: #72bbf2;
  color: #55a8e6;
}


.mod_dl>dt>a {
  background: url(/wap/first/zsff/images/3x.png) center/cover no-repeat;
  color: #fff;
  border-radius: 5rem;
  font-size: 16px;
  line-height: 1.3;
  width: 40%;
  display: inline-block;
  text-align: center;
  padding: 0.1rem 0.2rem;
  font-weight: bold;
  min-width: 40%;
}

.mod_dl dd li a::after {
  content: "\e679";
  font-family: "iconfont" !important;
  float: right;
}

/* content */

.detail {
  text-align: left;
  width: 96%;
  margin: 5px auto;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.detail h1 {
  text-align: left;
  line-height: 28px;
  border-top: #804627 solid 1px;
  border-bottom: #ccc solid 1px;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
  color: #804627;
  background-color: #f8EACF;
  padding: 3px 10px;
}

.detail h2 {
  padding-left: 6px;
  border-left: 3px solid #935422;
  font-size: 16px;
  margin: 16px 8px;
}

.h2_content {
  font-size: 16px;
  line-height: 180%;
  color: #333;
  margin-left: 18px;
}

.h2_content p {
  margin: 8px 0;
}

.dream dl,
.constellation dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #FFD89C;
  border-radius: 0.15rem;
  padding: 15px 10px;
}

.constellation li {
  display: flex;
}

.constellation li:nth-child(2) {
  margin-top: .3rem;
}

.constellation_content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.constellation_content p {
  line-height: 0;
}

.constellation img {
  width: 50%;
}

.dream li {
  width: 50%;
}

.detail h3 {
  text-align: left;
  line-height: 28px;
  border-radius: 0.1rem;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
  /*color: #ffffff!important;*/  
  color:#765393;
  padding: 3px 10px;
}

.detail h3>a {
  color: #ffffff!important;
}

.detail h3 a img {
  width: 8%;
}

.detail h4 {
  padding-left: 6px;
  border-left: 3px solid #935422;
  font-size: 16px;
  margin: 16px 8px;
}

.h4_content {
  font-size: 16px;
  line-height: 180%;
  color: #333;
  margin-left: 18px;
}

.h4_content p {
  margin: 8px 0;
}

.detail u,
.detail h3 a {
  color: #804627;
}

.detail dl {
  margin: 0;
}

.detail dd {
  text-align: left;
  font-size: 16px;
  line-height: 160%;
  margin: 0.25rem;
}

dd.option {
  font-size: 16px;
  line-height: 28px;
}

.detail li {
  font-size: 14px;
  line-height: 32px;
  list-style: none;
}

.detail a,
.detail a:visited {
  color: #ffffff;
}

.detail a.inlink {
  width: 100%;
  display: block;
}

.detail dd strong {
  font-weight: bold;
}



/* form */

dd.form {
  font-size: 16px;
  text-align: center;
}

.ipt {
  border: 1px solid #d0ad9a;
  background: #fff;
  padding: 0px 6px;
  font-size: 16px;
  color: #919ac2;
  line-height: 26px;
  border-radius: 0.1rem;
}

.select {
  color: #3e4144;
  font-size: 16px;
  line-height: 26px;
  padding: 3px 6px;
  border: 1px solid #d0ad9a;
  height: 34px;
  border-radius: 0.1rem;
}

.button {
  height: 46px;
  margin: 10px auto;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: none;
}

.button {
  background: linear-gradient(to bottom, #B5B0EB, #4F4292);
  color: #fff;
  border-radius: 5rem;
  font-size: 18px;
  line-height: 1.3;
  border: 1px solid #fedd99;
  box-shadow: 0 1px 2px rgba(121, 89, 45, .8);
  width: 92%;
  margin-top: 9%;
}

.sbutton {
  width: 60px;
  overflow: hidden;
  font-size: 14px;
  margin: 5px;
  padding: 8px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #915926;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #804627;
  box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.line {
  border-top: 1px dashed #dcc4b0;
  margin: 8px;
}



ul.lingqian li {
  float: left;
  display: inline;
  width: 60px;
}

.fenye {
  text-align: center;
  margin: 10px;
}

.fenye a {
  border: #CCC 1px solid;
  padding: 5px;
}

.loading {
  -webkit-animation: loading 1000ms linear infinite
}

.sug {
  height: 36px;
  border-radius: 8px;
  background-color: #D27873;
  line-height: 36px;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  overflow: hidden;
  padding-left: 10px;
}

.sug a,
.sug a:visited {
  display: block;
  color: #ffffff;
}



#btn_top {
  opacity: 0.6;
  background: #666 url(/img/to_top.png) center 50% no-repeat;
  border-radius: 17px;
  position: fixed;
  right: 1px;
  bottom: 50px;
  border: solid 1px #555;
  width: 32px;
  height: 32px;
}



/* hot pic list*/

ul.hot li {
  width: 33.333%;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}

ul.hot li a {
  display: block;
  margin: 0.5rem 1rem;
}

ul.hot li img {
  display: block;
  width: 100%;
  height: auto;
}

ul.hot li p {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: .875rem;
  color: #282828;
  overflow: hidden;
}



/* wenda */

.wenda {
  position: relative;
  padding: 0 10px;
}

.wd_class {
  overflow: hidden;
  margin: 10px -10px 0;
  border-top: 1px solid #ede0c8;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
}

.wd_class li {
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: 50px;
  border-bottom: 1px solid #ede0c8;
  text-align: center;
  line-height: 50px
}

.wd_class li:nth-of-type(2n-1) {
  border-right: 1px solid #ede0c8
}

.wd_class li a {
  display: block;
  width: 100%
}

.wd_class li b {
  color: #3d3c3c;
  font-weight: 400;
  font-size: .9rem
}

.wd_class li span {
  display: inline-block;
  margin-right: 6px;
  width: 26px;
  height: 26px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle
}

.col_wrap {
  position: relative;
  margin-top: 6px;
  padding: 10px;
  border: 1px solid #e9dbc1;
  border-width: 1px 0;
}

.col_box {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal
}

.wd_list li {
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #ede0c8;
  text-align: left
}

.wd_list li b {
  display: box;
  display: -webkit-box;
  margin-right: 56px;
  color: #935422;
  font-weight: 400;
  font-size: 14px;
  box-align: center;
  -webkit-box-align: center;
  line-height: 160%;
}

.wd_list li a {
  color: #935422;
}

.wd_list li:nth-last-of-type(1) {
  border-bottom: 0 none
}

.wd_list .ques_info {
  display: block;
  padding: 3px;
  color: #aaa;
  font-size: 12px
}

.wd_list li a.open,
.wd_list span.open {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 50px;
  height: 24px;
  border: 1px solid #b77f4b;
  border-radius: 3px;
  color: #b77f4b;
  text-align: center;
  font-size: .8rem;
  line-height: 24px;
}



/* app */

div.app_tui {
  background-color: #333;
  border-top: 0.0625rem solid #ddd;
  width: 100%;
  height: 3.5rem;
  position: relative;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

div.app_tui_exit {
  width: 2.75rem;
  float: left;
}

div.app_tui_exit a {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  -moz-background-size: 2.25rem 2.25rem;
  -webkit-background-size: 2.25rem 2.25rem;
  -o-background-size: 2.25rem 2.25rem;
  background-size: 2.25rem 2.25rem;
  padding: 0.625rem 0 0.625rem 0.25rem;
}

div.app_tui_title,
div.app_tui_intro {
  position: absolute;
  display: inline-block;
  left: 6.25rem;
  font-size: 0.75rem;
}

div.app_tui_title {
  color: #fff;
  font-weight: bold;
  top: 0.375rem;
  font-size: 0.875rem;
}

div.app_tui_intro {
  color: #ccc;
  top: 1.75rem;
}

a.app_tui_a {
  width: 100%;
  height: 3.5rem;
  display: block;
}

div.app_tui_img {
  position: absolute;
  left: 2.75rem;
  bottom: 0.375rem;
}

div.app_tui_img,
div.app_tui_img img {
  width: 2.75rem;
  height: 2.75rem;
}

div.app_tui_down {
  text-align: center;
  height: 3.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

div.app_tui_down a {
  font-size: 0.75rem;
  display: inline-block;
  color: #fff;
  width: 4rem;
  height: 1.75rem;
  line-height: 1.75rem;
  text-decoration: none;
  margin: 0.875rem 0.75rem;
  border: 0.0625rem solid #ddd;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  background-color: #a80101;
}

#tmb {
  height: 3.5rem;
}



/* sidebar */

#side_nav {
  position: fixed;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  width: 100px;
  top: 50px;
  height: 100%;
  right: -100px;
  background: #FAE9CA;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}

#side_nav li {
  border-bottom: solid 1px #F5D1B6;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  box-shadow: 1px 1px 0px #f7f7f7
}

#side_nav li a {
  display: block;
  color: #a7180e;
}

#side_nav li.cur {
  background: #E76491;
  border: none;
}

#side_nav li.cur a {
  color: #fff;
}

#side_nav li.nobr {
  border: none;
}

.qmlist ul.xsdq {
  margin: 0 8px;
  line-height: 240%;
  width: 100%;
  padding: 10px 0 10px 0;
}

.qmlist ul.xsdq li {
  border: 1px solid #eee;
  float: left;
  padding: 0 6px;
  margin-right: -1px;
  margin-bottom: -1px;
  width: 100px;
}

.qmlist ul.xsdq li a {
  padding: 0 3px;
  font-size: 14px;
  color: #813d20;
  display: inline;
}

.namelist {
  float: left;
}

.namelist ul.xsdq {
  margin: 0 8px 0 0;
  line-height: 240%;
  width: 100%;
  padding: 5px 0 5px 0;
}

.namelist ul.xsdq li {
  border: 1px solid #eee;
  float: left;
  padding: 0 6px;
  margin-right: -1px;
  margin-bottom: -1px;
  width: 50px;
  text-align: center;
  overflow: hidden;
}

.namelist ul.xsdq li a {
  padding: 0 3px;
  font-size: 14px;
  color: #813d20;
  white-space: nowrap;
}

/**xmfx**/
.wrap-page {
  width: 100%;
  padding: 44px 0 0 0;
  position: relative;
  z-index: 1;
}

.dataTable {
  width: 100%;
  border-left: 1px solid #e0c09a;
}

.dataTable td,
.dataTable th {
  border: 1px solid #e0c09a;
  text-align: center;
  line-height: 30px;
}

.dataTable th {
  color: #804627;
  font-weight: 600;
}

.dataTable td p {
  text-align: left;
}

/***news_list**/
.intro_tab_list {
  padding: 10px;
}

.intro_tab_list ul li {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}

.intro_tab_list ul li span {
  float: right;
  color: #453f66;
  font-size: 12px;
}

.intro_tab_list ul li a {
  margin-right: 80px;
  font-size: 14px;
}

.dream_other {
  margin: 10px 0;
  border: 1px solid #e0c09a;
}

.dream_other_title {
  padding: 10px;
  background-color: #fceed3;
  color: #935422;
}

.dream_other_a {
  padding: 10px;
  background-color: #FEFAF0;
  overflow: hidden;
}

.dream_other_a a {
  width: 23%;
  float: left;
  margin: 5px 0;
  text-align: center;
  border: 1px solid #e0c09a;
  background-color: #fff;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin: 1%;
}

.page,
.pageNum {
  text-align: center;
  padding: 10px 0;
}

.page a,
.pageNum a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  margin: 3px;
  border: 1px solid #C78940;
  border-radius: 0.1rem;
  background: #975D1880;
}

.page a:hover,
.page a.current,
.pageNum a:hover,
.pageNum a.current {
  border: 1px solid #915926;
  background-color: #915926;
  color: #fff;
}

.suanmingDetail_item {
  margin-top: 10px;
  padding: 0 10px;
}

.subs {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  border-width: 0px;
  border-color: #e0c09a;
  border-style: solid;
  background: #fefaf0;
}

.subs .subs_title {
  padding: 8px 6px 8px 10px;
  font-weight: bold;
  background: #fceed3;
  color: #935422;
}

.subs .cont {
  position: relative;
  padding: 10px;
  line-height: 28px;
}

.dl-col2 {
  float: left;
  width: 100%;
  padding: 5px 0;
}

.dl-col2 li {
  float: left;
  width: 23%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-align: center;
  margin: 1%;
}

.sm_kuang1 {
  padding: 5px;
  width: 50px;
  float: left;
}

.sm_kuang2 {
  width: 60px;
  padding: 5px 0;
  text-align: center;
  float: left;
}

.sm_kuang3 {
  padding: 5px 0;
  float: left;
  margin-left: 15px;
  display: inline;
}

.sm_kuang4 {
  width: 86px;
  padding: 5px 0;
  float: left;
  line-height: 160%;
  text-align: center;
}

.sm_kuang5 {
  width: 70px;
}

.jiachu {
  text-align: left;
}

.suanmingDetail_title {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #935422;
}

.suanmingDetail_info {
  line-height: 24px;
}

.suanmingDetail_info .xz_nav ul li {
  border: 0;
}

.suanmingDetail_item {
  margin-top: 10px;
  padding: 0 10px;
}

.xz_nav {
  width: 100%;
  margin: 10px auto 0;
}

.xz_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.xz_nav li {
  width: 23%;
  margin: 0 2px;
  text-align: center;
}

.xz_nav li a {
  display: block;
  height: 48px;
}

.xz_nav li a img {
  width: 48px;
  height: 48px;
  border-radius: 50px;
}

/**HDJR**/
.clearfix:before,
.sel-field:before,
.tableData .pSuitable:before,
.tableData .pUnsuitable:before,
.tableData .pAdversary:before,
.clearfix:after,
.sel-field:after,
.tableData .pSuitable:after,
.tableData .pUnsuitable:after,
.tableData .pAdversary:after {
  content: "";
  display: table;
}

.clearfix:after,
.sel-field:after,
.tableData .pSuitable:after,
.tableData .pUnsuitable:after,
.tableData .pAdversary:after {
  clear: both;
}

.tableData {
  background-color: #fefaf0;
  font-size: 1.11111rem;
  width: 100%;
  color: #7c4328;
}

.tableData .thBg {
  text-align: center;
  background-color: #f6ead3;
}

.tableData td {
  border: 1px solid #e0c09a;
  line-height: 1.62963rem;
  padding: 0.37037rem 0;
}

.tableData .trTit td {
  line-height: 2.51852rem;
  padding: 0;
}

.tableData .solar,
.tableData .lunar {
  display: block;
  text-align: center;
}

.tableData tr td:nth-child(2),
.tableData tr td:nth-child(4) {
  padding-left: 0.88889rem;
}

.tableData .bgBlack td:nth-child(n) {
  background-color: #d4d1cc;
  color: #333;
}

.tableData .bgOrange td:nth-child(n) {
  background-color: #ffd496;
}

.tableData .txtBlack {
  color: #333;
}

.tableData .pSuitable {
  color: #14a700;
}

.tableData .pSuitable span {
  float: left;
  margin-right: 0.88889rem;
}

.tableData .pUnsuitable {
  color: #f43d3d;
}

.tableData .pUnsuitable span {
  float: left;
  margin-right: 0.88889rem;
}

.tableData .pAdversary {
  color: #2b98ed;
}

.tableData .pAdversary span {
  float: left;
  margin-right: 0.88889rem;
}

.tableData .tr-su .su-icon {
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 1.85185rem;
  height: 1.85185rem;
  background-image: url(../img/yjc.png);
  background-repeat: no-repeat;
  background-size: 1.85185rem 5.62963rem;
}

.tableData .tr-su .green {
  background-position: 0 0;
}

.tableData .tr-su .red {
  background-position: 0 -1.85185rem;
}

.tableData .tr-su .blue {
  background-position: 0 -3.7037rem;
}

#myTab0 li {
  float: left;
}


.new_btn {
  background: linear-gradient(to bottom, #988ded, #6d70ec);
  color: #fff;
  border-radius: 5rem;
  font-size: 18px;
  line-height: 1.3;
  border: 1px solid #fedd99;
  box-shadow: 0 1px 2px rgba(121, 89, 45, .8);
  width: 60%;
}

#recmmd-teacher-list {
  padding: 0.3rem 0;
}

#recmmd-teacher-list img {
  border-radius: 1.5rem;
  width: 60%;
  border: 1px dashed #815123;
  padding: 0.1rem;
}

#recmmd-teacher-list .name {
  color: #804f21;
  font-weight: bold;
}

#recmmd-teacher-list .swiper-wrapper {
  display: flex;
  margin-top: 0.2rem;
  justify-content: center;
}

#recmmd-teacher-list .swiper-slide {
  width: 40%;
}


#recmmd-teacher-list {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ede1ce;
  margin: 0 0.2rem;
}


/* title */

h1.title {
  font: 20px 'Microsoft YaHei';
  padding: 8px 0;
  margin: 0 10px;
  font-weight: bold;
}


h1.title {
  border: none;
  color: #765393;
  background: none;
  text-align: center;
}

/* 星座 */

.detail-2nd .zodiaclist {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.2rem;
  
}

.detail-2nd .zodiaclist a {
  display: inline-block;
  text-align: center;
  flex: 0 0 21%;
  margin: 0.2rem auto;
}
.detail-2nd .zodiaclist >a >p {
  color: #765393;
  font-weight: bold;
}

.detail-2nd .zodiaclist img {
  width: 100%;
}

.detail-2nd #list .fc1 {
  border: none;
  background: none;
  color: #765393;
  text-align: center;
}

.cece_top img {
  width: 100%;
  margin-top: -0.57rem;
}

.topTitle {
  z-index: 99;
  position: relative;
  font-size: 0.25rem;
  padding-right: 0.4rem;
  display:none;
}

.cece_area {
  font-size: 0.3rem;
  line-height: 1.5;
  background-image: url(/wap/first/zsff/images/ng2.jpg);
  background-size: 10%;
  border-radius: 0.25rem;
  margin-top: -0.6rem;
  position: relative;
  padding-bottom: .5rem;
}

.secure_text {
  color: #fff;
  background: linear-gradient(to right, #a494f1, #6b5cb4);
  border-radius: 0.15rem 0 0 0.15rem;
  font-weight: 600;
  border: none;
  padding: 0px 6px;
  width: 20%;
  height: 39px;
  position: relative;
  top: 1px;
  left: 5px;
  font-size: .33rem;
}

.secure_ipt {
  color: #919ac2;
  font-weight: bold;
  width: 70%;
  height: 39px;
  border: none;
  border-radius: 0 0.15rem 0.15rem 0;
  font-size: .33rem;
}

.jiemen-form {
  display: none;
}