﻿/*公共样式*/
*{margin:0; padding:0}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal;}
ul, ol{list-style:none;}
a{text-decoration:none; blr:expression(this.onFocus=this.blur());-webkit-tap-highlight-color:rgba(255,255,255,0);background:none;border:none; outline: none;color:#000;} /* IE: blr:expression(this.onFocus=this.blur()); FF: outline: none */
a:hover{text-decoration:none;}
img{border:0;}
input{-webkit-appearance:none;border-radius: 0;}
html{ font-size: 12px;/*10 ÷ 16 × 100% = 62.5%  根元素中定义了一个基本字体大小为62.5%（也就是10px。设置这个值主要方便计算，如果没有设置，将是以“16px”为基准 ）。*/}
body{outline:none;font-family:"Microsoft Yahei","微软雅黑",arial,"宋体",sans-serif;    background: #f5f5f5;}

/*后台我的信息部分开始*/
.merchantshopkey_wrap{
	margin-top: 10px;
}
.merchantshopkey-list{
	display: block;
    padding: 0 10px;
    margin-bottom: 10px;
    background: #fff;
    color: #333;
}
.merchantshopkey-list .title{
	padding: 8px 0;
    font-size: 1.4rem;
}
.merchantshopkey-detail{
	padding-bottom: 8px;
    font-size: 1.2rem;
    color: #999;
}
.update {
    padding: 3px 0;
    border-top: 1px dotted #dedede;
    text-align: right;
}
.look{
	display: inline-block;
    padding: 4px 8px;
    font-size: 1.2rem;
    color: #999;
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #f70c49;   
    color: #fff;
}
/*后台我的信息部分结束*/

/*信息详情部分开始*/
.merchantshopkey-title {
    background-color: #fff;
    display: block;
    height: 42px;
    line-height: 42px;
    color: #3b3b3b;
    position: relative;
}
.tag {
    display: inline-block;
    width: 20%;
    height: 42px;
    line-height: 42px;
    background: url(../images/hltrival.png) no-repeat 8px 12px;
    background-size: 11px 15px;
    color: #3b3b3b;
}
.tag .text {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    padding-left: 16px;
    font-size: 16px;
}
.merchantshopkey-title .titleText {
    display: inline-block;
    width: 60%;
    text-align: center;
    font-size: 1.5rem;
}
.serv-list{
	margin-top: 10px;
	padding: 0 10px;    
    font-size: 16px;  
}
.serv-list ul{
	width: 100%;
}
.serv-list ul li{
	line-height: 24px;
	color: #333; 
}
/*信息详情部分结束*/

/*短信登录页面具体部分开始*/
.containter{
	/*height: 100%;*/
}
.loginsms_content{
	background: #fff;
    margin-top: 10px;
}
.pos{
	position: relative;
}
.loginsms-people,.loginsms-password{
	height: 64px;
	line-height: 34px;
	padding: 0 16px;
}
.myexpresswrap-title { 
    display: block;
    line-height: 42px;
    color: #393636;
    text-align: center;
    background-color: #fff;
    clear: both;
}
.myexpresswrap-title .titleText {
    font-size: 1.5rem;
}
.loginsms-content {
	border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.phone_yam {
    position: absolute;
    right: 0;
    bottom: 8px;
}
.loginsms_content .text{	
	background: url("../images/redloginpeo.png") no-repeat left center;
	background-size: 13% 78%;
}
.loginsms_content .wpassword{
	background: url("../images/redloginpassword.png") no-repeat left center;
	background-size: 13% 78%;
}
.loginsms_content .bg {
    background: url("../images/reddxlogin.png") no-repeat 4px center;
	/*background-size: 13% 78%;*/
    background-size: 11% 66%;
}
.loginsms_content .text,.loginsms_content .wpassword{
	display: inline-block;
	height: 44px;
	padding-left: 46px;
	font-size: 1.3rem;
	border: none;
	outline: none;
	color: #131516;
}
.message-code{
	position: absolute;
	right: 0;
	bottom: 8px;
	line-height: 28px;
	padding: 0 10px;
	background-color: #f70c49;
	color: #fff;   
    border-radius: 4px;
    font-size: 1.2rem;
}

.loginsms_btn{
	width: 90%;
    margin: 60px auto 10px;
    background: #f70c49;
    text-align: center;
    border-radius: 4px;
}
.loginsms_btn .login{
    display: block;
    padding: 14px 10px;
    font-size: 18px;
    color: #fff;
}
/*短信登录页面具体部分结束*/
