.icon-phone::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../www/static/imgs/icon-phone.svg) no-repeat center;
    margin: 0 3px 0 0
}

.icon-browser::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../www/static/imgs/icon-browser.svg) no-repeat center;
    margin: 0 3px 0 0
}

.icon-author::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../www/static/imgs/icon-author.svg) no-repeat center/120%
}

html[dir=rtl] .icon-phone::before,
html[dir=rtl] .icon-browser::before {
    margin: 0 0 0 3px
}

.rating-card {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #f0f2f4;
    border-radius: 8px
}

.rating-card .rating-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #8b8b8b
}

.rating-card .rating-left span {
    font-size: 12px;
    line-height: 16px;
    width: max-content
}

.rating-card .rating-left .rating-score {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5e5e5e
}

.rating-card .rating-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 16px;
    line-height: normal;
    color: #5e5e5e;
    font-size: 12px
}

.rating-card .rating-right .rating-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 6px
}

.rating-card .rating-right .rating-bar .rating-per {
    transition: width .25s ease;
    display: inline-block;
    height: 8px;
    opacity: .8;
    min-width: 1%;
    border-radius: 4px
}

#comment .rating-card {
    border: none
}

.rating-5 {
    background: #57bb8a
}

.rating-4 {
    background: #9ace6a
}

.rating-3 {
    background: #ffcf02
}

.rating-2 {
    background: #ff9f02
}

.rating-1 {
    background: #ff6f31
}

.rating-gray {
    background: #f2f5f9
}

.ar_fix .rating-card .rating-right {
    margin-left: 0;
    margin-right: 16px
}

button {
    background: 0 0;
    border: none;
    color: inherit;
    cursor: pointer;
    outline: none
}

svg:focus {
    outline: none
}

.icon-arrow-bottom::after {
    content: "";
    width: 14px;
    height: 8px;
    display: inline-block;
    background: url(../www/static/imgs/icon-arrow-bottom.svg) no-repeat center
}

[data-toggle=dropdown] {
    display: flex;
    align-items: center;
    color: #8b8b8b;
    font-size: 12px;
    padding: 14px 0;
    line-height: 16px
}

[data-toggle=dropdown] span {
    padding: 0 3px;
    width: max-content
}

.dotdotdot {
    color: #a6a6a6
}

.dotdotdot:active {
    color: #00aef9
}

@media(any-hover:hover) {
    .dotdotdot:hover {
        color: #00aef9
    }
}

.cmt-dropdown {
    position: relative;
    direction: ltr
}

.cmt-open .cmt-menu {
    display: block
}

.cmt-menu {
    direction: ltr;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    z-index: 999999;
    background-color: #fff;
    border: 1px solid #f0f2f4;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    border-radius: 8px
}

.cmt-menu-body {
    display: block;
    overflow: hidden;
    padding: 8px 0
}

.cmt-menu-body a,
.cmt-menu-body button {
    display: block;
    white-space: nowrap;
    background: 0 0;
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    color: #5e5e5e;
    font-weight: 400
}

.cmt-menu-body a:active,
.cmt-menu-body button:active {
    background-color: #f2f5f9;
    color: #00aef9
}

@media(any-hover:hover) {
    .cmt-menu-body a:hover,
    .cmt-menu-body button:hover {
        background-color: #f2f5f9;
        color: #00aef9
    }
}

.cmt-root-more-btn,
.cmt-cl-more-btn {
    position: absolute;
    right: 0
}

.cmt-root-more-btn label,
.cmt-cl-more-btn label {
    cursor: pointer
}

.cmt-root-more-btn input,
.cmt-cl-more-btn input {
    display: none
}

.cmt-root-more-btn input:checked~.menu-more,
.cmt-cl-more-btn input:checked~.menu-more {
    display: block
}

.menu-more {
    font-size: 13px
}

#publish {
    background: #fff;
    padding: 0 16px 16px
}

[placeholder]:empty::before {
    content: attr(placeholder);
    color: #a6a6a6
}

[placeholder]:empty:focus::before {
    content: ""
}

[contenteditable=true]:empty:not(:focus):before {
    content: attr(data-ph);
    color: grey;
    font-style: italic
}

.cmt-no-posts {
    background: #fff
}

html[dir=rtl] .menu-more {
    right: auto;
    left: 0
}

.cmt-tabs {
    border-bottom: 1px solid #eee
}

.cmt-tabs li {
    width: 50%;
    float: left
}

.cmt-tabs li a.on {
    color: #24cd77;
    border-bottom-color: #24cd77
}

