body{
    background-color: #eff1f1;
}
.center{
    padding: 0rem 2rem ;
    margin:  1rem ;
	background-color: #ffffff;
	box-shadow: 6px 10px 8px 0px 
		rgba(167, 167, 167, 0.15);
	border-radius: 5px;
}
.ctit1{
    padding: 1.25rem 0;
    /* font-size: 1.125rem; */
    font-weight: 700;
	color: #3e3e3e;
}
.ctit2{
    /* font-size: 1.625rem; */
    line-height: 1.4rem;
	color: #3e3e3e;
}
.yzm{
    display: flex;
}
.inone{
    flex: 5;
}
.kb{
    flex: 1;
}
.intwo{
    background-color:rgba(115, 184, 25, 1);
    color: #fff;
    flex: 4;
}
.formtj{
    margin-top: 2rem;
    margin: 2rem 1rem 0;
}
.form-control1{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.btn1{
    margin-top: 1rem;
    line-height: 34px;
    width: 100%;
    height: 34px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    color: #fff;
    background-color: #01ad7f;
    border: solid 1px #cacaca;
}

.btn2{
    text-align: center;
    line-height: 34px;
    width: 100%;
    height: 34px;
    outline: none;
    font-size: 14px;
    color: #fff;
    background-color: #01ad7f;
    border-radius: 5px;
    border: solid 1px #cacaca;
}
.tsxx{
    position: relative;
}
.he{
    height: 43px;
}
.remove{
    position: absolute;
    top: 3px;
    right: 5px;
}
.yx{
    display: none;
}
.inputremove{
    border: 1px solid #ff001e;
}
.pointer{
    pointer-events:none
}
.navbar-brand {
    height: 2.2rem;
    background: none;
    /* margin-top: 0.75rem; */
}