/*
产品名称 18px font-weight:700 line-height:36px;
产品介绍 14px line-height:28px
产品导航 16px
介绍title 28px line-height：56px font-weight：700；
活动介绍 12px line-height:24px
产品item padding左右24px
价格配色 #ff4d72
价格文字 font-family: blanch-sed, Arial;letter-spacing: 1px;

footer 背景色#0a1633  文字#fff   次要文字rgba(255,255,255,.4)

块渐变色linear-gradient(145deg, #2a315f 0, #545f98 100%);


标签 background: #FFEBD6; color: #724040;
价格标签 background-color: rgba(252, 241, 235, 1);color: rgba(254, 95, 71, 1);
划线价颜色 #7a8ba6  font-size:12px lineheight:16px;


navi
    width: 100%;
    height: 56px;
    line-height: 56px;
    min-width: 1200px;
    background-color: #fff;
    border-bottom: 1px solid #e1e6f0;
*/

:root {
    --theme-color: #3860F4;
    --success-color: rgb(21, 173, 49);
    --prompt-color: rgb(255, 196, 46);
    --main-text-color: #374567;
    --desc-color: #50627f;
    --title-color: #1D273F;
    --price-color: #FF4D72;
    --warm-color:#f44336;

    --theme-color-blue: #2c60f5;
    --main-a-color: #117cee;
    --main-btn-bg-color: #0052d9;
    --head-bg-color: #050918;
    --main-white-color: #fff;
    --main-bg-color: #fff;
    --main-bg-01: #eef0f6;
    --main-bg-02: #f6f8fd;
    --main-bg-03: #F4F6FF;
    --main-bg-04: #f9fafe;
    --main-gray-color:rgb(229, 230, 235);

    --border-line: 1px solid rgba(73,87,112,.2);
    --content-width: 1200px;
    --content-main-width: 960px;
}
a {
    text-decoration: none;
}
ul,ol,ul li,ol li {
    list-style: none;
}
.modal {
    top: 80px !important;
}
.modal .modal-content{
    font-size: 12px;
}
.modal .modal-header{
    font-size: 16px;
    line-height: 20px;
    color: rgb(10, 22, 51);
}
.modal-custom {
    max-width: 700px !important; /* 最大宽度 */
    margin: 1.5rem auto !important; /* 居中 */
}
modal-alert{
    max-width: 400px !important; /* 最大宽度 */
    margin: 1.5rem auto !important; /* 居中 */
}
body, ul,li,p{
    padding: 0px;
    margin: 0;
}
.sz16{
    font-size: 16px;
}
.sz18{
    font-size: 18px;
}
.sz12{
    font-size: 12px;
}

.color-theme{
    color: var(--theme-color);
}
.color-success{
    color: var(--success-color);
}
.color-warm{
    color: var(--warm-color);
}
.color-prompt{
    color: var(--prompt-color);
}
.color-gray01{
    color: rgb(204, 204, 204);
}
.color-primary-text{
    color: rgb(10, 22, 51);
}