.cmt-tabs li a span {
    color: #bbb
}

.cmt-tabs li:nth-child(2) a {
    border-left: 1px solid #eee
}

.cmt-tabs li a {
    text-align: center;
    display: block;
    padding: 12px 10px 8px;
    border-bottom: 4px solid transparent;
    font-size: 16px;
    line-height: 25px;
    color: #666
}

.cmt-developer-badge i {
    background-image: url(../www/static/imgs/badge_developer_v1.svg);
    margin: 0 3px;
    top: 3px;
    position: relative;
    display: inline-block;
    background-size: 16px;
    width: 16px;
    height: 16px
}

.cmt-review-other {
    color: #8d979c;
    text-align: center;
    padding: 10px 0;
    background: #f9f9f9
}

.cmt-tube {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .5s cubic-bezier(0, 0, .2, 1);
    -webkit-transition: opacity .5s cubic-bezier(0, 0, .2, 1);
    transition: opacity .5s cubic-bezier(0, 0, .2, 1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    max-width: 302px;
    height: 170px;
    margin: 4px 0;
    background-color: #000
}

.cmt-tube-overlay {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    opacity: .5;
    background-color: #000
}

.cmt-tube-time {
    color: #fff;
    z-index: 10;
    text-align: center;
    font-weight: bolder;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px
}

.cmt-tube .cmt-play {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center
}

.cssload-spin-box {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    -o-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    -ms-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    -moz-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    animation: cssload-spin ease infinite 4.6s;
    -o-animation: cssload-spin ease infinite 4.6s;
    -ms-animation: cssload-spin ease infinite 4.6s;
    -webkit-animation: cssload-spin ease infinite 4.6s;
    -moz-animation: cssload-spin ease infinite 4.6s
}

@keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf
    }
    25% {
        box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49
    }
    50% {
        box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49
    }
}

@-o-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf
    }
    25% {
        box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49
    }
    50% {
        box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49
    }
}

@-ms-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf
    }
    25% {
        box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49
    }
    50% {
        box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49
    }
}

@-webkit-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf
    }
    25% {
        box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49
    }
    50% {
        box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49
    }
}

@-moz-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf
    }
    25% {
        box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49
    }
    50% {
        box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49
    }
}

.cmt-hide {
    display: none !important
}

.cmt-top {
    padding: 15px
}

.cmt-container button {
    cursor: pointer
}

.cmt-container .iconfont {
    font-size: 12px;
    color: #bfbfbf
}

.cmt-container .input input {
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    tap-highlight-color: transparent;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px
}

.cmt-container form .input input:focus {
    border-color: #24cd77
}

.cmt-container [disabled=disabled] {
    cursor: not-allowed
}

.cmt-collapsed>a {
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 8px 14px;
    border-top: 1px solid #eee
}

.cmt-root>.cmt-collapsed>a {
    border-top: 0
}

.cmt-collapsed:hover {
    background: #f2f5f9
}

.cmt-total {
    height: 30px;
    line-height: 30px
}

.cmt-total>h3 {
    padding-left: 8px;
    font-size: 16px;
    border-left: 4px solid #24cd77
}

.cmt-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.cmt-loader,
.cmt-ok,
.cmt-alert-error {
    margin-right: 5px
}

.cmt-loader,
.cmt-ok {
    width: 26px;
    height: 26px;
    display: none;
    margin-top: 4px
}

.cmt-loader {
    background: url(../www/static/imgs/loader.gif) no-repeat center
}

.cmt-ok {
    background-image: url(../www/static/imgs/comment.png);
    background-position: 0 -262px
}

.cmt-alert-error {
    line-height: 34px;
    font-size: 14px;
    color: #d41a2b;
    display: block
}

.cmt-wrong {
    line-height: 150px;
    text-align: center;
    font-size: 16px;
    color: #d41a2b;
    display: none
}

button.cmt-disabled {
    background: #c3c3c3 !important;
    cursor: not-allowed
}

.cmt-user-pic {
    display: inline-block;
    width: 30px;
    height: 30px
}

.cmt-user-pic img {
    width: 100%;
    border-radius: 50%;
    margin-top: -3px
}

#cmt-loading {
    position: relative;
    min-height: 107px;
    display: none
}

.cmt-auth-third-menu li {
    margin-right: 3px
}

.cmt-auth-facebook a,
.cmt-auth-google a,
.cmt-auth-twitter a {
    background-image: url(../www/static/imgs/user_v1.png);
    width: 45px;
    height: 45px;
    display: block
}

