body {
    background: #ffffff;
}
div,ul,li,dd,dt,dl {
    box-sizing: border-box;
}
.title-image {
    width: 9.24rem;
    height: auto;
}
.top-content{
    padding-top: 0.5rem;
    text-align: center;
}
.two-content {
    text-align: center;
    width: 100%;
}
.two-content>img {
    width: 10rem;
    height: auto;
}
.three-content {
    width:9.2rem;
    height:17.4rem;
    background:rgba(255,255,255,1);
    box-shadow:0px 6px 12px rgba(0,0,0,0.12);
    opacity:1;
    border-radius:16px;
    margin: 0 auto;
    margin-top: 0.23rem;
}
.three-content  dt {
    height: 1.23rem;
    font-size: 16px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    padding-left: 0.36rem;
    border-bottom: 1px solid rgba(243,243,243,1);;
    padding-top: 0.4rem;
}
.three-content  dt span {
    padding-left: 0.24rem;
    border-left:2px solid  rgba(24,144,255,1);
}
.three-content .w-area p {
    float: left;
    line-height: 1.23rem;
    color:rgba(153,153,153,1);
    margin-right: 1.89rem;
}
.three-content dd {
    border-bottom: 1px solid rgba(243,243,243,1);;
    margin-left:0.33rem ;
}
.three-content .w-area span.content-span{
    margin-top: 0.2rem;
    cursor: pointer;
    float: left;
    display: inline-block;
    padding: 0.08rem 0.2rem;
    height: 0.53rem;
    line-height: 0.53rem;
    color:rgba(153,153,153,1);
    border: 1px solid #999999;
    border-radius: 10px;
    margin-right: 0.26rem;
}
/*.three-content .w-area .sex-span {
    float: right !important;
}*/
.three-content .w-area .sex-p-1,.sex-p-2{
    position: absolute;
    margin-top: 0.2rem;
    cursor: pointer;
    display: inline-block;
    padding: 0.08rem 0.2rem;
    height: 0.53rem;
    line-height: 0.53rem;
    color:rgba(153,153,153,1);
    border: 1px solid #999999;
    border-radius: 10px;
    z-index: 990;
}
.three-content .w-area .sex-p-1 {
    right: .2rem;
}
.three-content .w-area .sex-p-2 {
    right: 2.2rem;
}
.three-content .w-area span.selectedSex {
    color: #ffffff;
    background: #1890FF;
    border: 1px solid #1890FF !important;
}
.main-content dd {
    height: 1.24rem;
    line-height: 1.24rem;
    position: relative;
}
.main-content dd  .select-name {
    color:rgba(153,153,153,1);
    line-height: 1.24rem;
    display: inline-block;
    font-size: 14px;
}
.main-content dd span.do-select {
    max-width: 6.91rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight:bold;
    font-size: 14px;
    color:rgba(51,51,51,1);
}
.main-content dd .crow-right {
    font-size: 24px;
    color: rgba(24,144,255,1);
    display: inline-block;
    float: right;
    margin-right: 0.32rem;
    font-weight: bolder;
}
.main-content dd .crow-right img {
    width: .21rem;
    height: .36rem;
}
.main-content dd input {
    border: none;
    outline: none;
    text-indent: 0;
    font-weight:bold;
    color:rgba(51,51,51,1);
    width: 80%;
    font-size: 14px !important;
    background: #ffffff !important;
//color: red;
}
.bottom {
    width: 100%;
    text-align: center;
}
.bottom img {
    width: 9.7rem;
    height: auto;
    margin: 0 auto;
    margin-top: 0.37rem;
    margin-bottom: 0.4rem;
}
.company-information {
    width: 100%;
    height: 1.8rem;
    text-align: center;
    background:rgba(204,204,204,0.73);
    box-sizing: border-box;
    padding: 0.53rem;
}
.company-information p img {
    width: .5rem;
    height: auto;
    display: inline-block;
}
.company-information p {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.want-place {
// display: none;
    width:7.25rem;
    min-height:10.43rem;
    background:rgba(255,255,255,1);
    opacity:1;
    border-radius:5px;
    z-index: 999;
}
.want-place p {
    height: 1.41rem;
    line-height: 1.41rem;
//color:#FF333333;
    font-size: 16px;;
    font-weight:400;
    text-align: center;
}
.want-place li {
    height: 1.17rem;
    line-height: 1.17rem;
    border-top: 1px solid rgba(243,243,243,1);
    font-size: 14px;
    padding-left: 0.59rem;
}
.want-place li label {
    height: 1.17rem;
    line-height: 1.17rem;
    display: inline-block;
    width: 100%;
}
.want-place input[type=checkbox],.want-place input[type=radio] {
    display: none;
}
.want-place  .checkbox a {
    width: 16px;
    height: 16px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    background: url(../image/checkboxNoChecked.png);
    background-size: 16px 16px;
    top: 2px;
    margin-right: 0.4rem;
}
.want-place input[type=checkbox]:checked  + label.checkbox a {
    background: url(../image/checkboxChecked.png);
    background-size: 16px 16px;
}
.want-place .btn {
    width: 2.05rem;
    height: 0.69rem;
    line-height: 0.69rem;
    color: #ffffff;
    background: #1890FF;
    margin: 0 auto;
    margin-top: 0.5rem;
    border-radius: 5px;
}

.want-place .checkradio a {
    width: 16px;
    height: 16px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    background: url(../image/nochecked.png);
    background-size: 16px 16px;
    top: 2px;
    margin-right: 0.4rem;
}
.want-place input[type=radio]:checked  + label.checkradio a {
    background: url(../image/checked.png);
    background-size: 16px 16px;
}
.error-display {
    height: 1.10rem;
    line-height: 1.24rem;
    position: absolute;
    top: 0;
    left: 0;
    color:rgba(245,34,45,1) !important;
    //display: inline-block;
    box-sizing: border-box;
    background: #ffffff !important;
    width: 100%;
    display: none;
    cursor: pointer;
    z-index: 900;
    font-size: 14px;
}
.error-border {
    border-bottom:2px solid rgba(245,34,45,1)!important;
    cursor: pointer;
}
.submitbefore {
    //display: none;
    z-index: 991;
}
.submitbefore img {
    width: 9.13rem;
    height: 4.58rem;
    cursor: pointer;
}
.submitbefore .image-btn {
    width: 1.6rem;
    height: 0.8rem;
    //background: #f0ad4e;
    position: absolute;
    right: 1rem;
    top: 2.7rem;
    cursor: pointer;
}
.ads_price{
    width:9.2rem;
    height:auto;
    overflow:hidden;
    margin:0.8rem auto 0.8rem auto;
}
.ads_price img{
    width:auto;
    max-width: 100%;
    height:auto;
}