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

body {
    width: 100%;
    height: 100%;
    min-width: 1440px;
}

.ezcash_roof {
    height: 1080px;
    background: #4CD080;
}

.header {
    display: flex;
    height: 100px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 9999; 
}

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

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

.header .logo a {
    font-family: Arial Black;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    margin-left: 16px;
    background: none;
}

.header .logo img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.header .language {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 64px;
    border-radius: 24px;
    padding-left: 24px;
    padding-right: 12px;
    margin: auto 0;
}

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

.header .language img {
    margin-right: 12px;
}

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

.header .language ul {
    position: absolute;
    top: 78px;
    left: 0;
    right: -48px;
    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;
}

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

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

.banner .info {
    margin-top: 160px;
}

.banner h2 {
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 900;
    font-size: 64px;
}

.banner h5 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    max-width: 700px;
    margin-top: 38px;
}

.banner a {
    display: block;
    width: 240px;
    height: 72px;
    margin-top: 78px;
}

.banner .info img {
    width: 283px;
    height: 110px;
}

.point .wrapper {
    margin-top: -64px;
    display: flex;
    justify-content: space-around;
}

.point .wrapper ul li {
    color: #ffffff;
    font-family: Roboto;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
}

.point .wrapper ul img {
    display: flex;
    margin: 0 auto;
}

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

.ezcash_info h3 {
    color: #4cd080;
    font-weight: 700;
    font-size: 64px;
}

.ezcash_info p {
    color: #000000;
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    max-width: 670px;
    margin-top: 38px;
}

.ezcash_choose h3 {
    color: #4cd080;
    font-weight: 700;
    font-size: 64px;
    text-align: center;
    margin-top: 100px;
}

.ezcash_choose .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 64px;
}

.ezcash_choose .wrapper ul {
    width: 680px;
    height: 341px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0px 10px 20px #00000026;
    margin-bottom: 48px;
}

.ezcash_choose .wrapper ul img {
    display: flex;
    margin: 0 auto;
    height: 74px;
    width: 74px;
    margin-top: 36px;
}

.ezcash_choose .wrapper ul h5 {
    text-align: center;
    color: #000000;
    font-family: Roboto;
    font-weight: 500;
    font-size: 32px;
    margin-top: 20px;
}

.ezcash_choose .wrapper ul li {
    text-align: center;
    color: #999999;
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    max-width: 560px;
    margin: 0 auto;
    margin-top: 16px;
}

.ezcash_us {
    margin-top: 100px;
    height: 520px;
    background: #000;
    padding-top: 78px;
}

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

.ezcash_us .wrapper .delete {
    width: 740px;
}

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

.ezcash_us .wrapper .delete p {
    font-size: 22px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
    margin-top: 30px;
    text-align: left;
}

input:-moz-placeholder,
textarea:-moz-placeholder { 
    color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
    color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #fff;
} 

.ezcash_us .wrapper .delete input {
    width: 486px;
    height: 64px;
    border-radius: 12px;
    color: #ffffff;
    opacity: 1;
    border: none;
    padding-left: 24px;
    font-size: 20px;
    margin-top: 10px;
    background-color: #ffffff30;
}

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

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

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

.ezcash_us .wrapper .delete .button {
    width: 510px;
    height: 70px;
    background: #4CD080;
    border-radius: 12px;
    margin-top: 44px;
}

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

.ezcash_us .wrapper .info {
    width: 740px;
}

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

.ezcash_us .wrapper .line {
    margin-top: 32px;
    background: #ffffff60;
    font-size: 0;
    height: 1px;
    width: 700px;
    margin: 48px 0 0 0;
}

.ezcash_us .wrapper .info ul {
    display: flex;
    margin-top: 36px;
    align-items: center;
}

.ezcash_us .wrapper .info p {
    font-size: 24px;
    font-family: Roboto, Roboto;
    font-weight: 500;
    color: #999999;
}

.ezcash_us .wrapper .info li {
    font-size: 24px;
    font-family: Roboto, Roboto;
    font-weight: 600;
    color: #ffffff;
    margin-left: 12px;
}

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

