.wrapper {
    margin: 0 auto;
    width: 1400px;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1400px;
    /* overflow-x: hidden; */
}

.Omansika_header {
    display: flex;
    height: 100px;
    background: #ffffff;
}

.Omansika_header .wrapper {
    display: flex;
    justify-content: space-between;
}

.Omansika_header .logo{
    display: flex;
    align-items: center;
}

.Omansika_header .logo img {
    width: 48px;
    height: 48px;
}

.Omansika_header .logo a {
    font-family: Arial Black;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-left: 20px;
    line-height: 100px;
}

.Omansika_header .language {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.Omansika_header .language .current {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.Omansika_header .language i {
    display: block;
    margin-left: 12px;
    width: 32px;
    height: 32px;
    background: url("../images/qh.png") no-repeat;
    background-size: contain;
}

.Omansika_header .language ul {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    border: 1px solid #E9E9E9;
    background: #FFF;
    box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.10), 
    0px 30px 30px 0px rgba(0, 0, 0, 0.09), 
    0px 68px 41px 0px rgba(0, 0, 0, 0.05), 
    0px 121px 48px 0px rgba(0, 0, 0, 0.01), 
    0px 188px 53px 0px rgba(0, 0, 0, 0.00);    
    border-radius: 12px;
    display: none;
}

.Omansika_header .language ul li a {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #363A53;
    display: block;
}

.Omansika_banner .wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.Omansika_banner h2 {
    font-size: 80px;
    font-family: Arial, black;
    font-weight: bold;
    color: #2D7314;
    margin-top: 44px;
}

.Omansika_banner .left {
    margin-top: 48px;
}

.Omansika_banner .left img {
    width: 88px;
    height: 88px;
}

.Omansika_banner .right .bj {
    width: 741px;
    height: 357px;
    background: linear-gradient(135deg, #AAEF1D 0%, #D6FF83 47%, #91DE8A 100%);
    border-radius: 40px 40px 40px 40px;
    opacity: 1;
    font-size: 0;
    margin-top: -348px;
}

.Omansika_banner p {
    font-size: 26px;
    font-weight: 500;
    color: #A7A7A7;
    margin-top: 38px;
    max-width: 460px;
}

.Omansika_banner a {
    display: block;
    width: 344px;
    height: 90px;
    background: #2D7314;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    margin-top: 98px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
}

.Omansika_banner a:hover {
    display: block;
    margin-top: 98px;
    transform: scale(1.1);
}

.Omansika_bottom {
    height: 700px;
    background: linear-gradient(180deg, #F3FFF1 0%, #F3FFF0 100%);
}

.Omansika_bottom .wrapper {
    padding-top: 68px;
    display: flex;
    margin-top: 168px;
    justify-content: space-between;
}

.Omansika_bottom .wrapper .delete {
    width: 700px;
}

.Omansika_bottom .wrapper .delete h3 {
    font-size: 26px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #222222;
    line-height: 32px;
    max-width: 600px;
}

.Omansika_bottom .wrapper .delete p {
    font-size: 22px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
    margin-top: 30px;
}

.Omansika_bottom .wrapper .delete input {
    width: 456px;
    height: 64px;
    border-radius: 12px;
    opacity: 1;
    border: 3px solid #222222;
    padding-left: 24px;
    font-size: 20px;
    margin-top: 10px;
    background-color: #ffffff00;
}

.Omansika_bottom .wrapper .delete .send {
    display: flex;
}

.Omansika_bottom .wrapper .delete .send input {
    width: 339px;
    border-radius: 12px 0px 0px 12px;
}

.Omansika_bottom .wrapper .delete .send a {
    display: block;
    width: 117px;
    height: 70px;
    background: #222222;
    border-radius: 0px 12px 12px 0px;
    opacity: 1;
    margin-top: 10px;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.Omansika_bottom .wrapper .delete .button {
    width: 480px;
    height: 70px;
    background: #222222;
    border-radius: 12px;
    opacity: 1;
    margin-top: 44px;
}

.Omansika_bottom .wrapper .delete .button a {
    display: block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
}

.Omansika_bottom .wrapper .info {
    width: 700px;
}

.Omansika_bottom .wrapper .info h3 {
    font-size: 26px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #222222;
    line-height: 24px;
    max-width: 600px;
}

.line {
    margin-top: 32px;
    background-color: #d0d0d0;
    font-size: 0;
    height: 1px;
}

.Omansika_bottom .wrapper .info ul {
    margin-top: 36px;
}

.Omansika_bottom .wrapper .info p {
    font-size: 22px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    color: #808080;
}

.Omansika_bottom .wrapper .info li {
    font-size: 24px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    color: #17262A;
    font-weight: 500;
    margin-top: 8px;
}

.Omansika_bottom .info a {
    font-weight: 500;
    color: #000000;
    text-decoration: underline;
}
