.header-wrap[data-v-61dd7a3d] {
  width: 100%;
  background: #2A2A2A;
  padding-left: 1.35rem;
  line-height: 4.5rem;
  max-width: 37.5rem;
}
.header-wrap .head-img[data-v-61dd7a3d] {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .8rem;
    background: #FFD52A;
}
.header-wrap .head-img img[data-v-61dd7a3d] {
      width: 100%;
}
.header-wrap .hostname[data-v-61dd7a3d] {
    font-size: 1.4rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 3rem;
    vertical-align: middle;
    margin-right: .8rem;
}
.header-wrap .host[data-v-61dd7a3d] {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 3rem;
    vertical-align: middle;
    padding-left: .45rem;
    color: #DEDEDE;
    border-left: 1px solid #5B5B5B;
    height: 1.16rem;
}


.feedback{
  height: 100vh;
  background: #ffffff;
}
.mui-toast-container {
	position: absolute;
	z-index: 9999;
	top: 40%;
	width: 100%;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0
}
.mui-content {
     padding: 1.76rem 0;
}
.feedback_container{
    position: relative;
    text-align: center;
    width: 92.535%;
    margin:  0 auto;
    background-color: #fafafa;
    border: 1px solid #e4e4e4;
   /* height: 15.36rem;*/
     border-radius: 4px;
}
.feedback_container .cont{
	position: absolute;
	bottom: 0.6rem;
	right: 0.7rem;
	color: #aaa;
	font-size: 1.02rem;
}
.feedback_container .cont .limit{
	margin-right: 0.4rem;
}
.greeting_textarea{
	background: inherit;
   height: 13.5rem;
     font-size: 1.194rem;
    color: #333;
    width: 100%;
    border: none;
}
#comfirm_btn{
	margin:0 auto;
    margin-top: 2.26rem;
    background: #292928;
    color: #ffda43;
    border-color: #292928;
    border-radius: 5px;
     width: 92%;
    font-weight: bold;
    font-size: 1.28rem;
  	height: 3.84rem;
  	line-height: 3.84rem;
  	padding: 0;
    letter-spacing: 6px;
}
.inpt{
	position: relative;
	height: 3.84rem;
	 width: 92.535%;
	margin: 1rem auto 0.8rem auto;
}
.inpt label{
	position: absolute;
	height: 3.84em;
	display: inline-block;
	line-height: 3.84rem;
	left: 18px;
	top: 0;
	color: #222;
	font-size: 1.194rem;
}
.inpt input{
	padding-left: 7.68rem !important;
	font-size: 1.194rem !important;
	color: #333 !important;
	height: 3.84rem !important;
	border: 1px solid #e4e4e4 !important;
	background-color: #fafafa;
}
.link{
	text-align: center;
	font-size: 1.194rem;
	margin-top: .9rem;
}
.link a{
	color:#ffbb28;
	text-decoration: underline;
}
.link a:active,
.link a:hover {
    color:#ffbb28;
}
#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99990;
    background-color: rgba(0,0,0,0.5);
}
#loadingDiv .loadingWrap {
    position: absolute;
    top: 45%;
    left: 50%;
    margin: -32px 0 0 -32px;
}
#loadingDiv .loadingWrap img {
    width: 64px;
    height: 64px;
}
#loadingDiv p {
    text-align: center;
    color: #fff;
}
.tips{
  color: #ffac28;
  font-size: 1.1rem;
  padding: 1rem 1.25rem;
  padding-top: .2rem;
  padding-bottom: 0;
  line-height: 1.3rem;
}
.bind input{
  padding-left: 12.5rem !important;
}
.account input{
  padding-left: 6.5rem !important;
}
.ui-btn{
  display: block;
  margin:auto;
  width:80%;
  margin-top: 3rem;
}

