/*字体*/
i.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.iconfont:before {
    margin-right: 5px;
    font-size: 1.1em;
}

i.icon-xinlang:before {
    content: "\e602";
    color: #ff763b;
}

i.icon-fenlei:before {
    content: "\e601";
}

i.icon-yueduliang:before {
    content: "\e671";
}

i.icon-biaoqian_o:before {
    content: "\eb47";
}

i.icon-qq:before {
    content: "\e6ca";
    color: #56b6e7;
}

i.icon-dashang:before {
    content: "\e6c7";
}

i.icon-shejiaotubiao-40:before {
    content: "\e646";
    color: #FDBE3D;
}

i.icon-weixin1:before {
    content: "\e607";
    color: #7bc549
}

i.icon-riqi:before {
    content: "\e647";
}

i.icon-QQ:before {
    content: "\e882";
}

i.icon-gonggao:before {
    content: "\e633";
}

i.icon-denglu:before {
    content: "\e600";
}

i.icon-houtai8:before {
    content: "\e629";
}

i.icon-yonghuzhongxin:before {
    content: "\e68c";
}

i.icon-dengchu:before {
    content: "\e620";
}

/*其他*/
* {
    word-break:break-all!important;
}

.yk_nav_menu {
    position:fixed;top:0;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)
}

body {
    padding-top: 80px;
}

@media screen and (max-width:992px){
    body {
        padding-top: 0px;
    }

    .yk_menu_group_button {
        display: none;
    }
}

@media screen and (max-width:768px){
    .callboard {
        display: none;
    }
    .yk_search input.input_submit {
        right: 5%;
    }
}

.yk_slide_img {
    position: relative!important;
}

.yk_slide_span {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 10px;
    top: 0%;
    left: 0;
    right: 0;
    color: #FFF;
    font-size: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 50px;
    white-space:normal!important;
    word-break:break-all!important;
}

#mnavh {
    margin-top: -2px
}

.ue-image{
    cursor: zoom-in;
}

.logo .yk_logo_img {
    margin: auto;
    margin-top: 6px!important;
}

.pl-520am {
    font-size: 14px;
    color: #333;
}

.pl-area-post {
    float: right;
    width: 100%;
}

.pl-post {
    position: relative;
    border-radius: 4px;
    background: #f7f7f7;
    padding: 10px;
    box-shadow: inset 2px 2px 6px rgb(0 0 0 / 8%);
}

.pl-textarea {
    position: relative;
    overflow: hidden;
    padding: 8px 18px;
}

.pl-post-word {
    border: none;
    background: none;
    outline: none;
    width: 100%;
    display: block;
    height: 100px;
    line-height: 22px;
    font-size: 14px;
    resize: none;
    padding: 0;
}

.yk_comment_post {
    height: 18px;
    width: auto;
    background: #e8e8e8;
    border-radius: 20px;
    border: none;
    padding: 10px 0px 11px 16px;
    margin-bottom: 10px;
    box-shadow: inset 2px 2px 6px rgb(0 0 0 / 8%);
}

.pl-tools {
    height: 30px;
    overflow: hidden;
}

