html,body{
    /* background: #F5F9FC; */
}
p,input{
    margin:0;
}
ul,li{
    list-style: none;
}
.pubHead{
    width: 100%;
    height: 44px;
    line-height: 0.9rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.36rem;
    color: #222222;
    background: white;
}
.rightWords{
    font-size: 0.24rem;
    color: white;
}
.pubHead>span{
    width: 12%;
    text-align: center;
    font-size: 0.28rem;
    color: #333333;
}
.pubHead>span:nth-of-type(1)>img{
    width: 0.17rem;
    height: 0.33rem;
}
/* mui头部返回 */
.my_header{
	color: #222222;
	font-size: 0.36rem;
}

.mui-bar-nav{
       background: linear-gradient(90deg, #FA6258 0%, #F43369 99%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*box-shadow: none;*/
}
.mui-bar .mui-title{
    color: white;
    font-size: 0.34rem;
}
.mui-bar-nav>span{
    font-size: 0.26rem;
}
.next_step_btn{
	display: block;
	margin: 0.88rem auto;
	width: 90%;
	height: 0.92rem;
	text-align: center;
	font-size: 0.37rem;
	color: #FFFFFF;
	line-height: 0.92rem;
	background-color: #0AA0E4;
	border-radius: 0.1rem;
}
.mui-icon-back:before, .mui-icon-left-nav:before{
    color: white;
}
/* 间隔 */
.interval{
   height: 0.39rem;
}

.mui-input-row label{
    font-size: 0.31rem;
    color: #222222;
}
.mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{
    font-size: 0.31rem;
}
.mui-btn, button, input[type=button], input[type=reset], input[type=submit]{
    width: 90%;
    margin-left: 5%;
    height: 0.92rem;
   
background: linear-gradient(90deg, #FF5891 0%, #F43369 99%);
    color: white;
    font-size: 0.37rem;
    border-radius: 0.1rem;
    margin-top: 0.78rem;
    border: none;
}
.mui-input-row.final{
    border-bottom: none!important;
}