* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
   
}

html {
    font-size: 100px;
}

body {
    color: #333;
    margin: 0;
    font-size: 14px;
    font-family: "PingFang SC", "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

input,
button,
textarea {
    outline: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

button {
    border: none;
    padding: 0;
    background-color: transparent;
}

body {
    background-color: #ffffff;
}

.clear {
    clear: both;
}

select, input, textarea {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    font-size: 15px;
}

select::-ms-expand {
    display: none;
}

input::-webkit-input-holder, textarea::-webkit-input-holder {
    color: #666666;
}



.search-form-wrapper {
    max-height: 500px;
    background-image: url("../images/bg-form.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 107px;
    margin-bottom: 170px;
}

.search-form-wrapper h1 {
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
    font-size: 40px;
    text-shadow: 5px 2px 5px #1e83fd;
    margin-bottom: 20px;
}

.search-form-wrapper .credit-text {
    width: 70%;
    height: 50px;
    line-height: 50px;
    background-color: #4d9cfe;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(0deg, #8ec2ff 0%, #55a1fd 100%);
    border-image-slice: 1;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 40px;
}

.search-form-wrapper .form-table {
    width: 85%;
    margin: auto;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 9px 62px 0px rgba(21, 126, 253, 0.29);
}

.search-form-wrapper .form-table .input {
    background-color: #f5f7f6;
    padding: 60px 50px 26px 50px;
    position: relative;
}

.search-form-wrapper .form-table .input .tips-text {
    position: absolute;
    left: 41%;
    top: 40px;
    background-color: #2ee09c;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 20px;
    background-image: url("../images/icon-tips.png");
    background-size: 12px 13px;
    background-repeat: no-repeat;
    background-position: 5px center;
    border-radius: 4px 4px 0 0px;
}

.search-form-wrapper .form-table .or {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #e8e6e6;
    border: solid 2px #f3f2fa;
    display: block;
    text-align: center;
    margin: -15px auto 0 auto;
    border-radius: 15px;
    position: relative;
    font-size: 12px;
    color: #4d4949;
}

.search-form-wrapper .form-table .input input {
    width: 40%;
    height: 50px;
    border: 1px solid #2ee09c;
    background-color: #ffffff;
    padding-left: 10px;
}

.search-form-wrapper .form-table .input input.name {
    border-radius: 4px 0px 0px 4px;
}

.search-form-wrapper .form-table .input input.number {
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
}

.search-form-wrapper .form-table .btn-online {
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    background-color: #fc8165;
    box-shadow: 5px 3px 13px 0px rgba(252, 120, 91, 0.43);
    border-radius: 4px;
    margin: 20px 50px 15px 50px;
    color: #ffffff;
    font-size: 20px;
}

.search-form-wrapper .form-table .btn-online span {
    padding-right: 25px;
    background-image: url("../images/icon-chat.png");
    background-size: 20px 17px;
    background-repeat: no-repeat;
    background-position: 100% center;
}

.search-form-wrapper .form-table .btn-search {
    width: 18%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-left: 2%;
    font-size: 20px;
    color: #ffffff;
    background-color: #2ee09c;
    border-radius: 4px;
    text-align: center;
    box-shadow: 5px 3px 13px 0px rgba(46, 224, 156, 0.43);
}

.search-form-wrapper .form-table .btn-search span {
    padding-right: 20px;
    background-image: url("../images/icon-search.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 100% center;
}

.search-form-wrapper .form-table .help-text {
    color: #737880;
    text-align: center;
    padding: 0 50px 40px 50px;
}

.search-form-wrapper .form-table .help-text .num {
    color: #fc8165;
}

.module-title {
    color: #1e83fd;
    text-align: center;
    font-weight: normal;
    margin-bottom: 50px;
	    font-size: 36px;
    margin-top: 30px;
}
}

.module-title h1 {
    position: relative;
}

.module-title h1:after {
    position: absolute;
    content: '';
    width: 51px;
    height: 3px;
    background-image: linear-gradient(-14deg, #4484d4 0%, #5692dc 100%), linear-gradient(#192027, #192027);
    border-radius: 1px;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.certificate-wrapper {
    overflow: hidden;
}

.certificate-wrapper .list {
    width: 23.5%;
    min-height: 156px;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 50px 0;
    border-radius: 10px;
    float: left;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    overflow: hidden;
}

.certificate-wrapper .list:hover {
    padding: 45px 0;
}

.certificate-wrapper .list:hover p {
    display: none;
}

.certificate-wrapper .list:hover .btns {
    display: block;
}

.certificate-wrapper .list .btns {
    display: none;
    position: relative;
    z-index: 999;
}

.certificate-wrapper .list .btns a {
    width: 55%;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin: auto;
    border-radius: 4px;
}

.certificate-wrapper .list .btns a:nth-child(1) {
    margin-bottom: 6px;
    background-color: #2ee09c;
}

.certificate-wrapper .list .btns a:nth-child(2) {
    color: #2ee09c;
    background-color: #ffffff;
}

.certificate-wrapper .list .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.certificate-wrapper .list .pos {
    position: absolute;
    top: 45px;
    right: -80px;
    left: 0;
    font-size: 120px;
    color: #ffffff;
    opacity: 0.1;
    font-weight: bold;
}

.certificate-wrapper .list:nth-child(1) {
    background-image: linear-gradient(222deg, rgba(126, 168, 255, 0.9) 0%, rgba(106, 186, 249, 0.9) 100%), linear-gradient(#ffffff, #ffffff);
}

.certificate-wrapper .list:nth-child(2) {
    background-image: linear-gradient(235deg, rgba(255, 82, 99, 0.75) 0%, rgba(255, 111, 107, 0.75) 50%, rgba(255, 138, 114, 0.75) 100%), linear-gradient(#ffffff, #ffffff);
}

.certificate-wrapper .list:nth-child(3) {
    background-image: linear-gradient(235deg, rgba(42, 183, 219, 0.9) 0%, rgba(75, 203, 225, 0.9) 50%, rgba(110, 223, 230, 0.9) 100%), linear-gradient(#ffffff, #ffffff);
}

.certificate-wrapper .list:nth-child(4) {
    background-image: linear-gradient(235deg, rgba(20, 148, 252, 0.78) 0%, rgba(53, 164, 252, 0.78) 50%, rgba(88, 179, 252, 0.78) 100%), linear-gradient(#ffffff, #ffffff);
}

.certificate-wrapper .list:nth-child(5) {
    background-image: linear-gradient(235deg, rgba(255, 82, 99, 0.75) 0%, rgba(255, 111, 107, 0.75) 50%, rgba(255, 138, 114, 0.75) 100%), linear-gradient(#ffffff, #ffffff);
}

.certificate-wrapper .list:nth-child(6) {
    background-image: linear-gradient(222deg, rgba(91, 135, 227, 0.75) 0%, rgba(99, 160, 238, 0.75) 50%, rgba(106, 186, 249, 0.75) 100%), linear-gradient(#ffffff, #ffffff);
}

.certificate-wrapper .list:nth-child(7) {
    background-image: linear-gradient(235deg, #fe5163 0%, #ff6d6a 50%, #ff8a71 100%), linear-gradient(#ffffff, #ffffff);
}

.certificate-wrapper .list:nth-child(8) {
    background-image: linear-gradient(222deg, rgba(106, 186, 249, 0.8) 0%, rgba(99, 160, 238, 0.8) 50%, rgba(91, 135, 227, 0.8) 100%), linear-gradient(#ffffff, #ffffff);
}

.certificate-wrapper .list:nth-child(4n) {
    margin-right: 0;
}

.certificate-wrapper .advisory-more {
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: #2ee09c;
    display: block;
    box-shadow: 7px 5px 18px 0px rgba(46, 224, 156, 0.59);
    margin: 3% auto 8% auto;
    font-size: 18px;
}

.advantage {
    padding: 5% 0 0 0;
    background-color: #f0f8ff;
    margin-bottom: 5%;
}

.advantage .advantage-wrapper {
    padding: 0 5%;
    overflow: hidden;
}

.advantage .advantage-wrapper .list {
    width: 30%;
    float: left;
    margin-bottom: 6%;
    margin-right: 5%;
}

.advantage .advantage-wrapper .list:nth-child(3n) {
    margin-right: 0;
}

.advantage .advantage-wrapper .list img {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.advantage .advantage-wrapper .list p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #192027;
    padding-left: 5%;
    text-align: left;
}
.bonus-item{width: 65%;
    margin: auto;}
.bonus-item .bonus {
    width: 40%;
    float: left;
    margin-right: 2%;
   
    background-color: #ffffff;
    box-shadow: 0px 7px 59px 0px rgba(79, 157, 253, 0.14);
    border-radius: 10px;
    padding: 2% 3%;
}

.bonus-item .bonus:nth-child(2) {
    margin-right: 0;
}

.bonus-item .bonus h1 {
    color: #1e83fd;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    padding-bottom: 3%;
    border-bottom: 2px solid #f0f8ff;
}

.bonus-item .bonus p.list {
    color: #192027;
    font-size: 16px;
    padding: 3% 14% 3% 0;
    border-bottom: 2px solid #f0f8ff;
    position: relative;
}

.bonus-item .bonus p.list span {
    position: absolute;
    top: 27%;
    right: 0;
}

.bonus-item .bonus p.tips {
    color: #4787d5;
    padding-top: 4%;
}

.question {
    background-image: url("../images/bg-question.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 7% 0 6% 0;
}

.question img {
    display: block;
    width: 50%;
    margin: 15% auto 0 auto;
}

.question .question-wrapper {
    position: relative;
}

.question .list {
    position: absolute;
    width: 300px;
    height: 146px;
    font-size: 18px;
    padding: 3%;
    color: #ffffff;
    border-radius: 10px;
}

.question .list a {
    font-size: 16px;
    color: #fef61d;
    margin-top: 5%;
    display: block;
    text-decoration: underline;
}

.question .list1 {
    top: -20%;
    left: 10%;
    background-image: linear-gradient(222deg, rgba(88, 163, 254, 0.78) 0%, rgba(54, 145, 254, 0.78) 50%, rgba(21, 126, 253, 0.78) 100%), linear-gradient(#ffffff, #ffffff);
}

.question .list1:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px 0 0 25px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(88, 163, 254, 0.78);
    margin: 40px auto;
    position: absolute;
    right: -25px;
    top: 15%;
}

.question .list2 {
    width: 220px;
    top: -25%;
    right: 10%;
    background-image: linear-gradient(222deg, rgba(21, 126, 253, 0.78) 0%, rgba(54, 145, 254, 0.78) 50%, rgba(88, 163, 254, 0.78) 100%), linear-gradient(#ffffff, #ffffff);
}

.question .list2:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px 25px 0 0;
    border-style: solid;
    border-color: transparent rgba(88, 163, 254, 0.78) transparent transparent;
    margin: 40px auto;
    position: absolute;
    left: -25px;
    top: 15%;
}

.question .list3 {
    width: 260px;
    bottom: 15%;
    left: 5%;
    background-image: linear-gradient(222deg, rgba(88, 163, 254, 0.78) 0%, rgba(54, 145, 254, 0.78) 50%, rgba(21, 126, 253, 0.78) 100%), linear-gradient(#ffffff, #ffffff);
}

.question .list3:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px 0 0 25px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(88, 163, 254, 0.78);
    margin: 40px auto;
    position: absolute;
    right: -25px;
    top: 15%;
}

.question .list4 {
    width: 260px;
    bottom: 15%;
    right: 0;
    background-image: linear-gradient(222deg, rgba(21, 126, 253, 0.78) 0%, rgba(54, 145, 254, 0.78) 50%, rgba(88, 163, 254, 0.78) 100%), linear-gradient(#ffffff, #ffffff);
}

.question .list4:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px 25px 0 0;
    border-style: solid;
    border-color: transparent rgba(88, 163, 254, 0.78) transparent transparent;
    margin: 40px auto;
    position: absolute;
    left: -25px;
    top: 10%;
}

.step-container {
    padding: 4% 0;
    background-color: #f0f8ff;
}

.step-wrapper .text {
    color: #5692dc;
    text-align: center;
}

.step-wrapper .steps {
    overflow: hidden;
}

.step-wrapper .step {
    padding: 3% 0 0 0;
    width: 33.333%;
    float: left;
    position: relative;
}

.step-wrapper .step span {
    width: 37px;
    height: 37px;
    border-radius: 19px;
    display: block;
    margin: 3% auto 4% auto;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    color: #157efd;
    border: 1px solid #157efd;
}

.step-wrapper .step img {
    display: block;
    margin: auto;
    width: 50%;
}

.step-wrapper .step p {
    font-family: SourceHanSansSC-Bold;
    font-size: 22px;
    color: #192027;
    text-align: center;
    font-weight: 500;
    padding-top: 5%;
}

.step-wrapper .step:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 8px 0 8px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #3691fe;
    margin: 40px auto;
    position: absolute;
    right: -5px;
    top: 20%;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}

.step-wrapper .step:hover span, .step-wrapper .step.hover span {
    color: #ffffff;
    background-image: linear-gradient(222deg, #157efd 0%, #3691fe 50%, #58a3fe 100%), linear-gradient(#344454, #344454);
}

.step-wrapper .step:last-child:after {
    content: '';
    border-width: 0;
}

.step-wrapper .step:last-child p {
    padding-top: 2%;
}

.step-wrapper .step-block {
    margin-top: 3%;
}

.step-wrapper .step-block .block {
    display: none;
    width: 100%;
    padding: 3% 4%;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 32px 0px rgba(18, 117, 236, 0.11), 8px 6px 9px 0px rgba(69, 135, 216, 0.09);
    position: relative;
}

.step-wrapper .step-block .block:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 10px 15px;
    border-style: solid;
    border-color: transparent transparent #ffffff;
    position: absolute;
    top: -15px;
    left: 15%;
}

.step-wrapper .step-block .block:nth-child(2):before {
    left: 49%;
}

.step-wrapper .step-block .block:nth-child(3):before {
    left: 82%;
}

.step-wrapper .step-block .block .content {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 5%;
}

.step-wrapper .step-block .block .content:first-child {
    padding-left: 0;
}

.step-wrapper .step-block .block .content:first-child:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 80px;
    background-color: #e1eefa;
    border-radius: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.step-wrapper .step-block .block .content h1 {
    color: #192027;
    font-size: 18px;
    line-height: 40px;
}

.step-wrapper .step-block .block .content p.list {
    color: #6d7b88;
    line-height: 28px;
}

.experience {
    padding: 4% 0;
    background-image: url("../images/bg-experience.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 4%;
}

.experience .module-title {
    color: #ffffff;
}

.experience .module-title h1:after {
    background-color: #ffffff;
    background-image: none;
}

.experience p.text {
    color: #ffffff;
    text-align: center;
    opacity: 0.8;
}

.experience .experience-wrapper {
    text-align: center;
    font-size: 0;
}

.experience .experience-wrapper .list {
    width: 33.333%;
    display: inline-block;
    padding-top: 5%;
}

.experience .experience-wrapper .list img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: block;
    margin: auto;
}

.experience .experience-wrapper .list p {
    color: #ffffff;
    font-size: 20px;
    padding-top: 5%;
}

.case-container {
    position: relative;
}

.case-container .swiper-slide img {
    display: block;
    width: 98%;
    margin: auto;
}

.swiper-pagination {
    position: relative;
    margin: 20px auto 20px auto;
}

.swiper-pagination-bullet {
    margin-right: 8px;
}

/