.cmt-auth-facebook a {
    background-position: 0 0
}

.cmt-auth-google a {
    background-position: 0 -90px
}

.cmt-auth-twitter a {
    background-position: 0 -45px
}

.cmt-order {
    margin-top: 30px
}

.cmt-review-msg {
    line-height: 18px;
    text-align: center;
    color: #d41a2b
}

.cmt-cl-review {
    padding-left: 10px;
    margin-left: 70px
}

.cmt-root-cl-cont {
    position: relative
}

.cmt-root-cl-cont:hover .cmt-report {
    display: block
}

.cmt-root-icon img,
.cmt-cl-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.cmt-root .cmt-reply-cont {
    margin: 0 0 0 46px
}

.cmt-cl .cmt-reply-cont {
    margin: 0 0 0 92px
}

.cmt-root-message>p,
.cmt-cl-message>p,
.cmt-cls ul li {
    line-height: 20px;
    word-wrap: break-word;
    font-family: helvetica neue, arial, sans-serif;
    font-weight: 400;
    color: #555
}

.cmt-root-message>p a.cmt-go,
.cmt-cl-message>p a.cmt-go {
    color: #5e5e5e;
    max-height: 66px;
    overflow: hidden;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px
}

p.cmt-title,
p.cmt-title a.cmt-go {
    color: #333;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500
}

.cmt-root-message a.cmt-message-pic>img,
.cmt-cl-message a.cmt-message-pic>img,
.cmt-root-message a.cmt-message-pic>div,
.cmt-cl-message a.cmt-message-pic>div {
    width: 240px;
    max-width: 240px;
    height: 150px;
    margin: 5px 0;
    background: #f8f8f8 url(../www/static/imgs/lazy_img.png) no-repeat center center
}

.cmt-root-message a.cmt-title-pic>img {
    width: 480px;
    max-width: 480px;
    height: 240px;
    margin: 5px 0;
    background: #f8f8f8 url(../www/static/imgs/lazy_img.png) no-repeat center center
}

.cmt-root-message a.cmt-message-pic>div,
.cmt-cl-message a.cmt-message-pic>div {
    display: inline-block
}

.icon-account,
.icon-email,
.icon-password,
.icon-code {
    font-size: 20px !important;
    line-height: 28px;
    color: #dbdbdb;
    left: 0;
    top: 20px;
    width: 30px;
    height: 28px;
    position: absolute
}

.icon-post {
    color: #fff !important;
    display: inline-block;
    margin-left: 5px
}

.icon-web,
.icon-mobile,
.icon-reply,
.icon-reply-to,
.icon-delete {
    margin-right: 3px
}

.cmt-vote-up {
    color: #fa8b15
}

.cmt-vote-down {
    color: #24cd77
}

.cmt-auth-cancle {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.cmt-auth-cancle:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

.cmt-root-more {
    margin: 6px 0;
    padding: 0 15px;
    line-height: 28px
}

.cmt-root-more a {
    cursor: pointer
}

.cmt-root-more .cmt-loader {
    margin-right: 25px;
    margin-top: 0
}

.cmt-btn-busy {
    color: #999;
    background: #ebeef2;
    cursor: not-allowed
}

.cmt-emoji-cont {
    position: absolute;
    margin-top: 5px;
    width: 216px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .2);
    display: none
}

.cmt-emoji-arrow {
    left: 14px;
    top: -11px;
    border-width: 11px;
    border-top-width: 0;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, .25);
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid
}

.cmt-emoji-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: "";
    border-width: 10px;
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.cmt-emoji-list {
    height: 85px;
    overflow-x: hidden;
    overflow-y: auto
}

.cmt-emoji-list li {
    padding: 5px;
    float: left;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-left: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5
}

.cmt-emoji-list li:hover {
    background: #f2f2f2
}

.cmt-emoji-list li:nth-child(5n+1) {
    border-left: none
}

.cmt-emoji-list li:nth-child(-n+5) {
    border-top: none
}

.cmt-emoji-list li img {
    margin-top: 5px !important;
    margin-left: 4px !important;
    transition: transform .15s cubic-bezier(.3, 0, .2, 2)
}

.cmt-emoji-list li:hover img {
    transform: scale(1.2)
}

.cmt-emoji-open {
    display: block
}

.cmt-icon-emoji,
.cmt-icon-image,
.cmt-icon-tube {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat
}

.cmt-icon-emoji {
    background-image: url(../www/static/imgs/emojione.svg)
}

.cmt-icon-tube {
    background-image: url(../www/static/imgs/cmt_tube.svg)
}

