.xgm-cxright{

  max-width:100%;
  height:38px;
  display:inline-block;
  float:right;
}

.xgm-cxright-cx{
   float:right; 
   max-width:56px;
}

.xgm-cxright-input{
   height:38px;
}
.xgm-cxright-input-1{
   height:38px;
   width:100px;
  
}

.xgm-cxright-input-data{
   height:38px;
   width:180px;
}

.xgm-cxright-group{
    display:inline-block;
	height:38px;
	display:flex;
}

.xgm-cxright-spanwz{
	display:inline-block;
	background-color:#F5FAFB;
	border-color:#FFFFFF;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	background-position:-20px -20px;
	color:#000000;
	border-style:hidden;
	height:38px;
	vertical-align:middle;
    width:75px;
    padding:8px;
    margin:1px;
    border-radius: 1rem;
  border: 2px solid  #D9D9D9;
}
.xgm-cxright-spanwz-1{
	display:inline-block;
	background-color:#F5FAFB;
	border-color:#FFFFFF;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	background-position:-20px -20px;
	color:#000000;
	border-style:hidden;
	height:38px;
	vertical-align:middle;
    width:60px;
    padding:8px;
    margin:1px;
}
.xgm-cxright-spanwz-2{
	display:inline-block;
	background-color:#F5FAFB;
	border-color:#FFFFFF;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	background-position:-20px -20px;
	color:#000000;
	border-style:hidden;
	height:38px;
	vertical-align:middle;
    width:70px;
    padding:8px;
    margin:1px;
}

.xgm-cxright-spanwz1{
	display:inline-block;
	background-color:#F5FAFB;
	border-color:#FFFFFF;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	background-position:-20px -20px;
	color:#000000;
	border-style:hidden;
	height:38px;
	vertical-align:middle;
    width:45px;
    padding:8px;
    margin:1px;

}

.xgm-cxright-spanwz2{
	display:inline-block;
	background-color:#7AB900;
	border-color:#FFFFFF;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	background-position:-20px -20px;
	color:#000000;
	border-style:hidden;
	height:38px;
	vertical-align:middle;
    width:15px;
    padding:8px;
    margin:1px;

}

.xgm-cxright-span{
	display:inline-block;

}

.xgm-cxright-btn{
	display:inline-block;
	background-color:#52D3C7;
	color:#FFFFFF;
	border-style:hidden;
	height:38px;
    width:56px;
    border-radius: 1rem;
  border: 2px solid  #D9D9D9;
}

.xgm-cxright-btn:hover{
	display:inline-block;
	background-color:#52D3C7;
	color:#000000;
	border-style:hidden;
	height:38px;
    width:56px;
}

.xgm-cxright-btn:active{
	display:inline-block;
	background-color:#52D3C7;
	color:#FF5500;
	border-style:hidden;
	height:38px;
    width:56px;
}
.xgm-textarea{
	height:380px;
    width:100%;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body { background-color: #fff;  font-size: 62.5%; }
div.centralize {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

div.input-block {
  position: relative;

}


div.input-block input {
  font-weight: 38;
  font-size: 0.38rem;
  color: #495055;
  line-height:38px;
  width: 180px;
  height:38px;
  padding: 15px 15px;
  border-radius: 1rem;
  border: 2px solid  #D9D9D9;
  outline:none;
}


div.input-block input1 {
  font-weight: 500;
  font-size: 1.6rem;
  color: #495055;

  width: 350px;
  padding: 15px 15px;
  border-radius: 1rem;
  border: 2px solid  #D9D9D9;
  outline:none;
}


div.input-block span.placeholder {
  position: absolute;
  margin: 17px 0;
  padding: 0 4px;
  font-family: Roboto, sans-serif;

  color:  #6c757d;

  display: flex;
  align-items: center;

  font-size: 1.0rem;

  top: 0;
  left: 17px;

  transition: all 0.2s;
  transform-origin: 0% 0%;
  background: none;
  pointer-events: none;
}


div.input-block input:valid + span.placeholder,
div.input-block input:focus + span.placeholder {
transform: scale(0.8) translateY(-30px);
background: #fff;
}

div.input-block input:focus{
color: #284B63;
border-color: #284B63;
}


div.input-block input:focus + span.placeholder {
color: #284B63;
}