.about {
    margin: 0;
    padding: 80px 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-attachment: scroll;
    background-size: cover;
    opacity: 1;
    transition: all, .3s;
}

.about .about-title {
    float: left;
    padding-top: 10px;
    width: 360px;
}

.about .about-title .title {
    font-size: 48px;
    color: #06c562;
    font-weight: bold;
}

.about .about-title .icon {
    margin-top: 20px;
    font-family: Arial Black;
    font-size: 78px;
    color: rgba(0, 0, 0, 0.05);
    filter: alpha(opacity=5);
}

.about .about-desc {
    float: left;
    width: 840px;
    line-height: 1.75;
    font-size: 16px;
    color: #333;
    text-align: justify
}

.about .about-desc p {
    margin-bottom: 10px;
}

.contact {
    margin: 60px 0;
}

.contact .contact-info {
    width: 556px;
    float: left;
    margin-right: 54px;
}

.contact .contact-info .title {
    font-size: 32px;
    color: #06c562;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    line-height: 1.75;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contact .contact-info p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.contact .contact-info span {
    color: #06c562;
    margin-right: 8px;
    font-size: 18px;
}

.contact .contact-map {
    float: left;
    width: 590px;
    text-align: right;
}

.message {
    padding: 60px 0;
    background-color: transparent;
    background-image: url(../images/message-bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.message .message-left {
    float: left;
    width: 480px;
    height: 630px;
    background: url(../images/message-bgnew.png) 10px 0 no-repeat #0a7ff2;
    color: #fff;
}

.message .message-left .title {
    margin: 80px 0;
    margin-left: 56px;
    font-weight: 700;
    font-size: 58px;
}

.message .message-left .desc {
    margin-top: 5px;
    padding: 0 60px 50px;
    font-size: 18px;
    line-height: 32px;
}

.message .message-right {
    float: left;
    width: 600px;
    height: 510px;
    padding: 60px;
    background-color: #fff;
}

.message .message-right .message-item {
    font-size: 14px;
    margin-bottom: 36px;
}

.message .title-red {
    float: left;
    display: block;
    width: 6px;
    color: red;
    line-height: 39px;
    margin-right: 10px;
}
.message .iphone-tip,
.message .classify-tip,
.message .tmname-tip,
.message .text-tip{
    position: absolute;
    top: 38px;
    left: 100px;
    color: red;
    z-index: 99999;
    text-align: center;
}
.message .message-right .message-item .input-main {
    width: 520px;
    float: left;
    position: relative;
}

.message .message-right .input-class {
    width: 520px;
}

.message .message-right .message-item .input-name {
    width: 290px;
}

.message .message-right .v-input {
    display: inline-block;
    margin: 0;
    padding: 6px;
    border: 0;
    box-sizing: border-box;
    font-size: 14px;
    outline: 0;
    border-bottom: 1px solid #ddd;
}

.message .message-right .textar {
    display: inline-block;
    width: 520px;
    height: 96px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 12px;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 16px;
    color: #666666;
}

.message .message-right .bnt {
    width: 220px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #00cc26;
    background-color: #00cc26;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    margin-left: 16px; border:0
}

.message .message-right .bnt:hover {
    border: 1px solid #18db3c;
    background-color: #18db3c;
}

.message .message-right .desc {
    margin-top: 30px;
    line-height: 39px;
    color: #666;
    font-size: 14px;
}

.form-item-block {
    position: relative;
}
.form-container form label {
    position: absolute;
    top: 1px;
    left: 1px;
    margin-bottom: 0px;
    background: transparent;
    color: #a8abb3;
}

.form-container form label:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.form-container form label span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.form-container form textarea {
    resize: none;
    height: 140px;
    line-height: 24px;
}

.form-container form textarea+label {
    line-height: 24px;
    padding: 20px 0px;
}

.form-container form input+label {
    height: calc(100% - 2px);
}

.form-container label {
    opacity: 1;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.form-container input:focus+label,
.form-container input.active+label,
.form-container textarea:focus+label,
.form-container textarea.active+label {
    font-size: 90%;
    color: #06c562;
}