::-webkit-scrollbar {
    display: none;
}

body {
    background-color: #f2f2f2;
    /* background-color: palegreen; */
    overflow-x: hidden !important;
}

.bor_b {
    /* border-bottom: .1px solid #eaeaea; */
    /* border-top: .1px solid #e6e4e4; */
}

.whiteBg {
    background-color: #fff !important;
}

.tabbarItemSelected {
    color: #fa7298 !important;
}

.navbar-fixed-bottom {
    border-top: 1px solid #ddd;
}

.navbar-fixed-bottom p {
    color: #a4aab3;
}

.navbar-fixed-bottom li {
    background-color: #fff;
}

.fixContainerPadding {
    padding-right: 8px;
    padding-left: 8px;
}

.blank10 {
    height: 8px;
}

.topbar {
    width: 100%;
    height: 44px;
    background-color: #fa7298;
}

.topbar ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}

.topbar li {
    color: #fff;
    font-size: 16px;
}

.topbar .logo img {
    width: 30px;
    height: 30px;
    border-radius: 50%; 
}

.topbar .follow img {
    width: 25px;
    height: 25px;
}

.banner {
    position: relative;
    overflow: hidden !important;
}

.banner img {
    width: 100%;
    height: 110px;
}

.banner .swiper-pagination-bullet-active {
    background: #fa7298;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

@keyframes wave-animation-1 {
	0% {
        background-position:0 top
    }
    100% {
        background-position:600px top
    }
}@keyframes wave-animation-2 {
	0% {
        background-position:0 top
    }
    100% {
        background-position:600px top
    }
}

.wave {
	position:absolute;
	left:0;
	bottom:-11px;
	height:30px;
	width:100%;
	z-index:1
}

.wave-warp {
	position:relative
}
.wave-1 {
	background:url(../images/wave-1.svg) repeat-x;
	background-size:600px;
	-webkit-animation:wave-animation-1 3.5s infinite linear;
	animation:wave-animation-1 3.5s infinite linear
}
.wave-2 {
	top:5px;
	background:url(../images/wave-2.svg) repeat-x;
	background-size:600px;
	-webkit-animation:wave-animation-2 6s infinite linear;
	animation:wave-animation-2 6s infinite linear
}
.wave-1,.wave-2 {
	position:absolute;
	width:100%;
	height:30px
}

.summary {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
}

.summary h4 {
    color: #6d6d6d;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.summary h4 img {
    width: 22px;
}

.summary .line {
    display: inline-block;
    width: 1px;
    height: 20px;
    margin-left: 4px;
    margin-right: 6px;
    background-color: #eee;
}

.summary p {
    color: #6d6d6d;
}

.summary p span {
    color: #fa7298;
}

.index_banner {
    background: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.boardcast {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #fff;
}

.boardcast ul {
    line-height: normal;
}

.boardcast .fa-volume-up {
    font-size: 22px;
    color: #fa7298;
}

.boardcast .index_banner .line {
    display: inline-block;
    width: .8px;
    height: 20px;
    margin-left: 6px;
    margin-right: 4px;
    background-color: #ddd;
}

.boardcast .txtMarquee-left {
    line-height: normal;
    margin-left: 48px;
}

.mainEntrance {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.mainEntrance ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

.col-xs-4 {
    width: 25%;
    padding: 0;
}

.mainEntrance li img {
    width: 62%;
}

.topic.fixContainerPadding {
    padding-right: 0;
    padding-left: 0;
}

.fixTopicCellMargin {
    margin-left: 0;
    margin-right: 0px;
}

.topic ul.row {
    margin-right: 0; 
    margin-left: 0;
}

.topic nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.topic h4 {
    color: #6d6d6d;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.topic h4 img {
    width: 22px;
}

.topic .line {
    display: inline-block;
    width: 1px;
    height: 20px;
    margin-left: 4px;
    margin-right: 6px;
    background-color: #eee;
}

.live {
    /* width: 100%; */
    height: 20%;
    margin-bottom: 8px;
    background-color: #fff;
    overflow: hidden;
}

.live .liveTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;  
}

.liveTop h4 {
    color: #6d6d6d;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.liveTop h4 img {
    width: 22px;
}

.liveTop .line {
    display: inline-block;
    width: 1px;
    height: 20px;
    margin-left: 4px;
    margin-right: 6px;
    background-color: #eee;
}

.liveBottom {
    width: 100%;
    height: 100%;
    /* background-color: palegreen; */
    padding-bottom: 6px;
    box-sizing: border-box;
}

.liveBottom ul {
    width: 100%;
    height: 100%;
}

.liveBottom li {
    width: 36%;
    height: 100%;
    border-radius: 4px;
    background-color: #fff;
    border: .2px solid #eaeaea;
    float: left;
    margin-right: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 6px;
}

.liveBottom li>div {
    width: 100%;
}
.liveBottom li .headImg {
    text-align: center;
}

.liveBottom li .headImg>img {
    width: 92%;
    max-height: 92%;
    border-radius: 4px;
}

.liveBottom .mainInfo {
    padding: 0 4px;
}

.liveBottom .mainInfo p {
    position: relative;
    padding-left: 20px; 
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.liveBottom .mainInfo img {
    position: absolute;
    width: 14px;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.liveBottom .subInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 4px;
}

.liveBottom .subInfo  span:nth-of-type(2) {
    position: relative;
}

.liveBottom .subInfo img {
    width: 10px;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 4px;
}

.nav_bab li.active>a,
.nav_bab li.active>a:hover {
    color: #fa7298;
}

footer li:hover {
    background-color: #fff;
}

#tuiyuan .datingCell1 {
    height: 24%;
    background-color: #fff;
    margin-bottom: 8px;
}

.datingCell1 .cellTop {
    padding-top: 6px;
    padding-right: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.datingCell1 .cellTop .topLeft {
    width: 26%;
}

.datingCell1 .cellTop.col-xs-12 {
    padding-left: 0;
}

.datingCell1 .cellTop .topRight {
    width: 74%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.datingCell1 .cellTop .topLeft img {
    width: 92%;
    border-radius: 4px;
}

.datingCell1 .topRight.col-xs-8 {
    padding-right: 0;
}

.datingCell1 .topRight .topInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.datingCell1 .topRight .name p {
    padding-right: 18px;
    position: relative;
    font-size: 15px;
    line-height: 14px;
}

.datingCell1 .topRight .name img {
    width: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.datingCell1 .topRight .state p {
    padding-left: 16px;
    position: relative;
    line-height: 12px;
    color: #989696;
    font-size: 14px;
}

.datingCell1 .topRight .state img {
    width: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.datingCell1 .topRight .baseInfo {
    font-size: 13px;
    color: #b0b0b0;
}

.datingCell1 .topRight .baseInfo span {
    margin-left: 2px;
    margin-right: 2px;
    color: #989696;
}

.datingCell1 .topRight .baseInfo span:nth-of-type(1) {
    margin-left: 0px;
}

.datingCell1 .topRight .subInfo span {
    font-size: 12px;
    margin-right: 4px;
    padding: 2px 4px;
    color: #989696;
    background-color: #f4f5f7;
}

.datingCell1 .cellBottom.col-xs-12 {
    padding: 0;
    padding-top: 8px; 
    padding-bottom: 6px;
}

.datingCell1 .cellBottom p {
    padding-left: 18px;
    position: relative;
    line-height: 14px;
    font-size: 14px;
    color: #989696;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.datingCell1 .cellBottom img {
    width: 14px;
    position: absolute;
    left: 0;
    top: 0;
}






#tuiyuan .datingCell2 {
    height: 24%;
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

#xianhua .datingCell2 {
    height: 24%;
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

#anlian .datingCell2 {
    height: 24%;
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

#huati .datingCell2 {
    height: 24%;
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

#shangsy .datingCell2 {
    height: 24%;
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
}


.datingCell2 .cellTop {
    padding-top: 15px;
    padding-right: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.datingCell2 .cellTop .topLeft {
    width: 26%;
}

.datingCell2 .cellTop.col-xs-12 {
    padding-left: 0;
}

.datingCell2 .cellTop .topRight {
    width: 74%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.datingCell2 .cellTop .topLeft img {
    width: 92%;
    border-radius: 4px;
}

.datingCell2 .topRight.col-xs-8 {
    padding-right: 0;
}

.datingCell2 .topRight .topInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.datingCell2 .topRight .name p {
    padding-right: 18px;
    position: relative;
    font-size: 13px;
    line-height: 14px;
}

.datingCell2 .topRight .name img {
    width: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.datingCell2 .topRight .state p {
    padding-left: 16px;
    position: relative;
    line-height: 12px;
    color: #989696;
    font-size: 14px;
}

.datingCell2 .topRight .state img {
    width: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.datingCell2 .topRight .baseInfo {
    font-size: 12px;
    line-height: 12px;
    color: #b0b0b0;
}

.datingCell2 .topRight .baseInfo span {
    margin-left: 2px;
    margin-right: 2px;
    color: #989696;
}

.datingCell2 .topRight .baseInfo span:nth-of-type(1) {
    margin-left: 0px;
}

.datingCell2 .topRight .subInfo span {
    font-size: 12px;
    margin-right: 4px;
    padding: 2px 4px;
    color: #989696;
    background-color: #f4f5f7;
}

.datingCell2 .topRight>p {
    padding-left: 18px;
    position: relative;
    line-height: 12px;
    font-size: 12px;
    color: #989696;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.datingCell2 .topRight>p img {
    width: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

.liveBottom .headImg {
    position: relative;
}

.liveBottom .mainInfo p {
    position: static;
    padding-left: 0;
}

.headImg span {
    position: absolute;
    right: 8px;
    bottom: 0;
    font-weight: 600;
}

.headImg span img {
    width: 10px;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 4px;
}

.liveBottom .mainInfo {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
    padding: 0 4px;
}

.liveBottom .mainInfo p {
    width: 50%;
    line-height: 22px;
}

.liveBottom .mainInfo span {
    display: inline-block;
    width: 50%;
    text-align: right;
}

div.dimmer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.6);
    z-index: 1100;
    opacity: 0;
    display: none;
} 

div.dimmer.dimmer-active {
    opacity: 1;
    display: block;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.dialogShade{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

.attentionDialog{
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 119;

}
.attentionContent{
    background-color: #fff;
    color: #000;
    border: none;
    height: 306px;
    width: 80%;
    max-width: 640px;
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 5px;
    padding: 10px 0;
    top: 50%;
    margin-top: -153px;
    position: relative;
    z-index: 120;
}
.attentionContent .aTitle{
    font-size: 15px;

}
.attentionContent .aTitle span{
    color: #4ebd52;
    font-weight: bold;
    padding: 0 .5rem;
}
.attentionContent hr{
    margin: 10px 0;
}

.attentionContent img{
    height: 10rem;
    width: auto;
}
.attentionContent .aTip{
    text-align: center;
    color: #999;
    font-size: 15px;
}

@media (max-width: 375px) {
.gonggao-text a {
max-width: 300px;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
}
}

@media (min-width: 375px) and (max-width: 420px) {
.gonggao-text a {
max-width: 340px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
font-size: 13px;
}
}

