@charset "utf-8";
.mtop .tohome1{
	position: absolute;
	top:10px;
}

.sign-in{
	padding:15px 30px 0 30px;
}
.sign-in p{
	width:50%;
	float: left;
	text-align: center;
}
.sign-in .putong{
	display: inline-block;
	height:26px;
	line-height: 26px;
	color: #808080;
	text-align: center;
}
.sign-in .active{
	border-bottom: 2px solid #5ca4ec;
}
.handover .iphone{
	padding: 0px 30px;
    margin-top: 13px;
    position: relative;
    display: block;
}
.iphone li {
    margin-bottom: 20px;
    padding-left: 35px;
    padding-right: 3px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #fcfcfc;
    position: relative;
}
.handover .iphone li .iphone-bg01{
	display: block;
    position: absolute;
    background: url(../m_images/iphone-bg01.png) no-repeat;
    background-size: 100% auto;
    width:18px;
    height:18px;
}
.handover .iphone li .iphone-bg02{
	display: block;
    position: absolute;
    top: 14px;
    left: 9px;
    background: url(../m_images/iphone-bg02.png) no-repeat;
    background-size: 100% auto;
    width:13px;
    height:18px;
}
.iphone li input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: none;
    background: #fcfcfc;
    font-size: 14px;
    color: #6f6f6f;
    outline: none;
}
.iphone p.z-tishi {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ff0000;
    position: absolute;
    bottom: -20px;
    left: 0px;
}
.iphone li.li5 {
    padding: 0px;
    width: 100%;
    height: 44px;
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border: none;
    background: none;
    position: relative;
}
.iphone li.li5 .enter{
    display: block;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    border: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #5ca4ec;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}
.iphone li.li5 .enter:active{
	background: #5294d6;
}
.iphone li.li5 input {
    border: 1px solid #cccccc;
    display: block;
    width: 52%;
    overflow: hidden;
    margin-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
}
.iphone .imgyanzh {
    width: 100px;
    padding-left: 22px;
    position: absolute;
    right: 7px;
    top: 0;
}
.imgyanzh img {
    display: block;
}

/*注册*/
.cont{
    padding: 0px 30px;
    margin-top: 13px;
    display: none;
}
.cont li{
    margin-bottom: 20px;
    padding-left: 35px;
    padding-right: 3px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #fcfcfc;
    position: relative;
}
.cont li.anotherlogin{
    border: none;
    padding-left: 0px;
    width: 100%;
    height: 44px;
    display: box;
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers.; */
    display: -webkit-flex;
    display: flex;
}
.cont p.z-tishi{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ff0000;
    position: absolute;
    bottom: -20px;
    left: 0px;
}
.cont li span{
    display: block;
    position: absolute;
    background: url(../m_images/zhuceicon.png) no-repeat;
    background-size: 35px auto;
}
.cont li.li1 span{
    top:12px;
    left: 8px;
    width: 20px;
    height: 19px;
    background-position: -6px -134px;
}
.cont li.li2{
    margin-bottom: 25px;
}
.iphone li.li2{
	border:none;
	margin-bottom: 25px;
	padding:0;
	border-radius: initial;
}
.iphone li.li2 .iphone-actt{
	width:33%;
	padding:0 3px 0 35px;
	border: 1px solid #cccccc;
    border-radius: 5px;
    background: #fcfcfc;
    float: left;
}
.iphone .acquire{
	width:130px;
	height:44px;
	line-height: 44px;
	text-align: center;
	font-size:12px;
	float: right;
}
.acquire .huoqu{
	background: #5294d6;
	color: #fff;
	border-radius: 5px;
	display: block;
}
.stayTimes{
	background: #cccccc;
	border-radius: 5px;
	display: block;
}
.acquire .zhenghuoqu{
	background: #5ca4ec;
	display: block;
	color: #fff;
	border-radius: 5px;
	display: none;
}
.acquire .zhenghuoqu:active{
	background: #5294d6;
}
.cont li.li2 span{
    top:11px;
    left: 10px;
    width: 14px;
    height: 21px;
    background-position: -10px -53px;
}
.cont li.li3 span{
    top:11px;
    left: 10px;
    width: 14px;
    height: 21px;
    background-position: -10px -53px;
}
.cont li.li4 span{
    top:13px;
    left: 10px;
    width: 18px;
    height: 18px;
    background-position: -11px -110px;
}
.cont li input{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: none;
    background: #fcfcfc;
    font-size: 14px;
    color: #6f6f6f;
    outline:none
}
.cont li.li4{
    padding:0px;
    width: 100%; 
    height: 44px;
    display: box;/*//兼容android*/
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -webkit-flex; /* 新版本语法： Chrome 21+ */
    display: flex; /* 新版本语法： Opera 12.1, Firefox 22+ */
    border: none;
}
.cont li.li4 input{
    border: 1px solid #cccccc;
    display: block;
    width: 45%;
    overflow: hidden;
    margin-right: 10px;
    padding-left: 35px;
    border-radius: 5px;
}
.cont li.li4 button{
    display: block;
    overflow: hidden;
    width: 1rem;
    height: 44px;
    border: none;
    position: absolute;
    bottom:0px;
    right:0px;
    background: #5ca4ec;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.cont li.li5 {
    padding: 0px;
    width: 100%;
    height: 44px;
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border: none;
    background: none;
}
.cont li.li5 input{
    border: 1px solid #cccccc;
    display: block;
    width: 52%;
    overflow: hidden;
    margin-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
}
.cont li.li5 .enter{
    display: block;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    border: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #5ca4ec;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    width: 100%;
}
.cont li.li5 .enter:active{
	background: #5294d6;
}
/*登录*/
.login li.li1 span{
    top:14px;
    left: 9px;
    width: 16px;
    height: 16px;
    background-position: -9px -83px;
}
.login li.li3{
    border: none;
    background: none;
    position: relative;
    height: 20px;
}
.login li.li3 input{
    width: 0.16rem;
    height: 0.16rem;
    position: relative;
    top:4px;
    left: -3px;
}
.login li.li3 lable{
    position: absolute;
    left:0.02rem;
    top:-5px;
    color: #7a7a7a;
    font-size: 13px;
}
.login li.li3 a{
    position: absolute;
    right:-0.02rem;
    color: #7a7a7a;
    font-size: 13px;
}
.login li.anotherlogin{
    border: none;
    padding-left: 0px;
    width: 100%;
    height: 44px;
    display: box;/*//兼容android*/
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -webkit-flex; /* 新版本语法： Chrome 21+ */
    display: flex; /* 新版本语法： Opera 12.1, Firefox 22+ */
}
.anotherlogin a{
    display: block;
    line-height: 44px;
    background: #fff;
    -webkit-box: 1;
    -webkit-box-flex: 1;
    -webkit-flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}
.anotherlogin a:nth-child(1){
    margin-right: 14px;
}
.anotherlogin a img{
    position: relative;
    top:3px;
    left: -3px;
}

/*找回密码*/
















