@charset "utf-8";
/* CSS Document */
/*登录*/
#body_bg{background: -webkit-linear-gradient(#b2f3f1, #5adae3);background: -o-linear-gradient(#b2f3f1, #5adae3);background: -moz-linear-gradient(#b2f3f1, #5adae3); background: linear-gradient(#b2f3f1, #5adae3);}
.login{margin:80px 0 114px 0;}
.login .box{background:url(../images/user_banner_bg.png) no-repeat left center;}
#tab{width: 400px;overflow: hidden; border-radius:8px; background-color:#FFF; margin:15% 0;}
#tab .active{color:#fff; background-color:#ff6700;}
#tab h3{display:block;float: left;width: 50%;text-align: center;line-height:50px; font-size:20px; margin: 0; background-color:#979797; color:#FFF;}
#tab div{display:none;clear:both;width: 400px; background:#fff; text-align: center; margin: 20% 0 10% 0;}
#tab input{ line-height:42px; width: 73%; border:none; border-bottom:1px #ccc solid; margin-bottom: 10px; font-size:14px; outline: none; padding-left: 7%;}
#tab button{ line-height:42px; width: 80%; background-color:#0ca3eb; border:none; border-radius:10px; font-size: 20px; color:#FFF; font-family: "微软雅黑"; margin-top:10px;}
.tab_i1{ background:url(../images/tab_i1.png) no-repeat left;}
.tab_i2{ background:url(../images/tab_i2.png) no-repeat left;}
.tab_i3{ background:url(../images/tab_i3.png) no-repeat left;}
