@charset "UTF-8";

html {
    font-size: 10px;
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 24px;
    color: #333;
}

* {
    box-sizing: border-box;
    transition: all 300ms;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
dt,
li,
p {
    padding: 0;
    margin: 0;
}

input,
button {
    outline: none;
    border: none;
}

a {
    text-decoration: none;
    color: #000;
}

li,
i {
    list-style: none;
}

i {
    font-style: normal;
}

img {
    max-width: 100%;
    vertical-align: top;
}

.clear {
    height: 0;
    clear: both;
}

select,
option,
button,
input {
    border: none;
    outline: none;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (prefers-reduced-motion:reduce),
print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

.flex {
    display: flex;
}

body {
    max-width: 750px;
    margin: 0 auto;
}

.public-title {
    text-align: center;
    color: #ff9e2f;
    font-size: 3rem;
    line-height: 1em;
    padding: 9% 0;
}

.public-title::after,
.public-title::before {
    content: "";
    display: inline-block;
    width: 14%;
    height: 0.25rem;
    background: #ff9e2f;
    vertical-align: middle;
}

.public-title span {
    padding: 0 4%;
}

.header {
    background: url(../images/mobile/header/bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 18%;
}

.header .head {
    padding: 4% 4% 10%;
}

.header .head .logo {
    width: 48%;
}

.header .head-text {
    padding-bottom: 7%;
    text-align: center;
    color: #feda10;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1em;
    text-shadow: 2px 2px 0 #847000;
}

.header .head-list {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.header .head-list li {
    width: 30%;
    margin-bottom: 2.5%;
}


.contain-bg {
    background: url(../images/mobile/bg.png) repeat-y center top;
    background-size: 100% auto;
}

.form-wrap {
    padding: 2% 5% 0;
}

.form-wrap .content {
    position: relative;
    background: url(../images/mobile/form/bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    padding: 0 4.5% 12%;
    font-size: 1.4rem;
}

.form-wrap .content .img {
    width: 75%;
    position: relative;
    margin-top: -13%;
}

.form-wrap .content .text {
    padding: 1% 0 5%;
    font-weight: bold;
    color: #0196ff;
}

.form-wrap .content .text img {
    width: 4%;
    vertical-align: middle;
}

.form-wrap .content .text span {
    vertical-align: middle;
}

.form-wrap .content .input-wrap {}

.form-wrap .content .input-wrap .input-box {
    padding-bottom: 4.5%;
    line-height: 3rem;
}

.form-wrap .content .input-wrap .input-box span {
    width: 4em;
    min-width: 0;
}

.form-wrap .content .input-wrap .input-box input {
    height: 3rem;
    padding: 0 1rem;
    background: #d7d6ff;
    border: 1px solid #3356e0;
    border-radius: 10px;
    flex: 1;
    font-size: 1.4rem;
    min-width: 0;
}
.form-wrap .content .input-wrap .input-box .code-wrap {
    flex: 1;
    min-width: 0;
}

.form-wrap .content .input-wrap .input-box .code-wrap .sendCodeButton {
    width: 4em;
    margin-left: 1em;
    background: #fff;
    padding: 0 0.5em;
    border-radius: 30px;
}


.form-wrap .content .input-wrap .input-btn {
    margin-top: 2.5%;
    background: #ff9e2f;
    border-radius: 15px;
    color: #fff;
    line-height: 3rem;
}

.reason .text {}

.ExpertTeam .list {
    padding: 0 2%;
}

.ExpertTeam .list li {
    background: url(../images/mobile/ExpertTeam/bg.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 2%;
    padding: 1.5% 4% 1.5% 7%;
    font-size: 1.2rem;
    line-height: 1.5rem;
    align-items: center;
}

.ExpertTeam .list li .item_img {
    width: 7em;
    min-width: 0;
    text-align: center;
}

.ExpertTeam .list li .item_img .name b {
    display: block;
    font-size: 1.5rem;
    padding: 8% 0 5%;
}


.ExpertTeam .list li .item_info {
    flex: 1;
    min-width: 0;
    padding-left: 10%;
    text-indent: 2em;
}

.CompanyProfile {
    padding-bottom: 10%;
}

.CompanyProfile .intro {
    padding: 0 5%;
    font-size: 1.35rem;
    line-height: 2.2rem;
}

.CompanyProfile .img {
    padding-top: 8%;
}


.solveAProblem .list-wrap {
    position: relative;
    margin-top: -15%;
}

.solveAProblem .list1 {
    padding: 0 4% 9%;
}

.solveAProblem .list1 ul {
    background: url(../images/mobile/form/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 7% 8%;
}

.solveAProblem .list1 li {
    text-align: center;
    line-height: 3rem;
    font-size: 1.25rem;
    font-weight: bold;
    border: 1px solid #3456e0;
    background: #d7d6ff;
    border-radius: 3rem;
    margin-bottom: 3%;
}

.solveAProblem .list1 li:last-child {
    margin-bottom: 0;
}

.solveAProblem .list2 {
    padding-bottom: 6%;
}

.solveAProblem .list2 ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.solveAProblem .list2 ul li {
    width: 42%;
    background: #433d4b;
    margin-bottom: 5%;
    color: #e7ccb4;
    text-align: center;
    padding: 5% 0;
    border-radius: 10px;
}

.solveAProblem .list2 img {
    width: 42%;
}

.solveAProblem .list2 .text {
    font-size: 1.6rem;
    padding: 6% 0 3%;
}

.solveAProblem .list2 .text2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.honor {
    background: url(../images//mobile/honor/bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding-bottom: 10%;
}

.honor .public-title {
    color: #fff;
}

.honor .public-title::after,
.honor .public-title::before {
    background: #fff;
}

.honor .list-wrap {
    padding: 0 6.6%;
}

.honor .list {
    flex-wrap: wrap;
    justify-content: space-between;
}

.honor .list1 li {
    width: 31%;
    margin-bottom: 3%;
}

.honor .list2 li {
    width: 48%;
    margin-bottom: 3%;
}

.copyright {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: center;
    padding: 5% 0;
    color: #8a8a8a;
}

.copyright a {
    color: #8a8a8a;
}

.footer {
    height: 6rem;
    width: 100%;
    max-width: 750px;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    align-items: center;
    justify-content: space-evenly;
    background: #fff;
}

.footer-fixed .btn {
    width: 41%;
    line-height: 4rem;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 3rem;
}

.footer-fixed .btn1 {
    background: #ff9e2f;
}

.footer-fixed .btn2 {
    background: #657eff;
}

.service {
    width: 20%;
    max-width: 170px;
    position: fixed;
    right: 10px;
    bottom: 7rem;
}


@media screen and (min-width: 768px) {
    html {
        font-size: 20px;
    }
}