@charset "utf-8";

@font-face {
    font-family: "MyriadPro-Light";
    src: url("../fonts/MyriadPro-Light.otf") format("opentype");
}
@font-face {
    font-family: "MyriadPro-Semibold";
    src: url("../fonts/MyriadPro-Semibold.otf") format("opentype");
}
@font-face {
    font-family: "MyriadPro-Regular";
    src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}

.open-sans-light {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.open-sans-normal {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.open-sans-semibold {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.open-sans-bold {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}
.hero-section{
    overflow-x: hidden !important;
}
.html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    padding: 0;
    /*font-family: Open Sans, sans-serif;*/
    font-family: "MyriadPro-Light", 'DINPRO-REGULAR', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.image {
    max-width: 100%;
}

.navbar {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 2px 5px #0003;
}

.logo {
    width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
    position: relative;
    overflow: clip;
}

.hero-content {
    flex-flow: column;
    margin-top: 0%;
    display: flex;
    position: absolute;
    inset: 15% 0% auto;
    overflow: visible;
    animation: fadeup 0.5s ease-in;
}

.hero-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 6px 16px #000;
    font-size: 2rem;
}

.hero-content-image {
    aspect-ratio: auto;
    object-fit: fill;
    align-self: center;
    min-width: 0;
    max-width: 100%;
    margin-top: -50px;
    padding-top: 0;
    position: static;
}

.w-button {
    color: #fff;
    background-color: #7ac143;
    line-height: inherit;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.w-button:hover {
    background-color: #639e36;
}

.hero-button {
    z-index: 1;
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 40px;
    align-self: center;
    max-width: 220px;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    box-shadow: 0 2px 6px 1px #0009;
}

.hero-image {
    flex: none;
    /*max-width: 1920px;*/
    min-width: 1920px;
    width: 100%;
}

.ProductSlider {
    position: relative;
    margin-top: -240px;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper {
    width: 900px;
}

.ProductCard {
    position: relative;
    height: 650px;
    min-width: 280px;
}

.CardContent {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background-color: #fff;
    border: 3px solid #7ac143;
    border-radius: 40px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    height: 570px;
    overflow: clip;
    box-shadow: 0 2px 5px 2px #0003;
}

.product-content-wrapper {
    flex-flow: column;
    display: block;
}

.product-heading {
    margin-bottom: 0;
    font-size: 2rem;
}

.product-heading2 {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 30px;
}

.product-subheading {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 400;
}

.feature-list {
    padding-left: 20px;
}

.feature-heading {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 300;
}

.card-button-wrapper {
    background-color: #7ac143;
    justify-content: center;
    width: 280px;
    display: flex;
    position: relative;
    left: -15px;
    transition: all 0.2s ease;
}

.card-button-wrapper:hover {
    background-color: #639e36;
}

.card-button {
    text-align: center;
    background-color: #0000;
    flex: none;
    order: 0;
    align-self: auto;
    width: auto;
    min-width: 0;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    position: relative;
    left: 0;
}

.swiper-pagination {
    position: absolute;
    top: 630px;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #333;
}

.swiper-button-next {
    opacity: 1;
    margin-right: 20%;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.swiper-button-prev {
    opacity: 1;
    margin-left: 20%;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.swiper-slide-button {
    color: #333;
    transition: all 0.2s ease;
}

.swiper-slide-button:hover {
    color: #7ac143;
    scale: 1.5;
}

.section-heading {
    text-align: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
    line-height: 36px;
}

.text-span {
    color: #7ac143;
    line-height: 40px;
}

.text-span-2 {
    font-size: 1.2rem;
    line-height: 20px;
}

.solution-feature-wrapper {
    display: block;
    position: relative;
}

.solution-feature {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40vw;
    min-width: 0;
    display: flex;
}

.solution-diagram {
    width: 40vw;
    height: 2950px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.solution-scenario {
    flex-flow: column;
    justify-content: center;
    width: auto;
    height: 600px;
    padding-left: 0;
    display: flex;
    position: relative;
    left: -50%;
}

.solution-heading {
    font-size: 1.5rem;
}

.text-span-3,
.text-span-4,
.text-span-5,
.text-span-9,
.text-span-14,
.text-span-16 {
    color: #7ac143;
}

.text-span-6,
.text-span-7,
.text-span-8,
.text-span-10,
.text-span-11,
.text-span-12,
.text-span-13,
.text-span-15,
.text-span-17,
.text-span-18,
.text-span-19,
.text-span-20,
.text-span-22,
.text-span-23 {
    font-weight: 700;
}

.scenario {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
}

.scenario-icon {
    width: 80px;
}

.scenario-text {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 30px;
}

.feature-row-wrapper {
    justify-content: center;
    display: flex;
    position: static;
}

.scene1,
.scene2,
.scene3,
.scene4,
.scene5 {
    width: 100%;
    max-width: none;
    position: sticky;
    top: 10vh;
}

.scene2,
.scene3,
.scene4,
.scene5 {
    opacity: 0
}

.scene-text {
    text-align: justify;
    padding-right: 10%;
    max-width: 700px;
    font-size: 1rem;
    font-weight: 300;
}

#para2,
#para3,
#para4,
#para5 {
    flex-flow: column;
    justify-content: center;
    position: relative;
    border-radius: 40px;
    padding: 20px;
    left: -55%;
}

#shadow2,
#shadow3,
#shadow4,
#shadow5 {
    position: absolute;
    height: 520px;
    width: 100%;
    max-width: 768px;
    margin-left: -20px;
    border-radius: 40px;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.363);
    opacity: 0;
}

.solution-paragraph {
    flex-flow: column;
    justify-content: center;
    height: 480px;
    display: flex;
    position: relative;
    padding: 20px;
}

.solution-button {
    text-align: center;
    border-radius: 20px;
    width: 200px;
    margin-top: 20px;
    padding-top: 9px;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 2px 5px 2px #0003;
}

._3scenario-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
}

.solution-photo {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: space-between;
    max-width: 700px;
    margin-right: 10%;
    display: flex;
}

.photo-long,
.photo-short {
    border-radius: 20px;
    overflow: clip;
    box-shadow: 0 2px 5px 2px #0003;
}

.aboutus {
    background-color: #7ac143;
    flex-flow: column;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 10%;
    margin-bottom: 10%;
    display: block;
}

.text-span-21 {
    color: #ffffff;
    font-size: 2rem;
}

.aboutus-content {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

.aboutus-photo,
.aboutus-text {
    width: 40vw;
}

.zkteco-office {
    width: auto;
    max-width: none;
}

.aboutus-paragraph {
    text-align: justify;
    margin-bottom: 0;
    padding-left: 15%;
    font-size: 1rem;
}

.spacer600 {
    height: 800px;
    /*background-color: #000;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.temp-text {
    font-size: 15rem;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .swiper-button-prev {
        margin-left: 5%;
    }

    .swiper-button-next {
        margin-right: 5%;
    }

    .solution-diagram {
        height: 2900px;
    }
}

@media screen and (max-width: 1100px) {
    .swiper-button-prev {
        margin-left: 0%;
    }

    .swiper-button-next {
        margin-right: 0%;
    }

    .aboutus-content {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column;
    }

    .aboutus-photo {
        justify-content: center;
        width: 80vw;
        display: flex;
    }

    .aboutus-text {
        width: 80vw;
    }

    .zkteco-office {
        max-width: 100%;
    }

    .aboutus-paragraph {
        padding-left: 0%;
    }
}

@media screen and (max-width: 1026px) {
    .w-container {
        max-width: 728px;
    }

    .solution {
        margin-bottom: 100px;
    }

    .solution-feature {
        flex-flow: row;
        justify-content: center;
        align-items: center;
        width: 100vw;
    }

    .solution-diagram {
        width: 50vw;
        height: auto;
        position: relative;
        left: 0%;
        z-index: auto;
    }

    .solution-scenario {
        width: 50vw;
        left: auto;
        right: -10%;
    }

    .scene-image {
        max-width: none;
        display: inline-block;
        overflow: clip;
    }

    .feature-row-wrapper {
        align-items: stretch;
    }

    .scene2,
    .scene3,
    .scene4,
    .scene5 {
        opacity: 1
    }

    .scene1 {
        position: static;
    }

    .scene-text {
        padding-right: 15%;
    }

    #shadow2,
    #shadow3,
    #shadow4,
    #shadow5 {
        display: none;
    }

    #para2,
    #para3,
    #para4,
    #para5 {
        position: relative;
        left: 5%;
        right: auto;
        border-radius: none;
        padding: none;
        box-shadow: none;
    }

    .solution-paragraph {
        width: 50vw;
    }
}

@media screen and (max-width: 901px) {
    .swiper {
        width: 286px;
    }
}


@media screen and (max-width: 767px) {
    .solution-feature {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .solution-diagram {
        width: 80vw;
    }

    .solution-scenario {
        width: 100vw;
        height: auto;
        right: 0%;
    }

    .solution-heading {
        text-align: center;
    }

    .scenario-icon {
        width: 40px;
    }

    .scenario-text {
        font-size: 1.2rem;
    }

    .feature-row-wrapper {
        flex-flow: row;
    }

    .scene1 {
        display: none;
    }

    .scene-text {
        text-align: justify;
        padding-left: 10%;
        padding-right: 10%;
    }

    .aboutus-content {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column;
    }

    .aboutus-photo,
    .aboutus-text {
        width: 80vw;
    }

    .aboutus-paragraph {
        padding-left: 0%;
    }

    #para2,
    #para3,
    #para4,
    #para5 {
        align-items: center;
        left: auto;
    }

    .solution-paragraph {
        align-items: center;
        width: 100vw;
        height: 400px;
        left: auto;
    }

    ._3scenario-wrapper {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: row;
        justify-content: space-between;
        padding-left: 5%;
        padding-right: 5%;
        position: relative;
        margin-bottom: 30px;
        left: auto;
    }

    .solution-photo {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }

    .hero-content-image {
        margin-top: 0;
    }

    .product-card {
        width: 280px;
    }

    .card-button {
        box-sizing: border-box;
        aspect-ratio: auto;
        object-fit: fill;
        flex: 0 auto;
        width: 280px;
        min-width: 0;
        text-decoration: none;
        left: 0%;
    }

    .solution {
        margin-bottom: 60px;
    }

    .section-heading {
        font-size: 1.5rem;
    }

    .text-span-2 {
        font-size: 1rem;
    }

    .solution-diagram {
        width: 95vw;
    }

    .scenario {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }

    .scenario-icon {
        width: 30px;
    }

    .scenario-text {
        font-size: .8rem;
        line-height: 15px;
    }

    .text-span-21 {
        font-size: 1.5rem;
    }

    ._3scenario-wrapper {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .swiper-button-prev,
    .swiper-slider-button,
    .swiper-button-next {
        display: none
    }

}
.form-wrapper {
    width: 75%;
    margin: 0 auto;
    padding: 24px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /*font-family: 'Open Sans', sans-serif;*/
}

.form-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.form-wrapper label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #444;
}

.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-wrapper input:focus,
.form-wrapper select:focus,
.form-wrapper textarea:focus {
    border-color: #4a90e2;
    outline: none;
    box-shadow: 0 0 4px rgba(74, 144, 226, 0.5);
}

.form-wrapper button {
    width: 100%;
    padding: 12px;
    background-color: #4a90e2;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-wrapper button:hover {
    background-color: #3b78c0;
}

#c-information {
    margin-bottom: -20px;
}
@media (max-width: 748px) {
    #c-information {
        margin-bottom: -1rem;
    }
}
#c-information form {
    /*! display: block; */
    /*! margin-bottom: 20px; */
    /*! padding: 0 30px 0.8rem; */
    /*! background-color: #fff; */
}
@media (max-width: 748px) {
    #c-information form {
        padding: 0 1rem 1rem;
        margin-bottom: 1rem;
    }
}
#c-information form .c-title {
    /*font-family: "MyriadPro-Semibold";*/
    display: flex;
    align-items: center;
    height: 1rem;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 972px) {
    #c-information form .c-title {
        height: 2rem;
    }
}
@media (max-width: 748px) {
    #c-information form .c-title {
        height: 3rem;
    }
}
#c-information form .c-list {
    padding: 40px 1.2rem 0 0;
}
@media (max-width: 972px) {
    #c-information form .c-list {
        padding: 30px 0 0;
    }
}
@media (max-width: 748px) {
    #c-information form .c-list {
        padding: 1rem 0 0;
    }
}
#c-information form .c-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
@media (max-width: 748px) {
    #c-information form .c-list li {
        margin-bottom: 1rem;
    }
}
#c-information form .c-list li:last-child {
    margin-bottom: 0;
}
#c-information form .c-list li .c-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
    text-align: right;
    width: 38%;
    font-size: 20px;
    height: 60px;
}
@media (max-width: 1580px) {
    #c-information form .c-list li .c-text {
        font-size: 16px;
    }
}
@media (max-width: 748px) {
    #c-information form .c-list li .c-text {
        height: 50px;
        padding-right: 0.5rem;
        font-size: 14px;
    }
}
#c-information form .c-list li .c-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 62%;
}
#c-information form .c-list li .c-box input {
    height: 60px;
    line-height: 58px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 20px;
    border-radius: 3px;
}
@media (max-width: 748px) {
    #c-information form .c-list li .c-box input {
        padding: 0 10px;
        height: 50px;
        line-height: 48px;
    }
}
#c-information form .c-list li .c-box select {
    height: 60px;
    line-height: 58px;
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 40px 0 20px;
    padding-right: 50px;
    /*background: url(../images/jt4.png) no-repeat right 20px center / 12px auto;*/
}
@media (max-width: 748px) {
    #c-information form .c-list li .c-box select {
        padding: 0 30px 0 10px;
        height: 50px;
        line-height: 48px;
        background-position: right 10px center;
    }
}
#c-information form .c-list li .c-box select:last-child {
    border-left: 0;
}
@media (max-width: 972px) {
    #c-information form .c-list li .c-box select:last-child {
        margin-top: 20px;
        border: 1px solid #ddd;
    }
}
@media (max-width: 748px) {
    #c-information form .c-list li .c-box select:last-child {
        margin-top: 1rem;
    }
}
@media (max-width: 972px) {
    #c-information form .c-list li .c-box select {
        width: 100%;
    }
}
#c-information form .c-list li .c-box textarea {
    width: 100%;
    padding: 15px 20px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: auto;
}
@media (max-width: 748px) {
    #c-information form .c-list li .c-box textarea {
        padding: 10px;
    }
}
#c-information form .c-list li .c-box button {
    position: relative;
    height: 62px;
    width: 100%;
    color: #78bc27;
    border: 1px solid #78bc27;
    border-radius: 3px;
    cursor: pointer;
}
@media (max-width: 748px) {
    #c-information form .c-list li .c-box button {
        height: 50px;
    }
}
#c-information form .c-list li .c-box button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    background: #78bc27;
    transition: all 0.5s;
}
#c-information form .c-list li .c-box button span {
    position: relative;
    z-index: 5;
}
#c-information form .c-list li .c-box button:hover {
    color: #fff;
}
#c-information form .c-list li .c-box button:hover::before {
    height: 100%;
}
#c-information form .c-list li .c-box select {
    height: 60px;
    line-height: 58px;
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 40px 0 20px;
    padding-right: 50px;
    background: url(../images/jt4.png) no-repeat right 20px center / 12px auto;
}
@media (max-width: 748px) {
    #c-information form .c-list li .c-box select {
        padding: 0 30px 0 10px;
        height: 50px;
        line-height: 48px;
        background-position: right 10px center;
    }
}
@media (max-width: 972px) {
    #c-information form .c-list li .c-box select {
        width: 100%;
    }
}
.x-contact1 {
    /*! background-color: #fbfbfb; */
    padding: 0.4rem 0 0.7rem 0;
}
.c-container {
    position: relative;
    margin: 0 auto;
    width: 75%;
}
@media (max-width: 1580px) {
    .c-container {
        width: 84%;
    }
}
@media (max-width: 972px) {
    .c-container {
        padding: 0 20px;
        width: 100%;
    }
}
@media (max-width: 748px) {
    .c-container {
        padding: 0 1rem;
    }
}
#c-information form .c-list li .c-box select:last-child {
    border: 1px solid #ddd !important;
}
#c-information form .c-list li .c-text{
    width: 20%;
}
#c-information form {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 30px 0.8rem;
    background-color: #fff;
}
@media (max-width: 748px) {
    #c-information form {
        padding: 0 1rem 1rem;
        margin-bottom: 1rem;
    }
}
.x-contact1 .c-container .x-title {
    color: #474b4f;
    font-family: "MyriadPro-Semibold";
    margin-bottom: 0.2rem;
    line-height: 1.2;
}
@media (max-width: 748px) {
    .x-contact1 .c-container .x-title {
        margin-bottom: 1rem;
    }
}
.x-contact1 {
    /*background-color: #fbfbfb;*/
    padding: 0.4rem 0 0.7rem 0;
    margin-top: 30px;
}
input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
    -moz-appearance: none;

     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     white-space: nowrap;
     -webkit-appearance: none;
     appearance: none;
}
