@charset "UTF-8";
/*
Theme Name:UCTHEME_SMZDM
Theme URI: http://www.uctheme.com
Author: UCtheme PHP Studio
Author URI: http://www.uctheme.com
Description: 本模板是优畅主题工作室制作，2022年全新精仿什么值得购网站，为淘宝客网站者提供一款功能齐全，实用的主题。
本主题为商业主题，禁止未得到授权转让。本主题带强大的会员系统，收藏系统，投票系统，短链接等淘宝客实用功能。
欢迎访问优畅主题工作室：http://www.uctheme.com
Version: 1.5
*/

.hidder {
    display: none;
}

.slide-hover {
    display: block;
}

.my-message {
    position: absolute;
    background: #e62828;
    width: 6px;
    height: 6px;
    top: 12px;
    right: 12px;
    border-radius: 50%;
}

.sub-nav-member {
    display: none;
    padding-top: 7px;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 0;
}


.feed-block .feed-btn-group .voted:hover .voted-wrap {
    visibility: visible;
}

.feed-block .feed-btn-group .voted:hover .unvoted-wrap {
    visibility: hidden;
}

/* Login pop */
.overlay-login {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    opacity: .8;
    filter: alpha(opacity=80);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9998;
    display: none;
}

.fadeIn .overlay-login {
    display: block;
}

.fadeIn #sign {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#sign, #sign a {
    font-size: 14px !important;
    line-height: 1.5;
}

#sign {
    position: fixed;
    z-index: 9999;
    top: 80px;
    left: 50%;
    width: 480px;
    margin-left: -200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -600px, 0);
    -moz-transform: translate3d(0, -600px, 0);
    -o-transform: translate3d(0, -600px, 0);
    transform: translate3d(0, -600px, 0);
    min-height: 200px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px
}

#sign .part {
    min-height: 425px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #FFF;
    padding: 50px 50px 40px 50px;
    box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none
}

#sign.um_sign .part.loginPart {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 1;
    display: block
}

#sign.um_sign .part.registerPart {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 0;
    display: block
}

#sign.register .part.loginPart {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 0;
    display: block
}

#sign.register .part.registerPart {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 1;
    display: block
}

#sign form h3 {
    font-size: 18px;
    margin-bottom: 20px
}

#sign form h3 p {
    font-size: 12px;
    color: #999;
    margin: 0 0 0 10px;
    display: inline-block
}

#sign form .status .error {
    color: #ea4c89
}

#sign form .status .success {
    color: #00c3b6
}

#sign form p {
    margin: 10px auto;
    position: relative
}

#sign form p.status {
    /*white-space: nowrap;*/
    margin: 10px auto;
    position: relative;
    padding-left: 5px;
    color: #e62828;
}

#sign form #captcha_inline label.error {
    right: auto;
    left: 0;
    top: 45px;
}

#sign form p#captcha_inline .inline {
    float: left;
}

#captcha_inline #um_captcha {
    width: 180px;
    margin-right: 5px;
    padding-right: 10px;
}

#captcha_inline img {
    margin-right: 5px;
    cursor: pointer;
}

#captcha_inline input.submit {
    float: right !important;
    width: 100px;
}

#sign form label.error {
    color: #FFF;
    background-color: #7656E8;
    padding: 0 4px;
    position: absolute;
    z-index: 5;
    right: 10px;
    top: 11px
}

#sign form label.icon {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #999;
    font-size: 20px;
    color: rgba(0, 0, 0, .3)
}

#sign form label.icon i {
    width: 20px;
    text-align: center
}

#sign form input {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    box-sizing: border-box
}

#sign ::-webkit-input-placeholder {
    color: #999
}

#sign form input:focus {
    border: 1px solid #e62828;
    outline: 0;
}

#sign input:-moz-placeholder {
    color: #999
}

#sign input.input-control {
    padding-right: 35px
}