.pl-tools .pl-submit-btn {
    float: right;
    border: 0;
    background: #1487f4;
    background: linear-gradient(to right, #1487f4 0, rgb(9, 118, 220) 100%);
    height: 100%;
    width: 80px;
    outline: none;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
}

.yk_comment {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.yk_comment_body {
    width: 100%;
    position: relative;
    height: 80px;
    padding: 10px 0px;
}

.yk_comment_img {
    position: absolute;
}

.yk_comment_header {
    float:left;color: #999;margin-left: 40px;
}

.yk_comment_header span {
    margin-right: 5px;
}

.yk_comment_header a {
    color: #096;
}

.yk_comment_header a small{
    color: #999;
}

.yk_comment_header p {
    margin-top: 5px;
}

.yk_comment_header .user_name {
    font-size: 18px;
}

.blogpic.imgscale img {
    width: 100%;
    height: 130px;
}

.yk_menu_group_button {
    float: right;margin-left: 20px;line-height: 50px;color: white;
}

.yk_menu_button {
    color: white;border: 1px solid black;background-color: #990000;padding: 5px 15px;border-radius: 15px
}

.yk_menu_button:hover {
    color: white;
}

.hide_body {
    z-index:999;
    background:#000;
    opacity:.5;
    -moz-opacity:.5;
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:fixed;
    display:none;
}
.show_body {
    width:23vw;
    background-color:#fff;
    border-radius:6px;
    position:fixed;
    z-index:999;
    left:50%;
    top:50%;
    display:none;
}
.show_body a.show_body_c {
    position:absolute;
    right:1px;
}
.show_body img {
    border:none;
    border-radius:6px 6px 0 0;
    width:100%;
    height:auto;
    margin:0;
    box-shadow:none;
}
.show_body a.show_body_c img {
    border-radius:0;
    width: 20px;
}
.reward_img {
    margin:0 auto;
    border-radius:.625rem;
}
.reward_bg {
    text-align:center;
    margin:0 auto;
    cursor:pointer;
    overflow:hidden;
}
.pay_box {
    display:inline-block;
    margin-right:25px;
    padding:15px 0;
}
.pay_box:first-child {
    margin-left:10px;
}
.pay_box img {
    width:auto;
    transition: all 0.5s;
}
.pay_box img:hover {
    transform: scale(1.2);
}
.show_body {
    width:320px;
    margin-left:-160px;
    top:10%;
}

.tuijian ul li:hover {
    background-color: white;
}

.searchbox {
    width: 100%;
    position: fixed;
    top: 50px;
    z-index: 99;
    background: rgba(0,0,0,.8);
}

.yk_foot_link {
    width: 100%;
    margin-bottom: 20px;
}

.yk_foot_link li {
    list-style: none;
    padding: 10px 15px 10px 0;
    display: inline-block;
}

#loadmore {
    background: -webkit-gradient(linear,left top,left bottom,from(#87CEFA),to(#12b7de ));
    text-align: center;
    height: 35px;
    border-radius: 15px;
}

#loadmore .load-more {
    color: white;
    line-height: 35px;
}

.yk_hidden {
    display: none!important;
}

.arc_top {
    background-image: linear-gradient(135deg,#fd7a64 10%,#fb2d2d 100%);padding: 2px 5px;color: #fff;font-weight: 400;margin-right: 5px;
}

.arc_new {color:#fff;padding: 2px 5px;font-weight: 400;margin-right: 5px;background-image:linear-gradient(90deg,#3ca5f6 0%,#a86af9 100%);background-image:-webkit-linear-gradient(0deg,#3ca5f6 0%,#a86af9 100%);}

/*站点简介*/
.widget_avatar {
    background: #fff;
    padding: 0 0 10px 0px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 10px -2px rgb(158 158 158 / 20%);
    box-shadow: 0px 0px 10px -2px rgb(158 158 158 / 20%);
}
.widget_user {
    position: relative;
    z-index: 1;
    height: 125px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 88px;
    background-size: cover;
}
.user-bgif {
    position: relative;
    padding-top: 80px;
}
.webinfo {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 0px solid rgba(150,150,150,0.1);
    margin-top:130px;
}
.webinfo .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
    font-size: 14px;
    color: #666;
}
.webinfo .item span.num {
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    margin-bottom: 3px;
}
.widget_user img {
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 99px!important;
    padding: 5px;
    background: rgba(255,255,255,.88);
}
.widget_user .name {
    padding: 0 20px;
    text-align: center;
    margin: 5px 0 10px;
}
.widget_user .name p {
    margin-top: 5px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
}
.webinfo .item:nth-child(2) {
    border-left: 1px solid rgba(150,150,150,0.38);
    border-right: 1px solid rgba(150,150,150,0.38);
    border-radius: 0px!important;
}

/*公告栏滚动CSS*/
.callboard {height:40px; overflow:hidden;}
.callboard ul { padding:0; }
.callboard li { padding:0; }

.share_box {
    font-size: 20px;
    display: inline-block;
}

.share_box a:hover {
    text-decoration-line: none;
}

.yt-side .price {text-align: center;}
.yt-side .price span {color: #FF6651;    font-size: 30px;}
.yt-side .item {margin-bottom: 7px;}
.yt-side .yt-bug {width: 100%;background: #ff5f33;height: 38px;color: white;display: inline-block;text-align: center;line-height: 38px;border: none}
.yt-side .yt-bug:hover {cursor: pointer;}
.yt-side .tips {color: #8a92a9;font-size: 13px;text-align: center;margin-top: 10px;}

.listree-box {display:none;position:fixed;z-index:99;top:45%;left:0;background-color:rgba(68, 138, 238, .88);color:#fff;border-radius:0 10px 10px 0;}
h3.listree-titles {float:right;cursor:default;padding:20px 8px 20px 6px;}
h3.listree-titles a.listree-btn {color:#fff;display:block;width:22px;text-align:center;}
#listree-ol {max-height:230px;overflow:scroll;overflow-x:hidden;float:left;height:100%;min-height:100px;line-height:1.5;margin:20px 0px 20px 20px;padding-right:20px;align-items:center;border-right:1px solid #eeeeef;}
#listree-ol li {line-height:1.8;margin-bottom:10px;}
#listree-ol li a {color:#fff;}
a#listree-click.current,
#listree-ol li.current a {color:#f2ff2c;}
#listree-ol::-webkit-scrollbar-track {background-color:#fff;}
#listree-ol::-webkit-scrollbar-thumb {background:rgb(199,201,204);}
#listree-ol::-webkit-scrollbar {width:3px;}