@charset "UTF-8";
#Area2 .items .item img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#Area2 .items::-webkit-scrollbar{width:6px;height:8px;background-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.1);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}#Area2 .items::-webkit-scrollbar-button{display:none}#Area2 .items::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}#Area2{flex-shrink:0;display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#ffda7d;padding-top:40px;position:relative;overflow:hidden}#Area2 .title{font-family:"PingFang TC";font-weight:600;font-size:20px;line-height:28px;position:relative;width:100%;display:inline-block;padding-bottom:14px}#Area2 .title:before{content:"";position:absolute;bottom:0;left:50%;display:inline-block;width:80px;height:3px;background-color:#000;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}#Area2 .items{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;position:relative;width:100%;overflow-y:auto;margin-top:18px}#Area2 .items .item{flex-shrink:0;display:inline-block;width:80%;padding:30px;padding-top:0;padding-bottom:0}#Area2 .items .item img{width:100%}#Area2 .tip{display:inline-block;width:100%;font-family:"PingFang TC";font-weight:400;font-size:14px;line-height:19.6px;margin-bottom:60px}