.main-header {
    margin: 0;
    border: none;
}

.main-header .top-nav {
    margin: 0;
}

.main-header .container {
    width: 1230px;
}

.help-block {
    position: absolute;
    color: #f22;
    font-size: 12px;
}

.text-red {
    color: #e71a16;
}

.text-center {
    text-align: center;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.m-more-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 317px;
    height: 66px;
    text-align: center;
    font-size: 23px;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#f7864e), to(#de2424));
    background: -o-linear-gradient(left, #f7864e 0%, #de2424 100%);
    background: linear-gradient(90deg, #f7864e 0%, #de2424 100%);
    border-radius: 33px;
    color: #fff;
}

.m-more-btn svg {
    margin-left: 8px;
}

.page-top {
    background: url(../images/img_0.png) no-repeat center center;
    background-size: 1920px 454px;
    height: 454px;
}

.page-nav {
    height: 72px;
    background: #d8d8d8;
    position: relative;
}

.page-nav.fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}

.page-nav.fixed::after {
    content: '';
    display: block;
    margin-bottom: 72px;
}

.page-nav .content {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    background: inherit;
}
.page-nav a {
    display: block;
    float: left;
    width: 254px;
    line-height: 72px;
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page-nav .nav-item {
    font-weight: 500;
    padding-left: 40px;
}

.page-nav .nav-item.active {
    background: #fff;
}

.page-nav .nav-item.active:after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 15px;
    width: 56px;
    height: 4px;
    background: #e71a16;
    border-radius: 2px;
}

.page-nav .nav-item:hover {
    color: #333;
    background: #fff;
}

.page-nav .nav-action {
    font-weight: 800;
    color: #333;
    text-align: center;
}

.page-nav.fixed .nav-action {
    color: #fff;
    background: #e71a16;
}

.solve-wrap .title {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    padding: 74px;
    letter-spacing: 1px;
    text-align: center;
}

.solve-wrap .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.solve-wrap .wrap li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
}

.solve-wrap header {
    position: relative;
    margin-bottom: 40px;
    width: 320px;
    height: 99px;
    background: #ffffff;
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: -1px 5px 8px -4px #d0d0d0;
    box-shadow: -1px 5px 8px -4px #d0d0d0;
}

.solve-wrap header svg {
    margin-right: 24px;
}

.solve-wrap header .tip {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    letter-spacing: 2px;
}

.solve-wrap .content {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 38px;
    letter-spacing: 1px;
}

.solve-wrap .content::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #333333;
    margin-right: 5px;
    border-radius: 50%;
}

.intro-wrap {
    padding-top: 90px;
    padding-bottom: 50px;
    background: #f7f7f7;
    text-align: center;
}

.intro-wrap .title {
    padding-bottom: 35px;
    font-size: 32px;
    font-weight: 800;
    color: #333333;
    line-height: 48px;
    letter-spacing: 1px;
}

.intro-wrap .m-more-btn {
    margin-top: 64px;
}

.zsw-wrap {
    height: 2006px;
    background: url(../images/img_20.jpg) no-repeat center;
    color: #fff;
}

.zsw-wrap .title {
    text-align: center;
    padding-top: 90px;
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    line-height: 48px;
    letter-spacing: 1px;
}

.zsw-wrap .tip {
    text-align: center;
    margin-top: 38px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 1px;
}

.zsw-wrap .search {
    position: relative;
    margin: 0 auto;
    width: 880px;
    height: 73px;
    background: none;
}

.zsw-wrap .search .box {
    width: 610px;
    height: 73px;
    font-size: 29px;
    line-height: 73px;
    padding-left: 29px;
    float: left;
    border-radius: 4px 0 0 4px;
    border-width: 2px;
    border-color: #fff transparent #fff #fff;
    border-style: solid;
}

.zsw-wrap .search a {
    float: left;
    margin-left: -1px;
    width: 165px;
    height: 73px;
    font-size: 29px;
    line-height: 73px;
    text-align: center;
    background: #e0382d;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.zsw-wrap .search a:hover {
    background: #ff4d41;
}

.zsw-wrap .search svg {
    float: left;
    margin-left: 20px;
}

.zsw-wrap .img {
    text-align: center;
    margin: 64px auto 100px;
    display: block;
}

.zsw-wrap .zsw-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    background: #ffffff;
    border-radius: 16px;
    color: #333;
    -webkit-box-shadow: 0px 8px 13px -2px #d0d0d0;
    box-shadow: 0px 8px 13px -2px #d0d0d0;
}

