.login_wrap {
    width: 100%;
	height:70px;
    box-sizing: border-box;
    display: table;
    margin: 20px auto;
	padding:10px;
	background: linear-gradient(to right, #ec665c, #f07549, #f6892e);
}
.por{
float: left;
margin: 0 5px;
width: 2.3rem;
overflow: hidden;
}
.input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.2rem;
  border: 1px solid #e5e5e5;
  padding-left: 0.5rem;
  background-color: #f9f9f9;
  border-radius: 10px;
  font-size: 0.3rem;
}
#__nc {
    display: block;
box-sizing: border-box;
width: 100%;
height: 1.2rem;
border: 1px solid #e5e5e5;
background-color: #f9f9f9;
font-size: 0.5rem;
padding: 0;
}
._nc .stage,._nc .stage1 .track div, ._nc .stage1 .label{
  padding: 0!important;
  height: 2.2rem!important;
  line-height: 2.2rem!important;
  font-size: .8rem;
}
._nc .stage1 .slider{
  height: 2.2rem!important;
  left: .7rem;
  right: .7rem;
}
._nc .stage1 .button{
  width:  2.2rem!important;
  height: 2.2rem!important;
}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper,.nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
    width: 100%!important;
height: 1.2rem;
}
.nc-container .nc_scale .scale_text{
  font-size: 0.2rem!important;
  text-align: left;
}
.nc_scale {
  height: 1.2rem!important;
  background:#fff!important;
}
.nc-container .nc_scale span {
    height: 1.2rem!important;
line-height: 1.2rem!important;
}
.nc-container .nc_scale span.nc-lang-cnt {
  line-height: 2.2rem;
}
.nc-container .nc_scale .btn_ok {
  line-height: 2.2rem;
}
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.5rem;
  border: 1px solid #e5e5e5;
  padding-left: 1.1rem;
  margin-top: .75rem;
  background-color: #f9f9f9;
  border-radius: 0.5rem;
  font-size: .5rem;
}

.expand {
  display: block;
  width: 100%;
  /*height: 1rem;*/
  height: auto;
  padding-left: 1.1rem;
  margin-top: .75rem;
  font-size: .8rem;
}
.expand label{
  margin-right: 0.5rem;
}

select.input {
  outline: none;
  resize: none;
  -webkit-appearance: none;
  background: #fff url("https://u3.huatu.com/uploads/allimg/220816/661059-220Q61523184060596022.png") no-repeat 93% center;
  cursor: pointer;
}

.must {
display: none;
}

.must.active {
  display: none;
}

.code{
width: 2rem;
float: left;
margin-right: 10px;
padding: 0 0.1rem;
font-size: 0.2rem;
}
.send {
    float: left;
width: 2rem;
height: 1.2rem;
background-color: #fe8f01;
color: #fff;
font-size: 0.5rem;
border-radius: 10px;
cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #666;
}

input:-moz-placeholder {
  color: #666;
}

input::-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder {
  color: #666;
}

.submit {
  float: left;
  height: 1.2rem;
  line-height: 1.2rem;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  background-color: #fe8f01;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 2px 5px #b16300;
  font-size: 0.5rem;
  cursor: pointer;
}



@media only all and (max-width:1200px) {
	.name{
		width: 3rem !important;
	}
	.shouji{
		width: 3rem !important;
	}
	.hk{
		width: 8rem !important;
	}
	.yzm{
		width: 4.8rem !important;
	}
	.cs{
		width: 3rem !important;
	}
	.lx{
		width: 3.5rem !important;
	}
	
	._nc .stage1 .slider {
    height: 1.2rem!important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
        border-radius: 10px !important;
}

._nc .stage, ._nc .stage1 .track div, ._nc .stage1 .label {
    height: 1.2rem!important;
    line-height: 1.2rem!important;

}

._nc .stage1 .button {
    width: 1rem!important;
    height: 1.2rem!important;
        border-radius: 10px;
}

._nc .icon-slide-arrow {
    font-size: 1rem !important;
}
._nc .stage1 .icon {
    left: 0 !important;
}

._nc .stage1 .track div, ._nc .stage1 .label {

    font-size: .2rem !important;
}

.login_wrap {
    height: 2rem;

}

.input {
    padding-left: 0rem;

}
	
}