input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus { 
  outline: none !important;
}
.clear{
    clear:both; 
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover, a:focus{
    text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #fff;
  color: #5F5F5F;
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cont-post {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.head {
    display: flex;
    padding: 10px 10px 0px 10px;
    width: 100%;
}
.logo {
    display: inline-block;
    width: 35px;
}
.head .details {
    display: inline-block;
    line-height: 16px;
    width: 100%;
}
.row {
    display: flex;
    height: 100%;
    padding: 0 10px;
    align-items: center;
}
.title {
    color: #050505;
    font-weight: bold;
    font-size: 12px;
    margin-right: 2px;
}
.details .icon {
    width: 22px;
    right: 10px;
    position: absolute;
    top: 10px;
}
.desc {
    display: block !important;
    padding: 10px;
    font-size: 13px;
    color: #000;
    line-height: 18px;
    text-align: left;
}
.desc a {
    color: #3173CA;
    display: inline-block;
    text-decoration: none;
}
.cont-image, #video {
  display: flex;
  width: 100%;
}
.bar-ads {
    align-items: center;
    background-color: #55A9CB;
    border-bottom: 1px solid #CBCCCE;
    display: flex;
    width: 100%;
    position: relative;
}
.bar-ads:hover {
    opacity: 0.9;
}
.bar-ads a {
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    width: 100%;
    padding: 12px 15px;
    font-weight: bold;
}
.bar-ads .icon {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 8px;
}
.share {
    border-bottom: 1px solid #CBCCCE;
    cursor: pointer;
    display: flex;
}
.item {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #66676B;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    padding: 10px 5px;
    text-decoration: none;
}
.item img {
    width: 20px;
    margin-right: 3px;
}
.item.active {
    color: #5890FF;
}