.zsw-wrap .zsw-content .title {
    text-align: center;
    font-size: 24px;
    padding: 30px 0;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    letter-spacing: 2px;
}

.zsw-wrap .zsw-content .content {
    color: #666;
    width: 940px;
    padding: 0 85px 50px;
    border-bottom: 1px solid #dedede;
    text-align: left;
    font-size: 16px;
    margin: 20px auto;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    letter-spacing: 1px;
    text-indent: 2em;
}

.zsw-wrap .zsw-content .content > div + div {
    margin-top: 20px;
}

.zsw-wrap .zsw-content .des {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.zsw-wrap .zsw-content footer {
    padding: 30px 56px 50px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.zsw-wrap .zsw-content footer > div {
    max-width: 240px;
}

.zsw-wrap .zsw-content footer img {
    margin-right: 12px;
}

.zsw-wrap .zsw-content footer h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.zsw-wrap .zsw-content footer h3 + div {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    letter-spacing: 1px;
}

.zsw-wrap .m-more-btn {
    margin-top: 70px;
}

.methods-wrap {
    background: url(../images/img_6.png) no-repeat center;
    height: 945px;
    text-align: center;
}

.methods-wrap .title {
    font-size: 32px;
    text-align: center;
    padding: 90px 0 44px;
    font-weight: 800;
    color: #333333;
    letter-spacing: 1px;
}

.methods-wrap .m-more-btn {
    margin-top: 13px;
}

.member-wrap {
    text-align: center;
}

.member-wrap .title {
    font-size: 32px;
    text-align: center;
    padding: 90px 0 44px;
    font-weight: 800;
    color: #333333;
    letter-spacing: 1px;
}

.member-wrap .m-more-btn {
    margin-top: 70px;
    margin-bottom: 70px;
}

.customer-wrap {
    background: url(../images/img_9.jpg) no-repeat center;
    height: 950px;
    text-align: center;
}

.customer-wrap .title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    padding-top: 90px;
    padding-bottom: 24px;
}

.customer-wrap .tip {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
    margin-bottom: 40px;
}

.customer-wrap .m-more-btn {
    margin-top: 76px;
}

.case-wrap {
    background-color: #f7f7f7;
    text-align: center;
}

.case-wrap .title {
    font-size: 32px;
    font-weight: 800;
    color: #333;
    letter-spacing: 1px;
    padding-top: 90px;
    padding-bottom: 24px;
}

.case-wrap .m-more-btn {
    margin-top: 32px;
    margin-bottom: 119px;
}

.cooperation-wrap {
    text-align: center;
}

.cooperation-wrap .title {
    font-size: 32px;
    padding: 80px 50px;
    font-weight: 800;
    color: #333333;
    line-height: 48px;
    letter-spacing: 1px;
}

.cooperation-wrap .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 136px;
}

.cooperation-wrap .tag {
    position: relative;
    display: inline-block;
    width: 458px;
    height: 128px;
    background: rgba(246, 200, 108, 0.1);
    border-radius: 24px;
    border: 1px solid #f6c86c;
    font-size: 32px;
    font-weight: 400;
    color: #c3621f;
    line-height: 128px;
    letter-spacing: 1px;
}

.cooperation-wrap .tag.one:after {
    content: '';
    position: absolute;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTciIGhlaWdodD0iOTYiIHZpZXdCb3g9IjAgMCA5NyA5NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik05NiA5NkwwIDBoNjBsMzYgMzZ2NjB6IiBmaWxsPSIjNDQ5ODhDIi8+PHRleHQgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNjMgMzQpIiBmb250LWZhbWlseT0iU291cmNlSGFuU2Fuc0NOLUhlYXZ5LCBTb3VyY2UgSGFuIFNhbnMgQ04iIGZvbnQtc2l6ZT0iMTgiIGZvbnQtd2VpZ2h0PSI2MDAiIGxldHRlci1zcGFjaW5nPSIxIiBmaWxsPSIjRkZGIj48dHNwYW4geD0iMjUiIHk9IjQxIj7pgIHkuInkuKrmnIg8L3RzcGFuPjwvdGV4dD48cGF0aCBmaWxsPSIjMTE0RTQ1IiBkPSJNMCAwbDYgNkgwek05MCA5MGw2IDZoLTZ6Ii8+PC9nPjwvc3ZnPg==) no-repeat center;
    width: 96px;
    height: 96px;
    right: -6px;
    top: -6px;
}

