.ny-ct-main{ background:#fff; padding:30px 0 60px; margin-top:0px; min-height:460px;}
.ny-ct-left{ width:50%; float:left;}
.ny-ct-left .tit{ font-size:32px; margin-bottom:10px;}
.ny-ct-left .note{color:#888;line-height:2 }
.ny-ct-left .cont{margin-top:40px;}
.ny-ct-left .cont p{ COLOR:#333;border-bottom:1px dashed #eee; margin-bottom:15px; padding-bottom:15px;}
.ny-ct-left .cont p img{ margin-right:10px;}
.ny-ct-right{ width:50%; float:right; padding-left:40px;}
.message .form_top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.message .form_top .inputbox{
    width: 47.5%;
    background: #f5f5f5;
    border:1px solid #dcdcdc;
    position: relative;
    margin-bottom: 35px;
}
.message .form_top .inputbox .icon{
    width: 0px;
    height: 0px;
   }
.message .form_top .inputbox input{
    float: left;
    line-height: 50px;
    font-size:16px;
    color:#333;
    font-weight: lighter;
    border: none;
    background: #f5f5f5;
    padding: 0 20px;
}
.message .form_top .inputbox input::placeholder{
    font-size:16px;
    color:#999;
}
.message .form_top .inputbox .verify{
    position: absolute;
    width: 97px;
    height: 34px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:10px;
}
.message .form_top .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.message textarea{
    width: 100%;
    height: 120px;
    font-size:16px;
    color:#333;
    font-weight: lighter;
    background: #f5f5f5;
    border:1px solid #dcdcdc;
    padding: 21px;
    margin-bottom: 35px;
}
.message textarea::placeholder{
    font-size:16px;
    color:#999;
}
.message button.submit{
    display: block;
    text-align:center;
    font-size:22px;
    color:#fff;
    background: #da251e;
    border-radius: 30px;
    line-height: 60px;
    letter-spacing: 3px;
    width:100%;
}
.message .submit:hover{
    background: #005bad;
}
@media (max-width : 768px) {
	.ny-ct-left .tit{
        font-size:22px;
        line-height: 2;
    }
    .ny-ct-left,.ny-ct-right{
    	width:100%;
    }
    .message{
    	display: none;
    }
}