@charset "utf-8";

#atc02{display:flex;align-items:center;height:100vh;margin:0 auto;background:url(./img/bg.jpg) no-repeat center;background-size:cover}
#atc02 *{word-break:keep-all}
#atc02 .pl{white-space:pre-line}
#atc02 .w1400{display:flex;align-items:center;justify-content:space-between;width:100%;height:50vh}
#atc02 .tit{display:flex;flex-direction:column;justify-content:space-between;height:100%}
#atc02 .tit .pl{font-size:18px;color:rgba(255,255,255,.7)}

#atc02 .r_cont{display:flex;height:100%;flex-direction:column;justify-content:space-between}

#atc02 .box+.box{margin-top:10px}
#atc02 .box .stit{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:20px;font-weight:700}
#atc02 .box a:hover{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}

#atc02 .top a{display:block;width:510px;border-radius:10px;padding:35px 40px;color:#fff;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:rgba(255,255,255,.3);transition:all .3s}
#atc02 .top a:hover{color:#111;background:#fff}
#atc02 .top .lt_box{display:flex;align-items:center;justify-content:space-between}
#atc02 .top li{display:flex;justify-content:space-between;align-items:center;gap:20px}
#atc02 .top .img{width:200px;height:140px;border-radius:10px}
#atc02 .top .cont{width:46%}
#atc02 .top .cont p{font-size:17px;font-weight:700}
#atc02 .top .cont div{margin:3px 0 10px;font-size:15px;opacity:.5}
#atc02 .top .cont span{font-size:13px;font-weight:700;opacity:.5}

#atc02 .btm a{display:block;width:510px;border-radius:10px;padding:35px 40px;color:#fff;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:rgba(62,200,145,.3);transition:all .3s}
#atc02 .btm a div{line-height:1.5}
#atc02 .btm a div span{font-size:15px;font-weight:700;opacity:.5}
#atc02 .btm a div p{font-size:22px;font-weight:200}
#atc02 .btm a div p b{font-weight:700}
#atc02 .btm .stit{margin-bottom:30px}

#atc02 .btm a:hover{background:var(--primary)}
#atc02 .btm.top a:hover .cont div{opacity:1}
#atc02 .btm.top a:hover .cont span{opacity:1}