body,
ul,
li,
a,
p,
div,
h2,
h3,
h4,
h5,
h6,
h1 {
    /*慎删*/
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

.navbar-brand {
    padding: 10px;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    width: 150px;
}

.navbar {
    border: none;
    margin-bottom: 0px;
}



/* foot */

.foot {
    width: 100%;
    height: 200px;
    background: #000000;
    display: flex;
    justify-items: center;
    color: white;
    overflow: hidden;
    padding: 20px 5%;
    text-align: left;
}

.foot .foot-left {
    width: 46%;
    position: relative;
}

.foot .foot-left img {
    width: 150px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.foot .foot-right {
    width: 54%;
}

.foot .foot-right h4 {
    font-size: 15px;
}

.foot .foot-right img {
    width: 150px;
}

.foot-right div p {
    color: white;
    font-size: 10px;
    margin-bottom: 8px;
}
.foot-right div p a {
    color: white;
    font-size: 10px;
    margin-bottom: 8px;
}

.foot .foot-right h3 {
    margin: 0 0 10px 0;
}

/* heart */


.popup {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.popuphidden {
    position: absolute;
    right: 20px;
    top: 20px;
}

.headline {
    padding-top: 50px;
    padding: 50px 10% 0 10%;
}

.headline li {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #555;
}

.headline li a {
    color: white;
}

.heart {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heart .heart-icon {
    width: 120px;
    z-index: 5;
}

.heart .popupshow {
    width: 25px;
}




.content {
    text-align: center;
    overflow-x: hidden;
}

.content-heart img {
    width: 100%;
}

h4 {
    font-size: 0.4rem;
    color: #8167de;
    font-weight: 500;
    margin: 0.3rem;
}

p {
    font-size: 0.25rem;
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
    word-break: break-all;
}

.content-jiyue,
.content-dushuhui,
.content-number,
.content-partner,
.content-zhongtai {
    width: 100%;
    padding: 1rem 4%;
}

.content-jiyue-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-jiyue-text li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.25rem;
    margin: 0 0.2rem;
}

.content-jiyue-text li div {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.05rem;
    background: #9ceeaa;
    margin: 5px;
}

.content-jiyue img {
    width: 5rem;
    margin: 0.8rem 0;
}

/* 读书会 */
.content-dushuhui {
    background: linear-gradient(#f59c4b, #fcbf4a);
    color: white;
}

.content-dushuhui h2 {
    font-size: 0.3rem;
    margin: 0.3rem 0.3rem 0.1rem 0.3rem;
}

.content-dushuhui img {
    width: 4rem;
}

/* 中台 */
.content-zhongtai ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0.2rem 0 0.5rem 0;
}

.content-zhongtai-top {
    width: 98%;
    padding: 0.2rem;
    border-radius: 0.1rem;
    /* border: 1px solid red; */
    -moz-box-shadow: 0px 0px 10px rgba(47, 0, 110, 0.19);
    -webkit-box-shadow: 0px 0px 10px rgba(47, 0, 110, 0.19);
    box-shadow: 0px 0px 10px rgba(47, 0, 110, 0.19);
}

.content-zhongtai-top img {
    width: 48%;
}

.content-zhongtai ul li {
    width: 48%;
    padding: 0.2rem;
    border-radius: 0.1rem;
    /* border: 1px solid red; */
    -moz-box-shadow: 0px 0px 10px rgba(47, 0, 110, 0.19);
    -webkit-box-shadow: 0px 0px 10px rgba(47, 0, 110, 0.19);
    box-shadow: 0px 0px 10px rgba(47, 0, 110, 0.19);
}

.content-zhongtai ul li img {
    width: 100%;
}

.content-number {}

/* 数字版权 */
.content-number {
    background: linear-gradient(#6938e4, #5636dc);
    color: white;
}

.content-number h2 {
    font-size: 0.3rem;
    margin: 0.3rem 0;
}

.content-number img {
    width: 4rem;
}

/* 合作伙伴 */
.content-partner {
    color: black;
    width: 88%;
    margin: 0 6%;
}

.content-partner h2 {
    font-size: 0.28rem;
    margin: 0.3rem 0;
    color: black;
    font-weight: 400;
    text-align: left;
}

.content-partner img {
    width: 100%;
}


/* btn部分 */

.btn-default {
    float: none !important;
    background: none !important;
    border-color: rgba(0, 0, 0,0.1);
    color: white !important;
    font-size: 16px;
    font-weight: bold;
}

.dropdown-menu {
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 16px;  
    width: 50%;
    left: 23%;
}
.dropdown-menu li a{
    color: #000000!important;
}
.dropdown-toggle {
    font-size: 16px;
}