* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

}

html {
    height: 100%;
    width: 100%;
}

.container {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    width: 1100px;
}

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

.header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
}

.header-tips {
    color: #ffffff;
    font-size: 16px;
    height: 45px;
    background-color: rgb(88, 135, 227);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-tips svg {
    margin-right: 5px;
}

.header-main {
    height: 65px;
    width: 100%;

    display: flex;
    justify-content: center;

    align-items: center;
    font-size: 20px;
    padding: 0px 30px;


}

.header-main.active {
    background-color: rgb(248, 248, 248);

}

.active.header-main {
    border-bottom: 1px solid #e3e3e3;

}




.header-main img {
    height: 38px;
}

.header-main-button {
    position: absolute;
    right: 0;
    display: flex;
    padding-right: 100px;

}

.header-main-button-item {
    padding: 0px 15px;
    height: 33px;
    font-size: 16px;
    margin-left: 20px;
    color: rgb(248, 248, 248);
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-main-button-item.active {
    background-color: rgb(248, 248, 248);
    color: rgb(32, 65, 255);

}

.header-main-button-item:hover {
    background-color: rgb(248, 248, 248);
    color: rgb(32, 65, 255);

}



.active .header-main-button-item.active {
    background-color: rgb(32, 65, 255);
    color: #ffffff;
}

.active .header-main-button-item:hover {
    background-color: rgb(32, 65, 255);
    color: #ffffff;
}

.active .header-main-button-item {
    background-color: rgb(248, 248, 248);
    color: rgb(32, 65, 255);
}
.enzh {
    display: flex;
    position: absolute;
    right: 0;
    transition: all 0.2s linear;
    flex-direction: column;
    padding-top: 5px;
    justify-content:start;
overflow: hidden;
    background-color: rgba(45, 73, 198, 0.04);
    border: 1px solid #ffffff!important;
    font-size: 13px;
}
.enzh p{
    margin-bottom: 10px;
}
.enzh:hover{
    height: 33px;
}
.enzh:hover {
   background-color: #ffffff00;
    border: 1px solid #ffffff!important;
    color: #ffffff!important;
   
}
.enzh p:hover{
    border-bottom:2px solid #ffffff;
    
}
.enzh a {
    color: inherit;
}
.active .enzh {
   background-color:  #ffffff!important;
    border: 1px solid rgba(45, 73, 198, 0.3)!important;

}
.active .enzh:hover {
    color:rgb(32, 65, 255)!important;
   
}
.content {
    width: 100%;
    overflow: hidden;
}

.content-1 {
    width: 100%;
    height: 750px;
    background-image: url(../images/introduce_bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-1 .container {
    height: 400px;
}

.content-1-left {
    height: 100%;
    width: 35%;
}

.content-1-left img {
    width: 100%;
}

.content-1-right {
    height: 100%;
    display: flex;


    flex-direction: column;
    width: 65%;
    padding: 0 100px;
}

.content-1-title {
    font-size: 50px;
    color: #ffffff;
    margin-top: 100px;
}

.content-1-text {
    font-size: 17px;
    color: #ffffff;
    margin-top: 30px;
}

.content-1-button {
    margin-top: 30px;
    display: flex;
}

.content-1-button-item {
    height: 42px;
    width: 185px;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-right: 20px;
}

.content-1-button-item svg {
    margin-right: 10px;
    fill: #ffffff;
}

.content-1-button-item:hover {
    background-color: #ffffff;
    color: #000000;
}

.content-1-button-item:hover svg {
    fill: #000000;
}



.content-2 {
    width: 100%;
    height: 368px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.content-2-item {
    width: 350px;
    height: 180px;
    margin: 20px;
    position: relative;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
    border-radius: 3px;

}

.content-2-item h1 {
    font-size: 23px;
    color: #665bff;
    margin-bottom: 10px;
    font-weight: 400;
}

.content-2-item p {
    font-size: 16px;
    color: #5c5c5c;
}

.content-2-item:hover {

    scale: 1.1;
}

.content-2-item img {
    width: 85px;
    position: absolute;
    bottom: -50px;
    right: 40px;
}

.content-3 {
    padding: 60px 0px;
    width: 100%;
    height: 690px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(45deg, rgb(46, 165, 201), rgb(58, 51, 207) 31%, rgb(50, 6, 133));

}



.content-3 .container {
    flex-direction: column;
}

.content-3 .container h1 {
    font-weight: 400;
    margin: 0px 0px 25px;
    font-size: 36px;
    color: rgb(255, 255, 255);

}

.content-3 .container p {
    margin: 0px;
    padding: 0px 200px;
    line-height: 1.6em;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.content-3-main {

    padding: 50px;
    margin-top: 50px;
    width: 1100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 385px;
    background: rgb(255, 255, 255);
    border-radius: 10px;

}

.content-3-main img {
    width: 300px;
}


.content-3 .content-3-left h1 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(59, 44, 193);

}

.content-3 .content-3-left p {
    padding: 0;
    margin: 0;
    line-height: 1.6em;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.content-3-button {
    display: flex;
    margin-top: 20px;
}

.content-3-button-item {
    height: 42px;
    width: 185px;
    color: #ffffff;
    background-image: linear-gradient(45deg, rgb(46, 165, 201), rgb(58, 51, 207) 31%, rgb(50, 6, 133));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-right: 20px;
}

.content-3-button-item svg {
    margin-right: 10px;
}

.content-3-button-item:hover {

    background-image: linear-gradient(45deg, rgb(98, 208, 245), rgb(114, 109, 214) 31%, rgb(87, 12, 227));
}

.content-4 {
    width: 100%;
    height: 516px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.content-4 .container img {
    position: absolute;
    left: 0;
    width: 350px;

}

.content-4-main {
    width: 450px;
    height: 100%;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
}

.content-4-main h1 {
    font-weight: 400;
    text-align: right;
    margin: 0px 0px 30px;
    line-height: 44px;
    font-size: 36px;
    color: rgb(51, 51, 51);
}

.content-4-main p {
    text-align: right;
    line-height: 1.6em;
    font-size: 18px;
    color: rgb(51, 51, 51);
}



.content-5 {
    width: 100%;
    height: 516px;
    display: flex;
    background: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
}



.content-5 .container img {
    position: absolute;
    right: 0;
    width: 350px;

}

.content-5-main {
    width: 450px;
    height: 100%;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
}

.content-5-main h1 {
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 30px;
    line-height: 44px;
    font-size: 36px;
    color: rgb(51, 51, 51);
}

.content-5-main p {
    text-align: left;
    line-height: 1.6em;
    font-size: 18px;
    color: rgb(51, 51, 51);
}






.content-6 {
    width: 100%;
    height: 516px;
    display: flex;
    background: linear-gradient(45deg, rgb(46, 165, 201), rgb(58, 51, 207) 31%, rgb(50, 6, 133));
    justify-content: center;
    align-items: center;
}



.content-6 .container img {
    position: absolute;
    right: 0;
    width: 650px;

}

.content-6-main {
    width: 450px;
    height: 100%;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
}

.content-6-main h1 {
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 30px;
    line-height: 44px;
    font-size: 36px;
    color: rgb(255, 255, 255);
}

.content-6-main p {
    text-align: left;
    line-height: 1.6em;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.footer-1 {
    width: 100%;
    height: 226px;
    display: flex;
    background: rgb(0, 14, 46);
    justify-content: center;
    align-items: center;
}

.footer-1-container {
    position: relative;
    width: 1100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-1-left {
    position: absolute;
    left: 0;
    width: 400px;
}

.footer-1-left img {
    width: 150px;
}

.footer-1-button {
    display: flex;
    margin-top: 20px;
}

.footer-1-button-item {
    height: 42px;
    width: 185px;
    color: #ffffff;
    background: #000000;
    border: 1px solid #ffffff;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-right: 20px;
}

.footer-1-button-item svg {
    margin-right: 10px;
}

.footer-1-button-item:hover {
    background-color: #2e2e2e;
}

.footer-1-right {
    padding-top: 30px;
    position: absolute;
    right: 60px;
    height: 100%;
    display: flex;
}

.footer-1-right-item {
    display: flex;
    height: 100%;
    margin: 0px 50px;
    font-size: 14px;
    flex-direction: column;
    align-items: center;


}

.footer-1-right-item a {
    margin-top: 10px;

    text-decoration: none;
    color: #bdbdbd;
}

.footer-1-right-item p {
    margin-bottom: 15px;
    color: #ffffff;

}

.footer-1-right-icon {
    display: flex;

}

.footer-1-right-icon svg {
    margin-right: 10px;
}

.footer-1-right-item p {
    color: #ffffff;
}

.footer-1-right-zyyo {
    margin-top: 10px;
    width: 100%;
}

.footer-1-right-zyyo p,
.footer-1-right-zyyo a {
    font-size: 12px;
    margin: 5px;
}

.footer-1-right-zyyo p span {
    color: #bdbdbd;
}

.footer-2 {

    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 7, 22);
}

.footer-2 a {
    font-size: 14px;
    text-decoration: none;
    color: #a8a8a8;
}

.moblie {
    display: none;
    height: 100vh;
    width: 100vw;
    align-items: center;
    position: relative;
    padding-top: 110px;
    flex-direction: column;
}

.header-moblie {
    display: none;
    height: 65px;
    width: 100%;
    background-color: rgb(248, 248, 248);

    justify-content: center;
    border: 1px solid rgb(221, 221, 221);
    align-items: center;
    font-size: 20px;
    padding: 0px 30px;

}

.moblie-home-bg {
    width: 30% !important;
    position: absolute;
    top: 110px;
    right: 0;
    z-index: -1;
}



.moblie img {
    width: 90%;
}

.moblie h1 {
    margin: 40px 0px 0px;
    font-size: 32px;
    color: rgb(51, 51, 51);
    font-weight: 500;
}

.moblie p {
    margin: 18px 10px 0px;
    font-size: 16px;
    color: rgb(150, 154, 167);
    letter-spacing: 0px;
    line-height: 26px;
}

.header-moblie img {
    height: 38px;
}

.moblie-footer {
    padding: 0 20px;
    display: none;
    height: 72px;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: rgb(255, 255, 255);
    box-shadow: rgba(83, 85, 106, 0.12) 0px -2px 10px 0px;
}

.moblie-button {
    height: 45px;
    position: relative;
    width: 160px;
    color: #ffffff;
    position: relative;
    background: rgb(0, 0, 0);
    border-radius: 8px;
    overflow: hidden;
}

.moblie-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    color: #ffffff;
    font-size: 16px;
    z-index: 999;
}

.p-container {
    z-index: 999;

}

.p-container p {
    z-index: 999;
}

.p-container p:nth-child(1) {
    font-size: 12px;
    margin-bottom: 2px;
}

.p-container p:nth-child(2) {
    font-size: 14px;

}

.moblie-button-right {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 50%;
    height: 100%;
    background: linear-gradient(178deg, rgba(255, 255, 255, 0.35), rgb(0, 0, 0));
}

.moblie-button-zyyo {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 75px solid transparent;
    border-left: 60px solid rgb(0, 0, 0);
    /* 璋冩暣涓夎褰㈠ぇ灏� */
    z-index: 1;
    /* 纭繚涓夎褰㈠湪鎸夐挳涓婃柟鏄剧ず */
}

.header-moblie-button {
    position: absolute;
    right: 20px;

}

.header-moblie-menu {
    min-height: 200px;
    width: 100%;
    display: none;
    background-color: rgb(248, 248, 248);
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgb(221, 221, 221);
    align-items: center;
    font-size: 20px;


}

.header-moblie-menu-item {
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 60px;
    display: flex;
    color: #494949;
    border: 0.1px solid rgb(246, 246, 246);
    align-items: center;
    font-size: 20px;
    font-size: 14px;
    padding: 0px 30px;
}





















.gg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gg .container {

    justify-content: center;
}

.gg-main {

    margin-top: 100px;
    margin-bottom: 120px;
    padding: 30px 80px;
    width: 100%;
    background: rgb(255, 255, 255);
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;*/
}

.gg-tab {
    margin: 5px 0px 0px;
    min-height: 60px;
    border-bottom: 1px dashed rgba(200, 200, 200, 0.5);


}

.gg-tab-item {
    display: inline;
    margin: 0px 80px 0px 0px;
    padding: 0px;
    height: 35px;
    line-height: 1.6em;
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    border: none;
    background: rgb(255, 255, 255);
    cursor: pointer;
}

.gg-tab-item.active {
    color: rgb(45, 73, 198);
    font-weight: 500;
    border-bottom: 3px solid rgb(45, 73, 198);
}

.gg-content {
    width: 100%;
}

.gg-content-1 {
    width: 100%;
    display: none;
}

.gg-content-1:nth-child(1) {
    display: block;
}

.gg-content-item {

    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px dashed rgba(200, 200, 200, 0.5);
    cursor: pointer;
    overflow: hidden;
}

.gg-content-left {
    float: left;
    margin: 0px 60px 0px 0px;
    width: 80px;
    text-align: center;

}

.gg-content-left p:nth-child(1) {
    margin: 0px 0px 10px;
    line-height: 1em;
    font-size: 28px;
    color: rgb(102, 102, 102);
}

.gg-content-left p:nth-child(2) {

    margin: 0px;
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.gg-content-center {
    position: relative;
    float: left;
    width: calc(100% - 240px);
}

.gg-content-center p:nth-child(1) {
    display: -webkit-box;
    margin: 0px 0px 14px;
    font-size: 22px;
    color: rgb(51, 51, 51);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gg-content-center p:nth-child(2) {


    display: -webkit-box;
    margin: 0px;
    height: 20px;
    line-height: 1.6em;
    font-size: 13px;
    color: rgb(102, 102, 102);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gg-content-center-ydqw {
    display: none;
}

.gg-content-right {

    margin: 40px 0px 0px 40px;
    font-size: 12px;
    color: rgb(45, 73, 198);
    text-align: right;
    background: rgb(255, 255, 255);
    border: none;
    cursor: pointer;

}


.contact-h1 {
    font-weight: 500;
    line-height: 110px;
    font-size: 36px;
    color: rgb(51, 51, 51);
}


.contact-icon {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0px;
}

.contact-icon a {
    width: 57px;
    margin-right: 40px;
}

.contact-icon svg {
    fill: #b0b7c6;
    width: 57px;
}





.contact-zyyo {
    margin-top: 70px;
    margin-bottom: 70px;
    width: 100%;
}

.contact-zyyo p,
.contact-zyyo a {
    font-size: 18px;
    color: rgba(51, 51, 51, 0.8);
    margin: 20px;
}

.contact-zyyo p span {
    color: rgb(51, 51, 51);
}


.app-down {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 100px;

}

.app-down img {
    width: 160px;
}

.app-down a {
    font-size: 13px;
    color: #000000;
}

.app-p1 {
    display: -webkit-box;
    margin-top: 35px;
    font-size: 20px !important;
    color: rgb(0, 0, 0);
}

.app-p2 {
    display: -webkit-box;
    margin-top: 20px;
    font-size: 13px !important;
    color: rgb(50, 50, 50);
}

.app-p3 {
    display: -webkit-box;
    margin-top: 30px;
    font-size: 18px !important;
    color: rgb(0, 0, 0);
    font-weight: 800;
}

.app-button-1 {

    display: flex;

    line-height: 50px;
    font-size: 17px;
    color: rgb(255, 255, 255);


    border-radius: 23.5px;


    margin-top: 30px;
    width: 287px;
    height: 48px;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: linear-gradient(72deg, rgb(46, 163, 201) 0%, rgb(58, 51, 207) 36%, rgb(50, 6, 133) 100%);
}

.app-button-2 {

    display: flex;

    line-height: 50px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;

    border-radius: 23.5px;

    margin: 18px auto;
    width: 287px;
    height: 48px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(175, 175, 175);
    background-image: none;
    box-shadow: none;
    background-color: rgb(255, 255, 255);

}

.app-button-3 {

    display: flex;

    line-height: 50px;
    font-size: 17px;
    color: rgb(255, 255, 255);

    font-weight: 800;
    border-radius: 23.5px;


    margin-top: 30px;
    width: 287px;
    height: 48px;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: linear-gradient(72deg, rgb(46, 163, 201) 0%, rgb(58, 51, 207) 36%, rgb(50, 6, 133) 100%);
}

.app-button-4 {

    display: flex;

    line-height: 50px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    font-weight: 800;
    border-radius: 23.5px;

    margin: 18px auto;
    width: 287px;
    height: 48px;
    color: rgb(46, 31, 255);
    border: none;
    box-shadow: rgba(52, 20, 157, 0.2) 2px 2px 8px 0px;
    background-image: linear-gradient(49deg, rgba(46, 163, 201, 0.15) 0%, rgba(58, 51, 207, 0.15) 36%, rgba(50, 6, 133, 0.15) 100%);

}




.app-ewm {
    flex-direction: column;
    margin-top: 50px;
    width: 330px;

    padding: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(52, 16, 150, 0.1) 2px 2px 10px 0px;
    border-radius: 10px;
    font-size: 15px;
    overflow: hidden;

}

.app-ewm img {
    width: 100%;
    margin-top: 35px;
}

.app-box {
    width: 330px;

    margin-top: 50px;
    font-size: 13px;
    padding: 25px;
    color: rgb(208, 2, 27);
    background: rgb(255, 255, 255);
    box-shadow: rgba(52, 16, 150, 0.1) 2px 2px 10px 0px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.iphone-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iphone-img img {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    width: 300px;
}

.pager{ display: flex; flex-direction: row; justify-content: space-between; padding:20px 0; }
.pager li{ list-style: none; }

.gg-title{ display: flex; justify-content: center; flex-direction: column;
    font-size: 36px;  width: 100%;
    align-items: center; border-bottom: 1px dashed rgb(228, 228, 228); }
.gg-title-text{ padding:20px 0; }
.gg-date{ display: flex; flex-direction: row; width: 100%; align-items: center; height: 30px; }
.gg-date-text{ font-size: 14px; color:#999999; margin-left:5px;}
.gg-date-ic{ font-size: 16px; color:#999999; display: flex; justify-content: center; align-items: center;}
.gg-date-ic img{ width: 16px; height:16px; }
.gg-content-detail{ padding:20px; line-height:2; }
.gg-content-detail img{ margin:0 auto; display: block; width: 100% !important; max-width: 480px; height: auto !important;}
.gg-date-bottom{ padding:20px 0;}
@media screen and (min-width: 1000px) {
    .header-moblie-menu {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .moblie-footer {
        display: flex;
    }

    .content-1,
    .content-2,
    .content-3,
    .content-4,
    .content-5,
    .content-6,
    .footer-1,
    .footer-2,
    .header-main {
        display: none !important;
    }

    body {
        width: 100vw;
        min-width: 100vw;
    }

    .moblie,
    .header-moblie {
        display: flex;

    }

    .gg .container {
        width: 100%;
        justify-content: center;
    }

    .gg-main {
        width: 100% !important;
        padding: 10px 20px 20px 20px;
        min-height: 0;
    }

    .gg-tab-item {
        display: inline;
        margin: 0px 30px 0px 0px;
        padding: 0px;
        height: 35px;
        line-height: 1.7em;
        font-size: 20px;
        color: rgb(51, 51, 51);
        font-weight: 400;
        border: none;
        background: rgb(255, 255, 255);
        cursor: pointer;
    }




    .gg-content-left p:nth-child(1) {


        font-size: 24px;


    }

    .gg-content-left p:nth-child(2) {


        font-size: 16px;

    }

    .gg-content-center {
        padding-bottom: 30px;
        width: calc(100% - 80px);
    }

    .gg-content-center p:nth-child(1) {

        font-size: 16px;

    }

    .gg-content-center p:nth-child(2) {
        font-size: 14px;
    }

    .gg-content-right {
        display: none;
    }

    .gg-content-left {
        margin: 0px 20px 0px 0px;
    }

    .gg-tab {
        min-height: 60px;
    }

    .gg-tab-item {
        font-size: 16px;
    }

    .gg-content-center-ydqw {
        display: block;
        position: absolute;
        right: 0px;
        bottom: 0px;
        margin: 0px;
        font-size: 12px;
        color: rgb(45, 73, 198);
        text-align: right;
        background: rgb(255, 255, 255);
        border: none;
        cursor: pointer;
    }
}