@charset "utf-8"; body { width: 100%; height: 100%; } .area { min-width: 1200px; margin: 0 auto; } .inner { position: relative; width: 1200px; margin: 0 auto; } /*搴曢儴font棰滆壊 hlist閲岄潰鍖呮嫭搴曢儴鐨勮儗鏅浘*/ .area-1 { background: no-repeat center top; height: 722px; } .area-2 { background: no-repeat center top; height: 381px; } .area-3 { background: no-repeat center top; height: 1399px; } .area-4 { background: no-repeat center top; height: 1027px; } .area-5 { background: no-repeat center top; height: 322px; } body .g-footer { background: no-repeat center top; height: 269px; margin: 0; border: none; } body .g-footer .gft-links, body .g-footer .gft-copyright { color: #333; } body .g-footer .gft-links a, body .g-footer .gft-copyright a { color: #333; } .area-1{ background: none; height: auto; } .area-4 .tab-ctrl { width: 960px; display: flex; justify-content: space-between; margin: 0 auto; padding-top: 220px; } .area-4 .tab-ctrl li { width: 260px; height: 60px; color: #00388b; background-color: #fff; line-height: 60px; text-align: center; border-radius: 30px; cursor: pointer; font-size: 30px; } .area-4 .tab-ctrl li.active { background-color: #00388b; color: #fff; } .area-4 .tab-con { width: 1050px; margin: 84px 0 0 100px; display: flex; justify-content: space-between; } .area-4 .question-box { width: 440px; } .area-4 .question-box .tit { font-size: 40px; line-height: 60px; color: #00388b; text-align: left; margin-top: 90px; font-weight: 550; } .area-4 .question-box .answer { color: #0c2549; font-size: 26px; line-height: 42px; text-align: left; margin-top: 10px; } .area-4 .question-box .answer li { display: flex; align-items: center; margin-bottom: 10px; cursor: pointer; } .area-4 .question-box .answer li.active .btn-select { background: no-repeat; } .area-4 .question-box .answer li.active .ans-item { background-color: #eec26e; border-radius: 0 21px 21px 0; } .area-4 .question-box .answer .btn-select { width: 25px; height: 25px; background: no-repeat; margin-right: 12px; } .area-4 .question-box .answer .ans-item { display: flex; box-sizing: border-box; padding: 0 30px 0 10px; max-width: 391px; } .area-4 .question-box .answer .ans-item .label { margin-right: 5px; } .area-4 .question-box .answer .two { align-items: flex-start; } .area-4 .question-box .answer .two .btn-select { margin-top: 8px; } .area-4 .question-box .answer .two.active .ans-item { border-radius: 0 42px 42px 0; } .area-4 .img-box{ width: 560px; height: 440px; border-radius: 0 200px 0 0; overflow: hidden; } @keyframes show { 0% { opacity: 0; } 100% { opacity: 1; } } .pop { animation: show 0.3s ease-in-out; position: fixed; inset: 0; z-index: 999; background-color: rgba(0, 0, 0, 0.7); display: none; z-index: 99; } .pop .pop-con { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; } .pop .pop-con .close { position: absolute; top: 0; right: 0; width: 32px; height: 32px; background: no-repeat; cursor: pointer; } .pop .tab-pop { display: none; user-select: none; } .pop .tab-pop:nth-of-type(1) { display: block; } .pop .tab-pop img { display: none; } .pop .tab-pop img:nth-of-type(1) { display: block; } .pop .close-bg { width: 100%; height: 100%; inset: 0; position: absolute; }