.img-box{
    /* display: flex; */
}

body{
    margin: 0;
}

.content-box{
    margin: 0 2%;
}

.title-box{
    font-size: 125%;
    font-weight: bolder;
    color: #444444 ;
    text-align: center;
    margin-top:7%;
    border-bottom: 1px solid rgb(187, 186, 186);
    padding-bottom: 5%;
}

.time-share-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 70%;
    color: #888888;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 5%;
    margin-top: 3%;
}

.foot-box{
    /* width: 100%; */
    /* height: 30%; */
    display: flex;
    flex-direction: column;
    background-color: rgb(85,85,85);
    margin-top: 15%;
    /* padding-bottom: 5%; */
}

.foot-text-title{
    font-weight: bolder;
    color: rgb(243,112,0);
    margin: 5% 0 3% 2%;
}

.foot-text-content{
    margin: 1% 0 1% 2%;
    color: #ffffff;
    font-size: 85%;
}

.erweima-box{
    text-align: center;
}

.img-content{
    width: 20%;
    margin: 2% 5% 0;
}

.erweima-text-box{
    text-align: center;
    color: rgb(243,112,0);
    margin-bottom: 3%;
}

.erweima-text-content{
    margin-left: 9%;
    margin-right: 10%;
    
}

.foot-bottom-box{
    background-color: rgb(114,114,114);
    color: #ffffff;
    font-size: 80%;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}




/* --------------------------------- */
.company-text-top{
    color: #444444;
    font-size: 85%;
    margin: 2% 2%;
}

.company-img-box{
    margin-top: 8%;
    margin-left: 2%;
}

.company-img-text{
    color: #444444;
    font-size: 85%;
    margin-left: 2%;
}