.about {
    margin: 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-header {
    padding: .2rem;
}

.about .about-header .title {
    font-size: .2rem;
    color: #06c562;
    font-weight: bold;
}

.about .about-header .icon {
    font-family: Arial Black;
    font-size: .22rem;
    color: rgba(0, 0, 0, 0.05);
    filter: alpha(opacity=5);
}

.about .about-desc {
    line-height: 1.75;
    font-size: .15rem;
    color: #222;
    text-align: justify;
}

.about .about-desc p {
    margin-bottom: .1rem;
}

.contact {
    padding: .2rem;
}

.contact .contact-info .title {
    font-size: .2rem;
    color: #06c562;
    font-weight: bold;
    display: inline-block;
    border-bottom: .01rem solid #ddd;
    line-height: 1.75;
    padding-bottom: .1rem;
    margin-bottom: .2rem;
}

.contact .contact-info a,
.contact .contact-info p {
    font-size: .14rem;
    line-height: 1.5;
    color: #666;
}
.contact .contact-info span {
    color: #06c562;
    margin-right: .08rem;
    font-size: .13rem;
}

.contact .contact-map img {
    margin-top: 0.1rem;
    width: 100%;
}
.message{
    padding: 0 .2rem .2rem;
    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 .title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding-top: 0.2rem; padding-bottom:10px
}

.message .message-left .desc {
    margin-top: .05rem;
    padding: 0 .2rem;
    font-size: .14rem;
    line-height: .32rem;
    color: #999;
}

.message .message-right .message-item {
    font-size: .14rem;
    margin-top: 10px;
    display: flex;
    justify-self: start; width:100%
}
.message .message-right .message-item .input-name{
    width: 100%;
}
.message .title-red {
    display: block;
    width: .06rem;
    color: red;
    line-height: .39rem;
    margin-right: .1rem;
}
.message .iphone-tip,
.message .classify-tip,
.message .tmname-tip,
.message .text-tip{
    position: absolute;
    top: .34rem;
    left: 1rem;
    color: red;
    z-index: 99999;
    text-align: center;
}
.message .message-right .message-item .input-main {
    width: 100%;
    float: left;
    position: relative;
}

.message .message-right .v-input {
    display: inline-block;
    margin: 0;
    padding: .06rem;
    border: 0;
    box-sizing: border-box;
    font-size: .14rem;
    outline: 0;
    border-bottom: .01rem solid #ddd;
}

.message .message-right .textar {
    display: inline-block;
    width: 100%;
    border: .01rem solid #ddd;
    border-radius: .05rem;
    padding-left: .12rem;
    padding-top: .1rem;
    margin-top: .15rem;
    font-size: .14rem;
    color: #666666; background:none; font-family:微软雅黑
}

.message .message-right .bnt {
    display: block;
    width: 1.8rem;
    height: .48rem;
    margin: 0.2rem auto;
    background: #06c562;
    border: .01rem solid #06c562;
    border-radius: .04rem;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    line-height: .48rem;
    cursor: pointer;
}

.message .message-right .desc {
    line-height: 1.5;
    color: #666;
    font-size: .14rem;
}
.message .message-right .desc .red{
    color: red;
    margin-right: .06rem;
}

.form-item-block {
    position: relative;
}
.form-container form label {
    position: absolute;
    top: .01rem;
    left: .01rem;
    margin-bottom: 0;
    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 .1rem;
}
.form-container form textarea {
    resize: none;
    height: 1.4rem;
    line-height: .24rem;
}

.form-container form textarea+label {
    line-height: .24rem;
    padding: .2rem 0;
}

.form-container form input+label {
    height: calc(100% - .02rem);
}

.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;
}