.message {
    padding-top: 80px;

}

.message {
    background: none;
}

.message .w {
    max-width: 1470px;
    padding: 0 64px;
}

.message .w {
    padding: 0;
}

.fl {
    float: left;
}

.message .fl {
    margin-top: 10px;
    width: 51.78838%;
}

.message .fl h3 {
    font-size: 40px;
    color: #ffffff;
}

.message .fl .p1 {
    margin-top: 48px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffffff;
}

.message .fl .p1 span {
    margin-left: 16px;
    font-size: 24px;
}

.message .fl .p2 {
    font-size: 18px;
    color: #fd9d6f;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(left, #e1562c, #ff9a68);
}

.message .fl .p2 {
    color: #ffffff;
    -webkit-text-fill-color: initial;
    background-image: none;
}

.message .fl .sty1 {
    margin-top: 56px;
    overflow: hidden;
}

.message .fl .sty1 li {
    float: left;
    color: #ffffff;
    width: 31%;
    margin-right: 2%;
}

.message .fl .sty1 li b {
    background: none;
    padding-left: 0;
    font-size: 22px;
}

.message .fl .sty1 li p {
    margin-top: 14px;
    padding-left: 14px;
    font-size: 18px;
}

.message .fl .sty1 li p {
    padding-left: 0;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 200;
}

.fr {
    float: right;
}

.message .fr {
    width: 42.47392%;
}

.message .fr form {
    font-size: 0;
}

.message .fr .same_input {
    width: 48.42105%;
    display: inline-block;
    margin-bottom: 21px;
}

.message .fr .name_input span {
    background: url(/static/images/messagely01.png) left center no-repeat;
}

.message .fr .same_input input,
.message .fr .same_input textarea {
    width: 100%;
    height: 54px;
    background: #f8f8f8;
    display: block;
    font-size: 18px;
    font-family: 'Alibaba-PuHuiTi-Regular';
    line-height: 54px;
    padding: 0 5%;
}

.message .fr .name_tel {
    margin-left: 3.16%;
}

.message .fr .name_project {
    margin-left: 3.16%;
}

.message .fr .name_tel span {
    background: url(/static/images/messagely02.png) left center no-repeat;
}

.message .fr .name_email span {
    background: url(/static/images/messagely03.png) left center no-repeat;
}

.message .fr .name_project span {
    background: url(/static/images/messagely04.png) left center no-repeat;
}

.message .fr .same_input span {
    margin-bottom: 9px;
    padding-left: 33px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
}

.message .fr .same_input span font {
    color: #f58454;
}

.message .fr .name_text {
    width: 100%;
}

.message .fr .name_text span {
    background: url(/static/images/messagely05.png) left center no-repeat;
}

.message .fr .name_text textarea {
    height: 154px;
    padding-top: 11px;
    line-height: 1.66667;
}

.message .fr .notice {
    margin-top: 18px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #fe9967;
    text-align: center;
}

.message .fr .submit_button {
    margin: 0 auto;
    padding: 2px;
    background: #f58454;
    background-image: -webkit-linear-gradient(left, #a44e32, #fe9665);
    border-radius: 30px;
    box-shadow: 0 13px 9px rgb(0 0 0 / 35%);
    display: table;
    position: relative;
    z-index: 1;
    animation: textgrow 1.2s linear infinite;
}

.message .fr .submit_button:before {
    content: "";
    background-image: -webkit-linear-gradient(left, #de562c, rgba(222, 86, 44, 0), #de562c);
    border-radius: 40px;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    opacity: 0.3;
    z-index: -1;
    transition: all linear 0.3s;
}

.message .fr .submit_button input {
    display: block;
    width: 310px;
    height: 49px;
    background: #f58454;
    background-image: -webkit-linear-gradient(left, #e1562c, #ff9a68);
    border-radius: 30px;
    font-size: 20px;
    font-family: 'Alibaba-PuHuiTi-Bold';
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 13px 9px rgb(199 118 23 / 45%);
    cursor: pointer;
}

.message .fr .submit_button:after {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 30px;
    right: 80px;
    bottom: 10px;
    background: url(/static/images/form_pointer.png) center center no-repeat;
    background-size: 100% auto;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}