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

.detail_xingzuo_parent .suanmingDetail_title {
  text-align: center;
  font-size: 18px;
}

.detail_xingzuo_parent .suanmingDetail_info {
  line-height: 24px;
}

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

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

.detail_xingzuo_parent .xz_nav li {
  float: left;
  width: 16.66%;
  height: 85px;
  text-align: center;
}

.detail_xingzuo_parent .xz_nav li a {
  display: block;
  border-radius: 48px;
  width: 100%;
  height: 48px;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.detail_xingzuo_parent .xz_nav li a img {
  width: 48px;
  height: 48px;
}

.detail_xingzuo_parent .xz_nav li a:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

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

.xingzuo_topic_box {
  display: flex;
  margin-bottom: 10px;
}

.xingzuo_topic_img img {
  width: 120px;
  height: 90px;
  margin-right: 20px;
  background: pink;
  min-width: 120px;
  min-height: 90px;
}

.xingzuo_topic_read {
  height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
}

.xingzuo_topic_li li {}

form {
  border-radius: 5px;
  margin: 10px 0;
  overflow: hidden;
}

form dd.form {
  display: flex;
  height: 30px;
  background: #fff5e5;
  padding: 10px;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #e1e1e5;
}

form dd.form:last-child {
  border: none;
}

form dd.form .select {
  width: 60px;
  background: #fff;
  border: 1px solid #e1e1e5;
  height: 30px;
}

form dd.form .select:first-child {
  border-right: none;
}

form dd.form .ipt {
  text-indent: 10px;
  background: #fff;
  border: 1px solid #e1e1e5;
  border-left: none;
  height: 30px;
  box-sizing: border-box;
  flex: auto;
}

.button {
  width: 120px;
  height: 40px;
  background: linear-gradient(78deg, #fea92a, #ff8558);
  color: #fff;
  border: 1px solid #e1e1e5;
  border-radius: 5px;
  margin: 10px 0;
}

/* 星座底部导航 */
.new_xingzuo_foot_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 480px;
  height: 50px;
  background: #ffffff;
  border-top: 1px solid #e1e7f9;
}

.new_xingzuo_foot_nav li {
  width: 50%;
  text-align: center;
}

.new_xingzuo_foot_nav li a img {
  width: 21px;
  height: auto;
  margin: 0 auto 3px;
}

.new_xingzuo_foot_nav li a {
  color: #cbd8e1;
  font-size: 12px;
}

.new_xingzuo_foot_nav li a p {
  line-height: 1;
}

.fnav_active,
.fnav_active a {
  color: #8071e8 !important;
}

.new_xingzuo_show {
  color: #fff;
  background: linear-gradient(78deg, #515bdf, #bc8df3);
  overflow: hidden;
}

.new_xingzuo_cur {
  margin: 15px 0 20px;
  color: #fff;
}

.new_xingzuo_cur .imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: linear-gradient(78deg, #515bdf, #bc8df3);
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(153, 75, 190, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 auto 15px;
}

.new_xingzuo_cur .imgbox img {
  height: 90px;
}

.new_xingzuo_cur_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  width: 185px;
  height: 32px;
  margin: 0 auto;
  padding-left: 15px;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.2);
}

.new_xingzuo_cur_txt .time {
  font-size: 12px;
}

.new_xingzuo_cur_txt .icon {
  width: 32px;
}

.new_xingzuo_show .info {
  color: #fff;
  font-size: 13px;
  padding-bottom: 20px;
}

.new_xingzuo_show .info_desc {
  font-size: 13px;
  border-radius: 6px;
  padding: 10px;
  margin: 0 15px 20px;
  background: rgba(255, 255, 255, 0.16);
}

.new_xingzuo_show .info_wordbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 20px;
  font-size: 15px;
}

.new_xingzuo_show .info_wordbox li {
  width: 49%;
  margin-bottom: 15px;
  line-height: 1;
  height: 15px;
  overflow: hidden;
}

.new_xingzuo_show .info_wordbox li:nth-child(odd) {
  margin-right: 2%;
}

.new_xingzuo_show .info_wordbox li span {
  display: inline-block;
  width: 60px;
  text-align: justify;
  text-align-last: justify;
}

.new_xingzuo_bg {
  max-width: 100%;
  float: left;
}

/* 星座话题 */
.new_xingzuo_huati .title {
  font-size: 15px;
  color: #a692fc;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 10px 0 10px 15px;
}

.new_xingzuo_huati .title img {
  width: 22px;
  margin-right: 8px;
}

.new_xingzuo_huati-cont {
  background: #fff;
  padding: 15px;
}

