
/*.campus_message{
    overflow: hidden;
    max-width: 100%;
}*/

.campus_message .message-warp {
    padding-top: 3.125%;
    padding-bottom: 4.1667%;
}

.campus_message .contact-name {
    color: #333333;
    font-size: 24px;
    margin-bottom: 9%;
    line-height: 1;
}

.campus_message .message-contact,
.campus_message .message-form-warp {
    float: left;
    width: 50%;
}

.campus_message .contact-info {
    color: #999999;
    font-size: 14px;
}

.campus_message .contact-info img {
    margin-right: 12px;
}

.campus_message .contact-info p {
    margin-bottom: 20px;
}

.campus_message .message-form {
    width: 100%;
    border-left: 1px solid #dedcd7;
    padding-left: 18.5%;
}

.campus_message .map-point {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 8%;
}

.campus_message .map-point a {
    display: block;
    width: 19px;
    height: 33px;
    background: url(../images/point.png) no-repeat center;
    animation: jump2 1s cubic-bezier(0.61, 0.07, 0.35, 0.88) alternate infinite;
    -webkit-animation: jump2 1s cubic-bezier(0.61, 0.07, 0.35, 0.88) alternate infinite;
    -moz-animation: jump2 1s cubic-bezier(0.61, 0.07, 0.35, 0.88) alternate infinite;
    -o-animation: jump2 1s cubic-bezier(0.61, 0.07, 0.35, 0.88) alternate infinite;
}

.campus_message .map-point i {
    width: 12px;
    height: 2px;
    margin: 0 auto;
    background: -webkit-radial-gradient(center, ellipse, #dddddd 0, transparent 100%);
    background: radial-gradient(ellipse at center, #dddddd 0, transparent 100%);
    display: block;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: width;
    transition-property: width;
    animation: sf2 1s cubic-bezier(0.61, 0.07, 0.35, 0.88) alternate infinite;
    -webkit-animation: sf2 1s cubic-bezier(0.61, 0.07, 0.35, 0.88) alternate infinite;
    -moz-animation: sf2 1s cubic-bezier(0.61, 0.07, 0.35, 0.88) alternate infinite;
    -o-animation: sf2 1s cubic-bezier(0.61, 0.07, 0.35, 0.88) alternate infinite;
}

@media only screen and (max-width: 768px) {
    .campus_message .message-contact,
    .campus_message .message-form-warp {
        width: 100%;
    }
    .campus_message .contact-name {
        font-size: 18px;
        margin-bottom: 5%;
    }
    .campus_message .contact-info p {
        margin-bottom: 10px;
    }
    .campus_message .map-point {
        margin: 5% 0;
    }
    .campus_message .message-form {
        padding: 0;
        border: none;
    }
}


.message-form {
    width: 890px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.message-form .input-item {
    margin-bottom: 20px;
    height: 48px;
    border-radius: 4px;
    position: relative;
}

.message-form .input-item.input-message {
    height: 90px;
}

.input-inline {
    width: 48.5%;
    position: relative;
}

.input-item input[type='text'] {
    width: 100%;
    display: block;
    height: 48px;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 25px;
    color: #333;
    border-radius: 4px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    
}
.input-item input[name='name'] ,.input-item input[name='phone'] ,.select-warp2 .nice-select.wide{
    background: #fff url(../images/require.png) no-repeat center left  12px;
    background-size: 8px auto;
}

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border: 2px solid #f9be00;
}

.nice-select {
    height: 48px;
    border: 1px solid #dfdfdf;
    line-height: 48px;
    padding-left: 25px;
    border-radius: 4px;
}

.nice-select .current {
    padding-left: 8px;
    color: #999999;
}

textarea[name='message'] {
    width: 100%;
    height: 90px;
    background: #fff;
    border: 1px solid #dfdfdf;
    resize: none;
    display: block;
    font-size: 14px;
    color: #333;
    padding: 15px 25px;
    font-family: "Microsoft YaHei";
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.input-item input[type='text']:focus,
textarea[name='message']:focus {
    border: 2px solid #f9be00;
}

.submit {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #f9be00;
    font-size: 14px;
    color: #222;
    background: transparent;
    position: relative;
    overflow: hidden;
    background: #f9be00;
}


.submit:hover span {
    color: #222!important;
    position: relative;
    z-index: 22;
}

.btn-circle-click,
.btn-circle-hover {
    position: absolute;
    z-index: 0;
    display: block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 0;
    height: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f08c00;
}


label.error{
    position: absolute;
    color: red;
    font-size: 12px;
    right: 5px;
    top: 50%;
    line-height: 1;
    font-weight: normal;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
span.error{
    color: red;
    font-size: 12px;
    line-height: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.input-message label.error{
    bottom: 10px;
    right: 10px;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}
@media only screen and (max-width: 900px) {
    .message-form{
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {

    .zzzq .message-contact,
    .zzzq .message-form-warp {
        width: 100%;
    }
    .zzzq .contact-name {
        font-size: 18px;
        margin-bottom: 5%;
    }
    .zzzq .contact-info p {
        margin-bottom: 10px;
    }
    .zzzq .map-point {
        margin: 5% 0;
    }
    .zzzq .message-form {
        padding: 0;
        border: none;
    }
}