body{
    background: #f5f6f7;
}

footer {
    background: -webkit-gradient(linear,left top,left bottom,from(#AFEEEE),to(#87CEFA));
}

body {
    padding-top: 60px;
}

a {
    text-decoration: none!important;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.yk_menu {
    text-align: center;
}

.yk_menu > ul > li > ul {
    display: none;
    width: 100px;
}

.yk_menu > ul > li {
    position: relative;
    width: 100px;
}

.yk_menu > ul > li:hover > ul {
    display: block;
}

.yk_menu a{
    transition: all 0.5s;
}

.yk_menu a:hover{
    transform: scale(1.2);
}

.yk_menu > ul > li > ul  li {
    transition: all 0.5s;
}

.yk_menu > ul > li > ul  li:hover {
    transform: scale(1.2);
}

.yk_menu > ul > li > ul {
    position: absolute;
    z-index: 99;
    background-color: #AFEEEE;
    line-height: 30px;
    padding: 10px;
}

.yk_menu .dropdown-menu li a:hover {
    background-color: transparent;
}

.yk_a_tag {
    margin: 5px!important;
    display: inline-block;
}

.glyphicon {
    margin: 0px 5px 0px 20px;
}

.yk_post_single_header {
    text-align: center;
}

.yk_post_button {
    margin-top: 5px;
}

.panel-heading h2 {
    font-size: 20px!important;
    font-weight: bold!important;
}

article img {
    max-width: 100%;
}

.yk_span_button {
    border: 1px solid #fd4c4c; padding: 1px;background-color: #fd4c4c;
}

.navbar-fixed-top {
    background: #fff;
    box-shadow: 1px 1px 5px #888888;
}

.panel:hover {
    box-shadow: 1px 1px 5px #888888!important;
}

.yk_web_master {
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #888888!important;
    background: -webkit-gradient(linear,left top,left bottom,from(#AFEEEE),to(#fff));
}

.navbar-brand {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    line-height: 35px!important;
}

.yk_index_list img {
    transition: all 0.5s;
}

.yk_index_list img:hover {
    transform: scale(1.2);
}

.navbar-brand img {
    max-width: 120px;
    transition: all 0.5s;
}

.navbar-brand img:hover {
    transform: rotate(360deg);
}

.yk_foot_link {
    position: relative;
}

.yk_foot_link li {
    list-style: none;
    padding: 10px;
    display: inline-block;
}

.media-left {
    overflow: hidden;
}

.foot-wrap{
    background-color: #373f48;
    margin-top:80px;
}

#goTopBtn {
    position: fixed;
    font-size: 50px;
    bottom:35px;
    cursor:pointer;
    display:none;
}

.yk_panel_body {
    padding-left: 0px!important;
}

.yk_img_slide img {
    width: 80px;
    height: 60px;
}

.yk_panel_body img {
    width: 100%;
    height: 100px;
}

.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:10px;
}
.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;
}
.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:10px;
    padding:15px 0;
}
.pay_box:first-child {
    margin-left:10px;
}
.pay_box img {
    width:auto;
}
span.pay_box_span {
    width:16px;
    height:16px;
    background:url(../include/random/noselect.svg);
    display:block;
    float:left;
    margin-top:6px;
    margin-right:5px;
}
.pay_box.choice span.pay_box_span {
    background:url(../include/random/select.svg);
}

.show_body {
    width:320px;
    margin-left:-160px;
    top:10%;
}

.webmaster {
    float: left;
    border-right: 1px solid #ccc;
    text-align: center;
    width: 33%;
    margin: 0 auto;
}

.webmaster_end {
    border-right: none;
}

.yk_panel_body {
    overflow: hidden;
}

.yk_panel {
    white-space:normal!important;
    word-break:break-all!important;
}

.panel-body.content {
    width: 100%;
    max-width: 100%;
    position: relative;
    background-image: linear-gradient( 90deg,rgba(255,0,0,0.05) 5%,rgba(72,42,10,0) 0),linear-gradient( 1turn,rgba(0,0,0,0.05) 5%,rgba(255,153,44,0) 0);
    background-size: 16px 16px;
    box-sizing: border-box;
    border-top: 1px solid #fff2f2;
    margin-top: -5px;
    padding-bottom: 16px;
}