html, body {
    font-family: arial,sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    height: 100%;
    min-width: 100%;
    font-size: 13px;
    color: #404040;
}

div {
    display: block;
}

img {
    border: 0;
}
/*--------------------------输入帐户 Input account-----------------------------*/

.conter{
    position: relative;
    min-height: 100%;
    margin-top: 30px;
}

.hearder{
    height:98px;
    overflow: hidden;
}

.mt{padding:0 44px;}

.f1{zoom:1;}

.hearder .hearder-logo .logo{display: block;float: none;margin: 30px auto 20px;}

.hearder-logo .logo{background:url(../../images/bg/logo.png) no-repeat; background-size: 250px 65px; float: left;height:65px;margin:17px 0 0;width: 100%; }

.cont {
    padding-bottom:100px;
}

.cont-min{
    background-color: #f7f7f7;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    margin: 0 auto 25px;
    padding: 40px 40px;
    width: 100%;
    margin-top: 20px;
}

.cont-min > :first-child {
    margin-top: 0;
}

.icon-gmail{
    display: block;
    height: 101px;
    margin: -10px auto 15px;
    width: 100px;
}


.cont-text{
    font-size:15px;
    font-weight:bold;
    margin-bottom:18px;
    text-align:center;
    margin-top: 20px;
}

.text-f1{font-weight: normal;}

.account-text{
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.account input[type="account"],input[type="submit"],.cont-min input[type="password"]{
    box-sizing: border-box;
    display: block;
    margin-bottom:10px;
    position: relative;
   /* width: 100px;*/
}

/*.mCAa0e[type="account"] {
    dir: ltr;
}*/

.mCAa0e, .tel{
    display: inline-block;
    height: 44px;
    line-height:44px;
    padding: 0 0px;
    margin: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    font-size: 16px;
    color: #404040;
    width: 100%;
}

.mCAa0e:focus {
    border: 1px solid #4d90fe;
    outline: none;
}

.MK9CEd {
    padding: 0;
    width: 100%;
   height: 44px;
}

input[type="submit"] {
    font-family: arial,sans-serif;
    font-size: 13px;
}


.MVpUfe, .MVpUfe:visited {
    border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
}


.error {
    margin: .5em 0;
    display: block;
    color: #dd4b39;
    line-height: 17px;
}



/*-----------------------------------------------------------------------------输入验证码 verification--------------------------------*/


.text-explain h1 {
    font-family: 'Open Sans',arial,sans-serif;
    color: #555;
    font-size: 24px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.code-a{
    font-size: 15px;
    font-weight: bold;
    /*margin-bottom:18px; */
    color: #00a2ff;
}

.cone-text{
    text-align: left;
     line-height: 25px;
      margin-top: 10px;
}

input.y1x0pc[type="tel"] {
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
}

.cont-input {
    position: relative;
}

.tel{
    display: inline-block;
    height: 44px;
    padding: 0 8px;
    margin: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    font-size: 16px;
    color: #404040;
    width: 47%;
}



.checkCode {
  /*float: left;*/
  height: 44px;
  margin-left: 3px;
  line-height: 30px;
  margin-top: -1px;
  width: 40%;
  padding-top: 5px;

}

.checkCode2 {
  /*float: left;*/
  height: 44px;
  margin-left: 3px;
  line-height: 30px;
  margin-top: -1px;
  width: 40%;
  padding-top: 5px;

}

.check-btn {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  width: 50%;
}

.check-btn2 {
  border: 1px solid #c2c2c2;
  color: #4C4C4C;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #c2c2c2;
  width: 50%;
}


.check-btn:hover {
    border: 1px solid #c6c6c6;
    color: #333;
    text-decoration: none;
}

.checkCode:hover {
    border: 1px solid #2f5bb7;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
}

.check-text{
    display: inline-block;
    font-size: 13px;
}

.check-text2{
    display: inline-block;
    font-size: 13px;
}


/*-------------------------------------Reset Password  重置密码------------------------------*/

.icon-unlock{
     display: block;
    height: 89px;
    margin: -10px auto 15px;
    width: 97px;
}


.pass-text {
    display: none;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}


/*--------------------------------------修改成功  succeed-----------------------------------------*/

.conter-mine{
      width: 842px;
  padding-bottom: 100px;
  padding-top: 50px;
  margin: 0 auto;
}
.hearder-1 {
    /* height: 98px; */
    overflow: hidden;
}
.hearder-1 .hearder-logo .logo1 {
    display: block;
    float: none;

}
.logo1{
      background: url(./img/logo1.png) no-repeat;
    background-size: 170px 44px;
    float: left;
    height: 44px;
    margin: 17px 0 0;
    width: 170px;  
   margin-left: 10%;
}

.hearder-a{
    max-width: 600px;
    margin: 30px auto 20px;
        background-color: #f7f7f7;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

.header-a-text{
    background: #65a9dd;
    height: 122px;
}

.header-a-text h1{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.25;
    padding: 20px;
    padding-top: 75px;
   
}

.mine{
    /*min-width: 332px;
    max-width: 600px;
    border: 1px solid #F0F0F0;
    border-bottom: 1px solid #C0C0C0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f7f7f7;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);*/
}

.mine-text{
        line-height: 1.666;
         margin: 20px;
}

.fole{
       height: 70px;
    overflow: hidden;
}


.fole-text h2 {
    font-family: 'Open Sans',arial,sans-serif;
    color: #555;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 14%;
}

.fole-text2 h2 {
    font-family: 'Open Sans',arial,sans-serif;
    color: #555;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.placeholder {
   text-indent: 5px;  
   color: #909090 !important;  
}

div.placeholder{
	display:inline;
	zoom:1;
	position:relative;
}

div.placeholder div.note{
	font-size:12px;
	color:#999;
	position:absolute;
	left:3px;
	top:3px;
}

.need-help {
    float: right;
    text-align: right;
    font-size: 13px;
    padding: 10px;
}

.cont-min a {
    color: #427fed;
    cursor: pointer;
    text-decoration: none;
}