.new_xingzuo_huati-cont .top {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.new_xingzuo_huati-cont .left {
  min-width: 105px;
  width: 105px;
  height: 70px;
  background: pink;
  margin-right: 10px;
}

.new_xingzuo_huati-cont .right .font1 {
  color: #3a3f46;
  font-size: 15px;
}

.new_xingzuo_huati-cont .right .font2 {
  color: #7f8890;
  font-size: 12px;
}

.new_xingzuo_huati-cont .list {
  color: #3a3f46;
  font-size: 14px;
}

.new_xingzuo_huati-cont .list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.new_xingzuo_huati-cont .list li span {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #ad8dee;
  margin-right: 8px;
}

/* 星座运势 */
.xingzuo_yunshi {
  background: linear-gradient(78deg, #515bdf, #bc8df3);
  padding-bottom: 40px;
}

.xingzuo_yunshi .title {
  font-size: 20px;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(238, 238, 238, 0.4);
  margin-bottom: 20px;
  color: #fff;
}

.xingzuo_yunshi .nav {
  display: flex;
  justify-content: space-between;
}

.xingzuo_yunshi .nav p,
.xingzuo_yunshi .nav p a {
  flex: 1;
  text-align: center;
  color: #fff;
}

.xingzuo_yunshi .nav p .xian {
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  display: block;
  margin: 5px auto;
  opacity: 0;
}

.xingzuo_yunshi .nav p.on {
  font-size: 17px;
}

.xingzuo_yunshi .nav p.on .xian {
  opacity: 1;
}

.xingzuo_yunshi .info {
  margin: 15px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.xingzuo_yunshi .info li {
  margin: 0 10px;
  border-bottom: 1px dashed #fff;
  padding: 15px 0;
}

.xingzuo_yunshi .info li:last-child {
  border: none;
}

.xingzuo_yunshi .info li .starbox {
  line-height: 1;
  margin-bottom: 13px;
}

.xingzuo_yunshi .info li .starbox img {
  width: 12px;
}

.xingzuo_yunshi .info li .desc {
  font-size: 13px;
  line-height: 20px;
}

/* 星座咨询 */
.xingzuo_zixun .title {
  font-size: 15px;
  color: #a692fc;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 10px 0 15px 15px;
  position: relative;
}

.xingzuo_zixun .title img {
  width: 22px;
  margin-right: 8px;
}

.xingzuo_zixun .title a {
  position: absolute;
  right: 15px;
}

.xingzuo_zixun .list {
  background: #fff;
}

.xingzuo_zixun .list li {
  display: flex;
  align-items: center;
  padding: 13px 2px;
  margin: 0 15px;
  border-bottom: 1px solid #e1e1e5;
  position: relative;
}

.xingzuo_zixun .list li:last-child {
  border: none;
}

.xingzuo_zixun .list li .left {
  min-width: 70px;
  width: 70px;
  max-height: 70px;
  border-radius: 4px;
  background: pink;
  margin-right: 15px;
}

.xingzuo_zixun .list li .right {
  width: 8px;
  height: 13px;
  margin-left: 35px;
  position: absolute;
  right: 0;
}

.new_xingzuo_huati-cont .font1 {
  color: #3a3f46;
  font-size: 15px;
}

.new_xingzuo_huati-cont .font2 {
  color: #7f8890;
  font-size: 12px;
}

/* 右上角特效 */
.xzbg {
  max-width: 100%;
  float: left;
  display: none;
  margin-top: -8px;
}

.new_nav_title {
  width: 100%;
  height: 46px;
  font-size: 18px;
  z-index: 102;
  overflow: hidden;
}

.new_nav_titlebox {
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 12px;
  color: #fff;
}

.new_nav_title .xian {
  max-width: 100%;
  float: left;
}

.new_nav_titlebox .left {
  width: 12px;
  opacity: 0;
}

.nav-menu {
  position: relative;
  width: 20px;
  height: 16px;
}

.nav-menu .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-menu .line:nth-child(1) {
  margin-top: 6px;
}

.nav-menu .line:nth-child(3) {
  margin-top: 12px;
}

.nav-cover .nav-menu .line:nth-child(1) {
  -webkit-transform: translate(0, 0px) rotate(45deg);
  transform: translate(0, 0px) rotate(45deg);
}

.nav-cover .nav-menu .line:nth-child(2) {
  opacity: 0;
}

.nav-cover .nav-menu .line:nth-child(3) {
  -webkit-transform: translate(0, -6px) rotate(-45deg);
  transform: translate(0, -6px) rotate(-45deg);
}

.nav-cover .new_nav_titlebox .left {
  opacity: 1;
}

.new_nav_title_fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  background: linear-gradient(78deg, #515bdf, #bc8df3);
  right: 0;
  margin: auto;
  max-width: 480px;
}

/* 星座专区 */
.xz_zhuanqu {
  margin-top: -46px;
}

.titlebg {
  background: linear-gradient(78deg, #515bdf, #bc8df3);
  background-image: url("/static/img/newxz/bg3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height: 60px;
}

.xz_zhuanqu .title {
  font-size: 15px;
  color: #a692fc;
  display: flex;
  align-items: center;
  padding: 10px 0 0 10px;
  position: absolute;
  bottom: 0;
}

.xz_zhuanqu .title img {
  width: 22px;
  margin-right: 8px;
}

.xz_zhuanqu .albitem {
  padding: 15px 10px;
  background: #f6f2ff;
  border-radius: 6px;
  margin-bottom: 10px;
}

.xz_zhuanqu .albitem .albitem_title {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #7f8890;
  padding-left: 10px;
}

.xz_zhuanqu .albitem .albitem_title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  margin-right: 10px;
  background: url("/static/img/newxz/xbg.png") no-repeat;
  background-size: 100%;
}

.xz_zhuanqu .albitem .albitem_title .icon img {
  max-width: 80%;
}

.xz_zhuanqu .albitem .albitem_title p {
  height: 22px;
  line-height: 22px;
}

.xz_zhuanqu .albitem .albitem_title p a {
  font-size: 14px;
  color: #a692fc;
  font-weight: bold;
}

.xz_zhuanqu .albitem ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3a3f46;
  margin-top: 10px;
}

.xz_zhuanqu .albitem ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  margin-right: 9px;
  background: #ad8dee;
}

.xz_zhuanqu .albitem ul li a {
  line-height: 22px;
}