#sign form .submit {
    cursor: pointer;
    background-color: #e62828;
    color: #FFFFFF;
    border: 0 none;
    font-size: 14px;
    background-image: none;
}

#sign form .submit:hover {
    background-color: #FF737E;
}

#sign form .submit:focus {
    border: 0 none
}

#sign form .safe {
    color: #999;
    margin-top: 20px
}

#sign form .rememberme {
    width: inherit;
    margin-right: 3px
}

#sign form .lost {
    float: right
}

#sign form .close {
    position: absolute;
    right: 25px;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 0 0 50px 50px;
    text-align: center;
    line-height: 50px;
    background-color: #444;
    font-size: 16px;
    color: #FFF
}

#sign form .close i {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s
}

#sign form .close:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#sign .other-sign {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 20px -50px auto -50px;
    padding: 0 50px;
    display:inline-block;
    width: 100%;
}

.oauth_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.oauth_wrap_item{
    margin: 0 5px;
}

.other-sign p {
    margin: 20px auto 20px auto
}

.other-sign a, .local-account a {
    display: inline-block;
    padding: 6px 8px;
    border-radius: 3px;
    text-decoration: none !important;
    border: 0;
}

.other-sign a:hover, .local-account a:hover {
    color: #fff;
}

.other-sign a i, .local-account a i {
    margin-right: 5px
}

.oauth_wrap a {
    width: 100px;
}

.other-sign .weixinlogin {
    background-color: #04BE02;
    color: #FFF;
}

.other-sign .qqlogin {
    background-color: #4a9cf8;
    color: #FFF;
}

.other-sign .weibologin {
    background-color: #e14d4c;
    color: #FFF;
}

.user-login {
    margin-bottom: 10px !important;
}


#sign .switch {
    color: #999;
    cursor: pointer;
    margin: 15px auto;
    display: inline-block
}

#sign .switch i {
    margin-right: 5px;
    color: #e62828
}

.overlay {
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9998;
}

.nav-wrap #login-reg {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    padding: 23px 0;
    height: 80px;
}

.nav-wrap #login-reg span {
    display: block;
    background-color: #757575;
    background-color: rgba(0, 0, 0, .2);
    color: #eee;
    color: rgba(255, 255, 255, .8);
    height: 34px;
    padding: 0 15px;
    line-height: 34px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    float: left;
}

.nav-wrap #login-reg span:hover {
    color: #aaa;
}

#user-login {
    border-radius: 4px 0 0 4px;
}

#user-login.only-login {
    border-radius: 4px;
}

#user-reg {
    border-radius: 0 4px 4px 0;
    margin-left: 1px
}

.edit {
    float: right;
    font-size: 14px;
}

/* Alert */
.umalert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    min-height: 150px;
    margin-top: -75px;
    margin-left: -150px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fafafa;
    border: 1px solid #eaeaea;
    z-index: 10000;
}

.alert_title {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 13px;
    background: #eee;
}

.alert_title h4 {
    font-size: 15px;
    margin: 0;
    line-height: normal;
}

.alert_content {
    padding: 0 10px;
}

.umalert p {
    line-height: 150%;
    font-size: 13px;
    text-align: center;
}

.umalert p span {
    padding: 0 2px;
    color: red;
}

.umalert .alert_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    color: #888;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
    cursor: pointer;
}

.cancel-to-back {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -25px;
    padding: 7px 15px 6px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    background-color: #e62828;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
    line-height: normal;
}

.cancel-to-back:hover {
    background-color: rgba(245, 104, 81, .67);
    background-image: none;
    color: #fff;
}

#rating_unworthy .reduce {
    color: #999999;
}


#loading {
    margin: 25px 0;
    text-align: center;
}

.success_info {
    margin: 20px 0 0 0;
    display: block;
}

.children .comment_list {

    /*background-color: #f5f5f5;*/
}

