.rate_like > a, .rate_like-dislike {
    float: left;
    height: 22px;
    line-height: 22px; /* padding: 6px 12px; */
    border: 1px solid #eaeaea;
    border-radius: 18px;
    text-decoration: none !important;
    font-weight: bold;
    color: #919191;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.rate_like > a:hover {
    border-color: #3394e6;
    color: #3394e6;
}

.rate_like .icon {
    width: 16px;
    height: 15px;
    margin: -.2em .3em 0 0;
}

.rate_like-dislike > a {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
}

.rate_like-dislike > a .icon {
    width: 14px;
    height: 15px;
    fill: #787878;
    vertical-align: middle;
    margin: -.3em 0 0 0;
}

.rate_like-dislike > a:hover .icon {
    fill: #3394e6;
}

.rate_like-dislike .ratingplus {
    color: #88c54d;
}

.rate_like-dislike .ratingminus {
    color: #e45757;
}

.rate_like-dislike > span {
    cursor: default;
    margin: 0 .3em;
}

.after_rate {
    margin: 2 0 0 0;
}

.ratingzero {
    color: #6c838e;
}

.ratingtypeplusminus {
    padding: 0px 5px;
}

.ratingtypeplus {
    color: #6c838e;
    padding: 0px 0px 0px 5px;
}

.ratingplus {
    color: green;
}

.ratingminus {
    color: red;
}

li.clicbtn:last-child {
    margin-bottom: 20px;
}

.mgbox {
    max-width: 80% !important;
}

.newmenu {
    position: absolute;
    right: 10%;
    top: 40px;
}

.newmenu a {
    color: yellow;
    margin-right: 19px;
}

.newmenu a:hover {
    color: #d90000;
}

@media screen and (max-width: 950px) {
    .newmenu {
        display: none;
    }
}

.donstop {
    animation: color-change 1s infinite;
}

.g-recaptcha { /*display: none;*/
}

@keyframes color-change {
    0% {
        color: yellow;
    }
    50% {
        color: white;
    }
    100% {
        color: #d90000;
    }
}

.newcarusel {
    padding: 20px 20px 0 22px;
    height: 350px;
    color: #fff;
    background-color: #000;
}

.caroustyle {
    height: 290px;
}

.caroustyle a .title1 {
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin: 15px 0 7px 0;
    font-size: 15px;
}

.caroustyle a .title0 {
    color: #ccc;
    font-size: 12px;
    color: #888;
    height: 17px;
}

.caroustyle a span {
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caroustyle a {
    text-decoration: none;
}

.caroustyle img {
    height: 200px;
}

.caroustyle .item a:hover img {
    opacity: 0.9;
}

.relatedcarrou {
    height: 290px;
}

.relatedcarrou a .title1 {
    color: #2a2a2a;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin: 15px 0 7px 0;
    font-size: 15px;
}

.relatedcarrou a .title0 {
    color: #ccc;
    font-size: 12px;
    color: #888;
    height: 17px;
}

.relatedcarrou a span {
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.relatedcarrou a {
    text-decoration: none;
}

.relatedcarrou img {
    height: 220px;
}

.relatedcarrou .item a:hover img {
    opacity: 0.9;
}

.owl-nav {
    text-align: right;
    position: absolute;
    right: 0;
    top: -48px;
}

.owl-carousel .owl-stage, .relatedcarrou .owl-stage {
    height: 250px;
}

.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage-outer {
    height: 255px;
}

div.marquee {
    white-space: no-wrap;
    overflow: hidden;
    margin-top: 7px;
    padding: 4px;
    background: #000;
    color: white;
}

div.marquee span {
    margin-right: 300px;
}

div.marquee span:last-child {
    margin-right: 0px;
}

div.marquee > div.marquee-text {
    white-space: nowrap;
    display: inline;
    width: auto;
}

.ui-widget-content {
    z-index: 99999;
}