.cooperation-wrap .tag.two:after {
    content: '';
    position: absolute;
    background: url(../fonts/a3b7de034fdd42bc9a9a13bbc29c155f.woff) no-repeat center;
    width: 188px;
    height: 37px;
    right: -6px;
    top: 4px;
}

.form-wrap header {
    height: 464px;
    background: url(../images/img_15.jpg) no-repeat center;
}

.form-wrap .title {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    padding: 40px 0 10px;
}

.form-wrap .title:before {
    content: '';
    display: inline-block;
    margin-right: 4px;
    width: 5px;
    height: 16px;
    background: #e71a16;
    border-radius: 3px;
}

.form-wrap .phone {
    font-size: 24px;
    font-weight: 800;
    color: #e71a16;
    margin-left: 40px;
}

.form-wrap form {
    margin-top: 30px;
}

.form-wrap form .form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-wrap form .submit {
    display: block;
    width: 496px;
    height: 48px;
    background: #e71a16;
    outline: none;
    border: none;
    font-size: 16px;
    color: #ffffff;
    margin: 70px auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-wrap form .submit:hover {
    opacity: 0.8;
}

.form-wrap form .tag {
    font-size: 16px;
    padding: 5px 0;
}

.form-wrap form input {
    width: 336px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #ededed;
    outline: none;
    padding-left: 24px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
}

.form-wrap form input:hover {
    border-color: #ea908e;
}

.form-wrap form input:focus {
    border-color: #e71a16;
}

.form-wrap form input.code {
    width: 220px;
}

.form-wrap form .button {
    width: 124px;
    height: 48px;
    background: #dedede;
    outline: none;
    border: none;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}

.form-wrap form .button[disabled] {
    cursor: not-allowed;
    color: #999;
}

.form-wrap form .captcha {
    width: 124px;
    height: 48px;
}

.m-contact-tip {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 2000;
}

.m-contact-tip .phone-wrap {
    width: 162px;
    height: 56px;
    background: #e02d28;
    border-radius: 51px 0px 0px 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    cursor: default;
}

.m-contact-tip .phone-wrap svg {
    margin-right: 8px;
}

.m-contact-tip .qq-wrap {
    display: inline-block;
    width: 56px;
    height: 90px;
    border: 1px solid #dedede;
    color: #e71a16;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjEuMzI0IDE1LjU3NmMtLjQzMi0yLjU5Mi0yLjI0NC00LjI5Ni0yLjI0NC00LjI5Ni4yNjQtMi4zNjQtLjY5Ni0yLjc4NC0uNjk2LTIuNzg0QzE4LjE5MiAxLjIgMTIuMTMyIDEuMzMyIDEyIDEuMzMyYy0uMTMyIDAtNi4xOTItLjEzMi02LjM4NCA3LjE2NCAwIDAtLjk0OC40Mi0uNjk2IDIuNzg0IDAgMC0xLjgxMiAxLjcwNC0yLjI0NCA0LjI5NiAwIDAtLjIyOCA0LjM5MiAyLjA3Ni41NCAwIDAgLjUxNiAxLjQ2NCAxLjQ2NCAyLjc4NCAwIDAtMS43MDQuNi0xLjU2IDIuMTQ4IDAgMC0uMDYgMS43MjggMy42MjQgMS42MDggMCAwIDIuNTkyLS4yMDQgMy4zNzItMS4zNDRoLjY4NGMuNzggMS4xNCAzLjM3MiAxLjM0NCAzLjM3MiAxLjM0NCAzLjY4NC4xMiAzLjYyNC0xLjYwOCAzLjYyNC0xLjYwOC4xNDQtMS41NDgtMS41Ni0yLjE0OC0xLjU2LTIuMTQ4Ljk0OC0xLjMyIDEuNDY0LTIuNzg0IDEuNDY0LTIuNzg0IDIuMzE2IDMuODUyIDIuMDg4LS41NCAyLjA4OC0uNTR6IiBmaWxsPSIjRTAyRDI4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat center 30%;
}

.m-contact-tip .qq-wrap > div {
    text-align: center;
    padding-top: 45px;
}

.m-contact-tip .qq-wrap:hover {
    background-image: url(../fonts/0554ebc749a749b19f97ec963a0e33d8.woff);
}

.m-contact-tip .to-top {
    width: 56px;
    height: 56px;
    border: 1px solid #dedede;
    border-top-color: transparent;
    background: #fff url(../fonts/585deffcc94e4593ac15b801fd2326d0.woff) no-repeat center;
    cursor: pointer;
}

.m-contact-tip .to-top:hover {
    background-image: url(../fonts/732e79444c14495188c4a0309186026e.woff);
}

.form-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2300;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-dialog.in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.form-dialog.animate .content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.form-dialog .content {
    position: relative;
    width: 550px;
    padding-bottom: 20px;
    background: #ffffff;
    border-radius: 8px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.form-dialog .content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/img_22@2x.png) no-repeat center;
    width: 127px;
    height: 81px;
    background-size: 127px 81px;
}

