﻿.bodymain {
    background-color: #f8f8f8;
}

.bannerbg {
    height: 200px;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

.bannerbg img {
    width: 100%;
    height: 100%;
}

.menu1 {
    height: 50px;
    width: 100%;
    background: #3094fc;
    background: linear-gradient(118deg, #3094fc, #005ccc);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .28);
}

.menu1 .icon_vip {
    background-image: url(VIP1.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: 0px 6px;
    width: 40px;
    height: 100%;
    float: left;
}

.menu1 .icon_verified {
    background-color: white;
    border-radius: 3px;
    background-image: url(bg_icon.png);
    background-repeat: no-repeat;
    background-position: -110px -192px;
    width: 51px;
    height: 16px;
    margin-top: 15px;
    float: left;
}

.menu1 .name, .menu1 .name {
    float: left;
    margin-left: 10px;
}

.menu1 .name, .menu1 .name a {
    color: white;
    font-size: 16px;
    float: left;
    line-height: 50px;
}

.menu1 .name a div {
    display: inline-block;
    background-image: url(icon_fav.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0px 14px;
    padding-left: 25px;
    margin-left: 10px;
}

.menu1 .name a:hover div,.menu1 .name a div.faved {
    background-image: url(icon_faved.png);
}

.menu1 .suppermember {
    float: right;
    margin-right: 320px;
}

.menu1 .suppermember img {
    width: 114px;
    margin-top: 15px;
}

.navlist {
    height: 52px;
    width: 100%;
    background: #242424;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .28);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-nav a.menu {
    color: white !important;
}

.navbar {
    border: none;
}

.left-menu {
    background-color: white;
    width: 20%;
    float: left;
    height: 90%;
}

.rightcontent {
    float: left;
    width: 80%;
    padding-left: 20px;
    box-sizing: border-box;
}

.infoblocklist .infolist .item {
    float: left;
    width: 24%;
    margin-left: 1.33%;
    height: 360px;
    border-radius: 6px;
    background-color: white;
    overflow: hidden;
}

.infoblocklist .infolist .item:first-child {
    margin-left: 0;
}

.infoblocklist .infolist .item .cover {
    position: relative;
}

.infoblocklist .infolist .item .cover .pic {
    width: 100%;
    height: 280px;
}

.infoblocklist .infolist .item .cover .pic img {
    width: 100%;
    height: 100%;
}

.infoblocklist .infolist .item .cover .live {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FF6602;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    background-image: url(icon_dian.png);
    background-repeat: no-repeat;
    background-position: 3px 5px;
    padding-left: 12px;
}

.infoblocklist .infolist .item .cover .video {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: .4;
    background: #000;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 12px;
    padding-right: 3px;
    background-image: url(icon_play.png);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: 3px 3px;
    padding-left: 12px;
}

.infoblocklist .infolist .item .cover .vr {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px;
    color: #fff;
    float: left;
    width: 46px;
    height: 16px;
    background-image: url(icon_360vr.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 12px;
}

.infoblocklist .infolist .item .cover .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.infoblocklist .infolist .item .cover .iconplay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.infoblocklist .infolist .item .titles {
    padding: 10px;
}

.infoblocklist .infolist .item .titles .tmain a {
    font-size: 16px;
    color: #333333;
    font-family: OpenSans, "Open sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Tahoma, Arial, Helvetica;
}

.infoblocklist .infolist .item .titles .tmain a:hover {
    color: #ff6600;
}

.infoblocklist .infolist .item .titles .tags {
    color: #00AC55;
    background-color: #E5F6ED;
    display: inline-block;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.infoblocklist .infolist .item .titles .tags2 {
    width: 100%;
    margin-top: 5px;
    color: #007FFC;
    display: inline-block;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 0px solid #e7e7e7;
}

.infoblocklist .infolist .item .titles .tags2 a {
    color: #007FFC;
}

.infoblocklist .infolist .item .titles .tags2 a:hover {
    color: #ff6600;
}

.infoblocklist .infolist .item.type2 {
    float: left;
    width: 32%;
    margin-left: 2%;
    min-height: 300px;
    height: 300px;
    border-radius: 6px;
    background-color: white;
    overflow: hidden;
}

.infoblocklist .infolist .item.type2:first-child {
    margin-left: 0;
}

.infoblocklist .infolist .item.type2 .cover .pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.infoblocklist .infolist .item.type3 {
    float: left;
    width: 19%;
    margin-left: 1.25%;
    min-height: 320px;
    height: 320px;
    border-radius: 6px;
    background-color: white;
    overflow: hidden;
}

.infoblocklist .infolist .item.type3:first-child {
    margin-left: 0;
}

.infoblocklist .infolist .item.type3 .cover .pic {
    width: 100%;
    height: 220px;
    overflow: hidden;
}