* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input,
button {
  border: none;
}

input::-webkit-input-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, .2)
}

.top-bg {
  width: 100%;
}

.form {
  position: relative;
  top: -110px;
}

.form_container {
  margin: 0 auto;
  padding: 10px 15px;
  width: 327px;
  border: 1px solid #FFCCD2;
  border-radius: 15px;
  background-color: #FFF;
}

.form_container .form_item {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #FFCCD2;
}

.form_container .form_item:last-child {
  border-bottom: none;
}

.form_item .label {
  width: 90px;
  font-size: 16px;
  color: #665955;
}

.form_item .input {
  flex: 1;
}

.form_item .radio_group {
  display: flex;
  align-items: center;
}

.radio_group .radio_wrapper {
  position: relative;
}

.radio_group .radio {
  margin-right: 30px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: #666;
  text-align: center;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
}

.radio_group .radio_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: 0;
}

.radio_group .active_radio {
  border: 1px solid #FF4A4A;
  background-color: #FF4A4A;
  color: #FFF;
  font-size: 16px;
}

.form .submit_btn {
  display: block;
  margin: 50px auto;
  width: 300px;
  height: 44px;
  background: linear-gradient(90deg, #FF4A4A, #FF8558);
  box-shadow: 0px 6px 10px 0px rgba(254, 206, 201, 0.59);
  border-radius: 22px;
  font-size: 17px;
  color: #FFF;
  line-height: 44px;
}

/* 结果页 */
#header .head_route {
  background: linear-gradient(-78deg, #F57D8A, #FF4A4A);
}

.mll_result {}


.mll_result {}

.section_box {
  padding: 20px 15px;
  margin-bottom: 10px;
  background-color: #FFF;
}

.section_box .mll_title {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.mll_title .icon {
  margin-right: 8px;
  width: 15px;
  height: 15px;
}

.mll_title .text {
  font-size: 16px;
  color: #FF4A4A;
  font-weight: bold;
}

.mll_result .banner_box {
  position: relative;
  height: 130px;
  overflow: hidden;
}

.mll_result .banner_box .banner {
  width: 100%;
}

.mll_result .banner_box .banner_text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 24px 20px;
  line-height: 1;
}

.mll_result .banner_text .name {
  margin-bottom: 12px;
  font-size: 45px;
  color: #332C2A;
}

.mll_result .banner_text .text {
  font-size: 15px;
  color: #332C2A;
  font-weight: bold;
}

.mll_result .birth_box {
  padding: 20px 30px;
  background: #fff;
}

.mll_result .birth_box .top {
  display: flex;
  margin-bottom: 16px;
  padding: 0 10px;
  align-items: center;
  line-height: 1;
}

.mll_result .birth_box .top .left {
  margin-right: 16px;
  font-size: 48px;
  color: #FF303F;
  font-weight: bold;
}

.mll_result .birth_box .top .right .time1 {
  margin-bottom: 5px;
  font-size: 15px;
  color: #332C2A;
  font-weight: bold;
}

.mll_result .birth_box .top .right .time2 {
  font-size: 18px;
  color: #332C2A;
}

.mll_result .birth_box .bottom {
  display: flex;
  align-items: center;
}

.mll_result .birth_box .bottom .text {
  font-size: 15px;
  color: #332C2A;
  font-weight: bold;
}

.mll_result .birth_box .bottom .color {
  margin: 0 10px;
  color: #FF303F
}

.mll_result .birth_box .bottom .icon {
  margin-left: 10px;
  width: 26px;
}

.mll_result .update_time {
  display: block;
  font-size: 12px;
  color: #999999;
  text-align: right;
  margin: 18px 16px 18px 0;
}

.mll_result .update_time img {
  width: 12px;
  margin-right: 6px;
}

.mll_result .score_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.mll_result .score_li:last-child {
  margin-bottom: 0;
}

.mll_result .score_li img {
  width: 32px;
  margin-right: 10px;
}

.mll_result .score_li .type {
  width: 32px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #FFB26B;
  border-radius: 5px;
  margin-right: 14px;
}

.mll_result .score_li .colorbg {
  position: relative;
  width: 190px;
  height: 8px;
  background: #F5F5F5;
  border-radius: 4px;
  overflow: hidden;
}

.mll_result .score_li .color {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  border-radius: 4px;
}

.mll_result .score_li .text {
  color: #332C2A;
  font-size: 14px;
  font-weight: bold;
  margin-left: 19px;
  min-width: 36px;
}

.mll_result .yc_desc .title {
  color: #332C2A;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 18px;
}

.mll_result .today_yuncheng {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.mll_result .today_yuncheng:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.today_kaiyun .intr {
  text-align: center;
}

.today_kaiyun .intr .top {
  color: #99857F;
  font-size: 12px;
  padding: 10px 0 16px;
}

.today_kaiyun .intr .center {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #332C2A;
  font-size: 18px;
  font-weight: bold;
}

.today_kaiyun .intr .center img {
  width: 24px;
}

.today_kaiyun .intr .center .center_txt {
  width: 178px;
}

.today_kaiyun .intr .bottom {
  display: flex;
  justify-content: space-around;
  padding-top: 26px;
  color: #99857F;
}

.today_kaiyun .intr .bottom .strong {
  padding-top: 15px;
  font-size: 18px;
  color: #332C2A;
  font-weight: bold;
}