* {
    padding: 0;
    margin: 0;
}

a,a:link,a:visited,a:hover,a:active,a:focus  {
    text-decoration: none;
}


.header {
    /* min-width: 1920px; */
    width: 100%;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-img {
    width: 30%;
    /* margin-left: 10px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-btn {
    width: 60%;
    display: flex;
    justify-content: space-around;
    font-size: 25px;
}

.header-btn>* {
    text-align: left;
    font: normal normal medium 25px/52px Open Sans;
    letter-spacing: 0px;
    color: #2A2A2A;
    user-select: none;
    cursor: pointer;
    font-weight: 600;
}

.banner {
    position: relative;
    /* min-width: 1920px; */
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner-title {
    width: 60%;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}

.banner-title :first-child {
    /* text-align: center; */
    font: normal normal bold 70px/116px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;

}

.banner-title :last-child {
    /* margin-top: 21px; */
    /* text-align: center; */
    font: normal normal 600 45px/116px Open Sans;
    letter-spacing: 0px;
    color: #E9BB1B;

}

.why {
    margin-top: 268px;
    width: 100%;
    /* min-width: 1920px; */
}

.why-header {
    height: 231px;
    display: flex;
    align-items: center;
}

.why-header .yellow-bg {
    left: -19px;
    /* width: 627px; */
    width: 35%;
    height: 123px;
    background: #E9BB1B 0% 0% no-repeat padding-box;
    margin-right: 30px;
}

.why-header .title {
    text-align: left;
    font: normal normal bold 169px/186px Open Sans;
    letter-spacing: 0px;
    color: #171717;
    margin-right: 23px;
}
.why-header img {
    width: 35%;
}

.why-q1 {
    text-align: left;
    font: normal normal bold 50px/65px Open Sans;
    letter-spacing: 0px;
    color: #171717;
    margin: 0px 140px;
}

.why-q1 :last-child {
    font: normal normal normal 30px/45px Open Sans;
}

.why-q2 {
    margin: 80px 140px;
}

.why-q2 :first-child {
    text-align: left;
    font: normal normal bold 50px/55px Open Sans;
    letter-spacing: 0px;
    color: #171717;
}

.choose-items {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}

.choose-item {
    width: 30%;
    /* height: 372px; */
    padding-bottom: 40px;
    background: #171717 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: -100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.choose-bar {
    width: 100%;
    height: 199px;
    background: #E9BB1B 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
}

.choose-item-icon {
    /* width: 190px; */
    /* height: 190px; */
    width: 50%;

    height:0;
      padding-bottom:50%;

    background: #E9BB1B 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose-item-icon img{
    /* padding-top: 50%; */
    width: 80%;
    transform: translateY(60%);
    /* height: 100%; */
}
.choose-item .title {
    text-align: center;
    font: normal normal normal 32px/48px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 40px;
    margin-top: 30px;
}

.product {
    margin-top: 100px;
    width: 100%;
    /* min-width: 1920px; */
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-header p {
    /* font-size: 160px; */
    
    text-align: center;
    font: normal normal bold 75px/135px Open Sans;
    letter-spacing: 0px;
    color: #171717;
}

.product-header :first-child,
.product-header :last-child {
    /* width: 333px; */
    width: 30%;
    height: 123px;
    background: #E9BB1B 0% 0% no-repeat padding-box;
}

.product-content {
    /* height: 178px; */
    text-align: left;
    font: normal normal normal 30px/55px Open Sans;
    letter-spacing: 0px;
    color: #171717;
    margin: 10px 140px;
}

.product .product-img {
    margin: 10px auto;
    display: block;
    /* width: 1640px; */
    width: 90%;
    height: 772px;
    position: relative;
}

.product-img :first-child {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-img :last-child {
    width: 100%;
    height: 772px;
    position: absolute;
    top: 0;
}

.product-bottom {
    margin-top: 21px;
    text-align: center;
    font: normal normal  50px/160px Open Sans;

}

.policy-header {
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
}

.policy {
    /* min-width: 1920px; */
    width: 100%;
}

.policy-header p {
    /* width: 713px; */
    /* height: 319px; */
    margin-left: 140px;
    margin-right: 10px;
    text-align: left;
    font: normal normal bold 120px/160px Open Sans;
    letter-spacing: 0px;
    color: #171717;
    text-transform: uppercase;
}

.policy-header :last-child {
    /* width: 1042px; */
    width: 70%;
    height: 123px;
    background: #E9BB1B 0% 0% no-repeat padding-box;
}

.policy-content {
    margin-top: 100px;
    margin-left: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.policy-content .content {
    width: 45%;
    /* height: 418px; */
    text-align: left;
    font: normal normal normal 30px/50px Open Sans;
    letter-spacing: 0.5px;
    color: #171717;
}

.policy-content .content-right {
    margin-top: 30px;
    width: 50%;
    /* height: 418px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.policy-btn {
    /* width: 733px; */
    width: 90%;
    height: 155px;
    background: #171717 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    font: normal normal bold 35px/25px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    cursor: pointer;
}
.policy-btn a{
    color: #FFFFFF;
}
.footer {
    margin-top: 210px;
    padding: 10% 0;
    /* height: 581px; */
    background: #171717 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-width: 1920px; */
    /* width: 90%; */
}

.footer-main {
    width: 95%;
}

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

.sub-left {
    color: white;
}

.sub-left .title {
    display: flex;
    align-items: center;
}

.sub-left .title p {
    width: 541px;
    /* height: 98px; */
    text-align: left;
    font: normal normal bold 72px/92px Open Sans;
    letter-spacing: 0px;
    color: #E9BB1B;

}

.triangle {
    width: 0;
    height: 0;
    border-left: 38px solid #E9BB1B;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
}

.sub-tips {
    height: 32px;
    text-align: left;
    font: normal normal normal 23px/41px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.sub-right {
    width: 100%;
}

.sub-right-top {
    margin-top: 25px;
    margin-left: 25px;
    height: 48px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.sub-btn {
    width: 116px;
    height: 35px;
    background: #242424 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    border-radius: 10px;
    color: white;
    padding: 2px 2px;
    margin-right: 5px;
    text-align: center;
    line-height: 35px;
}

.sub-follow {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 70px;
}

.sub-follow .title {
    font: normal normal 600 23px/92px Open Sans;
    letter-spacing: 0px;
    color: #E9BB1B;
}

.sub-follow .icon {
    margin-left: 10px;
    width: 77px;
    height: 48px;
    background: #E9BB1B 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-detail {
    margin-top: 21px;
    display: flex;
    align-items: center;
}

.footer-detail img {
    /* width: 291px;
    height: 54px; */
    width: 30%;
}

.bar {
    width: 14px;
    height: 100px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 40px;
    margin: 0 25px;
}

.footer-detail .title {
    /* height: 99px; */
    text-align: left;
    font: normal normal normal 24px/33px Open Sans;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    padding-bottom: 10px;
}