.btn {
display: inline-block;
font-weight: 400;
color: #495057;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
padding: 0 0.75rem;
font-size: 12px;
line-height:35px;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
-webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
-webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
transition: none;
}
}
.btn-custom {
min-width: 72px;
}
.btn-primary {
background-color: #0008ff;
color: #fff;
}
.btn-custom-group .active {
color: #0008ff;
background-image: linear-gradient(270deg,#f3f3ff,#f3f3ff);
border-color: #0008ff;
}
.btn-custom:hover{
color: #0008ff;
border-color: #0008ff;
}
input:hover{
color: #0008ff;
border-color: #0008ff;
}
.configureproduct:hover{
color: #0008ff;
border-color: #0008ff;
}
.btn-custom {
min-width: 32.4%;
}
.text img,.filter-option img,.btn-primary img{
width: 22px;
height: 16px;
}
/* Subtop */
.subtop {
padding: 70px 0;
background-color: #1971ff;
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
/* background-image: url("https://cdn.sul99.cn/Archive/k97nc.png"); */
background-image: url("../img/3bate.png");
}
.subtop .subtop-info {
color: #FFF;
font-size: 16px;
}
.subtop .subtop-title {
color: #FFF;
font-size: 40px;
line-height: 60px;
}
.subtop .subtop-title small {
font-size: 20px;
margin-left: 1rem;
}
.subtop.ec .subtop-title,.subtop.cdn .subtop-title,.subtop.server .subtop-title {
color: #121933;
}
section.subtop.ec p,section.subtop.cdn p ,section.subtop.server p{
color: rgb(82, 82, 82);
font-size: 18px;
}
.mr-2{
}
.btn btn-custom:hover {
background: #f4f7fb;
border: 1px solid #0066ff;
color: #0066ff;
}
.btn-custom {
min-height: 22px;
}
@media screen and (max-width: 768px) {
.btn-custom {
min-height: 22px;
width: 32.4%;
}
}
.btn-primary:hover{
background-color: #f4f7fb;
color: #0064ff;
}
.was-validated .custom-control-input:valid~.custom-control-label::before {
background-color: #fff;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
border-color: #ced4da !important;
}
.form-control.is-valid,
.was-validated .form-control:valid {
display: block;
width: 100%;
padding: 0.47rem 0.75rem;
font-size: 0.8125rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…45NSwyLjI2LDYsMi4xMyw2LDJWMS41QzYsMS4yMiw1Ljc4LDEsNS41LDF6Ii8+Cjwvc3ZnPgo=);
background-position-y: 50%;
background-position-x: calc(100% - 11px);
background-repeat: no-repeat;
padding-right: 24px;
}
.cycle-select-discount {
position: absolute;
top: -10px;
right: 0;
display: inline-block;
padding: 0px 5px;
height: 15px;
background: #F70302;
border-radius: 5px 5px 5px 0px;
color: #ffffff;
font-size: 12px;
text-align: center;
line-height: 15px;
}
.error-tip {
color: #f46a6a;
margin: 0;
padding: 0;
line-height: 36px;
display: none;
}
input::-webkit-input-placeholder {
color: #cacdd4 !important;
}
input:-moz-placeholder {
color: #cacdd4 !important;
}
input::-moz-placeholder {
color: #cacdd4 !important;
}
input:-ms-input-placeholder {
color: #cacdd4 !important;
}
.btn-custom {
min-width: 72px;
border: #fff 1px solid;
border-radius: 4px;
}
.btn-custom-group .active {
background-color: #eff2f7;
color: #0064ff;
}
/* 重写进度条 */
input[type='range'] {
background: #F1F3F8;
outline: none;
-webkit-appearance: none;
/*清除系统默认样式*/
height: 4px;
/*横条的高度*/
border-radius: 3px;
background: rgb(41, 72, 223) !important;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
width: 10px;
height: 23px;
background-color: #fff;
/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.3),
0 3px 5px rgba(0, 0, 0, 0.2);*/
cursor: pointer;
border: 4px solid #2948DF;
border-top-width: 5px;
border-bottom-width: 5px;
border-radius: 2px;
}
input[type="range"]::-moz-range-thumb {
-webkit-appearance: none;
width: 2px;
height: 15px;
background-color: #fff;
/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.3),
 0 3px 5px rgba(0, 0, 0, 0.2);*/
cursor: pointer;
border: 4px solid #2948DF;
border-top-width: 5px;
border-bottom-width: 5px;
border-radius: 2px;
}
.range_none {
position: absolute;
height: 3px;
display: block;
background: #DEDEDE;
cursor: not-allowed
}
.form-check {
margin-left: 20px;
}
.justify-content-start {
flex-wrap: wrap;
}
@media (max-width: 992px) {
.footer {
z-index: 1;
display: none !important;
}
}

