.banner {
    width: 100%;
    min-width: 1400px;
    height: 540px;
  margin-top: 92px;
    background: url("../static/images/banner/neikan.jpg") top center no-repeat;
}
.main {
    width: 100%;
    min-width: 1400px;

    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("/static/images/neikan/global-bg.png") no-repeat;
    background-size: cover;
}

.main_wrapper {
    height: 1000%;
    margin-top: 116px;
    margin-bottom: 110px;
   
}
.title_waper {
    width: 817px;
    height: 116px;
    background: #ffffff;
    border-radius: 17px 17px 17px 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 36px;
    color: #3b4757;
    margin-top: -50px;
}
.neikan_box {
    width: 1200px;
    height: 300px;
    margin-top: 30px;
    position:relative;
    
}
.click_look {
    width: 198px;
    height: 60px;
    background: #ffffff;
    border-radius: 14px 14px 14px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #176DE4;
    position: absolute;

    bottom: 51px;
 
}
.neikan_box img {
    width: 1440px;
    height: 417px;
}
