*{
	padding: 0;
	margin: 0;
}
html,body{
    font-family: "微软雅黑";
    font-size: 62.5%;
    background:#fff;
    max-width: 640px;
    margin: 0 auto;
}
a{
	text-decoration: none;
}
ul,li{
	list-style: none;
} 
input{
	border: none;
}
input,textarea:focus{
	outline: none;
}
textarea{
	resize: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}   
input{ border-radius: 0; } 
input {-webkit-appearance:none; /*去除input默认样式*/}
.clear:after{
	display: block;
  overflow: hidden;
	clear: both;
  content: '';
  height: 0;
  font-size: 0;
  line-height: 0;
} 
.fl{
	float: left;
}
.fr{
	float: right;
}
.tc{
	text-align: center;
}
.df{
  display: flex;
  align-items: center;
}
.close{
  /*position: absolute;
  right: 0;
  top: -22px;*/
  margin-right: 3%;
  font-size: 1.5rem;
  text-align:right;
}
/*广告位*/
.ggw{
    margin-bottom: 100px;
}
#huangli2{
  max-width: 640px;
  margin: 0 auto;
}
#no_login{
  padding: 10px 0;
  margin: 30px auto;
  width: 60%;
  text-align: center;
  background: #dacaab;
}
#no_login>a{
  font-size: 1.5rem;
  color: #a4813d;
}
.my_add_width{
  width: 65%;
}