.cmt-icon-image {
    background-image: url(../www/static/imgs/cmt_image.svg)
}

.cmt-btn-emoji,
.cmt-btn-image,
.cmt-btn-tube {
    border-style: none;
    background-color: transparent;
    margin-left: 12px;
    margin-top: 12px
}

.cmt-inset-tube {
    display: inline-block
}

.cmt-emoji-sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.cmt-emoji-sidebar::-webkit-scrollbar-track {
    border-radius: 8px
}

.cmt-emoji-sidebar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px
}

.cmt-emoji-sidebar::-webkit-scrollbar-thumb:hover {
    background: #929292
}

.cmt-popup {
    position: relative;
    background: #fff;
    padding: 50px;
    width: auto;
    max-width: 362px;
    margin: 20px auto;
    border-radius: 4px
}

.cmt-popup .input {
    position: relative;
    padding: 20px 0
}

.cmt-popup .input>input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.cmt-popup .input>input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding: 4px 0 4px 35px;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box
}

.cmt-popup .input>input::-moz-placeholder {
    color: #8a8a8a
}

.cmt-popup .input>input::-webkit-input-placeholder {
    color: #8a8a8a
}

.cmt-popup .input>input:-ms-input-placeholder {
    color: #8a8a8a
}

.cmt-popup-center {
    text-align: center
}

.cmt-popup form .cmt-auth-submit {
    width: 100%;
    border-radius: 0;
    cursor: pointer
}

.cmt-popup .input .cmt-input-bd:after {
    background-color: #24cd77
}

.cmt-popup .input .cmt-input-bd-err:after {
    background-color: #cd5c5c
}

.cmt-popup .input .cmt-input-bd:after,
.cmt-popup .input .cmt-input-bd-err:after {
    bottom: 20px;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    width: 10px
}

.cmt-popup .input input:focus+span:after,
.cmt-popup .input input.cmt-input-error+span+span:after {
    left: 0;
    visibility: visible;
    width: 100%
}

.cmt-popup .input input.cmt-input-error+span {
    visibility: hidden
}

.cmt-popup-pad {
    padding: 16px
}

.cmt-to-login-pad {
    padding: 32px 16px 0
}

.cmt-submit-pad {
    padding: 0 16px 16px
}

.cmt-pass-wrap {
    text-align: right;
    margin-top: 5px
}

.cmt-pass-wrap a {
    color: #949494;
    font-size: 13px
}

.cmt-pass-wrap a:hover {
    color: #949494
}

.cmt-popup-third {
    text-align: center;
    margin: 24px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.cmt-to-login:hover {
    color: #fff;
    background-color: #24cd77
}

.cmt-to-register,
.cmt-to-guest {
    height: 33px;
    margin: 0;
    min-width: 64px;
    padding: 0 10px;
    text-align: center;
    line-height: 33px;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle
}

.cmt-to-guest {
    color: #24cd77
}

.cmt-to-guest:hover {
    color: #24cd77
}

.cmt-to-register {
    color: #fa8b15
}

.cmt-to-register:hover {
    color: #fa8b15
}

.cmt-to-login {
    background: 0 0;
    border: solid 1px #24cd77;
    border-radius: 4px;
    position: relative;
    height: 33px;
    margin: 0;
    min-width: 64px;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 33px;
    vertical-align: middle;
    color: #24cd77
}

.cmt-popup .cmt-auth-third-menu {
    padding-left: 50%;
    margin-left: -90px
}

.cmt-popup .cmt-auth-third-menu li {
    margin: 0 7.5px
}

.cmt-popup .cmt-third {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 16px 0
}

.cmt-popup .cmt-post-guest {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 0 0
}

.cmt-captcha {
    padding: 20px 0
}

.cmt-popup-agree {
    padding: 0 16px
}

.cmt-popup-agree a {
    color: #24cd77
}

.cmt-captcha_input {
    margin-right: 100px
}

.cmt-captcha_a img {
    height: 32px;
    border: 1px solid #ccc;
    margin-top: -3px;
    border-radius: 3px
}

.cmt-popup-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .75);
    z-index: 999947;
    display: none
}

.cmt-popup .cmt-popup-error {
    background-color: #fff6f6;
    color: #9f3a38;
    border: solid 1px #e0b4b4;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    display: none;
    margin: 0 16px 16px
}

.cmt-group-gird {
    margin-right: 15px
}

.cmt-group-gird .cmt-tube {
    width: 240px;
    max-width: 240px;
    height: 150px;
    display: inline-block
}

