* {
    margin: 0;
    padding: 0;
}

.top-all-box {
    background: url(../img/beijing.png);
    width: 100%;
}

.top-box {
    display: flex;
    flex-direction: row;
    margin-top: 3%;
    margin-bottom: 2%;
}

.content-img-box {
     width: 99%;
    background: url("../img/zhanguan.png");
    color: white;
}

.nav-box {
    width: 100%;
    background-color: rgb(240, 114, 1);
    color: white;
}

.nav-text-box {}

.nav-single-box {
    padding-top: 0.7%;
    padding-bottom: 0.7%;
    text-align: center;
    font-size: 88%;
}

.nav-single-box:hover {
    background-color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: rgb(240, 114, 1);
    cursor: pointer;
    
}
.nav-single-box-top {
    /*padding-bottom: 0.7%;*/
    text-align: center;
    /*font-size: 88%;*/
    line-height:40px;
    width:10%;
    height:40px;
    font-size:17px;
    text-align:center;
    padding-top:0px;
}

.nav-single-box-top:hover {
    background-color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: rgb(240, 114, 1);
    cursor: pointer;
    
}
.nav-ench-box {
    padding-top: 0.7%;
    padding-bottom: 0.7%;
    text-align: center;
    font-size: 88%;
}

.nav-ench-single-box {
    color: rgb(240, 114, 1);
    background-color: white;
    padding: 2%;
    border-radius: 50%;
    margin: 2%;
    cursor: pointer;
}

.top-data-box {
    color: white;
    font-weight: bolder;
    text-align: right;
    margin-top: 5%;
}

.top-en-data-box {
    color: white;
    font-size: 75%;
    text-align: right;
}


/* .foot-nav-top-box{
    background: #555555;
    color: white;
    padding-bottom: 2%;
}

.fnt-left-title{
    color: #F37000;
    font-weight: bolder;
    margin-top: 4%;
    margin-bottom: 4%;
}

.fnt-left-text{
    margin-top: 2%;
    margin-bottom: 2%;
}

.fnt-ewm-text{
    text-align: center;
    color: #F37000;
    margin-top: 6%;
    margin-bottom: 2%;
}

.foot-nav-bottom-box{
    background: #727272;
    font-size: 88%;
    text-align: center;
    width: 100%;
    color: white;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
} */


/*.content-img-box{*/


/*    */


/*}*/

.content-all-box {
    position: relative;
}

.content-text {
    background-color: rgba(243, 112, 0, 0.3);
    /*background-image: radial-gradient(#F37000 50%, #F3BC33);*/
    /*opacity: 0.3;*/
    position: absolute;
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-text-1 {
    top: 3%;
    left: 31%;
    width: 26.5%;
    height: 17%;
    /*transform: skewX(22deg);*/
}

.content-text-2 {
    top: 3%;
    left: 61%;
    width: 13%;
    height: 17%;
    transform: skewX(22deg);
}

.content-text-3 {
    top: 34%;
    left: 72%;
    width: 8%;
    height: 36%;
    transform: skewX(12deg);
}

.content-text-4 {
    top: 34%;
    left: 64%;
    width: 8%;
    height: 36%;
    transform: skewX(12deg);
}

.content-text-5 {
     top: 35%;
    left: 29%;
    width: 8%;
    height: 35%;
    transform: skewX(-4deg);
   
}

.content-text-6 {
    top: 35%;
    left: 17%;
    width: 8%;
    height: 36%;
    transform: skewX(-6deg);
}

.content-text-7 {
    top: 35%;
    left: 9%;
    width: 8%;
    height: 36%;
    transform: skewX(-9deg);
}

.content-text-8 {
   top: 3%;
    left: 14.2%;
    width: 13.5%;
    height: 17%;
    transform: skewX(-18deg);
}

.content-text-9 {
    top: 19%;    left: 22%;    width: 45%;    height: 15%;}

.content-alert-box {
    /*position: absolute;*/
    /*top:16%;*/
    /*left: 35%;*/
    color: white;
    width: 170px;
    /* height: 78px; */
    /* height: 70%; */
    /*transform: skewX(-22deg);*/
    border-radius: 4px;
    background-color: #F37000;
    font-size: 75%;
    padding: 2px 4px;
}

.content-alert-none-box {
    display: none;
}

.content-alert-link-box {
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
}

.content-alert-title-box {
    font-weight: bolder;
    margin-bottom: 3px;
}

.content-button-box {
    position: absolute;
    top: 5%;
    left: 80%;
}

.content-single-button {
    width: 53%;
    margin-left: 20%;
    margin-bottom: 18%;
    cursor: pointer;
}

.content-message-box {
    /* position: absolute; */
}

.content-message-single-box {
    position: absolute;
    color: rgb(0, 50, 81);
    background-color: rgb(247, 247, 248);
    font-size: 100%;
    font-weight: bolder;
    padding: 0.2% 0 0.2% 1.2%;
    width: 13.5%;
    border-radius: 5px;
    box-shadow: 3px 3px 2px rgb(139, 139, 139);
}

.content-message-single-box1 {
    top: 21%;
    left: 23%;
}

.content-message-single-box2 {
    top: 27%;
    left: 23%;
}

.content-message-single-box3 {
    top: 21%;
    left: 53%;
}

.content-message-single-box4 {
    top: 27%;
    left: 53%;
}