.container{
  padding-bottom: 40px;
  background: #fafafa;
}
.padding{
  padding: 0 3%;
}
.color{
  background: transparent;
}
.bottom{
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.pb{
 padding-bottom: 10px;
}

/* 左边有线的公共样式 */
.common-div{
  padding: 10px 3%;
  border-top: 1px solid #a88747;
  border-bottom: 1px solid #a88747;
}
.common-div>div{
  padding-left: 2%;
  font-size: 1.9rem;
  border-left: 3px solid #a88747;
}


.header{
  padding: 20px 3%;
  text-align: center;
}
.mark{
  margin-bottom: 10px;
  width: 60%;
}


.search-con{
  display: flex;
}
.search-box{
  padding: 0 2%;
  width: 82%;
  font-size: 0;
  border: 1px solid #999;
  border-right: none;
}
.search-box>input[type="text"],.search-box>select{ 
  line-height: 42px;
  font-size: 1.5rem;
}
.search-box>input[type="text"]{
  width:80%;
}
.search-box>select{
  border: none;
  outline: none;
  /*很关键：将默认的select选择框样式清除*/  
  appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;  
  
  /*在选择框的最右侧中间显示小箭头图片*/  
  background: url("../images/arrow-down.png") no-repeat scroll right center transparent;
  background-size: 25%; 
  
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/  
  padding-right: 14px;  
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
.search-box>select::-ms-expand { display: none; } 
.send-up{
  padding: 0 5%;
  line-height: 44px;
  font-size: 1.5rem;
  color: #fff;
  background: #b72f92;
}




.luck{
  margin-left: 3%;
  width: 17%;
}
.luck-items{
  float: left;
  margin: 0 2.1% 8px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.luck-items-dif .bg{
  display:none;
}
.luck-items-dif .bg_h{
  display:block;
}
.luck-items>a{
  display: block;
  width: 100%;
  height: 28.3px;
}
.bg{
  width: 65px;
  height: 28.3px;
}
.bg_h{
  width: 70px;
  height: 28.3px;
  display: none;
}




.date{
  margin: 20px 0;
  font-size: 1.4rem;
  text-align: center;
}
.date-color{
  margin-left: 10px;
  color:#f34a4a;
}

.today{
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
.today-ul>li{
  float: left;
}
.date-r{
  margin: 0 4%;
  width: 68%;
  text-align: center;
}
.date-r>span>img{
  width: 6%;
}
.date-r>img{
  width: 6%;
}
.data-info{
  margin-top: 10px;
}
.data-info,.data-guide,.today,.data-tips{
  line-height: 23px;
}
.data-info,.data-guide{
  color: #454545;
  text-align: left;
}
.data-info,.data-guide{
  font-size: 1.6rem;
  text-align: justify;
}
.data-guide{
  margin-top: 8px;
}
.data-guide>span{
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
}
.data-tips{
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  text-align: justify;
  
}

.to-resolve,.to-goodluck{
  padding: 10px 0;
  margin: 20px auto;
  width: 40%;
  border-radius: 4px;
  background: linear-gradient(#f4b413,#efc031);
}
.to-resolve>a{
  font-size: 1.4rem;
  font-weight: bold;
  color: #672004;
  text-decoration: underline;
}
.to-goodluck{
  padding: 10px 0;
  margin: 20px auto;
  width: 40%;
  border-radius: 4px;
  background: linear-gradient(#ea7683,#f16064);
}
.to-goodluck>a{
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}



.hour{
  padding: 10px 3% 0;
  font-size: 1.4rem;
  border: 2px solid #dbcaa7;
}
.hour>li{
  float: left;
  width: 8.3%;
  text-align: center;
}
.hour>li>a{
  font-size: 1.6rem;
  color: #000;
}
.hour>li .active{
  font-size: 1.8rem;
  border-bottom: 2px solid #c32a34;
}




.analyze:last-child{
  border: none;
}
.analyze-item>a{
  display: flex;
  align-items: center;
  padding: 10px 3%;
  /* line-height: 30px; */
  border-bottom: 1px solid #ededed;
  background: url("../images/arrow-right.png") no-repeat 97% center;
  background-size: 3%;
}
.analyze-item>a>img{
  margin-right: 3%;
  width: 16%;
  border-radius: 50%;
  border: 1px solid #ededed;
}
.analyze-item-div>h3{
  margin: 5px 0;
  font-size: 2.1rem;
  font-weight: normal;
  color: #000;
}
.analyze-item-div>span{
  display: block;
  font-size: 1.6rem;
  /*width: 96%;*/
  width: 240px;
  color: #787878;
  white-space:nowrap;                   /* IE6 需要定义宽度 */ 
  overflow: hidden;   
  -o-text-overflow: ellipsis;    /* Opera */ 
  text-overflow: ellipsis;    /* IE, Safari (WebKit) */ 
}




.ques-item:last-child{
  border: none;
}
.ques-item{
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
.ques-item>a{
  display: block;
  font-size: 1.7rem;
  color: #000;
  width: 338px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ques-item>a>img{
  margin-right: 2%;
  width: 8%;
  vertical-align: top;
}



.type>div{
  float: left;
}
.type>div>a{
  padding: 3px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #fff;
}
.type-one>a{
  background: #ec90b5;
}
.type-two>a{
  background: #c9a4df;
}
.type-three>a{
  background: #8bc2e4;
}



.abstract{
  padding: 20px 3%;
}
.abstract>img{
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
}
.abstract>h3{
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: center;
}
.abstract>div{
  font-size: 1.5rem;
  color: #4d4d4d;
  text-indent: 26px;
  text-align: justify;
  line-height: 24px;
}



.experts{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 3%;
}
.experts-item{
  margin: 10px 0;
  width: 23%;
  text-align: center;
}
.experts-item>a{
  color: #000;
}
.e-pic{
  width:80px;
  height:80px;
  border-radius: 50%;
  overflow:hidden;
  border:1px solid #eee;
}
.e-img{
  height: 100%;
}
.e-name{
  font-size: 1.4rem;
}
.e-major{
  font-size: 1.2rem;
  color: #787878;
}




.footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 640px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 75;
  border-top: 1px solid #ccc;
}
.footer_li{
  padding: 10px 0;
  width: 20%;
  text-align: center;
  font-size: 13px;
}
.footer>li>a{
  font-size: 1.3rem;
  color: #999;
}
.footer_li .clicked{
  color: #ac834d;
}
.footer>li>a>img{
  margin: 0 auto;
  width: 30%;
}
.footer_li_diff .img{
  display: none;
}
.footer_li_diff .img_h{
  display: block;
}
.footer_li_diff{
  background: #fff;
}
.footer_li_diff .footer_s{
  display: none;
}
.footer_li_diff .footer_c{
  display: block;
}
.footer_c{
  display: none;
}



.personal{
  margin-bottom: 15px;
  padding: 0 13%;
}
.personal-items{
  padding: 15px 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
}
.personal-items>span{
  font-size: 1.5rem;
  color: #5e5e5e;
}
.personal-items>input,.personal-items>select{
  float: right;
  width: 70%;
  color: #999;
  font-size: 1.4rem;
}
.personal-items>div{
  float: right;
  font-size: 1.4rem;
}


.back{
  width: 14%;
  vertical-align: -webkit-baseline-middle;
}
.back>img{
  width: 100%;
}
.gradient{
  background: #a88747;
}
.the-button{
  display: block;
  padding: 13px 0;
  margin: 0 auto 30px;
  width: 74%;
  font-size: 1.8rem;
  color: #fff;
}



/* 运势每月分析 */
.data-result{
  font-size: 1.4rem;
  color: #f34a4a;
}
.data-guide2{
  font-size: 1.2rem;
  text-align: justify;
}
.data-guide2>span{
  font-size: 1.5rem;
  color: #f34a4a;
  font-weight: bold;
}
.anyalysis_advice{
  padding-bottom: 15px;
  justify-content: space-between;
}
.anyalysis_advice>div>div{
  font-size: 1.3rem;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#a88747), to(#a88747));
  -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.anyalysis_advice>img{
  width: 6%;
}
.anyalysis_advice>div>a{
  padding: 8px 5px;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 3px;
  background: -webkit-linear-gradient(#a88747,#dacaab); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#a88747,#dacaab); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#a88747,#dacaab); /* Firefox 3.6 - 15 */
  background: linear-gradient(#a88747,#dacaab); /* 标准的语法 */ 
}



.browse{
  padding: 10px 0 20px;
  justify-content: space-between;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.browse>li{
  width: 28%;
  margin: 0 10%;
  text-align: center;
}
.browse>li>a{
  font-size: 1.6rem;
  color: #000;
}
.browse>li>a>img{
  width: 100%;
}


.tell2{
  margin: 0 auto 47px;
  width: 94%;
  border-radius: 5px;
}
.top-line{
  /*position: fixed;*/
  left: 0;
  padding-bottom: 50px;
  margin-top: 10px;
  /*margin-bottom: 46px;*/
}
.top-line>img{
  width: 100%;
}


.to-resove2{
  padding: 10px 0;
  margin: 20px auto;
  width: 60%;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(#f84c61,#f73a3d);
}
.to-resove2>a{
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.overflow{
  overflow-x: scroll;
  white-space: nowrap;
}

div.date_change{
  margin: 0 0 5px 5px;
}
.type3{
  padding-top: 10px;
}
.type3>ul{
  margin-top: 15px;
}



.analyze2{
  margin: 10px auto 50px;
}
.analyze-item2{
  margin: 0 3% 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 6px #ccc;
}
.analyze-item2>a{
  border: none;
}



.resolve_con,.case_con2{
  margin: 0 3%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.complete2{
  margin: 30px 0;
  justify-content: center;
}
.complete2>div{
  width: 15%;
  height: 1px;
  background: #787878;
}
.complete2>p{
  margin: 0 2%;
  font-size: 1.4rem;
}

.to-resolve3{
  padding: 10px 0;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(#f84c61,#f73a3d);
}
.resolve_note{
  margin: 10px 0;
  text-align: center;
  font-size: 1.4rem;
}


.text_gradient>p{
  color: #ab2888;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: '黑体';
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#a88747), to(#dacaab));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.case_con{
  padding: 0 3%;
}
.case_main{
  margin-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.case_main>p{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.case_main>div{
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
  text-align: justify;
}
.case_con2{
  padding: 0 3% 0 3%;
  margin-bottom: 60px;
  height: 500px;
  overflow: scroll;
}


.vip_con{
  padding: 20px 4% 30px;
}
.vip_con>img{
  width: 100%;
}
.btn_area{
  margin: 30px auto 0;
  width: 70%;
}
.btn_area>input{
  margin-bottom: 20px;
  width: 100%;
}

@keyframes myscroll {
    0% {
        -webkit-transform: translate(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(0, -100%px);
        transform: translate(0, -100%);
    }
}
.case_con2>div{
  overflow: scroll;
  height: 1230px;
  -webkit-animation: 80s myscroll linear infinite normal;
  animation: 80s myscroll linear infinite normal;
  position: relative;
}

.data-guide>a{
  display: inline-block;
  padding: 0 8%;
  line-height: 30px;
  background: #c4473d;
  color: #fff;
  border-radius: 4px;
}



.sign{
  color: #f34a4a;
}

.next_ques>input{
  vertical-align: middle;
  width: 20%;
}
.next_ques>span>a{
  font-size: 1.6rem;
  color:#000;
}



.answer_con{
  padding: 10px 3% 75px;
}
.answer_con>h3{
  font-size: 1.8rem;
  text-align: center;
}
.answer_con>h3{
  margin-bottom: 5px;
}
.answer_con>div{
  font-size: 1.4rem;
  line-height: 24px;
}
.answer_con>img{
  margin: 5px auto;
  width: 100%;
}
.answer_con>p{
  font-size: 1.4rem;
}



.submit_con{
  margin: 20px 3% 0;
}
.submit_list{
  margin-bottom: 10px;
}
.submit_list:last-child{
  margin-bottom: 30px;
}
.submit_list>input,.submit_list>textarea{
  padding: 11px 3%;
  width: 94%;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.submit_list>input::-webkit-input-placeholder,.submit_list>textarea::-webkit-input-placeholder{
  font-size: 1.4rem;
  color: #999;
}

.submit_list>input:-moz-placeholder,.submit_list>textarea:-moz-placeholder{
  font-size: 1.4rem;
  color:#999;
}

.submit_list>input::-moz-placeholder,.submit_list>textarea::-moz-placeholder{
  font-size: 1.4rem;
  color:#999;
}

.submit_list>input:-ms-input-placeholder,.submit_list>textarea:-ms-input-placeholder{
  font-size: 1.4rem;
  color:#999;
}







.real_items>input::-webkit-input-placeholder,.real_items>textarea::-webkit-input-placeholder{
  font-size: 1.4rem;
  color: #999;
}

.real_items>input:-moz-placeholder,.real_items>textarea:-moz-placeholder{
  font-size: 1.4rem;
  color:#999;
}

.real_items>input::-moz-placeholder,.real_items>textarea::-moz-placeholder{
  font-size: 1.4rem;
  color:#999;
}

.real_items>input:-ms-input-placeholder,.real_items>textarea:-ms-input-placeholder{
  font-size: 1.4rem;
  color:#999;
}


.shoucang{
  position: fixed;
  right: 4%;
  top: 10px;
  width: 10%;
  text-align: center;
  z-index: 999;
}
.star{
  margin: 0 auto;
  width: 24px;
  height: 24px;
}
.shoucang>p{
  font-size: 1.3rem;
}



.upgrade_member{
  position:fixed;
  left:0;
  top:27%;
  z-index: 78;
}
.upgrade_member>img{
  display: block;
  width: 90%;
  margin: 0 auto;
}
.guide{
  display: none;
}
.guanbi{
  position:absolute;
  right:5%;
  top:0%;
  width:17%;
  height:12%;
}
.go_upgrade{
  position:absolute;
  left:21%;
  bottom:9%;
  width:61%;
  height:18%;
}
.bg_marker9{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .5;
  z-index: 77;
}
.sanshi_box{
  position: fixed;
  left: 10%;
  top: 30%;
  width: 80%;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  z-index: 78;
}
.sanshi_top,.sanshi_bom li{
  padding: 1rem 0;
}
.sanshi_top h6{
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.sanshi_top p{
  font-size: 1.3rem;
  text-align: left;
  line-height: 24px;
  width: 90%;
  margin: 0 auto;
}
.sanshi_bom{
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ededed;
}
.sanshi_bom li{
  width: 50%;
  font-size: 1.3rem;
}
.sanshi_bom li:nth-child(1){
  border-right: 1px solid #ededed;
}
@media (min-width: 480px) and (max-width: 1920px){
  .footer{
    left: auto;
  }
  .upgrade_member{left: auto;}
}