#addCartForm.host181-config-page .host181-config-main > .card.border-bottom {
display: none;
}
#addCartForm.host181-config-page .host181-config-card {
background: transparent;
border: 0;
box-shadow: none;
}
#addCartForm.host181-config-page .host181-config-card > .card-body {
padding: 0;
}
#addCartForm.host181-config-page .host181-config-section {
background: #fff;
padding: 20px 26px 26px;
margin-bottom: 20px;
}
#addCartForm.host181-config-page .host181-config-title {
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
font-weight: 700;
color: #151923;
margin-bottom: 26px;
}
#addCartForm.host181-config-page .host181-config-title span {
display: inline-block;
width: 4px;
height: 16px;
background: #1677ff;
border-radius: 2px;
}
#addCartForm.host181-config-page .host181-config-section .form-group.row,
#addCartForm.host181-config-page .host181-config-line {
display: flex;
align-items: center;
margin-left: 0;
margin-right: 0;
margin-bottom: 16px;
}
#addCartForm.host181-config-page .host181-config-section .col-form-label,
#addCartForm.host181-config-page .host181-config-label {
flex: 0 0 110px;
max-width: 110px;
padding: 0;
font-size: 14px;
line-height: 40px;
font-weight: 400;
color: #7b8190;
}
#addCartForm.host181-config-page .host181-config-section .col-md-10,
#addCartForm.host181-config-page .host181-config-section .col-md-3,
#addCartForm.host181-config-page .host181-config-section .col-8,
#addCartForm.host181-config-page .host181-config-section .col-12 {
padding-left: 0;
padding-right: 0;
}
#addCartForm.host181-config-page .host181-os-groups {
display: grid;
grid-template-columns: repeat(6, minmax(128px, 1fr));
max-width: 1034px;
gap: 10px 0;
}
#addCartForm.host181-config-page .host181-os-group {
height: 40px;
border: 1px solid #d9dee7;
border-left: 0;
background: #fff;
color: #151923;
font-size: 14px;
line-height: 40px;
cursor: pointer;
}
#addCartForm.host181-config-page .host181-os-group:nth-child(6n+1) {
border-left: 1px solid #d9dee7;
}
#addCartForm.host181-config-page .host181-os-group.active,
#addCartForm.host181-config-page .host181-os-group:hover {
background: #14a8ee;
color: #fff;
}
#addCartForm.host181-config-page .host181-os-version-wrap {
width: 226px;
}
#addCartForm.host181-config-page .host181-credential-modes {
display: inline-flex;
border: 1px solid #d9dee7;
border-radius: 4px;
overflow: hidden;
}
#addCartForm.host181-config-page .host181-credential-mode {
min-width: 164px;
height: 40px;
border: 0;
border-right: 1px solid #d9dee7;
background: #fff;
color: #151923;
font-size: 14px;
cursor: pointer;
}
#addCartForm.host181-config-page .host181-credential-mode:last-child {
border-right: 0;
}
#addCartForm.host181-config-page .host181-credential-mode.active,
#addCartForm.host181-config-page .host181-credential-mode:hover {
background: #14a8ee;
color: #fff;
}
#addCartForm.host181-config-page .host181-password-wrap {
display: flex;
align-items: center;
gap: 8px;
}
#addCartForm.host181-config-page .host181-password-wrap .getPassword {
width: 260px;
max-width: 100%;
}
#addCartForm.host181-config-page .host181-password-random {
height: 40px;
padding: 0 16px;
border: 1px solid #1677ff;
border-radius: 4px;
background: #fff;
color: #1677ff;
cursor: pointer;
}
#addCartForm.host181-config-page .host181-os-version,
#addCartForm.host181-config-page .host181-config-section .form-control {
height: 40px;
border: 1px solid #d9dee7;
border-radius: 4px !important;
background: #fff;
font-size: 14px;
color: #151923;
}
#addCartForm.host181-config-page .host181-origin-os-select {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
opacity: 0;
}
#addCartForm.host181-config-page .host181-buy-section .btn-custom-group {
display: inline-flex;
align-items: center;
border: 1px solid #d9dee7;
border-radius: 4px;
overflow: visible;
}
#addCartForm.host181-config-page .host181-buy-section .btn-custom {
min-width: 138px;
height: 40px;
line-height: 40px;
padding: 0 18px;
border: 0 !important;
border-right: 1px solid #d9dee7 !important;
background: #fff !important;
color: #151923 !important;
position: relative;
}
#addCartForm.host181-config-page .host181-buy-section .btn-custom:last-child {
border-right: 0 !important;
}
#addCartForm.host181-config-page .host181-buy-section .btn-custom.active,
#addCartForm.host181-config-page .host181-buy-section .btn-custom:has(input:checked) {
background: #14a8ee !important;
color: #fff !important;
}
#addCartForm.host181-config-page .host181-buy-section .cycle-select-discount {
top: -18px;
right: -10px;
height: 18px;
line-height: 18px;
background: #0b72ff;
border-radius: 10px 10px 10px 0;
}
#addCartForm.host181-config-page .host181-buy-section input.form-control {
max-width: 156px;
}

@media (max-width: 1200px) {
#addCartForm.host181-config-page .host181-os-groups {
grid-template-columns: repeat(3, minmax(120px, 1fr));
}
}
@media (max-width: 768px) {
#addCartForm.host181-config-page .host181-config-section {
padding: 16px;
}
#addCartForm.host181-config-page .host181-config-section .form-group.row,
#addCartForm.host181-config-page .host181-config-line {
display: block;
}
#addCartForm.host181-config-page .host181-config-section .col-form-label,
#addCartForm.host181-config-page .host181-config-label {
display: block;
max-width: none;
line-height: 24px;
margin-bottom: 8px;
}
#addCartForm.host181-config-page .host181-os-groups {
grid-template-columns: repeat(2, minmax(120px, 1fr));
}
#addCartForm.host181-config-page .host181-buy-section .btn-custom-group {
display: grid;
grid-template-columns: repeat(2, minmax(110px, 1fr));
}
#addCartForm.host181-config-page .host181-buy-section .btn-custom {
min-width: 0;
}
#addCartForm.host181-config-page .host181-credential-modes {
display: grid;
grid-template-columns: repeat(2, minmax(120px, 1fr));
}
#addCartForm.host181-config-page .host181-password-wrap {
display: block;
}
#addCartForm.host181-config-page .host181-password-random {
margin-top: 8px;
}
}
