#Cooth{position:relative;width:100%;height:100dvh;display:flex;align-items:center;overflow:hidden;background:url(/assets/images/cooth_bak.png) top no-repeat #1f1f1f;background-size:cover}#Cooth .page_text{display:flex;flex-direction:column;align-items:left;max-width:900px;margin:0 100px;z-index:100;animation:Fade 1.8s ease}@keyframes Fade{0%{transform:translateY(50vh);opacity:0}40%{transform:translateY(50vh);opacity:0}to{transform:translateY(0);opacity:1}}#Cooth .page_title{color:#ffffff;font-size:70px;font-family:Autobus;transition:all .5s}#Cooth .page_des{max-width:800px;color:#ffffff;font-size:20px;line-height:24px;margin-top:30px;font-family:Montserrat-Regular;transition:all .5s}#Cooth .page_link{display:flex;align-items:center;margin-top:60px}#Cooth .page_link>div{width:204px;height:66px;border:1.5px solid rgba(166,166,166,1);border-radius:9px;background:rgba(4,6,7,1);display:flex;align-items:center;justify-content:space-between;padding:0 20px;color:#ffffff;font-family:Montserrat-Regular;font-size:20px}#Cooth .page_link>div:hover{cursor:pointer}#Cooth .page_link .right_arrow{width:24px;height:24px;padding:5px}@media screen and (max-width:1023px){#Cooth .page_text{width:80%;margin:0 auto}#Cooth .page_title{font-size:48px}#Cooth .page_des{font-size:20px}}@media screen and (max-width:768px){#Cooth{background-position:72% 50%}#Cooth .page_title{font-size:26px}#Cooth .page_des{font-size:14px;line-height:18px}#Cooth .page_link>div{width:160px;height:50px;font-size:14px}#Cooth .page_link .right_arrow{width:20px;height:20px}}