.banner{width:100%;height:auto;background:-webkit-radial-gradient(50% 40%,80% 100%,#6132b8 0,#131673 100%);background:-o-radial-gradient(50% 40%,80% 100%,#6132b8 0,#131673 100%);background:radial-gradient(80% 100% at 50% 40%,#6132b8 0,#131673 100%)} .banner-header{width:100%;height:auto;overflow:hidden;text-align:center;position:relative} .banner-title{text-transform: uppercase;width:100%;margin-top:60px;font-family:"Julius Sans One";font-size:50px;font-weight:700;line-height:1;color:#fff;text-shadow:0 6px 6px rgba(46,20,107,.45)} .banner-intro{padding:0 20px;margin-top:20px;font-size:18px;font-weight:300;line-height:30px;color:#d9f7ff} .banner-footer{ width:100%;height:auto;position:relative;margin-top:-30px;user-select:none;pointer-events:none;} .banner-footer img{width:100%;z-index:1;user-select:none;pointer-events:none;} @media (min-width :992px){ .banner-title{margin-top:80px;} .banner-intro{padding:0 80px} } .detail{width:100%;overflow:hidden;box-shadow:var(--shadow-main);border-radius:10px;background-color:#fff} .detail-title{width:100%;height:auto;overflow:hidden;margin:0 auto;padding:0 var(--ace-gutter);} .detail-title h1{width:100%;border-bottom:1px solid #eee;text-align:center;font-size:36px;color:var(--ace-color-main);line-height:1.2;padding:20px 0;margin-bottom:0;} .detail-author{ width:100%;padding:15px var(--ace-gutter) 0;} .detail-cluster{ margin-right:10px;} .detail-content{width:100%;height:auto;padding:15px var(--ace-gutter) var(--ace-gutter);overflow:hidden;position:relative;} .detail-left{float:left;width:100%;height:auto;overflow:hidden;margin-bottom:var(--ace-gutter);} .detail-left .detail-image img{width:100%;height:auto;border-radius:5px;} .detail-menu{width:100%;height:auto;overflow:hidden;background:#f1f2f3;color:#555;margin-top: 20px;padding:15px 20px;border-radius:10px;position:relative;border:1px solid #ddd;} .detail-menu .menu-title{width:100%;height:auto;cursor:pointer;font-size:22px;font-weight:700;color:var(--ace-color-main)} .detail-menu .menu-title i{position:absolute;top:10px;right:15px;font-size:30px;transition:transform .3s ease} .detail-menu .menu-list{text-transform:capitalize;counter-reset:item;font-size:18px;margin: 0;padding: 0;} .detail-menu .menu-list > li{margin-top:15px;margin-left: 15px;padding-left:15px;position: relative;} .detail-menu .menu-list > li:before{content:counters(item, ".") ". ";counter-increment:item;position: absolute;left: -10px;} .detail-menu .menu-list li ol{margin-top:5px;padding-left:30px;counter-reset:item} .detail-menu .menu-list li ol li{position: relative;padding-left:10px} .detail-menu .menu-list li ol li:before{content:counters(item, ".") ". ";counter-increment:item;position: absolute;left: -28px;} .detail-right{float:left;width:100%;height:auto;overflow:hidden;padding-left:0;} .detail-right .detail-image{width:100%;height:auto;border-radius:5px;} .detail-right h2{width:100%;line-height:1.2;font-size:30px;margin:20px 0 20px 0;color:var(--ace-color-main)} .detail-right h2:first-child{margin-top:0;} .detail-right h3{width:100%;line-height:1.2;font-size:22px;margin:15px 0 15px 0;color:var(--ace-color-main)} .detail-right h4{width:100%;line-height:1.2;font-size:18px;margin:10px 0 10px 0;color:var(--ace-color-main);} .detail-right h4::before {content: "•";padding-right: 5px;} .detail-tags{width:100%;margin-top:16px;} .tag-label{font-weight:700;color:var(--ace-color-main);margin-bottom:8px;} .tag-list{display:block;text-align:justify;text-align-last:justify;} .tag-list::after{content:"";display:inline-block;width:100%;} .tag-item{ display:inline-block;background:#f1f2f3;border:1px solid #e5e7eb;color:#333;border-radius:3px;padding:6px 10px;margin:0 10px 10px 0;line-height:1;white-space:nowrap;} .tag-item:hover{background:#e9ecef;border-color:#d7dbe0;color:#111} .tag-item:focus{outline:2px solid rgba(0,0,0,.12);outline-offset:2px} @media (min-width :992px){ .detail-left{width:30%;} .detail-right{float:right;width:70%;padding-left:30px;} .detail-menu{border:none;} .detail-menu .menu-title i{right:20px;} }