﻿/*  2017.12.18  add*/
.hz-fix {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:115;
}
.hz-fix-content {
    width: 698px;
    height: 422px;
    background: #ffd928;
    position:absolute;
    left:50%;
    margin-left:-349px;
    top:50%;
    margin-top:-211px;
    z-index:116;
}
.delete-btn{
    position:absolute;
    right:6px;
    top:6px;
    z-index:117;
    width:28px;
    height:28px;
    background:url('../images/a-delete.png') no-repeat center center;
    background-size:contain;
}
.bottom{
    overflow:hidden;
    padding-top:42px;
}
.bottom .left-choose{
    float:left;
    width:365px;
    padding-left:34px;
}
.bottom .right-sign{
    float:left;
    width:320px;
}
.left-choose h6 {
    font-size: 16px;
    color: #313131;
    font-weight:bold;
    margin-bottom:12px;
}
.left-choose .marry-title {
    background: url('../images/fl1.png') no-repeat 10px center;
    background-size: contain;
    padding-left:46px;
}
.left-choose .style-title {
    background: url('../images/fl2.png') no-repeat 10px center;
    background-size: contain;
    padding-left: 46px;
    margin-top:10px;
}
.marry-a a, .style-a a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #313131;
    vertical-align: middle;
    background: #fff3bb;
    border-radius: 6px;
    font-weight: bold;
    margin-right:5px;
    margin-bottom:9px;
}
.marry-a a.active, .style-a a.active{
    background:#d5bf8d;
    color:#fff;
}
.style-a{
    width:300px;
}
.right-sign label {
    font-size: 16px;
    color: #313131;
    font-weight: bold;
    margin-bottom: 12px;
}
.name-title {
    background: url('../images/fr1.png') no-repeat 10px center;
    background-size: contain;
    padding-left: 46px;
}
.tel-title {
    background: url('../images/fr2.png') no-repeat 10px center;
    background-size: contain;
    padding-left: 46px;
    margin-top:15px;
}
.right-sign input {
    width: 295px;
    height: 32px;
    border: 1px #e0d0ab solid;
    box-shadow: 1px 1px 1px #967e17;
    border-radius: 20px;
    outline:none;
    text-indent:2em;
}
.submit {
    margin-top:15px;
}
.submit a{
    width:140px;
    height:28px;
    line-height:28px;
    text-align:center;
    color:#fff;
    font-size:19px;
    border-radius:20px;
    display:inline-block;
    vertical-align:middle;
}
.submit .submit-btn {
    background: #cd5787;
    margin-right:15px;
}
.submit .consult-btn {
    background: #6150ba;
}