.submit{ width:96%;  /*background:linear-gradient(90deg,rgba(235,41,95,1),rgba(246,40,123,1));color:#fff;*/ font-size:16px; overflow:hidden; border-radius:3px; text-align:center;  margin:15px 2%; padding:2% 0px; cursor:pointer;}
.add_guide,.add_guide2{
	line-height: 30px;
    color: rgb(239 41 105);
    font-size: 16px;
    padding: 12px 0;
    padding-left: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
   	background-color: #fff;
}
.add_guide img{
	width: 20px;
    height: 20px;
    margin-left: 10px;
}
.add_guide2:after{
	content: "";
    width: 0px;
    height: 0px;
    border-top: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    top: 52px;
    left: 0;
    right: 140px;
    margin: 0 auto;
}
.add_guide:after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    top: 50px;
    left: 70px;
    box-shadow: 0 1px 2px 2px #e4e4e4;
}

.ordertitle{
	box-shadow: 0 1px 2px 2px #e4e4e4;
    background-color: #FCF8E3;
    border-color: #FBEED5;
    color: #C09853;
    padding: 10px 35px 10px 14px;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    border-radius: 5px;
    margin-top: 15px;
}
	
#fahuo {
	 width: 100%;
	 margin-top: 5px;
	 font-size: 12px;
	 line-height: 200%;
	 background: #fafafa;
	 text-align: left;
	 border-top: 1px solid #DDDDDD;
}
#fahuo ul {
    padding: 10px;
    height: 200px;
    overflow: hidden;
}
#fahuo li{
	display: flex;
    align-items: center;
    padding: 5px 0px;
}
#fahuo .title{
	display: inline-block;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
@media screen and (max-width:749.9px){
	#fahuo .title{
		width: 50px;
	}
}
/* #fahuo span {
    color: #0C3;
} */
/* 信用卡反馈金说明 */
.card_reward_explain .card_reward_explain_main{
	position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 40vh;
    background-color: #fff;
}
.card_reward_explain .card_reward_explain_main .reward_titlt{
	margin: 0;
    text-align: center;
   	height: 35px;
    line-height: 35px;
    color: #333;
    font-weight: 666;
    border-bottom: 1px solid #f5f5f5;
}
.card_reward_explain .card_reward_explain_main .reward_content{
	padding: 10px;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 60px;
}
.card_reward_explain .card_reward_explain_main .reward_understnd{
	right: 0;
    left: 0;
    position: absolute;
    margin: 0 auto;
    border: 1px solid #F5f5f5;
    border-radius: 12px;
    width: 150px;
    height: 40px;
    font-size: 14px;
    bottom: 10px;
}