/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  margin: 0;
  padding: 0;
  font: 12px "Microsoft YaHei", "SimSun", "Arial Narrow", HELVETICA;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
a:hover {
  color: #333;
}
.l {
  float: left;
}
.r {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
  /* IE < 8 */
}
.red-color {
  color: #cd161c;
}
/*统计代码*/
.statistics img {
  display: none;
}
.wapper-box {
  width: 100%;
  position: relative;
}
#slides {
  display: none;
}
/* 内容区 */
.wapper {
  width: 100%;
  height: auto;
}
/* binding-绑定,signin-登录,register-注册,perfect-完善*/
.wapper.binding {
  background: url(../images/bg1.jpg) center top no-repeat;
}
.wapper.signin {
  background: url(../images/bg2.jpg) center top no-repeat;
}
.wapper.perfect {
  background: url(../images/bg3.jpg) center top no-repeat;
}
.wapper.register {
  background: url(../images/bg4.jpg) center top no-repeat;
}
.wap-box {
  width: 1070px;
  margin: 0 auto;
}
.wap-box .biketo-logo {
  width: 100%;
  height: 42px;
  padding-top: 67px;
}
.wap-box .biketo-logo a.logo {
  width: 287px;
  height: 42px;
  display: none;
}
.wap-box .login-content {
  width: 100%;
  padding-top: 72px;
}
.wap-box .login-content .intro {
  padding-top: 124px;
  color: #fff;
}
.wap-box .login-content .intro h1 {
  font-size: 36px;
  line-height: 50px;
  font-weight: normal;
  padding-bottom: 5px;
}
.wap-box .login-content .intro p {
  font-size: 18px;
  line-height: 30px;
}
.wap-box .login-content .intro a {
  color: #fff;
  background: #c20305;
  margin-top: 5px;
  display: inline-block;
  padding: 0 3px;
  border-radius: 3px;
}
.wap-box .login-content .intro a:hover {
  text-decoration: underline;
}
.wap-box .login-content .intro .store {
  color: #fff;
  background: #c20305;
  margin-top: 5px;
  margin-right: 20px;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 3px;
}
.input-box {
  width: 350px;
  padding: 30px 50px;
  background: url(../images/input-bg.png) repeat;
  position: absolute;
  left: 54%;
  top: 182px;
  z-index: 999;
}
.input-box .it-top {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.input-box .it-top .lw {
  font-size: 18px;
  font-weight: bold;
}
.input-box .it-top .rw {
  color: #151515;
  font-size: 14px;
}
.input-box .it-top .rw a {
  color: #cd161c;
}
.input-box .it-top .yrow {
  width: 100px;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 25px;
  font-weight: bold;
  text-align: center;
}
.input-box .it-top .yrow a {
  text-decoration: none;
}
.input-box .it-top .yrow.ml10 {
  margin-left: 10px;
}
.input-box .it-top .yrow.mr10 {
  margin-left: 10px;
}
.input-box .it-top .yrow.active {
  border-bottom: 2px solid #c20305;
}
.input-box .row {
  width: 350px;
  margin-top: 26px;
  position: relative;
}
.input-box .tou-xiang {
  width: 81px;
  height: 81px;
  border: 15px solid #fff;
  border-radius: 50%;
  margin: 28px auto;
}
.input-box .tou-xiang img {
  width: 81px;
  height: 81px;
  border-radius: 50%;
}
.input-box .hint {
  line-height: 26px;
  color: #cd161c;
  position: absolute;
  left: 0;
  bottom: -26px;
  display: none;
}
.input-box .hint-word {
  width: 100%;
  line-height: 26px;
  margin-top: 18px;
  color: #828282;
  text-indent: 16px;
}
.input-box .it-input {
  width: 328px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #acacac;
  border-radius: 3px;
  font-size: 14px;
}
.input-box .error {
  border: 1px solid #cd161c !important;
  background: #f6e3e3;
}
.input-box .forget {
  margin-top: 26px;
}
.input-box .forget a {
  color: #151515;
}
.input-box .it-submit {
  width: 350px;
  height: 32px;
  margin-top: 26px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: #c20305;
  border: none;
  font-size: 14px;
  cursor: pointer;
  font-family: "Microsoft YaHei" !important;
}
.input-box .it-submit.mbt {
  margin: 56px 0 30px 0;
}
.input-box .identifying {
  width: 100%;
  height: 34px;
  margin-top: 26px;
}
.input-box .identifying .l-box {
  width: 158px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #e9e9e9;
}
.input-box .identifying .l-box .it-input {
  width: 138px;
  padding: 0 10px;
  height: 32px;
  border: none;
}
.input-box .identifying .l-box .identifying-img {
  width: 113px;
  height: 32px;
}
.input-box .identifying .l-box .refresh {
  width: 45px;
  height: 32px;
  line-height: 32px;
  background: #00a0e9;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.input-box .identifying .l-box .get-identifying {
  width: 158px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  background: #00a0e9;
}

.input-box .identifying .l-box .get-identifying.confine{
  background: #f2f2f2;
  border: none;
  color:#333;
  cursor: default;
}
.input-box .identifying .l-box-input {
  width: 158px;
  height: 32px;
}
.input-box .identifying .l-box-input .it-input {
  width: 138px;
  padding: 0 10px;
  height: 32px;
  border: 1px solid #acacac;
  border-radius: 3px;
}
.input-box .checkbox span {
  padding-left: 10px;
}
.input-box .checkbox small {
  color: #828282;
}
.input-box .email-word {
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #333;
}
.input-box .go-email {
  width: 100%;
  height: 32px;
  margin-top: 26px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: #c20305;
  border: none;
  font-size: 14px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-family: "Microsoft YaHei" !important;
}
.input-box .your-email {
  width: 100%;
  height: 32px;
  margin-top: 16px;
  text-align: center;
  line-height: 32px;
  color: #000;
  border: none;
  font-weight: bold;
  font-size: 18px;
}
.input-box .user-agreement{
  font-size: 14px;
  margin: 10px 0 -10px;
}
.input-box .user-agreement .agreement-link{
  color: #cd161c;
}
.input-box .other-login {
  width: 316px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}
.input-box .other-login .word {
  width: 100%;
  height: 23px;
  line-height: 23px;
  color: #828282;
  text-align: center;
}
.input-box .other-login .line {
  width: 64px;
  height: 1px;
  background: #acacac;
}
.input-box .other-login .linemt12 {
  margin-top: 12px;
}
.input-box .other-login .l-left {
  width: 64px;
  height: 24px;
}
.input-box .other-login .l-center {
  width: 188px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #828282;
  font-weight: bold;
  text-align: center;
}
.input-box .other-login .l-right {
  width: 64px;
  height: 24px;
}
.input-box .other-login .icon-box {
  width: 100%;
  height: 24px;
  margin-top: 16px;
}
.input-box .other-login .icon-box.mb12 {
  margin-bottom: 12px;
}
.input-box .other-login .other-loginicon {
  width: 175px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #151515;
}
.input-box .other-login .to-register {
  line-height: 24px;
  font-size: 14px;
  color: #151515;
}
.input-box .other-login .to-register a {
  color: #cd161c;
}
.input-box .other-login .icon {
  width: 24px;
  height: 24px;
  float: left;
  background: url(../images/uslogin-icon.png) 0 0 no-repeat;
}
.input-box .other-login .icon-mrl19 {
  margin: 0 19px;
}
.input-box .other-login .icon.qq {
  background-position: 0 0;
}
.input-box .other-login .icon.wx {
  background-position: -24px 0;
}
.input-box .other-login .icon.wb {
  background-position: -48px 0;
}
.input-box .other-login .icon.gqq {
  margin: 0 4px;
  background-position: 0 -24px;
}
.input-box .other-login .icon.gwx {
  margin: 0 4px;
  background-position: -24px -24px;
}
.input-box .other-login .icon.gwb {
  margin: 0 4px;
  background-position: -48px -24px;
}
.input-box .other-login.w100p {
  width: 100%;
}
.perfect .wap-box .login-content .intro {
  padding-top: 0;
}
.wap-box .login-content .intro {
  padding-top: 60px;
  margin-left: -32px;
}
.footer-login {
  width: 100%;
  height: 60px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  padding: 28px 0;
  color: #333;
}
.user-box {
  padding: 43px 0;
  width: 540px;
  margin: 102px auto 0 auto;
  background: url("../img/signOut.png") no-repeat 55px center;
  background-size: 176px 176px;
  background-color: #fff;
}
.reset-pass-tips {
  text-align: left;
  width: 483px;
  line-height: 34px;
  color: #333;
  background: url("../img/signOutDot.png") no-repeat left bottom;
  margin-left:268px;
  height: 134px;
}
.reset-pass-tips .pageMsg {
  font-size: 18px;
}
.reset-pass-tips .pageInfo{
  font-size: 16px;
}
.input-box div.mt-clear{
  margin-top: 0;
}
.id-tips{
  width: 100%;
  line-height: 26px;
  margin-top: 18px;
  color: #828282;
  /* text-indent: 16px; */
  font-size: 12px;
  margin-left: 6px;
}