.examples {
    margin: 0;
}

.examples-box {
    width: 950px;
    padding: 60px;
    min-height: 300px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 6px 2px #00000039;
    position: relative;
    top: -100px;

}

.examples-box .title {
    font-size: 24px;
    text-align: center;
    margin: 10px 0 40px;
    color: #666666;
}

.examples-box img {
    width: 660px;
    display: block;
    margin: 10px auto;
}

.examples-box .content {
    margin-top: 30px;
    color: #666666;
    line-height: 2.2;
}

.examples-box .tip {
    position: absolute;
    top: 160px;
    right: -100px;
}

.examples-box .tip>a {
    display: block;
    width: 64px;
    height: 64px;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.examples-box .tip>a>img {
    margin: 0;
    display: block;
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.examples-box .tip>a>img:nth-child(2) {
    display: none;
}

.examples-box .tip>a:hover>img:nth-child(1) {
    display: none;
}

.examples-box .tip>a:hover>img:nth-child(2) {
    display: block;
}