
body {
    color: #000;
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/714205/galleries/2126411/o_220317024655_back.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
#home {
    opacity: 0.80;
    margin: 0px auto;
    width: 70%;
    min-width: 950px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    color: #fff
}


span{
    color:pink;
}


h3.catListTitle{
    color:pink
} 

.catListTitle{
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    overflow: hidden;
}


.catListView li{
    color:#fff;
}

#Header1_HeaderTitle{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

a.c_b_p_desc_readmore{
    color:#ba7631;
}

#navigator{
     background-color: rgba(255,255,255,0.1);
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
}

#navigator ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navigator ul li {
    
}

#navigator ul li:hover {
    background: #fff;
    color: #2b1055;
}

#navigator ul li.active {
    background: #fff;
    color: #2b1055;
}


h1,h2,h3,h4,h5,h6{
    color:pink
}

p{
    color:#fff
}