/* styles */
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Work Sans', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5em;
    color: #000;
    background: #f1f1f1;
}
.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
section {
    padding: 40px 0;
}
section, footer {
    width: 100%;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}



/*fix*/
body.fix{
    padding-top: 95px;
}
/*offer*/

.header{

}
.header a{
    display: block;
}
.header img{
    display: block;
}

.header .mini{
    display: none;
}
.fix .header{
    position: fixed;
    width: 480px;
    top: 0;
    left: 50%;
    margin-left: -240px;
    z-index: 9999;
}
.fix .mini{
    display: block;
}
.fix .full{
    display: none;
}


.footer{

}
.footer a{
    display: block;
}
.footer img{
    display: block;
}


.main_content{
    padding: 30px 20px;
}
.news_categoria{
    margin-bottom: 10px;
}
.news_categoria span{
    color: rgba(26, 32, 43, 0.5);
    font-size: 15px;
    line-height: 1.3em;
    display: inline-block;
}
.news_title{
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 30px;
}
.news_share{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: default;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0980392157);
    padding: 0 10px;
    position: relative;
    width: 134px;
    height: 28px;
    cursor: pointer;
    font-size: 20px;
}
.news_share b{
    margin-right: 6px;
}
.news_author{
    padding: 18px 0;
    border-top: 1px solid rgba(26, 32, 43, 0.1);
    border-bottom: 1px solid rgba(26, 32, 43, 0.1);
    margin-bottom: 20px;
}
.news_author .name{
    color: #045020;
    display: flex;
    align-items: center;
}
.news_author .name> b {
    font-weight: 500;
    color: #1a202b;
    margin-left: 5px;
}
.detail_author_thumb{
    border: 1px solid rgba(26, 32, 43, 0.1);
    border-radius: 4px;
    display: grid;
    place-items: center;
    aspect-ratio: 1/1;
    width: 26px;
}
.detail_author_thumb svg{
    stroke: #828282;
}
.news_author .date{
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.3em;
    color: rgba(26, 32, 43, 0.5);
}
.main_content>p{
    margin-bottom: 20px;
    font-size: 18px;
}
.main_content>figure,
.main_content>img{
    display: block;
    margin-bottom: 20px;
}




.tag_container{
    margin: 40px 0;
}
.tag__list{
    display: flex;
    flex-wrap: wrap;
}
.tag__list>li{
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
}
.tag__list>li>a{
    display: block;
    background-color: #045020;
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 16px;
    text-decoration: none;
}





.comments {
    margin-top: 50px;
    margin-bottom: 50px;
}
.comments h2 {
    font-size: 26px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.comment-item{
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}
.comment-item:last-child{
    border:none;
}
.comment-item .user-info{
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 15px;
}
.comment-item .user-info>img{
    width: 50px;
    flex-shrink: 0;
    margin-right: 12px;
}
.comment-item>img{
    display: block;
    margin-top: 15px;
}





.botbtn {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    background: #eef1fc;
    color:#6680ff !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}
.botbtn:hover,
.botbtn:active {
    background: #6680ff;
    color:#eef1fc !important;
}




.cpu{
    padding: 10px 0;
    text-align: center;
    background: #14171d;
    color: #fff;
}
.cpu img{
    display: block;
    margin: 0 auto 10px;
}
.cpu a{
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    line-height: 1.1em;
    text-decoration: none;
}
.cpu a:hover{
    text-decoration: underline;
}

