.nav {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 210px;
  margin: 0 auto;
  color: #5b60e1;
  font-size: 15px;
  background:  no-repeat;
  background-size: 100%;
}
.nav .navitem {
  flex: 1;
  width: 100px;
  max-width: 100px;
  text-align: center;
}
.nav .navitem .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background:  no-repeat;
  background-size: 100% 100%;
}
.nav .navitem .imgbox img {
  width: auto;
  max-height: 63px;
}
.nav .navitem p {
  line-height: 1.5;
}
.nav .navitem p:last-child {
  font-size: 12px;
}
.nav .navitem:hover .imgbox {
  background:  no-repeat;
}
.nav .navitem:hover p {
  line-height: 1.5;
  color: #fe6c98;
}
.nav .navitem:hover .bold {
  font-size: 16px;
  font-weight: bold;
}
.nav .navactive {
  color: #fe6c98;
}
.nav .navactive .imgbox {
  background:  no-repeat;
}
.flex-table{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  width: 1140px;
  background-color: #fff7ff;
}
.borderlt {
  border-top: 1px solid #cccae6;
  border-left: 1px solid #cccae6;
}
.flex-row{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.flex-table .flex-cell{
  box-sizing: border-box;
  display: flex;
  padding: 0 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 190px;
  border-right: 1px solid #cccae6;
  border-bottom: 1px solid #cccae6;
}
.flex-row .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  background: ;
  background-size: 100% 100% ;
}
.flex-row .img-box img {
  width: auto;
  max-height: 30px;
}
.flex-cell .flex-text {
  width: 100px;
  font-size: 15px;
  color: #5b60e1;
  text-align: center;
}
.main-section {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  width: 100%;
  border: 1px solid #cccae6;
  border-radius: 4px;
  background-color: #fff;
}
.main-section-top {
  display: flex;
  align-items: center;
}
.main-section-top .left {
  margin-right: 40px;
  width: 160px;
}
.main-section-top .left .star-icon {
  display: flex;
  margin: 0 auto 4px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: ;
  background-size: 100% 100% ;
}
.main-section-top .left .star-icon .big-xingzuo-icon {
  width: 120px;
  max-height: 100px;
  border-radius: 50%;
}
.main-section-top .left .text {
  display: block;
  margin: 0 auto 10px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.main-section-top .left .time {
  display: block;
  margin-bottom: 0 auto 10px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.main-section-top .right .time-picker {
  margin-bottom: 20px;
  padding: 0 18px;
  width: 120px;
  height: 36px;
  border: 1px solid #e0c8ff;
  text-align: center;
}
.main-section-top .right .time-picker .left-time {
  line-height: 34px;
  font-size: 18px;
  color: #4d4d4d;
}
.main-section-top .right .table-box .title-box {
  margin-bottom: 14px;
  font-size: 14px;
  color: #333;
}
.main-section-top .right .table-box .title-box .bold {
  margin-right: 14px;
  font-size: 20px;
  font-weight: 500;
}
.main-section-top .right .table-box .table {
  width: 576px;
  border-top: 1px solid #e0c8ff;
  border-bottom: 1px solid #e0c8ff;
  border-right: 1px solid #e0c8ff;
}
.main-section-top .right .table-box .table .row-1 {
  display: flex;
  width: 100%;
}
.main-section-top .right .table-box .table .row-1 .label {
  border-bottom: 1px solid #e0c8ff;
}
.main-section-top .right .table-box .table .row-1 .label-value {
  border-bottom: 1px solid #e0c8ff;
}
.main-section-top .right .table-box .table .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 36px;
  font-size: 14px;
  color: #808080;
  background-color: #f7f0ff;
  border-left: 1px solid #e0c8ff;
  border-right: 1px solid #e0c8ff;
}
.main-section-top .right .table-box .table .label .icon {
  margin-right: 4px;
  width: 10px;
  height: 10px;
  background: ;
  background-size: 100% 100%;
}
.main-section-top .right .table-box .table .label .hongxin {
  width: 18px;
  height: 18px;
  background: ;
}
.main-section-top .right .table-box .table .label .heimei {
  width: 18px;
  height: 18px;
  background: ;
}
.main-section-top .right .table-box .table .label-value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 36px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.main-section-top .right .table-box .table .row-2 {
  display: flex;
  width: 100%;
}
.main-section .line {
  margin: 40px 0 28px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff 0%, #cccae6 50%, transparent 50%);
  background-size: 16px 1px;
  background-repeat: repeat-x;
}
.main-section .main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.main-section .main .top-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 16px;
  width: 100%;
}
.main-section .main .top-list .item {
  width: 158px;
  height: 46px;
  border-right: 1px solid #cccae6;
}
.main-section .main .top-list .item:hover .title,
.main-section .main .top-list .item:hover .time{
  color: #6d63dd;
}
.main-section .main .top-list .item .title {
  display: block;
  line-height: 28px;
  font-size: 16px;
  color: #4d4d4d;
  text-align: center;
}
.main-section .main .top-list .item .time {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #999;
}
.main-section .main .top-list .item:last-child {
  border-right: none;
}
.main-section .main .top-list .active-tab {
  position: relative;
}
.main-section .main .top-list .active-tab .title {
  font-size: 18px;
  font-weight: 500;
  color: #6d63dd;
}
.main-section .main .top-list .active-tab .time{
  color: #6d63dd;
}
.main-section .main .top-list .active-tab::after {
  content: '';
  position: absolute;
  left: 29px;
  bottom: -10px;
  width: 100px;
  height: 4px;
  background-color: #6d63dd;
}
.main-section .main .main-content {
  width: 100%;
}
.main-section .main .main-content .yunshi {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px dashed #cccae6;
}
.main-section .main .main-content .yunshi .item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: 33%;
}
.main-section .main .main-content .yunshi .item .label {
  margin-right: 10px;
  font-size: 18px;
  color: #4d4d4d;
}
.main-section .main .main-content .yunshi .item .icon-box {
  display: flex;
  justify-content: space-around;
  width: 116px;
  height: 16px;
}
.main-section .main .main-content .jiexi .icon-title {
  display: flex;
  align-items: center;
}
.main-section .main .main-content .jiexi .icon-title .icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.main-section .main .main-content .jiexi .icon-title .title {
  font-size: 20px;
  font-weight: 500;
  color: #6d63dd;
}
.main-section .main .main-content .jiexi .item {
  margin-top: 18px;
}
.main-section .main .main-content .jiexi .item .top-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main-section .main .main-content .jiexi .item .top-title .label {
  margin-right: 10px;
  font-size: 18px;
  color: #333;
}
.main-section .main .main-content .jiexi .item .top-title .icon-box {
  display: flex;
  justify-content: space-between;
  width: 116px;
  height: 16px;
}
.main-section .main .main-content .jiexi .item .text {
  line-height: 22px;
  font-size: 14px;
  color: #4d4d4d;
  text-align: justify;
}
.main-section .main .main-content .main-right {
  width: 300px;
}
.main-section .main .main-content .main-right .banner {
  display: block;
  margin-top: 12px;
  width: 300px;
  height: 110px;
}
.main-section .main .main-content .main-right .banner:first-child {
  height: 185px;
}
#week {
  width: 384px;
  border-bottom: none;
}
#month {
  width: auto;
  border-bottom: none;
}
#jianya {
  padding: 0 10px;
  min-width: 96px;
  width: auto;
}

/* 样式覆盖 */
.part_content {
  border-color: #cccae6;
}
.path .path_l a {
  color: #6d63dd;
}
.path_r .ipt_text {
  border: 1px solid #cccae6;
}
.ipt_sub {
  background: linear-gradient(210deg, #9f9aff, #b382f7);
}
.section_title .title_icon {
  border-color: #b382f7;
}
.section_title .title_text {
  color: #6d63dd;
}
.footer {
  border-top: 1px solid #cccae6;
}
.footer .flink span {
 color: #5b60e1
}
a:hover {
  text-decoration: none !important;
  color: #6d63dd;
}

/* 星座运势页面样式 */
#list {margin:10px auto 0;width:1140px;}
#list h1 {background:none;margin-bottom:10px;height:60px;line-height:60px;font-size:20px;font-weight:700;text-align:center;background-color:#f7f0fc;}
#list .alb {display:flex;padding:0 20px;justify-content:space-between;align-items:center;flex-wrap:wrap;}
#list .al dl dt img {margin:20px auto 0;}