
.exhibiter .logo_title img{
    max-height:77px;
}
.exhibiter p.title{
    font-family:fangzheng01;
    font-size:24px;
    color:#fd29a4;
    line-height:19px;
    margin-top:35px;
}
.exhibiter p.title span{
    font-size:12px;
}
.exhibiter p.price{
    font-family: fangzheng01;
    font-size:14px;
    color:#5a28ff;
    margin:20px auto;
    line-height:1.35;
}
.exhibiter p.price span{
    color:#808080;
}
.exhibiter p.description{
    font-size:13px;
    color:#000;
    line-height:1.6;
}
.exhibiter p.description span{
    color:#666;
}
.exhibiter_button{
    margin-top:20px;
}
.exhibiter_button .button{
    display: inline-block;
    width:120px;
    line-height:30px;
    font-size:13px;
    color:#fff;
    background: #fd29a4;
    text-align: center;
    cursor: pointer;
    margin-right:20px;
    transition: background-color 0.2s ease-in;
}
.exhibiter_button a:last-of-type .button{
    background: #5a28ff;
}
.exhibiter_button a:first-of-type:hover .button{
    background: #ae1d71;
}
.exhibiter_button a:last-of-type:hover .button{
    background: #2e328e;
}
.exhibiter .division{
    height:3px;
    background: #ededed;
    margin:35px auto;
}


.exhibiter form label>span:not(.tip):not(.am-ucheck-icons),.exhibiter .form_radio>span{
    display: inline-block;
    vertical-align: top;
    color:#fd29a4;
    width:8px;
    height:8px;
    text-align: center;
    margin-right:5px;
}
.am-form-group{
    margin-bottom:0;
}
.am-form-group.form_radio{
    font-size:13px;
    margin-bottom: 30px;
}
.exhibiter form label{
    display: block;
    font-size:13px;
    font-weight: normal;
    line-height:24px;
    min-height:26px;
    padding-bottom:30px;
    margin-bottom: 0;
    position: relative;
}
.exhibiter form label.am-radio-inline{
    display: inline-block;
    font-weight: normal;
    line-height: 24px;
    padding-bottom:0;

    position: relative;
}
.exhibiter form label span:not(.tip){
    display: inline-block;
    vertical-align: top;
    color:#fd29a4;
    width:8px;
    height:8px;
    text-align: center;
    margin-right:4px;
}
.exhibiter form label .tip{
    position: absolute;
    bottom: 15%;
    left:21%;
    display: none;
    min-width: 75px;
    color:#dd514c;
    font-size:11px;
    text-align: left;
    line-height: 1.6;
    user-select: none;
}
.exhibiter form label input[type=text]{
    display: inline-block;
    width:72.7%;
    height:24px;
    font-size:13px;
    padding:7px 10px;
    margin-left:15px;
    border:1px solid #666;

}
.exhibiter form label input[type=text]:focus{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgb(253, 41, 164);
    border:1px solid #fd29a4;
    outline:none;
}
.exhibiter form .am-form-error input[type=text]{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px #eda4a2;
    border:1px solid #dd514c;
    outline:none;
}
.exhibiter form .am-form-error .tip{
    display: block;
}
.exhibiter form button{
    width:120px;
    line-height:30px;
    background: #fd29a4;
    border:none;
    font-size:13px;
    color:#fff;
    font-weight:bold;
    margin-left:70px;
    transition: background-color 0.2s ease-in;
}
.exhibiter form button:hover {
    background: #af1d71;
}
.exhibiter form button:focus{
    outline: 1px solid #fd29a4;
}
.exhibiter .form_radio label:first-of-type {
    margin-left: 15px;
    margin-right: 35px;
}

.contectUs{
    margin-bottom: 50px;
}
.contectUs li{
    padding: 20px 0 20px;
    margin-bottom:20px;
    max-width:76%;
    border-bottom:1px dashed #666;
}
.contectUs_title{
    font-family: fangzheng01;
    font-size:14px;
    color:#fd29a4;
    margin-bottom:20px;
}
.contectUs_info{
    font-size:13px;
    line-height:2;
    color:#000;
}
