.logo_title img{
    max-height:83px;
}
.mediaCooperation .logo_title img{
    max-height: 60px;
}
.logo_title{
    position: relative;
}
.am-form-group{
    margin-bottom:0;
}
.register form label{
    display: block;
    font-size:13px;
    font-weight: normal;
    line-height:24px;
    min-height:26px;
    padding-bottom:30px;
    margin-bottom: 0;
    position: relative;
}
.register form label span:not(.tip){
    display: inline-block;
    vertical-align: top;
    color:#fd29a4;
    width:8px;
    height:8px;
    text-align: center;
    margin-right:4px;
}
.register 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;
}
.register 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;

}
.register 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;
}
.register 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;
}
.register form .am-form-error .tip{
    display: block;
}
.register 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;
}
.register form button:hover {
    background: #af1d71;
}
.register form button:focus{
    outline: 1px solid #fd29a4;
}

.register .division{
    height:3px;
    background: #ededed;
    margin:35px auto;
}
.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;
}

.register .exhibiter_button{
    position: absolute;
    min-width:108px;
    height:30px;
    bottom:5px;
    right:0;
}
.register .exhibiter_button .button{
    display: inline-block;
    width: 120px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    background: #fd29a4;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in;
}

.register .exhibiter_button a:first-of-type:hover .button{
    background: #ae1d71;
}
