﻿/*登录页*/
#mainContent{}
.content{background: #fff;padding: 0 1rem 1rem;}
.container{}
.formTable{width: 100%;border:0 none;}
.formTable tr,
.formTable td{border:0 none;}
.formTable td{height: 3.5rem;}
.formTable td input{background-color: #fff;border: 1px solid #cacaca;box-sizing: border-box;color: #555;display: block;font-size: 1.2rem;height: 3.5rem;margin-top: 1rem;padding: 0 0.5rem;width: 100%;}
.formTable td .butBtn{background: #ff8400;border-color: #ff8400;border-radius: 0.2rem;color: #fff;cursor: pointer;display: block;font-size: 1.4rem;height: 3.5rem;line-height: initial;position: relative;}
.formTable td .imgid{color: #c10;float: left;height: 3.5rem;line-height: 3.5rem;margin: 1rem 0 0 1rem;}
.formTable td .imgid a{color: #c10;}
.formTable td .imgid img{vertical-align: middle;}
.formTable td .botbox{padding: 1.5rem 0 0.5rem;height: 1.8rem;line-height: 1.8rem;}
.formTable td .botbox a{height: 1.8rem;line-height: 1.8rem;font-size: 1.2rem;color: #08c;}
.formTable td .botbox .register{float: right;}
.formTable td .botbox .forget{float: left;}

.loginhd{height:48px;line-height:48px;}
.loginhd li{height:48px;line-height:48px;text-align:center;width:50%;float:left;font-size:14px;border-bottom:2px solid #ccc;}
.loginhd .on{border-bottom:2px solid #ff8400;}


.logins{padding: 1rem;}
.logins .hd{padding: 1rem;text-align: center;color: #666;position: relative;font-size: 1.2rem;}
.logins .hd:after{content: ""; height: 1px; background: #d4d4d4; position: absolute; width: 100%; top: 49%; left: 0; -webkit-transform: scaleY(0.5); -ms-transform: scaleY(0.5); transform: scaleY(0.5);}
.logins .hd span{position: relative;z-index: 1;padding: 0 1rem;background: #f1f1f1;}
.logins ul{text-align: center;}
.logins li{display: inline-block;height: 5rem;margin: 1rem 0.4rem;overflow: hidden;text-indent: -9999px;width: 5rem;}
.logins li i{background: #fff;display: block;height: 5rem;width: 5rem;border-radius: 5rem;}
.logins li.loginqq i{background: #09a3dc url(../images/icon/qq.png) no-repeat center center/cover;}
.logins li.loginsina i{background: #e70012 url(../images/icon/weibo.png) no-repeat center center/cover;}
.logins li.loginalipay i{background: #1CACEB url(../images/icon/alipay.png) no-repeat center center/cover;}
.logins li.loginweixin i{background: #24BC52 url(../images/icon/weixin.png) no-repeat center center/cover;}

.tipsBox{background: #FDF8D2;border: 1px solid #FEC500;margin-top: 1rem;padding:0.5rem;}

/*错误提示页*/
.errorBox{}
.errorBox .Errshow{text-align: center;margin-top: 1rem;}
.errorBox .Errshow .icon{}
.errorBox .Errshow p{margin-top: 1rem;font-size: 1.4rem;}
.errorBox .errorNav{margin-top: 1rem;}
.errorBox .errorNav a{margin-right: 1rem;display: inline-block;padding: 0.3rem 1rem;border:1px solid #e8e8e8;border-radius: 2px;}










