@charset "UTF-8";
.con-nav{
    width: 100%;
    font-size: .16rem;
    font-weight: bold;
    height: 40px;
    padding: 0 100px;
    margin-top: 50px;
}
.con-nav span{
    color: #ff774d;
}
.con-nav img{
    width: 100%;
}
.con-nav div{
    width: 15%;
}
.con-main{
    width: 100%;
    background-color: white;
    font-size: .16rem;
    padding: 100px;
}
.con-nav div:last-child{
    text-align: right;
    font-size: .16rem;
    font-weight: normal !important;
}
.con-nav div:nth-last-child(2){
    width: 125px;
    height: 125px;
    border-radius: 125px;
    overflow: hidden;
    margin-top: -50px;
    background-color: white;
}
.con-tbl{
    width: 100%;
}
.con-tbl a{
    color: #ff774d;
}
.con-tbl tr{
    height: 50px;
}
.con-tbl span{
    color: #ff774d;
    font-size: .16rem !important;
}
.con-tbl tr:first-child td:nth-child(2){
    font-size: .24rem;
}
.con-tbl tr td:first-child{
    width: 30%;
}
.con-tbl tr td:nth-child(2){
    width: 30%;
}
.con-tbl tr td:last-child{
    width: 40%;
}
.con-tbl tr:nth-child(2) td:first-child{
    text-align: center;
}
#tx2{
    width: 125px;
    height: 125px;
    border-radius: 125px;
    overflow: hidden;
}
#tx2 img{
    width: 100%;
}
.showInfo{
    color: black !important;
}
#name,#phone{
    width: 200px;
    height: 30px;
    padding: 5px;
}
#sf,#cs,#dq{
    min-width: 100px;
    height: 30px;
}
#dz{
    width: 200px;
    height: 30px;
    margin-top: 10px;
    padding: 5px;
}
#name,#phone,#sf,#cs,#dq,#dz,#man,#M,#woman,#F{
    display: none;
}
.but{
    text-align: center;
    min-height: 40px;
}
#cancel{
    width: 150px;
    height: 40px;
    font-size: .16rem;
    background-color: white;
    color: black;
    margin: 30px;
    display: none;
}
#sure{
    width: 150px;
    height: 40px;
    font-size: .16rem;
    background-color: #7aac4b;
    color: white;
    margin: 30px;
    display: none;
}
#M,#F{
    font-weight: normal !important;
    margin: 0;
}
#man,#woman{
    vertical-align: middle;
    margin: 0;
}
.pst{
    position: relative;
    right: 200px;
}