body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.inner_box {
    width: 80%;
    margin: 0 auto;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.Monifi_container {
    position: relative;
    width: 100%;
    height: 680px;
    background: url("../images/bg.png") no-repeat center 100px;
    background-size: cover;
}

.Monifi_header { height: 100px;margin: 0 260px;display: flex;align-items: center;justify-content: space-between; }

.Monifi_header .language { position: relative;;display: flex;align-items: center;cursor: pointer; }
.Monifi_header .language .current { display: flex;align-items: center;font-size: 16px;color: #666;margin-right: 10px; }
.Monifi_header .language i { display: block;width: 24px;height: 24px;background: url("../images/icon-change.png") no-repeat;background-size: contain; }
.Monifi_header .language ul {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 5px 4px 14px 0px rgba(54,58,83,0.25);
border-radius: 3px 3px 3px 3px;
display: none;
}
.Monifi_header .language ul li a {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #363A53;
    display: block;
}
.Monifi_header a img { width: 28px;height: 28x;margin-right: 10px; }

.Monifi_logo {
    display: flex;
    align-items: center;
}

.Monifi_logo img {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.Monifi_logo span {
    color: #333;
    font-size: 30px;
    font-weight: 600;
}

.Monifi_info {
    margin: 0 260px;
    width: 600px;
    padding-top: 150px;
}

.Monifi_info h1 {
    margin-bottom: 15px;
    font-size: 44px;
    color: #061F25;
}

.Monifi_info p {
    font-size: 26px;
    color: #666;
    margin-bottom: 40px;
}

.Monifi_info img {
    height: 52px;
}
.Monifi_footer {
    /* height: 300px; */
    padding: 45px 260px 50px;
    background: #061F25;
    display: flex;
    justify-content: space-between;
}
.Monifi_footer .left {
    flex: 1;
    text-align: center;
}
.Monifi_footer .left a {
   display: inline-block;
   height: 45px;
background: #1F353B;
border-radius: 23px 23px 23px 23px;
padding: 0 20px;
color: #fff;
line-height: 45px;
}
.Monifi_footer .right img {
    height: 40px;
}
.Monifi_footer .right .Monifi_logo {
    margin-bottom: 30px;
}
.Monifi_footer .right .Monifi_logo span {
    font-size: 30px;
    color: #fff;
}
.Monifi_footer .right .Monifi_logo img {
    width: 48px;
    height: 48px;
}

.Monifi_footer ul li {
    font-size: 22px;
    color: #D6D6D6;
    text-align: left;
}

.Monifi_footer ul li img {
    height: 32px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;

}
.Monifi_footer ul li span {text-decoration: underline;}

.popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.popup_inner { 
    width: 621px;
background: #FFFFFF;
border-radius: 24px 24px 24px 24px;
position: relative;
padding: 32px 64px 60px;
 }
.popup_inner .close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;width: 32px;
    height: 32px;
    background: url("../images/close.png") no-repeat;
    background-size: contain;
}
.popup_inner h1 {
    font-size: 26px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}
.popup_inner ul { margin-bottom: 40px; }
.popup_inner ul li {
    margin-bottom: 24px;
}
.popup_inner ul li .tit {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}
.popup_inner ul li .control_inp {
    height: 64px;
    background: #F8F8F8;
    border-radius: 32px 32px 32px 32px;
    display: flex;
    align-items: center;
}
.popup_inner ul li .control_inp input {
    height: 100%;
    flex: 1;
    border: 0;
    padding-left: 36px;
}
.popup_inner ul li .control_inp a {
    display: inline-block;
    width: 143px;
height: 48px;
line-height: 48px;
background: #FFD317;
border-radius: 24px 24px 24px 24px;
text-align: center;
font-size: 22px;
color: #08252C;
}
.popup_inner button {
    height: 64px;
    line-height: 64px;
    background: #08252C;
    border-radius: 32px 32px 32px 32px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    border: 0;
    display: block;
    width: 100%;
 }