.logo_title{
    margin:120px auto 90px;
    position: relative;
}
.logo_title img{
    max-height:90px;
    margin-left:-45px;
}

.am-form-group{
    margin-bottom:0;
}
.register form label{
    display: inline-block;
    font-size:20px;
    font-weight: normal;
    line-height:48px;
    margin-bottom:40px;
    position: relative;
}
.register form label span:not(.tip){
    display: inline-block;
    vertical-align: top;
    color:#fd29a4;
    width:12px;
    height:12px;
    text-align: center;
    margin-right:15px;
}
.register form label .tip{
    display: none;
    width: 150px;
    position: absolute;
    right:-30%;
    top: 0;
    color:#dd514c;
    text-align: left;
    user-select: none;
}
.register form label input[type=text]{
    display: inline-block;
    width:480px;
    height:48px;
    font-size:20px;
    padding:14px 20px;
    margin-left:40px;
    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: inline-block;
}
.register form button{
    width:240px;
    line-height:60px;
    background: #fd29a4;
    border:none;
    font-size:24px;
    color:#fff;
    font-weight:bold;
    margin-left:132px;
    transition: background-color 0.2s ease-in;
}
.register form button:hover {
    background: #af1d71;
}
.register form button:focus{
    outline: 1px solid #fd29a4;
}

.register .division{
    height:6px;
    background: #ededed;
    margin:70px auto;
}
.contectUs{
    margin-bottom:130px;
}
.contectUs li{
    float:left;
    width:32%;
}
.contectUs li:last-of-type{
    width:35%;
}
.contectUs_title{
    font-family: fangzheng01;
    font-size:20px;
    color:#fd29a4;
    margin-bottom:50px;
}
.contectUs_info{
    font-size:18px;
    line-height:2;
    color:#333;
}


.register .exhibiter_button{
    position: absolute;
    min-width:200px;
    height:48px;
    top:20px;
    right:0;
}
.register .exhibiter_button .button{
    display: inline-block;
    width:160px;
    line-height:48px;
    color:#fff;
    background: #fd29a4;
    text-align: center;
    cursor: pointer;
    margin-right:20px;
    transition: background-color 0.2s ease-in;
}

.register .exhibiter_button a:first-of-type:hover .button{
    background: #ae1d71;
}


@media (max-width:1000px) {
    .register{
        max-width:98%;
        margin:0 auto;
    }
    .timeAndPlace .img--wrapper img{
        margin-left: 40px;
    }
}