.children {
    background-color: #f5f5f5;
    padding: 15px 19px;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

.children .comment_list {
    margin: 0;
    padding: 0;
}

.children .come_from {
    display: none;
}

.children .comment_avatar {
    display: none;
}

.children .comment_conBox {
    width: 100%;
}

.author_home {
    margin-right: 6px;
    color: #333;
}

.comment-body {
    height: 85px;
}

.cancel-comment-reply a {
    color: #fff;
    background: #e62828;
    padding: 3px 8px;
    width: 80px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    float: right;
    margin-top: 15px;
}

.wp-smiley {
    height: 20px !important;
    max-height: 20px !important;
}

.smilies a {
    line-height: 30px;
}

article.txt-detail {
    margin-bottom: 30px;
}

.control-wrapper {
    width: 100%;
    margin: 20px auto;
    height: auto;
    clear: both;
}

#game-container {
    margin-top: 30px;
    min-height: 500px;
}

.show-fixed .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    word-break: normal;
    text-align: left;

}

.title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    word-break: normal;
    text-align: center;
}

.list_catalogue {
    overflow: hidden;
    clear: both;
    position: relative;
    z-index: 99;
    background-color: #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: none
}

ul.linkUl li {
    width: 130px;
    float: left;
    height: 18px;
    margin-bottom: 15px;
}

article table {
    border-collapse: collapse;
    margin-bottom: 40px;
    line-height: normal
}

article table td, article table th {
    padding: 5px 10px;
    border: 1px solid #ddd
}

article ul, article ol {
    margin: 0 0 15px;
    /*padding-left: 35px*/
}

article ul li, article ol li {
    font-size: 14px;
    line-height: 26px
}

article ul li {
    list-style-type: none
}

article ol li {
    list-style-type: decimal
}

article ol > li > ul > li {
    list-style-type: disc
}

article li p {
    display: inline
}

article h2, article h3, article h4 {
    font-size: 16px;
    margin-bottom: 16px
}

article h2 {
    font-size: 18px
}

article embed {
    margin: 0 auto 20px;
    display: block;
    width: 480px !important;
    height: 360px !important
}

article p a {
    display: inline-block
}

ul.linkUl {
    height: auto;
    overflow: hidden;
    margin: 0 0 30px
}

ul.linkUl li {
    width: 125px;
    float: left;
    height: 18px;
    margin-bottom: 15px;
    list-style-type: none !important;
}

.linkUl li a {
    font-size: 14px;
}

ul.linkUl li a:link, ul.linkUl li a:visited {
    color: #888;
    text-decoration: none
}

ul.linkUl li a:active, ul.linkUl li a:hover {
    color: #5188a6;
    text-decoration: none
}

h1 span {
    color: #C60000;
}


.messages_content {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    background-color: #ffe4e0;

}

.messages_content a {
    color: #ff5f47;
}

.J_side_scroll_fixed {
    top: 45px;
    position: fixed;
}

.smilies {
    display: block;
    clear: both;
}

.pfixed {
    position: fixed;
}

.ias-trigger, .ias-noneleft {
    margin: 30px auto;
    padding: 10px;
    width: 100px;
    border: 1px solid #dddddd;
}

.ias-trigger a {
    color: #999999;
}

.J_author_info a img, .comment_avatar a img {
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.label-box {
    margin-top: 20px;
}

.label-box .label {
    color: #666;
    background: #f5f5f5;
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 4px 10px;
    margin: 0 10px 10px 0;
    display: inline-block;
    font-size: 12px;
}

.label-box .label:hover {
    background: #E62828;
    color: #ffffff !important;
}

.feed-btn-group  span{
    margin-right: 0!important;
}

.keywords-wrap{
    position: relative;
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}

.keywords {
    height: auto;
    width: 105%;
}

.keywords li a {
    color: #999;
    background-color: #ffffff;
    float: left;
    width: 5%;
    margin: 0 1% 1% 0;
    padding: 0 1%;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    text-align: center;
}
.keywords li a:hover {
    color: #fff;
    background-color: #E62828;
    margin: 0 1% 1% 0;
    padding: 0 1%;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

