/**
 * 客服满意度调查css
 */
a{color:#000; text-decoration:none;}
p,span{margin:0; padding:0; font-size:16px;}
img{border:0 none; width:100%;}
ul{margin:0; padding:0;}
ul li{list-style:none;}
ol li{list-style:none;}
body{background-size:100%; padding:20px; margin:0 auto; max-width:640px;}

.container{border: 1px solid #999; border-radius: 5px; width: 100%; padding: 10px 0 0 0;}
.logout{text-align: center;}
.title{text-align:center; margin: 10px 0;}
.logout input{width: 80%; border-radius: 5px; margin-left: 10%;}
.logout button{width: 80%; margin: 10px 0 0 10%; /*height: 2em; line-height: 2em;*/ font-size: 16px;}

.bind{padding: 20px 0 20px 0;}
.bind .bind-btn{width: 35%; height: 40px; line-height: 40px;}
.color-red{color: #f00;}

#userForm{padding: 0 10%;}
.submit{
	width:100%; height:34px; background:#146fdf; border:none; border-radius:4px;
	color:#fff; font-size:16px; margin-top:15px; display:block;
}

.footer {width: 100%; margin: 20px 0;}
.footer .logo{width: 30%; margin: 0 auto;}
.footer p{text-align: center; font-size: 14px;}
.footer a{text-align: center; font-size: 14px;}

@media screen and (max-width: 414px){
	.containter{min-height:736px;}
}

@media screen and (max-width: 375px){
	.containter{min-height:667px;}
}

@media screen and (max-width: 360px){
	.containter{min-height:640px;}
}

@media screen and (max-width: 320px){
	.containter{min-height:568px;}
}