.price-title {
    font-size: 44px;
    text-align: center;
    padding: 40px 0;
    margin-top: 58px;
}
.price-table{
    border: none;
    border-bottom: 1px solid #e6e6e6;
    /* border-left: 1px solid #e6e6e6; */
}
.price-table td{
    line-height: 20px;
    padding: 20px;
    /* text-align: center; */
    border-left: none;
}
.price-table  td:not(:first-child){
    border-left: none;
}
.price-table .tbody_head td{
    line-height: 22px;
    font-size: 14px;
    padding: 40px 10px;
    border-bottom: 1px solid #e6e6e6;
}
.price-table  td:last-child{
    border-right: 1px solid #e6e6e6;
}
.price-table tr:nth-child(even){
    background: white;
}
.price-table tr:nth-child(odd){
    background: white;
}
.price-table .tbody_head{
    background: #f5f6f8!important;
}
.price-table .tbody_head td>span{
    color: #f7393e;
    font-weight: bold;
}
.price-table .rowName{
    background: #f5f6f8!important;
    width: 20px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
.price-table th, .price-table td.price_td{
    text-align: center;
    color: #ff7000;
}
.price-table th, .price-table td.price_td.free>span{
    padding: 5px 10px;
    background: #02c398;
    color: white;
}

.icon{
    width: 18px;
    height: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.icon1{
    background: url(./img/icon1.png) no-repeat;
}
.icon2{
    background: url(./img/icon2.png) no-repeat;
}

.warn_tips td>p{
    white-space: nowrap;
    line-height: 26px;
}

/* 确保增值服务价格页面的导航栏有蓝色背景，文字可见 */
.oem-server-price .head-nav {
    background: var(--primary-color) !important;
    background-color: #1890ff !important;
}

.oem-server-price .head-nav .nav-list .nav {
    color: #ffffff !important;
}

.oem-server-price .head-nav .nav-right p a {
    color: #ffffff !important;
}

.oem-server-price .head-nav .nav-right .btn {
    color: #ffffff !important;
}

/* 确保免费注册按钮的文字颜色为蓝色，在白色背景上可见 */
.oem-server-price .head-nav .nav-right .btn-register {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.oem-server-price .head-nav .nav-right .btn-register svg {
    color: var(--primary-color) !important;
}

.oem-server-price .head-nav .nav-right .btn-register path,
.oem-server-price .head-nav .nav-right .btn-register circle,
.oem-server-price .head-nav .nav-right .btn-register line,
.oem-server-price .head-nav .nav-right .btn-register polyline {
    stroke: var(--primary-color) !important;
}