* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

ul, li {
	list-style: none;
}

#reset {
	display: none;
	background: #fff;
	width: 250px;
	height: 585px;
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 99;
	overflow: hidden;
}

#reset #talk {
	width: 100%;
	height: 35px;
	background: #6696FF;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

#talk #close {
	position: absolute;
	right: 0;
	top: 0px;
    display: inline-block;
    height: 35px;
    width: 34px;
    cursor: pointer;
    background: transparent url(../img/nodeMin.png) 0 center no-repeat;
    background-size: 50%;
}
#talk #reduction {
	display: none;
	position: absolute;
	right: 0;
	top: 0px;
    display: inline-block;
    height: 35px;
    width: 34px;
    cursor: pointer;
    background: transparent url(../img/nodeMax.png) 0 center no-repeat;
    background-size: 100%;
}
#reset p {
	margin: 10px 15px;
	font-size: 14px;
	line-height: 1.5em;

}
#reset .group {
	margin: 5px 20px;
	display: flex;
	align-items: center;
	border:1px solid #DCDFE6;
}

#reset .group label {
	color: #666;
	font-size: 14px;
}
#reset .group label {
	flex-shrink: 0;
    width: 35px;
    height: 32px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    vertical-align: top;
    border-right: 1px solid #fff;
    border-radius: 4px 0 0 4px;
}
#reset .group .user {
    background: #fff url(../img/i_user.png) no-repeat 15px center;
}
#reset .group .tel {
    background: #fff url(../img/i_tel2.png) no-repeat 15px center;
}
#reset .group .email {
    background: #fff url(../img/i_email.png) no-repeat 15px center;
}
#reset .group .address {
    background: #fff url(../img/i_email.png) no-repeat 15px center;
}
#reset .group input {
	flex: 1;
	max-width: 140px;
	border: none;
	padding: 5px 10px;
	outline: none;
}
#reset .group textarea {
	padding: 5px 10px;
	width: 100%;
	height: 110px;
	margin: 5px 0;
	resize: none;
	border: none;
	outline: none;
}
#reset .group select {
	flex: 1;
	border: none;
	outline: none;
}
#reset .group input::placeholder,
#reset .group textarea::placeholder {
	color: #999;
}


#btn2 {
	margin: 15px 20px 20px 0;
	height: 32px;
    width: 64px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    float: right;
    background-color: #4E6EF2;
	border: none;
}

#btn3 {
	width: 50px;
	height: 25px;
	border: 0;
	border-radius: 5px;
	background: #ddd;
	font-size: 14px;
	color: #666;
	padding: 5px;
}

#box {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 10px;
}

#box #btn {
	display: block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color: #4c4c4c;
	font-size: 20px;
	background: #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
	cursor: pointer;
}

#uls {
	margin: 20px 10px 0;
	background: #fff;
	border-radius: 10px auto 0;
}

#uls li {
	padding: 10px 5px;
	border-bottom: 1px dashed #eee;
}

#uls li .username {
	color: #2223218a;
	padding: 2px 5px;
}

#uls li p {
	padding: 10px 10px;
	color: #aaa;
	font-size: 14px;
}

.delet {
	float: right;
	text-decoration: none;
	color: #ccc;
	margin-right: 20px;
	font-size: 20px;
}

.delet:hover {
	color: red;
}
