.containShow {
    position: relative;
    width: 100%;
    height: 825px;
    background: white;
}

.containShow > div > img {
    width: 100%;
    height: 100%;
}

.containShow > div:nth-child(2) {
    position: relative;
    top: -75px;
}

.containShow > div:nth-child(2) > img {
    display: block;
    margin-bottom: 50px;
}

.containShow > div:nth-child(2) > p {
    text-align: center;
}

.containShow > div:nth-child(2) > p:nth-child(2) {
    color: #088F42;
    font-size: 30px;
    font-weight: bold;
}

.containShow > div:nth-child(2) > p:nth-child(3) {
    color: #858585;
    margin: 23px 0 38px 0;
}

.containShow > div:nth-child(2) > p:nth-child(5) {
    margin: 20px 0;
}

.containWatch {
    position: relative;
    width: 100%;
    height: 625px;
}

.containWatch > div {
    position: relative;
    display: flex;
}

.containWatch > div > img {
    position: absolute;
    top: 70px;
    left: 0;
}

.containWatch > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 850px;
    height: 428px;
    background: #078F45;
    right: 0;
    top: 126px;
}

.containWatchRight {
    box-sizing: border-box;
    width: 804px;
    height: 380px;
    border: 1px solid #fff;
    padding-left: 30px;
    padding-right: 42px;
}

.containWatchRight > p {
    font-size: 17px;

    color: white;
}

.containWatchRight > p:nth-child(1) {
    font-size: 30px;
    margin-top: 50px;
}

.containWatchRight > p:nth-child(2) {
    font-size: 20px;
    margin-top: 26px;
    margin-bottom: 19px;
}

.containSee {
    width: 100%;
    height: 659px;
    background: white;
}

.containSee > div {
    display: flex;
    position: relative;
}

.containSee > div > div {
    box-sizing: border-box;
    position: absolute;
    top: 90px;
    width: 1280px;
    height: 478px;
    border: 1px solid #DFDFDF;
    left: 0;
    padding-left: 52px;
    padding-right: 380px;

}

.containSee > div > div > p {
    font-size: 15px;
}

.containSee > div > div > p:nth-child(1) {
    color: #078F45;
    font-size: 30px;
    margin-top: 120px;
    font-weight: bold;
}

.containSee > div > div > p:nth-child(2) {
    color: #858585;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 38px;
}

.containSee > div > img {
    position: absolute;
    top: 61px;
    right: 0;
}