.cmt-group-gird .cmt-tube-time {
    bottom: 15px
}

.cmt-order-old+div .cmt-root-cont:hover {
    background-color: #fff
}

.cmt-order-old {
    margin: 15px 0;
    padding: 0 15px 15px;
    border-bottom: 1px solid #eee
}

.cmt-order-old .cmt-menu-left {
    left: 0 !important;
    right: auto !important
}

.cmt-lang-total {
    padding-left: 5px
}

.cmt-apk {
    width: 400px;
    padding: 10px;
    margin: 5px auto;
    display: flex;
    flex-direction: row;
    border: 1px solid #d6d6d6;
    background-color: #fafafa;
    justify-content: space-between
}

.cmt-apk .cmt-apk-icon {
    width: 50px
}

.cmt-apk .cmt-apk-cont {
    padding: 0 10px;
    flex: 1;
    overflow: hidden
}

.cmt-apk .cmt-apk-cont p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px
}

.cmt-apk .cmt-apk-cont p.cmt-apk-info {
    font-size: 14px;
    color: #666
}

.cmt-apk .cmt-apk-down {
    text-align: center;
    line-height: 50px
}

.cmt-apk .cmt-apk-down a {
    color: #fff;
    background-color: #5eb7fd;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 35px
}

.cmt-apk .cmt-apk-dcount {
    margin-left: 15px
}

.cmt-group-apk>div {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 0;
    border: 1px solid #d6d6d6;
    background-color: #fafafa;
    border-radius: 4px
}

.cmt-group-apk span {
    margin-left: 20px;
    color: #666;
    font-size: 13px
}

.cmt-img-list {
    margin-top: 15px
}

.cmt-img-list ul {
    max-width: 100%;
    overflow: hidden;
    font-size: 0
}

.cmt-img-list ul li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 5px 5px 0;
    width: 33.33%
}

.cmt-img-list ul li .wrap {
    padding-bottom: 100%;
    height: 0;
    position: relative;
    width: 100%
}

.cmt-img-list li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, .05)
}

.cmt-img-list ul li .wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    vertical-align: top;
    object-fit: cover;
    -webkit-tap-highlight-color: transparent;
    background: #f8f8f8 url(../mobile/static/imgs/lazy_img.png) no-repeat center center
}

.article-title h1 {
    padding-bottom: 20px;
    font-size: 3rem;
    font-weight: 400;
    color: #333;
    line-height: 35px
}

.article-title-pic img {
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
    background: #f8f8f8 url(../www/static/imgs/lazy_img.png) no-repeat center center
}

.h2-title {
    display: block;
    font-size: 1.5em;
    font-weight: 700
}

@-webkit-keyframes zoomInOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    30% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes zoomInOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    30% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.zoomInOut {
    -webkit-animation-name: zoomInOut;
    animation-name: zoomInOut;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.emojione {
    font-size: inherit;
    height: 3ex;
    width: 3.1ex;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.2ex .15em .2ex;
    line-height: normal;
    vertical-align: middle
}

.mfp-hide {
    display: none
}

.fancybox_custom_class .cmt-popup {
    width: 100%;
    max-width: 362px;
    padding: 50px;
    box-sizing: content-box
}

.fancybox_custom_class .pre_pop_ca {
    padding: 0
}

.fancybox_custom_class .pre_pop_so {
    padding: 20px 40px 0;
    width: 880px
}

.fancybox_custom_class .fancybox-slide {
    min-width: 900px
}

.fl {
    float: left
}

.fr {
    float: right
}

.cl {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden
}

.user-reviews {
    margin-bottom: 4px
}

.user-reviews_card {
    background: #fff;
    padding: 12px 16px 0
}

.user-reviews_title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px
}

.user-reviews_title h2 {
    color: #4b4b4b;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 28px
}

.user-reviews_title h3 {
    color: #4b4b4b;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px
}

.user-reviews_title span {
    color: #8b8b8b;
    font-size: 12px;
    line-height: 16px
}

.user-reviews_title a {
    color: #00aef9;
    font-size: 14px;
    font-weight: 500
}

.user-reviews_add {
    display: flex;
    align-items: center
}

.user-reviews_filter_bar {
    background: #fff;
    border-bottom: 1px solid #eff3f4;
    padding: 0 16px;
    display: flex
}

button.user-nav {
    padding-top: 0
}

button.user-nav span {
    color: #4682be
}

.user-reviews_nav {
    width: 100%;
    display: flex;
    align-items: center
}

.user-reviews_nav .nav-btn {
    display: none
}