.form-dialog .content::after {
    content: '';
    position: absolute;
    right: -9px;
    top: -7px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE3IiBoZWlnaHQ9IjExNiIgdmlld0JveD0iMCAwIDExNyAxMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTE1LjIgMTE1LjJMMCAwaDcybDQzLjIgNDMuMnY3MnoiIGZpbGw9IiM0NDk4OEMiLz48dGV4dCB0cmFuc2Zvcm09InJvdGF0ZSg0NSA3NS43NDEgNDEuMjI0KSIgZm9udC1mYW1pbHk9IlNvdXJjZUhhblNhbnNDTi1IZWF2eSwgU291cmNlIEhhbiBTYW5zIENOIiBmb250LXNpemU9IjIxLjYiIGZvbnQtd2VpZ2h0PSI2MDAiIGxldHRlci1zcGFjaW5nPSIxLjIiIGZpbGw9IiNGRkYiPjx0c3BhbiB4PSIyOS43NDEiIHk9IjQ5LjIyNCI+6YCB5LiJ5Liq5pyIPC90c3Bhbj48L3RleHQ+PHBhdGggZmlsbD0iIzExNEU0NSIgZD0iTTAgMGw3LjIgNy4ySDB6TTEwOCAxMDhsNy4yIDcuMkgxMDh6Ii8+PC9nPjwvc3ZnPg==) no-repeat center;
    width: 117px;
    height: 116px;
    background-size: 117px 116px;
}

.form-dialog .content .title {
    color: #e71a16;
    padding-top: 48px;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

.form-dialog .content .tip {
    font-size: 16px;
    font-weight: 400;
    color: #e02d28;
    line-height: 24px;
    text-align: center;
}

.form-dialog .content .form-content {
    margin-top: 60px;
}

.form-dialog .content .form-item {
    position: relative;
    padding: 0 67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-dialog .content .form-item .tag {
    height: 16px;
    font-size: 16px;
    margin-right: 8px;
}

.form-dialog .content .form-item input {
    width: 336px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #ededed;
    outline: none;
    padding-left: 24px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-dialog .content .form-item input:hover {
    border-color: #ea908e;
}

.form-dialog .content .form-item input:focus {
    border-color: #e71a16;
}

.form-dialog .content .form-item input.code {
    width: 220px;
    vertical-align: middle;
}

.form-dialog .content .form-item .button {
    width: 126px;
    height: 48px;
    background: #dedede;
    outline: none;
    border: none;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}

.form-dialog .content .form-item .captcha {
    width: 124px;
    height: 48px;
}

.form-dialog .content .form-item .button[disabled] {
    cursor: not-allowed;
    color: #999;
}

.form-dialog .content .form-item + .form-item {
    margin-top: 25px;
}

.form-dialog .content footer {
    margin-top: 60px;
    text-align: center;
}

.form-dialog .content footer div {
    letter-spacing: 1px;
    color: #e71a16;
    font-size: 16px;
}

.form-dialog .content footer b {
    font-size: 24px;
}

.form-dialog .content .submit {
    width: 496px;
    height: 48px;
    background: #e71a16;
    border-radius: 24px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.form-dialog .content .submit:hover {
    opacity: 0.8;
}

.form-dialog .remove {
    position: absolute;
    height: 32px;
    width: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    right: 9px;
    top: -44px;
    color: #fff;
    line-height: 28px;
    font-size: 18px;
     border-radius: 50%;
    border: 2px solid #ffffff;
    outline: none;
    font-style: normal;
    cursor: pointer;
    font-family: simsun;
}
.information {
    width: 100%;
    height: 325px;
    background: url(../images/information.png) no-repeat;
    background-position-x: center;
}