input,
button {
    outline: none;
}

.footer-ipt-mobile {
    font-family: "PingFang SC", "Microsoft YaHei", "SimSun", "Arial", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    height: 242px;
    color: #4e5969;
    background-color: #f7f8fa;
    background-image: url("../image/world-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1440px;
    transition: 0.5s linear transform, 3s linear background-size;
}

.footer-ipt-mobile:hover {
    background-size: 1600px;
}

.footer-ipt-mobile h3 {
    margin-bottom: 12px;
    padding: 0;
    line-height: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
}

.footer-ipt-mobile h4 {
    margin-bottom: 30px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
}

.footer-ipt-mobile .ipt-group {
    display: flex;
}

.footer-ipt-mobile .ipt-group input {
    padding: 0 16px;
    border-radius: 4px 0 0 4px;
    width: 332px;
    height: 48px;
    border: 2px solid #f19240;
    color: #1d2129;
}

.footer-ipt-mobile .ipt-group input::-webkit-input-placeholder,
.footer-ipt-mobile .ipt-group input::placeholder {
    color: #86909c;
    font-size: 14px;
}

.footer-ipt-mobile .ipt-group a,
.footer-ipt-mobile .ipt-group [type=button] {
    background-color: #f19240;
    border: none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    width: 88px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.page-footer {
    padding-bottom: 1px;
    font-family: "PingFang SC", "Microsoft YaHei", "SimSun", "Arial", sans-serif;
    padding-top: 60px;
    background-color: #252d40;
    color: #fff;
}

.page-footer .page-footer-inner {
    margin: 0 auto;
    width: 1156px;
}

.page-footer .page-footer-row1 {
    display: flex;
}

.page-footer .left-info {
    margin-right: 100px;
}

.page-footer .left-info .f-logo {
    margin-bottom: 40px;
    width: 300px;
    height: 42px;
    background: url("../image/logo16.png") no-repeat left center;
    background-size: auto 35px;
}

.page-footer .left-info .f-contact {
    margin-bottom: 40px;
}

.page-footer .left-info .f-contact div {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}

.page-footer .left-info .f-group-btn {
    display: flex;
}

.page-footer .left-info .f-group-btn button,
.page-footer .left-info .f-group-btn [type=button] {
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding: 0 15px;
    height: 36px;
    background-color: transparent;
    border: 1px #86909c solid;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
}

.page-footer .left-info .f-group-btn button:hover,
.page-footer .left-info .f-group-btn [type=button]:hover {
    background-color: #f19240;
    border-color: #f19240;
}

.page-footer .left-info .f-group-btn button:active,
.page-footer .left-info .f-group-btn [type=button]:active {
    background-color: #eb8228;
    border-color: #eb8228;
}

.page-footer .left-info .f-group-btn button:last-child,
.page-footer .left-info .f-group-btn [type=button]:last-child {
    margin-right: 0;
}

.page-footer .left-info .f-group-btn button::after,
.page-footer .left-info .f-group-btn [type=button]::after {
    content: "";
    margin-left: 6px;
    width: 16px;
    height: 16px;
    background-image: url("../image/btn-arrow.svg");
    background-size: 100%;
    opacity: 0.6;
}

.page-footer .left-info .f-group-btn button:hover::after,
.page-footer .left-info .f-group-btn [type=button]:hover::after {
    opacity: 1;
}

.page-footer .right-nav {
    flex: 1;
    display: flex;
    margin: 0;
    padding: 0;
}

.page-footer .right-nav li {
    flex: 0.8;
}

.page-footer .right-nav li:first-child {
    flex: 1;
}

.page-footer .right-nav li:last-child {
    flex: 1.4;
}

.page-footer .right-nav dl {
    margin: 0;
}

.page-footer .right-nav dt {
    margin-bottom: 30px;
    font-size: 16px;
}

.page-footer .right-nav dd {
    margin-bottom: 20px;
    margin-left: 0;
}

.page-footer .right-nav dd a {
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
}

.page-footer .right-nav dd a:hover {
    color: #f19240;
    text-decoration: none;
    opacity: 1;
}

.page-footer .right-nav dd .c-row {
    margin-bottom: 20px;
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
}

.page-footer .right-nav dd .c-qr {
    display: flex;
    margin-top: 38px;
}

.page-footer .right-nav dd .c-qr>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-footer .right-nav dd .c-qr>div:first-child {
    margin-right: 38px;
}

.page-footer .right-nav dd .c-qr img {
    margin-bottom: 7px;
}

.page-footer .right-nav dd .c-qr .c-name {
    color: #fff;
    opacity: 0.8;
    font-size: 12px;
}

.page-footer-copyright {
    border-top: 1px rgba(255, 255, 255, 0.15) solid;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.page-footer-copyright span {
    margin-right: 10px;
}

.page-footer-copyright span:last-child {
    margin-right: 0;
}

.page-footer .right-nav dl h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 16px;
}