.xx-tips { display: flex; align-items: center; justify-content: space-between; }



.w1400 { width: 1400px; margin: 0 auto; }

.color1 { color: #51B08F !important; }

.color2 { color: #FF9333 !important; }

.color3 { color: #E62020; }

.color4 { color: #0056E8; }

.fz28 { font-size: 28px !important; }

.mt60 { margin-top: 60px !important; }

.mt80 { margin-top: 80px !important; }


.main { padding: 0; font-size: 16px; }

.container { min-width: 1400px; }

.header-switch { height: 100%; align-items: center; display: flex; }

.wrapp-item { margin-top: 100px; }
.wrapp-tit { text-align: center; }
.wrapp-tit h2, .wrapp-tit em, .wrapp-tit h3 { font-size: 40px; font-weight: bold; display: inline-block; margin: 0 50px; line-height: 1; }
.wrapp-tit i { width: 20px; height: 20px; background: #51B08F; display: inline-block; vertical-align: 7px; position: relative; }
.wrapp-tit i::after, .wrapp-tit i::before { content: ""; width: 12px; height: 12px; background: rgba(81, 176, 143, 0.5); position: absolute; }
.wrapp-tit i::before { right: -18px; top: 14px; }
.wrapp-tit i::after { right: -28px; top: -4px; }
.wrapp-tit i.next::before { left: -18px; top: 14px; right: auto; }
.wrapp-tit i.next::after { left: -28px; top: -4px; right: auto; }
.wrapp-sub { font-size: 16px; text-align: center; margin-top: 10px; }

.banner { height: 600px; background-repeat: no-repeat; background-position: center; display: block; position: relative;z-index: 8; }
.banner-txt { font-size: 20px; color: #fff; padding-top: 320px; margin-left: 220px; }

.intro { display: flex; background: #FFFFFF; box-shadow: 0px 0px 50px 0px rgba(255, 147, 51, 0.1); border-radius: 16px; align-items: center; padding: 40px 50px; margin-top: -75px; position: relative;z-index: 9; }
.intro-tit { font-size: 40px; font-weight: bold; color: #51B08F; line-height: 1; flex-shrink: 0; margin-right: 50px; }
.intro-txt { font-size: 18px; line-height: 34px; border-radius: 6px; }

.cert { margin: 40px 0 0; }
.cert-list { display: flex; height: 72px; background-color: #fff; }
.cert-list.theader { height: 53px; color: #fff; font-weight: bols; background-color: #51B08F; line-height: 53px; border-radius: 8px 8px 0px 0px; }
.cert-list.theader div { padding: 0; font-size: 16px !important; border: 0; }
.cert-list > div { border-bottom: solid 1px #E4E4E4; border-right: solid 1px #E4E4E4; text-align: center; padding: 25px 0; }
.cert-list > div.wid1 { flex: 1; font-size: 18px; font-weight: bold; background: rgba(255, 147, 51, 0.05); border-left: solid 1px #E4E4E4; }
.cert-list > div.wid2 { width: 305px; }
.cert-btn { background-color: rgba(255, 147, 51, 0.05); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #FF9333; margin-top: 20px; height: 54px; transition: all .3s; }
.cert-btn:hover { background-color: #FF9333; color: #fff; }

.condi { margin: 40px 0 0; }
.condi-list { display: flex; }
.condi-list.theader > div { height: 56px; font-weight: bold; color: #fff; justify-content: center; font-size: 20px; }
.condi-list.theader > div.wid1 { background-color: #51B08F; }
.condi-list.theader > div.wid2 { background-color: #666666; }
.condi-list.theader > div:last-child { background-color: #FF9333; }
.condi-list > div { background-color: #fff; padding: 20px 40px; display: flex; align-items: center; border: solid 1px #EEEEEE; border-top: 0; }
.condi-list > div.wid1 { width: 567px; }
.condi-list > div.wid2 { flex: 1; margin: 0 20px; justify-content: center; }

.define { display: flex; justify-content: space-between; }
.define-list { padding: 40px; background-color: #fff; width: 690px; transition: all .3s; }
.define-list:hover { transform: translateY(-10px); }
.define-tit { font-size: 24px; font-weight: bold; color: #51B08F; }
.define-sub { line-height: 28px; margin-top: 20px; }

.typee { background-color: rgba(81, 176, 143, 0.1); padding: 20px 40px 40px 20px; }
.typee-cont { display: flex; flex-wrap: wrap; }
.typee-list { background-color: #fff; flex: 650px 0 1; margin: 20px 0 0 20px; padding: 40px 30px; border-radius: 4px; transition: all .3s; }
.typee-list:hover { transform: translateY(-10px); }
.typee-tit { font-size: 20px; font-weight: bold; text-align: center; padding-bottom: 12px; }
.typee-titt { font-size: 20px; font-weight: bold; text-align: center; line-height: 1; margin-top: 40px; }
.typee-item { display: flex; line-height: 26px; margin-top: 20px; }
.typee-item span { flex-shrink: 0; margin-right: 10px; }
.typee-btm { display: flex; margin: 20px 0 0 0px; }
.typee-btm-list { padding: 33px 20px 32px; background: #FFFFFF; border-radius: 4px; flex: calc(25% - 20px) 0 1; margin: 0 0 0 20px; transition: all .3s; text-align: center; }
.typee-btm-list:hover { transform: translateY(-10px); }
.typee-btm-tit { font-size: 18px; font-weight: bold; color: #51B08F; }
.typee-btm-sub { font-size: 16px; color: #666; line-height: 24px; margin-top: 16px; }
.typee-btm-btn { width: 111px; height: 36px; background: #FF9333; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff !important; margin: 27px auto 0; }

.xx-tabb { text-align: center; margin: 28px 0 0; display: flex; align-items: center; justify-content: center; }
.xx-tabb-link { display: flex; }
.xx-tabb a { width: 160px; height: 48px; background: #FFFFFF; border-radius: 8px; text-align: center; line-height: 40px; display: inline-block; line-height: 48px; color: #666; margin: 0 10px; }
.xx-tabb a.active { background-color: #51B08F; color: #fff; }
.xx-cont { display: flex; flex-wrap: wrap; margin-left: -32px; }
.xx-cont.zwhb .xx-list { flex: calc(33.33% - 32px) 0 1; padding-bottom: 120px; }
.xx-list { padding-bottom: 80px; flex: calc(25% - 32px) 0 1; background-color: #fff; border-radius: 2px; position: relative; transition: all .3s; margin: 32px 0 0 32px; cursor: pointer; }
.xx-list:hover { transform: translateY(-10px); }
.xx-list-inner { display: flex; flex-direction: column; align-items: center; height: 100%; padding: 0 16px; }
.xx-list-img { width: 90px; height: 90px; margin-top: 75px; }
.xx-list-tit { font-size: 22px; font-weight: bold; height: 22px; line-height: 1; margin-top: 30px; overflow: hidden; color: #1E2129 !important; }
.xx-list-pri { font-weight: bold; color: var(--fc1); line-height: 14px; margin-top: 15px; font-size: 18px; }
.xx-list-type { text-align: center; margin-top: 10px; font-size: 16px; }
.xx-list-btm { position: absolute; left: 0; width: 100%; bottom: 16px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; }
.xx-list-btm a { height: 36px; border: 1px solid #E2E2E2; line-height: 34px; flex: 1; margin-left: 2px; text-align: center; transition: all .3s; border-radius: 4px; margin: 0 4px; font-size: 16px; }
.xx-list-btm a:hover { color: #51B08F; border: solid 1px #51B08F; }
.xx-list-and { position: absolute; left: 50%; top: 80px; width: 40px; height: 40px; transform: translateX(-50%); text-align: center; font-size: 14px; color: var(--gray9); line-height: 32px; }
.xx-list-and::after { content: ''; width: 25px; height: 25px; border: 5px solid #F7F8FC; position: absolute; left: 3px; top: 0; transform: rotate(45deg); }
.xx-list-wrap { display: flex; }
.xx-list-item { position: relative; flex: 1; flex-shrink: 0; }
.xx-tips { position: absolute; width: 100%; left: 0; top: 0; font-size: 14px; }
.xx-tips-txt { height: 20px; line-height: 20px; background-color: rgba(var(--tca), 0.1); padding: 0 6px; color: var(--tc); }
.xx-tips-gz { color: #FF952E; background-color: rgba(255, 149, 46, 0.1); padding: 0 6px; height: 20px; line-height: 20px; }

.ques { display: flex; margin: 0 0 0 -40px; }
.ques-item { border-radius: 16px 16px 16px 16px; flex: 680px 0 1; flex-wrap: wrap; margin: 40px 0 0 40px; overflow: hidden; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05); background-color: #fff; }
.ques-item:last-child .ques-head { background-color: #FF9333; }
.ques-head { height: 72px; background: #51B08F; text-align: center; line-height: 72px; font-size: 24px; color: #fff; }
.ques ul { margin: 30px 50px; }
.ques li { height: 56px; line-height: 56px; overflow: hidden; }
.ques li a { display: flex; justify-content: space-between; }
.ques li a span { color: #999; font-size: 14px; flex-shrink: 0; }

.under-cont { display: flex; margin: 0 0 0 -32px; flex-wrap: wrap; }
.under-list { flex: calc(25% - 32px) 0 1; margin: 40px 0 0 32px; border-radius: 16px; overflow: hidden; }
.under-img { height: 183px; overflow: hidden; border-radius: 16px; }
.under-img img { width: 100%; height: 100%; transition: all .3s; }
.under-img img:hover { transform: scale(1.1); }
.under-tit { font-size: 16px; font-weight: bold; line-height: 22px; height: 22px; overflow: hidden; margin-top: 16px; }

.zx-cont { border-radius: 16px; padding: 30px 60px 60px; margin: 40px 0 80px 0; font-size: 16px; background-color: #fff; }
.zx-item { display: flex; flex-wrap: wrap; margin-left: -30px; }
.zx-list { width: 400px; height: 64px; background: #F7F8FC; border-radius: 8px; margin: 30px 0 0 30px; position: relative; display: flex; align-items: center; padding: 0 30px; }
.zx-list em { color: #FF0000; margin-right: 5px; }
.zx-list .select { height: 64px; border: 0; display: flex; align-items: center; font-size: 16px; border: 0; flex: 1; }
.zx-list .select .option { top: 64px; width: calc(100% + 62px); left: -30px; }
.zx-list .select_txt { padding-left: 0; }
.zx-list .select_open { right: 0; }
.zx-tips { color: #F43636; font-size: 14px; position: absolute; left: 0; bottom: -24px; display: none; }
.zx-ipt { border: 0; background: #F7F8FC; height: 100%; width: 100%; }
.zx-btn { width: 400px; height: 64px; background: #FF9333; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 50px auto 0; color: #fff !important; }
.zx-agree { display: block; text-align: center; margin: 20px auto 0; }
.zx-agree a { color: #666; }