.user-reviews_nav .nav-list {
    display: flex
}

.user-reviews_nav .nav-list a {
    display: block;
    margin-right: 24px;
    height: 42px;
    line-height: 42px;
    color: #8b8b8b;
    text-decoration: none;
    cursor: pointer;
    padding: 0
}

.user-reviews_nav .nav-list a:active {
    color: #00aef9
}

@media(any-hover:hover) {
    .user-reviews_nav .nav-list a:hover {
        color: #00aef9
    }
}

.user-reviews_nav .nav-list li.selected a {
    border-bottom: 2px solid #00aef9;
    font-weight: 500;
    color: #00aef9
}

.cmt-root {
    border-bottom: 1px solid #eff3f4;
    background: #fff;
    padding: 12px 16px 10px
}

.cmt-root-top,
.cmt-cl-top {
    display: flex;
    margin-bottom: 8px
}

.cmt-root-icon,
.cmt-cl-icon {
    width: 38px;
    height: 38px
}

.cmt-root-user,
.cmt-cl-user {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 8px
}

.cmt-user-name,
.cmt-cl-user-name {
    margin-bottom: 4px
}

.cmt-user-name a,
.cmt-cl-user-name a {
    color: #4682be;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px
}

.cmt-reply-to-name {
    padding-left: 4px
}

.cmt-user-rating {
    display: flex
}

.cmt-icon-s-stars {
    position: relative;
    width: 60px;
    margin-right: 8px
}

.cmt-root-time,
.cmt-cl-time {
    display: flex;
    font-size: 12px;
    line-height: 16px;
    color: #a6a6a6
}

.cmt-cl-cont {
    padding: 8px 0 8px 46px
}

.cmt-root-message>p,
.cmt-cl-message>p {
    margin-bottom: 8px
}

.cmt-cls {
    display: block;
    margin: 0 0 8px 46px;
    padding: 2px 12px;
    background: #f7f9f9;
    border-radius: 4px
}

.cmt-cls ul li {
    max-height: 66px;
    padding: 2px 0;
    overflow: hidden;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px
}

.cmt-cls ul li span {
    color: #8b8b8b
}

.cmt-cls .cmt-cls-all {
    font-size: 13px;
    line-height: 22px;
    color: #4682be
}

.cmt-root-footer,
.cmt-root-message,
.cmt-cl-message,
.cmt-cl-footer {
    margin-left: 46px
}

.cmt-root-footer>ul,
.cmt-cl-footer>ul {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 24px;
    color: #a6a6a6
}

.cmt-root-footer>ul>li,
.cmt-cl-footer>ul>li {
    display: flex;
    position: relative
}

.cmt-root-footer .cmt-source,
.cmt-cl-footer .cmt-source {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 12px;
    line-height: 16px;
    color: #a6a6a6
}

.cmt-root-footer .cmt-source::before,
.cmt-cl-footer .cmt-source::before {
    background-size: 20px
}

.cmt-btn-reply,
.cmt-btn-zan,
.cmt-btn-share {
    border-style: none;
    background-color: transparent;
    color: #8b8b8b;
    height: 24px;
    border-radius: 3px;
    font-size: 14px
}

.cmt-btn-reply i,
.cmt-btn-zan i,
.cmt-btn-share i {
    padding: 10px 0
}

.cmt-btn-reply span,
.cmt-btn-zan span,
.cmt-btn-share span {
    padding: 10px 0
}

.cmt-btn-reply b {
    font-weight: 400
}

.cmt-btn-reply {
    margin-left: 10px
}

.cmt-btn-reply:active {
    color: #24cd77
}

@media(any-hover:hover) {
    .cmt-btn-reply:hover {
        color: #24cd77
    }
}

.cmt-btn-zan:active {
    color: #fa8b15
}

@media(any-hover:hover) {
    .cmt-btn-zan:hover {
        color: #fa8b15
    }
}

.cmt-btn-share:active {
    color: #00aef9
}

@media(any-hover:hover) {
    .cmt-btn-share:hover {
        color: #00aef9
    }
}

.cmt-no-reviews {
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.cmt-no-reviews span {
    align-items: center;
    display: flex;
    color: #a6a6a6
}

#cmt-reply-data {
    background: #fff;
    padding-bottom: 16px
}

#cmt-edit-reply,
.cmt-edit-reply-common {
    word-break: break-all;
    min-height: 100px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #dbe1eb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 7px;
    display: inline-block;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: 100%;
    box-sizing: border-box
}

#cmt-edit-reply:focus,
.cmt-edit-reply-common:focus {
    outline: none
}

