

*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    width: 100%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: .26rem;
}
input:focus,textarea:focus{  
    background-color:#ffffff;
    border: none !important;  
    outline:none;
}  
input,button,select,textarea{outline:none; }
.contarion{
    height: 100%;
    width: 100%;
    background-color: #f1f1f1;
    position: relative;
}
.feed{
    height: 3.18rem;
    padding: .31rem .21rem;
    background-color: #ffffff;
    position: relative;
}
.Numholder{
    font-size: .26rem;
    font-family: PingFang-SC-Regular;
    color: #999999;
    position: absolute;
    right: .21rem;
    bottom: .2rem;
}

#feedtxt{
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    font-size: .26rem;
    font-family: PingFang-SC-Regular;
}
.btnSubmit{
    width: 7.1rem;
    height: .8rem;
    text-align: center;
    line-height: .8rem;
    font-size: .28rem;
    font-family: PingFang-SC-Regular;
    color: #ffffff;
    background-color: #f23150;
    border: none;
    border-radius: .1rem;
    margin: .2rem auto;
}
.navgiterBox{
    text-align: center;
    margin-top: .35rem;
	font-family: PingFang-SC-Regular;
	font-size: .26rem;
	color: #f23150;
}

.Tipsmodule{
    display: none;
    width: 3rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    background-color: 	rgba(84, 84, 84, .7);
    font-size: .34rem;
    color: #ffffff;
    border-radius: .15rem;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50% , -50%);
}