﻿
.content{
    padding-top:80px;
    padding-bottom:100px;
    width:90%;
    margin-left:5%;
    background-color:#fff;
    -moz-box-shadow: 1px 5px 10px #b7b7b7;
    -webkit-box-shadow: 1px 5px 10px #b7b7b7;
    box-shadow: 1px 5px 10px #b7b7b7;
}
.cell-item p{
    font-size:16px;
}
.content h2{
    letter-spacing: 10px;
    text-align:center;
    font-size:32px;
    color:#e39b58;
    margin-bottom:20px;

}
.m-tab{
    width:70%;
    margin-left:15%;
    z-index:10000;
    
}
.address-detail{
    padding-left:5px;
    width:100%;
    display:flex;
	flex-direction:row;
	align-items:center;
    margin-bottom:20px;
    height:38px;
    line-height:38px;
    border-radius: 5px;
    border:1px solid #d0d1d4;
}
.inp{
    font-size:15px;
}
.inp p{
    font-size:17px;
    color:#757575;
    margin-bottom:5px;
}
.inp select{
    font-size:15px;
    margin-top:5px;
    margin-bottom:10px;
    border: 1px solid #d0d1d4;
    color:#4e4d4d;
    width:40%;
    line-height:28px;
    height:28px;
}
.sex{
    margin-top:8px;
    -webkit-appearance: radio;
    zoom:120%;
    margin-left:10px;
    margin-bottom:10px;
    
}
.cell-item{
    display:flex;
	flex-direction:row;
	align-items:center;
    margin-bottom:10px;
    height:38px;
    line-height:38px;
    border-radius: 5px;
    border:1px solid #d0d1d4;
    
}


.cell-item img{
    float:left;
    margin-top: 8px;
    margin-left:5px;
    width:23px;
    height:21px;
}
.cell-item input {
    float:left;
    width:75%;
    outline:none;
    margin-left:10px;
    letter-spacing: 3px;
    font-size:16px;
    border:none;
    height:35px;
}
.m-button{
    text-align:center;
}
.btn-block{
    background-color:#e39b58;
    color:#fff;
    outline:none;
    border:none;
    width:55%;
    height:35px;
    font-size:18px;
    border-radius: 20px;
    margin:0 auto;
    line-height :0rem;
}