.cmt-edit-reply-bottom {
    height: 40px;
    background: #f2f5f9;
    border: 1px solid #dbe1eb;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.cmt-btn {
    border-radius: 4px;
    border: none
}

.cmt-icon-b-stars {
    margin: 12px
}

.cmt-icon-b-star,
.cmt-icon-b-star-empty {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.cmt-icon-s-star,
.cmt-icon-s-star-empty {
    position: absolute;
    top: 2px;
    display: inline-block;
    height: 12px
}

.cmt-icon-s-star {
    z-index: 2;
    background: url(../www/static/imgs/stars.svg) repeat-x;
    background-size: 12px
}

.cmt-icon-s-star-empty {
    width: 60px;
    background: url(../www/static/imgs/cmt_star_empty.svg);
    background-size: 12px
}

.cmt-icon-b-star {
    background-image: url(../www/static/imgs/stars.svg);
    background-size: 16px
}

.cmt-icon-b-star-empty {
    background-image: url(../www/static/imgs/cmt_star_empty.svg);
    background-size: 16px
}

.cmt-icon-up {
    color: #fa8b15 !important
}

.cmt-auth-submit {
    color: #fff;
    background: #7ee8b2;
    padding: 8px 15px;
    font-size: 14px;
    width: 100%;
    height: 36px;
    margin-top: 8px
}

.cmt-auth-submit:active {
    background: #24dc83
}

@media(any-hover:hover) {
    .cmt-auth-submit:hover {
        background: #24dc83
    }
}

.cmt-more {
    background: #fff;
    padding-top: 16px
}

.cmt-more .cmt-more-cont {
    max-width: 321px;
    margin: 0 auto
}

.cmt-more .cmt-more-cont .cmt-more-btn {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: #4682be;
    border: 1px solid #4682be;
    border-radius: 4px
}

.cmt-more .cmt-more-cont .cmt-more-btn:active {
    background: #4682be;
    color: #fff
}

@media(any-hover:hover) {
    .cmt-more .cmt-more-cont .cmt-more-btn:hover {
        background: #4682be;
        color: #fff
    }
}

html[dir=rtl] .module_card .review_info .info p .rating {
    padding-left: 0;
    padding-right: 12px
}

html[dir=rtl] .user-reviews_nav .nav-list a {
    margin-left: 24px;
    margin-right: 0
}

html[dir=rtl] .cmt-root-time {
    margin-right: 5px
}

html[dir=rtl] .cmt-root-more-btn,
html[dir=rtl] .cmt-cl-more-btn {
    right: auto;
    left: 0
}

html[dir=rtl] .menu-more {
    right: auto;
    left: 0
}

html[dir=rtl] .cmt-btn-reply i,
html[dir=rtl] .cmt-btn-zan i {
    padding: 10px 10px 10px 0
}

html[dir=rtl] .cmt-btn-reply span,
html[dir=rtl] .cmt-btn-zan span {
    padding: 10px 0 10px 5px
}

html[dir=rtl] .cmt-root-more-btn>button,
html[dir=rtl] .cmt-cl-more-btn>button {
    transform: rotateY(180deg)
}

html[dir=rtl] .cmt-caret {
    margin-right: 2px;
    margin-left: 0
}

html[dir=rtl] .cmt-user-name,
html[dir=rtl] .cmt-icon-s-stars {
    margin-right: 3px;
    margin-left: 0
}

html[dir=rtl] .cmt-icon-b-stars {
    margin-right: 0;
    margin-left: 8px
}

html[dir=rtl] .cmt-auth-guest {
    margin-right: 156px;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 0
}

html[dir=rtl] .icon-post {
    margin-right: 5px;
    margin-left: 0
}

html[dir=rtl] .icon-web,
html[dir=rtl] .icon-mobile,
html[dir=rtl] .icon-reply,
html[dir=rtl] .icon-reply-to,
html[dir=rtl] .icon-delete {
    margin-left: 3px;
    margin-right: 0
}

html[dir=rtl] .cmt-root-user,
html[dir=rtl] .cmt-cl-user {
    margin-right: 8px
}

html[dir=rtl] .cmt-root-footer,
html[dir=rtl] .cmt-root-message,
html[dir=rtl] .cmt-cl-message,
html[dir=rtl] .cmt-cl-footer {
    margin-right: 46px;
    margin-left: 0
}

html[dir=rtl] .cmt-root .cmt-reply-cont {
    margin: 0 46px 0 0
}

html[dir=rtl] .cmt-cl .cmt-reply-cont {
    margin: 0 92px 0 0
}

html[dir=rtl] .cmt-loader,
html[dir=rtl] .cmt-ok,
html[dir=rtl] .cmt-alert-error {
    margin-left: 5px;
    margin-right: 0
}

html[dir=rtl] .cmt-auth-third-menu li {
    margin-left: 3px;
    margin-right: 0
}

html[dir=rtl] .cmt-total>h3 {
    padding-right: 8px;
    padding-left: 0;
    border-left: none;
    border-right: 4px solid #24cd77
}

html[dir=rtl] .cmt-cl-cont {
    padding: 8px 46px 8px 0
}

html[dir=rtl] .cmt-cl-review {
    padding-right: 10px;
    padding-left: 0;
    margin-right: 46px;
    margin-left: 0
}

html[dir=rtl] .cmt-menu {
    left: 0;
    right: auto
}

html[dir=rtl] .cmt-report {
    right: auto;
    left: 0
}

html[dir=rtl] .cmt-root-more .cmt-loader {
    margin-left: 25px;
    margin-right: 0
}

html[dir=rtl] .cmt-emoji-arrow {
    left: auto;
    right: 14px
}

html[dir=rtl] .cmt-emoji-arrow:after {
    margin-right: -10px;
    margin-left: 0
}

html[dir=rtl] .cmt-emoji-list li img {
    margin-left: 0 !important;
    margin-right: 4px !important
}

html[dir=rtl] .cmt-btn-emoji,
html[dir=rtl] .cmt-btn-image,
html[dir=rtl] .cmt-btn-tube {
    margin-left: 0;
    margin-right: 12px
}

html[dir=rtl] .cmt-popup .input>input {
    padding: 4px 35px 4px 0
}

html[dir=rtl] .icon-account,
html[dir=rtl] .icon-email,
html[dir=rtl] .icon-password,
html[dir=rtl] .icon-code {
    right: 0;
    left: auto
}

html[dir=rtl] .cmt-popup .cmt-auth-third-menu {
    padding-left: 0;
    padding-right: 50%;
    margin-right: -90px;
    margin-left: 0
}

html[dir=rtl] .cmt-captcha_input {
    margin-right: 0;
    margin-left: 100px
}

html[dir=rtl] .mfp-content {
    text-align: right !important
}

html[dir=rtl] .cmt-cls {
    margin: 0 46px 10px 15px
}

html[dir=rtl] .cmt-group-gird+.cmt-group-gird {
    margin-left: 0;
    margin-right: 15px
}

html[dir=rtl] .cmt-order-old .cmt-menu-left {
    left: auto !important;
    right: 0 !important
}

html[dir=rtl] .cmt-apk-dcount {
    margin-left: 0;
    margin-right: 15px
}

html[dir=rtl] .cmt-group-apk span {
    margin-left: 0;
    margin-right: 20px
}

html[dir=rtl] .cmt-pass-wrap {
    text-align: left
}

@media(max-width:720px) {
    .user-reviews_title h2 {
        font-size: 16px;
        line-height: 24px
    }
    .user-reviews_nav .nav-btn {
        display: block;
        padding: 12px 0;
        border-bottom: 2px solid #00aef9;
        cursor: pointer
    }
    .user-reviews_nav .nav-btn_text {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        padding: 0 3px;
        color: #00aef9
    }
    .user-reviews_nav .nav-list {
        display: none
    }
    .user-reviews_nav.cmt-open .nav-list {
        position: absolute;
        display: flex;
        flex-direction: column;
        margin-top: 220px;
        padding: 8px 0;
        background-color: #fff;
        overflow: hidden;
        border: 1px solid #f0f2f4;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
        border-radius: 8px;
        z-index: 99
    }
    .user-reviews_nav.cmt-open .nav-list a {
        display: block;
        white-space: nowrap;
        line-height: 30px;
        height: 30px;
        padding: 0 16px;
        margin: 0;
        color: #5e5e5e
    }
    .user-reviews_nav.cmt-open .nav-list a:active {
        background-color: #f2f5f9;
        color: #00aef9
    }
}

@media(max-width:720px) and (any-hover:hover) {
    .user-reviews_nav.cmt-open .nav-list a:hover {
        background-color: #f2f5f9;
        color: #00aef9
    }
}

@media(max-width:720px) {
    .user-reviews_nav.cmt-open .nav-list li.selected a {
        line-height: 36px;
        height: 36px;
        background-color: #f2f5f9;
        border-bottom: none;
        color: #00aef9
    }
}