.cus-list-down {
margin: 10px auto;
text-align: right;
position: relative;
padding: 0 35px;
z-index: 9999;/*20221118 edit by vcbal*/
}

.cus-list-down button {
height: 36px;
min-width: 66px;
text-align: center;
cursor: pointer;
border: none;
color: #9da1a3;
border-radius: 4px;
font-size: 15px;
}

.cus-list-down button i {
font-size: 15px;
-webkit-transition: 0.1s;
-o-transition: 0.1s;
-moz-transition: 0.1s;
transition: 0.1s;
margin-top: -1.5px;
padding-left: 0;
}

.cus-list-down > div {
position: absolute;
top: 50px;
left: 50%;
-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
        transform: translateX(-50%);
min-width: 200px;
background-color: #f9f9f9;
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
display: none;
}

.cus-list-down ul {
padding: 5px 15px;
overflow-y: scroll;
max-height: 260px;
}

.cus-list-down ul::-webkit-scrollbar {
width: 6px;
height: 1px;
}

.cus-list-down ul::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px rgba(104, 103, 103, 0.2);
box-shadow: inset 0 0 5px rgba(104, 103, 103, 0.2);
background: #e4e4e4;
}

.cus-list-down ul::-webkit-scrollbar-track {
border-radius: 10px;
background: #f9f9f9;
}

.cus-list-down > div::before {
content: "";
display: inline-block;
width: 0;
height: 0;
border: 10px solid transparent;
border-bottom-color: #f7f7f7;
position: absolute;
top: -21px;
left: 50%;
-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
        transform: translateX(-50%);
}

.cus-list-down ul li {
height: 36px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.cus-list-down ul li a {
color: #333;
text-decoration: none;
display: block;
height: 22px;
line-height: 22px;
}

.cus-list-down ul li i {
font-weight: bold;
display: none;
-webkit-transform: scaleX(2);
    -moz-transform: scaleX(2);
    -ms-transform: scaleX(2);
        -o-transform: scaleX(2);
        transform: scaleX(2);
}

.cus-list-down p {
height: 36px;
line-height: 36px;
border-top: 1px solid #f3f1f1;
text-align: center;
color: #666;
cursor: pointer;
}

@media screen and (max-width: 992px) {
.cus-list-down {
    display: none;
}
}
.spinner-warp {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
border-radius: 4px;
opacity: 0.7;
display: none;
}

.spinner {
width: 60px;
height: 40px;
text-align: center;
font-size: 10px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.spinner > div {
background-color: #3BB7F5;
height: 40px;
width: 3px;
display: inline-block;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
-moz-animation: stretchdelay 1.2s infinite ease-in-out;
    -o-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.spinner .rect2 {
-webkit-animation-delay: -1.1s;
-moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
        animation-delay: -1.1s;
}

.spinner .rect3 {
-webkit-animation-delay: -1s;
-moz-animation-delay: -1s;
    -o-animation-delay: -1s;
        animation-delay: -1s;
}

.spinner .rect4 {
-webkit-animation-delay: -0.9s;
-moz-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
        animation-delay: -0.9s;
}

.spinner .rect5 {
-webkit-animation-delay: -0.8s;
-moz-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
        animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
}
20% {
    -webkit-transform: scaleY(1);
}
}
@-moz-keyframes stretchdelay {
0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
        transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
}
20% {
    -moz-transform: scaleY(1);
        transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
}
@-o-keyframes stretchdelay {
0%, 40%, 100% {
    -o-transform: scaleY(0.4);
        transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
}
20% {
    -o-transform: scaleY(1);
        transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
}
@keyframes stretchdelay {
0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
        transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
}
20% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
        transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
}
.cus-mobile-lang p {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
padding: 20px 0;
padding-right: 8px;
cursor: pointer;
}

.cus-mobile-lang p > span {
color: #f00;
font-weight: bold;
font-size: 16px;
}

.cus-mobile-lang p > i {
color: #181818;
font-size: 16px;
font-weight: 400;
}

.cus-mobile-lang .cus-mobile-lang-hint {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
background-color: white;
padding-top: 60px;
}

.cus-mobile-lang .cus-mobile-lang-hint ul li {
padding: 10px 24px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.cus-mobile-lang .cus-mobile-lang-hint ul a {
color: #181818;
font-size: 16px;
font-weight: 400;
}

.cus-mobile-lang .cus-mobile-lang-hint ul i {
margin-right: 50px;
font-weight: bold;
display: none;
-webkit-transform: scaleX(2);
    -moz-transform: scaleX(2);
    -ms-transform: scaleX(2);
        -o-transform: scaleX(2);
        transform: scaleX(2);
}