.bg-white{
    background-color: #fff;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
body{
    /*font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-family: "PingFang SC","Hiragino Sans GB","\5FAE\8F6F\96C5\9ED1","Microsoft Yahei",tahoma,arial,"\5B8B\4F53";
    font-size: 14px;
    color: var(--main-text-color);
    background-color: var(--main-bg-color);
}
/*common start*/
.wrap{
    flex-wrap: wrap;
}
.btn-blue{
    background-color: var(--theme-color);
    color: var(--main-bg-color);
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-12{
    font-size: 12px;
}
.color-text-val{
    color: rgb(10, 22, 51);
}
.mt-2{
    margin-top: 0.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb16{
    margin-bottom: 16px;
}
/*common end*/
/*navi start*/
.navi{
    border-bottom: 1px solid #e1e6f0;
    font-size: 16px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
}
.navi .navi-login{
    font-size: 14px;
}
.navi a{
    color: var(--main-text-color);
    text-decoration: none;
}
.navi ul.horiz{
    margin-left: 50px;
}
.logo{
    height: 60px;
}
ul.horiz{
    display: flex;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.navi ul.horiz li{
    margin-right: 32px;
}
/*navi end*/

/*index-start*/
.ic-textarea{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 4px 8px;
    border-radius: 2px;
    line-height: 1.5;
    min-height: 28px;
    resize: vertical;
    outline: none;
    font-size: 12px;
    color: rgb(82, 96, 117);
    border: 1px solid rgb(210, 214, 234);
    background: rgb(250, 250, 252);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 0px 0px inset;
}

.index-banner{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.index-banner>img{
    position: absolute;
    transform: translate(-50%,0);
}
.index-banner-info{
    margin: 0 auto;
    width: 1200px;
    position: absolute;
    text-align: left;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
.product_img{
    width: 100px;
    height: 100px;
    box-shadow: 0 8px 10px 0 rgba(229, 234, 255, .82);
    border-radius: 4px;
    border: 1px solid #f9faff;
    box-sizing: border-box;
}
.product-info .btn-blue{
    height: 36px;
    line-height: 36px;
    width: 120px;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    border: 0px;
    text-align: left;
    margin-top: 32px;
}
.index-banner-info .btn-blue{
    height: 42px;
    line-height: 42px;
    width: 300px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    border: 0px;
    margin-top: 32px;
    text-align: left;
}
.arrow:before{
    content: "->";
}
.btn-hover{
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background-image: radial-gradient(circle closest-side,rgba(8,176,253,.8),rgba(11,153,254,.8));
    visibility: hidden;
    transition: all .3s ease,left 0s,top 0s;
    opacity: 0;
    will-change: filter;
    filter: blur(15px);
    z-index: 1
}
.index-banner-info > :nth-child(1){
    font-size: 44px;
    font-weight: 700;
    margin-top: 150px;
}
.index-banner-info > :nth-child(2){
    font-size: 16px;
    margin-top: 12px;
}
.index-navi{
    height: 60px;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(233, 235, 244, 1) 0%, rgba(56, 96, 244, 1) 25%, rgba(56, 96, 244, 1) 74%, rgba(233, 235, 244, 1) 100%);
}
.index-navi li{
    display: inline-block;
}
.index-navi li a{
    display: inline-block;
    padding: 16px 40px 14px 40px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #fff;
}
.index-hot{
    padding: 64px 0 32px 0;
    background-color: var(--main-bg-02);
}
.index-panel{
    width: var(--content-width);
    margin: 0 auto;
}
.index-hot .hot{
    width: 276px;
    background-color: #2A315F;
    border-radius: 18px;
    height: 392px;
    margin-right: 24px;
    box-sizing: border-box;
}
.index-hot .items{
    border-radius: 18px;
    width: 900px;
    background-color: var(--main-white-color);
    padding: 24px;
}

.index-hot .hot-content{
    display: flex;
    margin: 24px 0;
    justify-content: space-between;
}
.hot-content .hot{
    padding: 1rem;
    font-size: 0.75rem;
    line-height: 1.5rem;
}
.hot-content .hot li{
    color: #fff;
    background-color: #3860F4;
    border-radius: 5px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 0.5rem;
    margin-bottom: .5rem;
}
.hot-content .hot ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
}
.hot-content .title{
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #1D273F;
}
.hot-content .description{
    max-width: 260px;
    height: 50px;
    font-size: 0.875rem;
    line-height: 25px;
    font-weight: 400;
    color: #50627F;
    overflow: hidden;
}
.hot-content .tag,.products-box .tag{
    border-radius: 5px;
    font-size: 0.75rem;
    background-color: #EDF1FF;
    color: #50627F;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    box-sizing: border-box;
}
.hot-content .price{
    color: var(--price-color);
    font-size: 16px;
    font-family: blanch-sed, Arial;
    letter-spacing: 1px;
}
.hot-content .specs{
    color: #37457C;
    font-size: 12px;
    line-height: 16px;
}
.index-hot .item,.products-box .item{
    border: 1px solid var(--main-gray-color);
    margin-left: 24px;
    margin-bottom: 24px;
    width: 268px;
    height: 160px;
    padding: 10px;
    box-sizing: border-box;
}
.index-hot .item:hover .title{
    color: var(--theme-color);
}
.index-hot .horiz > :nth-child(1) .item,.index-hot .horiz > :nth-child(4) .item{
    margin-left: 0px;
}
.index-hot .horiz > :nth-child(4) .item,.index-hot .horiz > :nth-child(5) .item,.index-hot .horiz > :nth-child(6) .item{
    margin-bottom: 0px;
}
.index-hot .hot-navi{
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    padding: 8px;
    border-radius: 18px;
    border: 1px solid rgba(236,239,246,.6);
    background-color: #fff
}
.index-hot .hot-navi li{
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    border-radius: 15px;
    color: #1d273f;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
}
.hot-navi li:hover{
    background-color: #f6f8fd;
    transition: background-color .2s ease-in-out
}
.index-best{
    color: var(--main-white-color);
    padding: 64px 0;
    background-color: var(--main-bg-02);
    background-image: linear-gradient(180deg, #2a315f 0, #545f98 100%);
}
.index-best .item{
    border: 1px solid var(--main-gray-color);
    margin: 24px 0px;
    width: 380px;
    height: 420px;
}
.index-best .items> :nth-child(2){
    margin-left: 24px;
    margin-right: 24px;
}
.index-new{
    padding: 64px 0;
    background-color: var(--main-bg-03);
}
.index-new .title{
    font-size: 16px;
    line-height: 32px;
    color: #374567;
    white-space: nowrap;
}
.index-new .items{
    background-color: #fff;
    padding: 0 1rem 1rem 1rem;
    box-sizing: border-box;
}
.index-new .item{
    border: 1px solid #e1e6f0;
    margin-left: 24px;
    margin-top: 24px;
    width: 270px;
    height: 40px;
    padding: 12px 24px;
    box-sizing: border-box;
}
.index-new .items> :nth-child(1),.index-new .items> :nth-child(5),.index-new .items> :nth-child(9){
    margin-left: 0px;
}
.index-world{
    padding: 64px 0;
    background-color: var(--main-bg-02);

}
.index-world .title{
    text-align: center;
}
.index-world .item{
    border: 1px solid var(--main-gray-color);
    height: 80px;
    line-height: 80px;
    width: 200px;
    text-align: center;
}
/*index-end*/
/*api中心 start*/
.products-box .items{
    border-radius: 8px;
    background-color: #fff;
    padding: 24px;
}
.navi-box{
    margin-bottom: 24px;
}
.navi-box .navipanel{
    border-radius: 8px;
    background-color: #fff;
    padding: 24px;
    box-sizing: border-box;
}
.products-box .horiz > :nth-child(1) .item,.products-box .horiz > :nth-child(5) .item{
    margin-left: 0px;
}
/*api中心 end*/
.hover {
    font-weight: bold;
}
.active-li{
    border-bottom: 2px solid var(--main-btn-bg-color);
}
.bg02{
    background-color: var(--main-bg-02);
}
.bg-content{
    background-color: var(--main-white-color);
    padding: 20px;
}
.bg-footer{
    margin-top: 20px;
    padding: 30px 0;
    background-color: var(--main-white-color);
    /*border-bottom: var(--border-line);*/
    /*border-top: var(--border-line);*/
}



.col-title ul.horiz li{
    margin-right: 60px;
}
.navi .navi-login li{
    margin-right: 20px;
}
input{
    padding: 0px;
}
/*a{*/
/*    color: #117cee;*/
/*}*/
.m-auto{
    margin: 0 auto;
}

/**flex布局start**/
.flow-btw,.btw{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-space-around{
    display: flex;
    justify-content: space-around;
}
.flex-right{
    display: flex;
    flex-direction: row-reverse;
}
.align-center{
    align-items: center;
}
.flow-dft,.flex{
    display: flex;
}
.flow-bline{
    display: flex;
    align-items: baseline;
}
.flow-wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.flow-vct{
    display: flex;
    align-items: center;
}
.flow-auto{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* input-border-color: #e7e9e8 #8a8f8d    主题色:#00b96b  a标签颜色:#117cee */


/*宽度*/
.h20{
    height: 20px;
}
.h28{
    height: 28px;
}
.w-content{
    width: var(--content-width);
}
.w80p{
    width: 80%;
}
.w80{
    width: 80px;
}
.w100{
    width: 100px;
}
.w25p{
    width: 25%;
}
.w100p{
    width: 100%;
}
.w1000{
    width: 1000px;
}
.w1280{
    width: 1280px;
}

.w260{
    width: 260px;
}
.w280{
    width: 280px;
}
.w400{
    width: 400px;
}
.w600{
    width: 600px;
}
.h200{
    height: 200px;
}
/*左边距*/
.ml-50{
    margin-left: 50px;
}
.ml-25{
    margin-left: 25px;
}
.ml0{
    margin-left: .5rem;
}
.mr0{
    margin-right: .5rem;
}
.ml1{
    margin-left: 1rem;
}
.pr1{
    padding-right: 1rem;
}
.mr30{
    margin-right: 30px;
}
.mr60{
    margin-right: 60px;
}
.mrr0{
    margin-right: 0px;
}
.pt20{
    padding-top: 20px;
}
.pd24{
    padding: 24px;
}
.pd-horize-24{
    padding: 0 24px;
}
.pd-horize-60{
    padding: 0 60px;
}
.pd20{
    padding: 20px;
}
.pt24{
    padding-top: 24px;
}
.ptb-0{
    padding: .5rem 0;
}
.ptb-1{
    padding: 1rem 0;
}
.pb16{
    padding-bottom: 16px;
}
.pr-5{
    padding-right: 5px;
}
.mt20{
    margin-top: 20px;
}
.mt36{
    margin-top: 36px;
}
.mt-075{
    margin-top: 0.75rem;
}
.mt10{
    margin-top: 10px;
}
.pl1{
    padding-left: 1rem;
}
.font-wt-500{
    font-weight: 500;
}
.font-wt-700{
    font-weight: 700;
}
.bolder_bottom{
    border-bottom: var(--border-line);
}
.bolder_bottom_ic{
    border-bottom: 1px solid rgb(223, 224, 241);
}
.col-title{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.search-box .input-box{
    height: 40px;
    width: 90%;
    border: solid 1px #e7e9e8;
    border-radius: 6px 0 0 6px;
    outline: none;
    padding: 0 10px ;
    box-sizing: border-box;
}
.search-box input:focus{
    border-color: var(--theme-color);
}
.keyword-box{
    margin: 10px 0px;
}
.keyword-box a{
    margin-right: 20px;
    margin-top: 10px;
}
.search-box .input-btn{
    background-color: var(--theme-color);
    color: #fff;
    height: 40px;
    border: none;
    width: 60px;
}
.carousel-inner img{
    max-height: 380px;
}
.content{
    margin-top: 20px;
    width: var(--content-width);
    justify-content: space-between;
}
.content-main{
    width: var(--content-main-width);
}
.product-content{
    width: 297px;
    background-color: var(--main-gray-color) ;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.product-content h2{
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}

.product-info ul li{
    margin-right: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    color: rgb(82, 96, 117);
    fill: rgb(82, 96, 117);
    border-color: rgb(210, 214, 234);
    background: rgb(250, 250, 252);
    transition: width, height, border, background, color, fill, box-shadow 0.16sease-out;
    border-width: 1px;
    border-style: solid;
    padding: 0px 11px;
    line-height: 30px;
}

.buy-box{
    padding-top:20px ;
    display: flex;
}
.product-name{
    font-size: 18px;
}
.product-content .icon{
    width: 25px;
    height: 25px;
}
.product-content .label{
    font-size: 12px;
    background-color: #9b8d7f;
}
.product-content .text-ellipsis{
    margin: 5px 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}
.spec{
    font-size: 12px;
    white-space: nowrap;
}
.crumb{
    margin: 10px 0;
}
.crumb-box,.types-box{
    font-weight: 400;
    font-size: 16px;
    color: #1d273f;
    line-height: 48px;
    height: 48px;
}
.types-box .type,.types-box a{
    margin-right: 25px;
}

.products-box .sort-box{
    margin-bottom: 14px;
    padding-left: 10px;
    border-left: 2px solid var(--theme-color);
}
.products-box .sort-box a{
    margin-right: 12px;
    color: #50627F;
}
.contact img{
    margin: 20px 20px 20px 0;
    width: 100px;
    height: 100px;
}
.contact .btn{
    margin: 20px 0;
    display: inline-block;
    padding: 10px 80px;
    color: #fff;
    text-align: center;
    vertical-align: center;
    background-color: var(--main-btn-bg-color);
}

.product-info .btn{
    width: 100px;
    height: 30px;
    border: 1px solid #96b97d;
}
.price{
    color: #F0483D;
    font-size: 18px;
    font-weight: bold;
}
.rmb{
    font-size: 12px;
    color: #F0483D;
}
.button_line{
    background: linear-gradient(to right, #5f87f8, #3860f4);
    color: #fff;
}
.nave-text{
    display: inline-block;
    margin-right: 32px;
    width: 36px;
    height: 54px;
    font-size: 16px;
    color: #374567;
    text-align: center;
    border-bottom: 2px solid transparent;
    transition: all .25s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}
/*home start*/
.home{
    display: flex;
    font-size: 12px;
}
.home .sidebar-box{
    width: 260px;
    min-height: 100vh;
    flex-shrink: 0;
    background: rgb(246, 246, 251);
    display: block;
    border-right: 1px solid rgb(210, 214, 234);
    box-sizing: border-box;
}
.home .sidebar-box .logo-box{
    color: #fff;
    height: 42px;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    background-color: rgb(56, 96, 244);
}
.logo-box a{
    color: #fff;
}
.home .main{
    flex-grow: 1;
    box-sizing: border-box;
    background: linear-gradient(rgb(235, 237, 245) 0%, rgb(235, 237, 245) 100%);
}
.home .main .navi{
    height: 42px;
    font-size: 12px;
    vertical-align: baseline;
    color: rgb(255, 255, 255);
    background-color: rgb(56, 96, 244);

}
.home .navi .user{
    display: flex;
    align-items: center;
    padding: 0 1rem;
    box-sizing: border-box;

}
.home ul li .nav-link{
    height: 48px;
    line-height: 30px;
    font-size: 12px;
    color: rgb(82, 96, 117);
}
.home ul .nav-link:hover,.home ul .nav-link.active {
    color: rgb(56, 96, 244);
    background-color: rgb(227, 233, 255);
}
.home .pl2{
    padding-left: 3rem;
}
.home .main .content{
    padding: 24px;
    margin-top: 0px;
    width: 100%;
}
.main .content .identity{
    display: flex;
    box-sizing: border-box;
    padding: 10px 16px;
    line-height: 18px;
    overflow: hidden;
    color: rgb(10, 22, 51);
    border: 1px solid rgb(254, 212, 212);
    background: rgb(255, 240, 240);
    margin-bottom: 24px;
}
.content-panel{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.12),0 8px 12px -4px rgba(0,0,0,.12),0 4px 4px -2px rgba(0,0,0,.05),inset 0 -2px 0 0 #f8f8ff;
    margin-bottom: 24px;
}
.chart-box{
    background-color: #fff;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.12),0 8px 12px -4px rgba(0,0,0,.12),0 4px 4px -2px rgba(0,0,0,.05),inset 0 -2px 0 0 #f8f8ff;
}
.static-item{
    text-align: center;
}
.api-item{
    padding: 5px 3rem 5px 5px;
    display: flex;
    align-items: center;
    line-height: 20px;
    color: rgb(82, 96, 117);
}
.api-item:hover{
    background-color: rgb(227, 233, 255);
}
.content-head{
    position: relative;
    box-sizing: border-box;
    height: 52px;
    padding: 16px 24px 12px;
    flex: 0 0 auto;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 3px -2px, rgba(0, 0, 0, 0.08) 0px 8px 6px -6px;
    z-index: 1;
}
.content-head .title{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgb(10, 22, 51);
    line-height: 22px;
}
.gdbox{
    box-sizing: border-box;
    text-align: left;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    background: rgb(255, 255, 255);
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.08) 0px -2px 0px 0px inset;
    border-radius: 4px;
}
.flex-fill{
    flex-grow: 1;
}

.acount-title{
    color: rgb(10, 22, 51);
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    padding: 0px 24px;
    margin-top: 24px;
}
.acount-box{
    padding: 0px 24px;
    margin-top: 16px;
}
.acount-title-second{
    color: #0a1633;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 12px;
}
.main-title{
    border-bottom: 1px solid rgb(210, 214, 234);
    line-height: 48px;
    height: 48px;
    font-weight: bold;
    padding-left: 24px;
    font-size: 14px;
    position: relative;
    color: rgb(10, 22, 51);
}
.main-title-qr{
    color: rgb(10, 22, 51);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.ic-qr-box .sub-title{
    font-size: 12px;
    line-height: 20px;
    color: rgb(122, 139, 170);
    margin-top: 8px;
    text-align: center;

}
.u-title-02{
    color: rgb(10, 22, 51);
    font-size: 14px;
    font-weight: 700;
}

.main-title1{
    color: #0a1633;
    font-size: 16px;
    font-weight: 700;
}
.u-open-title{
    color: rgb(10, 22, 51);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 1rem;
}
.acount-m{
    padding-bottom: 16px;
    padding-top: 16px;
}
.bline{
    border-bottom: 1px solid #c3cad9 !important;
}
.btn-md{
    margin: 0px;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    white-space: nowrap;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    padding: 0px 12px;
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    border: none;
    background: linear-gradient(135deg, rgb(100, 136, 252) 0%, rgb(56, 96, 244) 100%);
    box-shadow: rgb(92, 118, 232) 0px 2px 4px -1px, rgba(0, 0, 0, 0.12) 0px -3px 0px 0px inset, rgba(0, 0, 0, 0.12) 0px 1px 0px 0px inset;
    transition: width, height, border, background, color, fill, box-shadow 0.16s ease-out;
}
.btn-cash{
    margin: 0 0 0 16px;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    white-space: nowrap;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    padding: 0px 12px;
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    border: none;
    background: linear-gradient(135deg, rgb(100, 136, 252) 0%, rgb(56, 96, 244) 100%);
    box-shadow: rgb(92, 118, 232) 0px 2px 4px -1px, rgba(0, 0, 0, 0.12) 0px -3px 0px 0px inset, rgba(0, 0, 0, 0.12) 0px 1px 0px 0px inset;
    transition: width, height, border, background, color, fill, box-shadow 0.16s ease-out;
}
.btn-cancel{
    margin: 0px;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    white-space: nowrap;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 32px;
    color: rgb(10, 22, 51);
    fill: rgb(10, 22, 51);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(195, 202, 217);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, rgb(227, 233, 255) 0px -2px 0px 0px inset;
    transition: width, height, border, background, color, fill, box-shadow 0.16s ease-out;
    padding: 0px 11px;
    line-height: 30px;
}
.btn-cash.btn-h28{
    height: 28px;
    line-height: 28px;
}
.btn-api-static{
    margin: 0px;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    white-space: nowrap;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 28px;
    color: rgb(10, 22, 51);
    fill: rgb(10, 22, 51);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(195, 202, 217);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, rgb(227, 233, 255) 0px -2px 0px 0px inset;
    transition: width, height, border, background, color, fill, box-shadow 0.16s ease-out;
    padding: 0px 7px;
    line-height: 26px;
}
.bg-dark{
    background-color: rgb(246, 246, 251) !important;
}
.paypanel{
    padding: 24px;
}
.paybox{
    padding: 24px;
}
.u-bo-l{
    border-left: 1px solid #c3cad9!important;
}
.u-title{
    color: #0a1633;
}

.u-search{
    position: relative;
    box-sizing: border-box;
    height: 32px;
    max-width: 100%;
    font-size: 12px;
    border-radius: 2px;
    color: rgb(82, 96, 117);
    fill: currentcolor;
    border: 1px solid rgb(195, 202, 217);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 0px 0px inset;
    background: rgb(250, 250, 252);
    transition: 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
    width: 240px;
    padding: 0 4px;
    margin-bottom: 12px;
}
.u-search:focus-within{
    color: rgb(10,22,51);
    border-color: rgb(56,96,244);
    background: rgb(246,246,251);
}
.u-search input:focus{
    outline: none;
}
.u-search input {
    box-sizing: border-box;
    height: 100%;
    margin: 0px;
    font-size: inherit;
    color: inherit;
    flex: 1 1 130px;
    min-width: 0px;
    border: none;
}
.u-grid{
    display: grid;
    height: calc(-196px + 100vh);
    overflow: auto;
    grid-template-columns: repeat(auto-fill, minmax(448px, 1fr));
    grid-template-rows: repeat(auto-fit, 184px);
    gap: 16px;
    margin: 24px auto 0px;
    box-sizing: border-box;
}
.u-grid .u-wrap{
    box-sizing: border-box;
    text-align: left;
    overflow: auto;
    background: rgb(255, 255, 255);
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.08) 0px -2px 0px 0px inset;
    border-radius: 4px;
    height: 184px;
}
.u-grid .u-item{
    height: 50px;
    cursor: pointer;
    margin-top: 16px;
    background-color: rgb(250, 250, 252);
}
.u-grid .u-item .op-item:hover{
    color: var(--theme-color);
}
.identitybox{
    padding: 0 210px;
}
.identity-panel{
    margin-bottom: 16px !important;
    box-sizing: border-box;
    text-align: left;
    overflow: auto;
    background: rgb(255, 255, 255);
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.08) 0px -2px 0px 0px inset;
    border-radius: 4px;
}
.identity-panel-second{
    width: 252px;
    height: 256px;
    margin-right: 16px;
    box-sizing: border-box;
    position: relative;
}
.identity-panel-second .i-c-title-box{
    height: 92px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 24px 24px 16px;
    border-radius: 4px 4px 0px 0px;
    box-sizing: border-box;
    background-image: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 248, 242) 100%);
}
.identity-panel .i-title-box{
    padding: 24px 24px 16px;
    display: flex;
    justify-content: space-between;
    background-color: rgb(250, 250, 252);
}
.identity-panel .i-desc,identity-panel-second .i-desc{
    padding-top: 8px;
    line-height: 20px;
    font-size: 12px;
    color: rgb(122, 139, 170) !important;
}
.i-desc .i-time{
    margin-left: 8px;
    color: rgb(82, 96, 117) !important;
}
.identity-panel .i-file-box,.identity-panel-second .i-file-box{
    padding: 16px 24px 24px;
}
.i-file-box .auth-info{
    font-size: 12px;
    line-height: 30px;
    color: rgb(82, 96, 117) !important;
}
.i-file-box .ml1{
    font-size: 12px;
    line-height: 20px;
    color: rgb(82, 96, 117) !important;
}
.identity-panel-second .i-btn-pannel{
    padding: 24px;
    background-color: #fff;
}
.ic-second-panel{
    min-width: 760px;
    width: 50%;
}
.ic-second-panel .ic-pay-box{
    display: flex;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    margin: 0px;
    border-radius: 1px;
    line-height: 18px;
    overflow: hidden;
    color: rgb(10, 22, 51);
    border: 1px solid rgb(210, 214, 234);
    background: rgb(250, 250, 252);
}
.ic-second-panel .ic-acount-box{
    display: flex;
    justify-content: space-between;
}
.ic-second-panel .alert-user-box{
    box-sizing: border-box;
    text-align: left;
    overflow: auto;
    background: rgb(255, 255, 255);
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.08) 0px -2px 0px 0px inset;
    border-radius: 4px;
    padding: 24px;
}
.tb-empty{
    width: 33%;
    padding: 10px 16px;
    margin: 40px auto;
    border-radius: 1px;
    line-height: 18px;
    overflow: hidden;
    color: rgb(10, 22, 51);
    border: 1px solid rgb(210, 214, 234);
    background: rgb(250, 250, 252);
}
.alert-tb-head th{
    position: relative;
    vertical-align: middle;
    border-bottom: 1px solid rgb(195, 202, 217);
    color: rgb(82, 96, 117);
    padding: 12px;
    line-height: 20px;
    text-align: left;
    font-weight: 400;
}
.alert-tb-content td{
    position: relative;
    vertical-align: middle;
    border-bottom: 1px solid rgb(210, 214, 234);
    padding: 12px;
    line-height: 22px;
    text-align: left;
    overflow-wrap: break-word;
    will-change: border-color;
    transition: border-color 0.2s;
}
.ic-second-panel .ic-qr-box{
    box-sizing: border-box;
    text-align: left;
    overflow: auto;
    background: rgb(255, 255, 255);
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.08) 0px -2px 0px 0px inset;
    border-radius: 4px;
    padding: 24px;
}
.ic-acount-box .acount-info-box{
    padding: 24px;
    border-radius: 1px;
    line-height: 18px;
    overflow: hidden;
    width: calc(50% - 8px);;
    color: rgb(10, 22, 51);
    border: 1px solid rgb(210, 214, 234);
    background: rgb(250, 250, 252);
}
.ic-pay-box .msg-text{
    line-height: 24px;
}
.ic-acount-box .ic-acount-item{
    padding: 8px 0px;
    line-height: 20px;
}
.ic-second-panel .ic-baisc-box{
    box-sizing: border-box;
    text-align: left;
    overflow: auto;
    background: rgb(255, 255, 255);
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.08) 0px -2px 0px 0px inset;
    border-radius: 4px;
    padding: 24px;
}
.ic-baisc-box .ic-form-item{
    margin-bottom: 16px;
}
.i-requered{
    margin-left: 4px;
    color: rgb(244, 67, 54);
}

.i-input-wrap{
    position: relative;
    padding: 0px 4px;
    font-size: 12px;
    box-sizing: border-box;
    max-width: 100%;
    color: rgb(82, 96, 117);
    fill: currentcolor;
    border: 1px solid rgb(195, 202, 217);
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 0px 0px inset;
    background: rgb(250, 250, 252);
    transition: 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
}
.i-input-wrap2{
    padding: 0px 4px;
    position: relative;
    box-sizing: border-box;
    height: 32px;
    max-width: 100%;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: rgb(254, 212, 212) 0px 1px 3px 0px inset;
    border: 1px solid rgb(244, 67, 54);
    background: rgb(255, 240, 240);
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
}

.i-input-wrap .i-input-wrap-inner,.i-input-wrap2 .i-input-wrap-inner{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
    min-width: 0px;
}
.i-input-wrap input,.i-input-wrap2 input{
    box-sizing: border-box;
    height: 100%;
    margin: 0px;
    font-size: inherit;
    color: inherit;
    flex: 1 1 130px;
    min-width: 0px;
    border: none;
    outline: none;
    background: none;
}
.ic-item-text{
    line-height: 20px;
    font-weight: 600;
    color: rgb(10, 22, 51);
    margin-bottom: 8px;
}
.ic-warm{
    display: flex;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    margin: 0px;
    border-radius: 1px;
    line-height: 18px;
    overflow: hidden;
    color: rgb(10, 22, 51);
    border: 1px solid rgb(255, 227, 141);
    background: rgb(255, 252, 230);
}
.step-box{
    flex: 1 1 0%;
    margin-bottom: 20px;
}
.step-box .step-item{
    flex: 1 1 0%;
    padding-right: 64px;
    overflow: hidden;
}
.step-box .step1,.step-box .step2,.step-box .step3{
    position: relative;
    font-size: 14px;
    line-height: 32px;
}
.step-box .step1::after{
    content: "";
    position: absolute;
    width: 99999px;
    height: 1px;
    margin-left: 16px;
    background-color: rgb(56, 96, 244);
    inset-inline-start: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.step-box .step2::after{
    content: "";
    position: absolute;
    width: 99999px;
    height: 1px;
    margin-left: 16px;
    background-color: rgb(195, 202, 217);
    inset-inline-start: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.content-footer{
    position: fixed;
    bottom: 0; /* 固定在底部 */
    left: 260px; /* 从左到右占满宽度 */
    width: calc(100% - 260px); /* 宽度占满屏幕 */
    background-color: #fff; /* 背景颜色 */
    color: rgb(10, 22, 51);
    text-align: right; /* 文字居中 */
    padding: 10px; /* 内边距 */
    z-index: 1000; /* 确保在最上层 */
}
.alert-outer-wrap{
    position: relative;
    box-sizing: border-box;
    height: 32px;
    max-width: 100%;
    font-size: 12px;
    border-radius: 2px;
    color: rgb(82, 96, 117);
    fill: currentcolor;
    border: 1px solid rgb(195, 202, 217);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 0px 0px inset;
    background: rgb(250, 250, 252);
    transition: 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
}
.alert-inner-wrap{
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
    min-width: 0px;
    width: 226px;
}
.alert-inner-wrap input{
    border: none;
    outline: none;
    background: none;
}
.alert-tb-bottom-box{
    width: 100%;
    height: 40px;
    color: rgb(10, 22, 51);
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}
.alert-tb-bottom{
    font-size: 12px;
    color: rgb(10, 22, 51);
    line-height: 20px;
    margin-left: 8px;
    vertical-align: middle;
}

.home .alert-tb-content tr:nth-child(odd) {
    background-color: rgb(246, 246, 251); /* 浅灰色 */
}

/* 偶数行背景色 */
.home .alert-tb-content tr:nth-child(even) {
    background-color: #ffffff; /* 白色 */
}

/* 鼠标悬停效果 */
.home .alert-tb-content tr:hover {
    background-color: rgb(227, 233, 255);
}
.order-pannel{
    padding: 24px;
    box-sizing: border-box;
    text-align: left;
    background: rgb(255, 255, 255);
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.08) 0px -2px 0px 0px inset;
    border-radius: 4px;
}
/*home end*/
/*footer start*/
.ft{
    background-color: #2A315F;
    color: #fff;
}
.ft li{
    padding: 0.25rem;
}
.ft ul{
    margin-right: 5rem;
}
.ft .ft-content{
    padding: 1rem 2rem;
}
.page-panel{
    float: right;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}
.page-panel li{
    display: inline-block;
}
.page-item-disabled{
    color: rgb(204, 204, 204);
    box-shadow: none;
    background: rgb(247, 247, 247);
    cursor: default;
}
.page-item-active{
    border: 1px solid rgb(56, 96, 244);
    color: rgb(56, 96, 244);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 2px 1px -1px, rgb(227, 233, 255) 0px -2px 0px 0px inset;
    background: rgb(255, 255, 255);
    cursor: default;
}
.page-item{
    margin-right: 2px;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    outline: none;
    box-sizing: border-box;
    text-align: center;
    border-radius: 2px;
    padding: 0px 2px;
}
.page-item-common{
    color: rgb(82, 96, 117);
    border: 1px solid rgb(210, 214, 234);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, rgb(227, 233, 255) 0px -2px 0px 0px inset;
    background: rgb(250, 250, 252);
}
.page-item-none{
    border: none;
    color: rgb(10, 22, 51);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, rgb(227, 233, 255) 0px -2px 0px 0px inset;
    background: rgb(255, 255, 255);
}
.page-options{
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.page-option-input{
    text-align: center;
    margin: 0px 4px;
    width: 26px;
    height: 26px;
    border: 1px solid rgb(210, 214, 234);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 0px 0px inset;
    background: rgb(250, 250, 252);
    line-height: 26px;
    display: inline-block;
    outline: none;
    box-sizing: border-box;
    padding: 0px;
}
.el-hide{
    display: none;
}
.uc-btn-group{
    outline: none;
    min-width: 80px;
    text-align: center;
    border-radius: 0px;
    font-size: 12px;
    position: relative;
    border-radius: 2px 0px 0px 2px;
    margin-right: -4px;
    border-width: 1px;
    border-style: solid;
    padding: 0px 11px;
    line-height: 30px;
    background: rgb(227, 233, 255);

    color: rgb(82, 96, 117);
    fill: rgb(82, 96, 117);
    border-color: rgb(210, 214, 234);
    background: rgb(250, 250, 252);
}
.uc-btn-active{
    color: rgb(56, 96, 244);
    fill: rgb(56, 96, 244);
    border-color: rgb(56, 96, 244);
    background: rgb(227, 233, 255);
}

button{
    margin: 0;
    padding: 0;
}
.uc-label{
    width: 80px;
}
.uc-lable-val{
    width: 240px;
    color: #0a1633;
}
.product .description{
    margin-bottom: 32px;
    padding: 24px;
    background: #fff;
    border: 1px solid #ebf0fc;
    box-shadow: 0 16px 16px rgba(55, 69, 103, .02), 0 8px 8px rgba(235, 240, 252, .02);
    box-sizing: border-box;
}
.demo-code li{
    position: relative;
    display: inline-block;
    padding: 8px 24px;
    font-size: 16px;
    width: 112px;
    box-sizing: border-box;
    line-height: 28px;
    color: #374567;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e1e6f0;
}
.demo-code .tabs{
    position: relative;
    font-size: 0;
    display: inline-block;
}
.demo-code li:after{
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
    width: 1px;
    height: 16px;
    background-color: #ebf0fc;
}
.demo-code .select-line{
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #3860f4;
    transition: all .25s ease-in-out;
    z-index: 2
}
.demo-code li.selected{
    font-weight: 700;
    color: #3860f4;
    border-bottom: 2px solid #3860f4;
}
.product-doc{
    font-size: 14px;
    line-height: 24px;
    color: #0a1633;
}
.product-doc li{
    display: flex;
    padding: 6px 0;
}
.product-doc a,.product-doc .selected{
    color: #3860f4;
    text-decoration: none;
}
.product-doc > * {
    box-sizing: border-box;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.product-doc table{
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin: 16px 0;
    overflow: auto;
    width: 100%;
}
.product-doc thead{
    background-color: #f6f6fb;
    color: #0a1633;
}
.product-doc tr{
    border-top: 1px solid #e1e6f0;
}
.product-doc th,.product-doc td{
    border: 1px solid #e1e6f0;
    padding: 8px 12px;
}
.product h3{
    font-size: 20px;
    margin: 8px 0 16px;
    line-height: 32px;
}
.product-doc .title{
    font-size: 16px;
    margin: 32px 0 16px;
    line-height: 36px;
}
.text-ct{
    text-align: center;
}
.bd-l-2{
    color: #0a1633;
    padding: 16px;
    border-left: 2px solid #15ad31;
    background-color: #edfff2;
}
/*footer end*/

.footer-pay{
    position: absolute; /* 绝对定位 */
    bottom: 0; /* 吸附在底部 */
    padding: 20px;
    border-top: 1px solid #e1e6f0;
    width: 100%;
}
.floght-right{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.order-scrore{
    height: calc(-129px + 100vh);
    overflow-y: auto;
}
.order-scrore tr{
    border-bottom: 1px solid #e1e6f0;
}
.coupon-box,.order-pay-box{
    padding: 10px;
    border: 1px solid #e1e6f0;
    margin-right: 14px;
}
.coupon-box.selected{
    border-color: var(--theme-color);
}
.order-pay-box img{
    width: 60px;
    height: 60px;
}
.spec-items li.selected{
    border-color: var(--theme-color);
    color: var(--theme-color);
    background-color: var(--main-white-color);
}
.ipbox{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.ipbox li{
    padding-top: 1rem;
    min-width: 110px;
}
.cursor-p{
    cursor: pointer
}