#container1 {
    width: 400px;
    height: 240px;
    border: 1px solid black;
    box-shadow: 5px 5px 5px #999;
    margin: 10px;
    float: left;
}

.nl1 {
    height: 79.34px;
    background-color: red;
}

.nl2 {
    height: 79.34px;
    background-color: white;
}

.nl3 {
    height: 79.34px;
    background-color: blue;
}

#container2 {
    width: 400px;
    height: 240px;
    border: 1px solid black;
    box-shadow: 5px 5px 5px #999;
    margin: 10px;
    float: left;
}

.be1 {
    width: 133.33px;
    height: 238px;
    background-color: black;
    float: left;
}

.be2 {
    width: 133.33px;
    height: 238px;
    background-color: yellow;
    float: left;
}

.be3 {
    width: 133.33px;
    height: 238px;
    background-color: red;
    margin-left: 265.5px;
}

#container3 {
    width: 240px;
    height: 240px;
    border: 1px solid black;
    box-shadow: 5px 5px 5px #999;
    background-color: red;
    position: relative;
    margin: 10px;
    float: left;
}

.zw1 {
    background-color: white;
    width: 160px;
    height: 50px;
    position: absolute;
    left: 40px;
    top: 95px;
}

.zw2 {
    background-color: white;
    height: 160px;
    width: 50px;
    position: absolute;
    left: 95px;
    top: 40px;
}

#container4 {
    position: relative;
    width: 400px;
    height: 240px;
    border: 1px solid black;
    box-shadow: 5px 5px 5px #999;
    background-color: white;
    margin: 10px;
    float: left;
}

.jp1 {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: red;
    border-radius: 50%;
    top: 45px;
    left: 125px;
}

#container5 {
    position: relative;
    width: 400px;
    height: 240px;
    border: 1px solid black;
    box-shadow: 5px 5px 5px #999;
    background-color: red;
    margin: 10px;
    float: left;
}

.ba1 {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid transparent;
    border-top: 30px solid transparent;
    border-left: 70px solid white;
    margin-top: 0%;
    margin-bottom: 90%;
    margin-left: 25%;
    margin-right: 75%;
}

.ba2 {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid transparent;
    border-top: 30px solid transparent;
    border-left: 70px solid white;
    margin-top: 11%;
    margin-bottom: 90%;
    margin-left: 25%;
    margin-right: 75%;
}

.ba3 {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid transparent;
    border-top: 30px solid transparent;
    border-left: 70px solid white;
    margin-top: 24%;
    margin-bottom: 90%;
    margin-left: 25%;
    margin-right: 75%;
}

.ba4 {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid transparent;
    border-top: 30px solid transparent;
    border-left: 70px solid white;
    margin-top: 36%;
    margin-bottom: 90%;
    margin-left: 25%;
    margin-right: 75%;
}

.ba5 {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid transparent;
    border-top: 30px solid transparent;
    border-left: 70px solid white;
    margin-top: 47%;
    margin-bottom: 90%;
    margin-left: 25%;
    margin-right: 75%;
}

.ba-box {
    background-color: white;
    height: 238px;
    width: 100px;
    position: absolute;
    left: 0px;
    right: 0px;
}