* {
    box-sizing: border-box;
}

.product_fun_bg {
    background: url("../img/product/img09.png") no-repeat center;
    background-size: cover;
}

.product_table_bg {
    background: url("../img/product/img21.png") no-repeat center;
    background-size: cover;
}

.product_bg_01 {
    background: url("../img/product/img22.png") no-repeat center;
    background-size: cover;
}

.product_banner {
    background: url("../img/product/img12.png") no-repeat center;
    background-size: cover;
    height: 460px;
    text-align: center;
    padding-top: 66px;
}

.product_banner .iconfont {
    font-size: 100px;
    border-radius: 24px;
    display: inline-block;
    width: 99px;
    height: 99px;
    line-height: 99px;
    margin: 0;
}

.product_banner .iconfont.iconDNSjiexi {
    color: #F85835;
    box-shadow: 0px 0px 32px 0px rgba(248, 88, 53, 0.5);
}

.product_banner .iconfont.iconSSLzhengshu {
    color: #25C251;
    box-shadow: 0px 0px 32px 0px rgba(37, 194, 81, 0.5);
}

.product_banner .iconfont.iconDNSjiasu {
    color: #1476FF;
    box-shadow: 0px 0px 32px 0px rgba(20, 118, 255, 0.5);
}

.product_banner .iconfont.iconyumingzhuce {
    color: #FFC300;
    box-shadow: 0px 0px 32px 0px rgba(255, 195, 0, 0.5);
}

.product_banner .iconfont.iconwhoisxinxichaxun {
    color: #673de6;
    box-shadow: 0px 0px 32px 0px rgba(103, 61, 230, 0.5);
}

.product_banner .iconfont.iconyumingzhuanru {
    color: #1476ff;
    box-shadow: 0px 0px 32px 0px rgba(20, 118, 255, 0.5);
}

.product_banner_title {
    font-size: 38px;
    padding: 30px 0 20px;
}

.product_banner_cont {
    font-size: 18px;
    color: #666;
    width: 1200px;
    margin: 0 auto 24px;
    line-height: 32px;
}

.product_banner a.btn-g {
    border-radius: 100px;
    font-size: 14px;
    padding: 10px 32px;
    margin: 0 10px;
}

.product_list {
    display: flex;
    justify-content: space-between;
}

.product_item {
    width: 285px;
    border: 1px solid #E5E5E5;
    border-top: none;
    background: #fff;
    padding: 0 22px 28px;
    position: relative;
    border-radius: 4px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-content: space-between;
    margin-right: 24px;
}

.product_item:last-child {
    margin-right: 0;
}

.product_item:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px 4px 0px 0px;
    background: linear-gradient(90deg, #E5E5E5 0%, #A6A6A6 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.product_item:nth-child(2):before {
    background: linear-gradient(90deg, #D9E9FF 0%, #006AFF 100%);
}

.product_item:nth-child(3):before {
    background: linear-gradient(90deg, #FCF7EE 0%, #F5CA76 0%, #CC861D 100%);
}

.product_item:nth-child(4):before {
    background: linear-gradient(270deg, #6652FF 0%, #FCF7EE 100%, #A47BFF 100%);
}

.product_cont {
    width: 100%;
}

.product_cont_title {
    font-size: 18px;
    padding: 24px 0;
    font-weight: bold;
}

.product_cont_title label {
    border-radius: 100px;
    background: #E5E5E5;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    display: inline-block;
    padding: 1px 10px 2px;
    position: relative;
    top: -2px;
    margin-left: 2px;
}

.product_cont_title span {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    display: block;
    padding-top: 8px;
    font-weight: normal;
}

.product_cont_item {
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 10px;
}

.product_cont_item span {
    color: #666;
}

.product_buy {
    width: 100%;
}

.product_price {
    display: flex;
    justify-content: space-between;
    color: #444;
}

.product_price > p {
    position: relative;

}

.product_price > p span {
    color: #ED4242;
    font-size: 28px;
}

.product_price > p del {
    color: #666;
    padding-left: 8px;
}

.product_price label {
    border-radius: 4px;
    background: #FFEDED;
    color: #ED4242;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
    white-space: nowrap;
    font-size: 12px;
    padding: 2px 5px 3px;
}

.product_item .btn-g {
    width: 100%;
    padding: 10px 12px;
    border-radius: 20px;
    margin-top: 16px;
}

.product_list_a {
    text-align: center;
}

.product_list_a a {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0 24px;
    display: inline-block;
    color: #333;
    background: url(../img/product/img17.png) center;
    line-height: 38px;
    margin-top: 32px;
    border: 1px solid #fff;
    border-radius: 100px;
}

.product_nav {
    background: #fff;
    position: sticky;
    border-bottom: 1px solid #e3e4e5;
    top: 0;
    z-index: 8;
}

.product_nav_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_nav_cont a {
    font-size: 20px;
    color: #333;
    line-height: 66px;
    height: 66px;
    position: relative;
    flex: 1;
    text-align: center;
}

.product_nav_cont a.on:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #FFA600;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product_adv {
    justify-content: space-between;
    align-items: normal;
}

.product_adv_2 .product_adv_item {
    width: 580px;
}

.product_adv_item {
    width: 388px;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.product_adv_item:nth-of-type(n+4) {
    margin-top: 16px;
}

.product_adv_item:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: url("../img/product/img11.png") no-repeat center;
}

.product_adv_item svg {
    width: 48px;
    height: 48px;
}

.product_adv_item.textCenter {
    text-align: center;
}

.product_adv_title {
    font-size: 18px;
    padding: 12px 0;
    font-weight: 600;
}

.product_adv_cont {
    color: #999;
    line-height: 24px;
}

.product_adv_a1 {
    text-align: center;
}

.product_adv_a1 .product_adv_item {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.product_fun {
    justify-content: space-between;
    align-items: normal !important;
}

.product_fun_item {
    width: 588px;
    padding: 24px;
    border-radius: 8px;
    background: #F5F5F5;
    border: 2px solid #FFFFFF;
    position: relative;
    margin-top: 24px;
}

.product_fun_row3 .product_fun_item {
    width: 385px;
}

.product_fun_item:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.product_fun_item .iconfont {
    font-size: 48px;
    display: block;
}

.product_fun_title {
    font-size: 18px;
    padding-bottom: 12px;
    position: relative;
    z-index: 2;
}

.product_fun_cont {
    color: #666;
    line-height: 24px;
    position: relative;
    z-index: 2;
}

.product_fun_img {
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    bottom: -24px;
    color: #EDEDED;
    z-index: 1;
}

.product_scene {
    padding: 0;
    width: 100%;
    height: 400px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.product_scene_item {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 400px;
    width: 20%;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.product_scene_item .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 40px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    font-size: 32px;
    line-height: 45px;
}

.product_scene_item .product_scene_item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.product_scene_item:hover .product_scene_item.on .product_scene_item-title {
    margin-bottom: 20px;
}

.product_scene_item .product_scene_item-description,
.product_scene_item .button {
    color: #FFFFFF;
    display: none;
}

.product_scene_item.on .product_scene_item-title {
    font-size: 32px;
    line-height: 45px;
}

.product_scene_item.on .product_scene_item-description {
    display: block;
    line-height: 28px;
    font-size: 14px;
}

.product_scene_item.on .product_scene_item-description span {
    display: block;
    font-size: 16px;
    padding-top: 12px;
}

.product_scene_item.on .button {
    display: flex;
    border-radius: 0;
}

.product_scene_item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.product_scene_item.on {
    width: 38%;
}

.product_scene_item.on .content {
    padding: 32px;
    align-items: flex-start;
    width: 455px;
}

.product_help01 {
    border-bottom: 1px solid #f1f2f3;
}

.product_help02 {
    font-size: 16px;
    line-height: 80px;
    cursor: pointer;
}

.product_help02 .iconfont {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 24px;
}

.product_help02 .iconfont.iconjiajian_Y {
    display: none;
}

.product_help01.on .product_help02 .iconfont.iconjiajian_X {
    display: none;
}

.product_help01.on .product_help02 .iconfont.iconjiajian_Y {
    display: inline-block;
}

.product_help03 {
    line-height: 32px;
    color: #666;
    font-size: 14px;
    display: none;
    margin: 0 0 8px 45px;
    position: relative;
    top: -12px;
}

.product_help01.on .product_help03 {
    display: block;
}

.product_bottom_buy {
    background: url("../img/product/img10.png") no-repeat center;
    background-size: cover;
    height: 120px;
    display: flex;
    justify-content: center;
    line-height: 120px;
    font-size: 18px;
    align-items: center;
}

.product_bottom_buy .btn-g {
    padding: 12px 24px;
    font-size: 14px;
    margin-left: 32px;
}

.ssl_list .product_item {
    border: none;
}

.ssl_list .product_item:before {
    display: none;
}

.product_news {
    display: flex;
    justify-content: space-between;
}

.product_news01 {
    border: 1px solid #E5E5E5;
    width: 588px;
    opacity: 1;
    border-radius: 12px;
    background: #FFFFFF;
    padding: 20px 24px 16px;
}

.product_news02 {
    font-size: 22px;
    color: #333;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_news02 a {
    font-size: 14px;
}

.product_news03 a {
    line-height: 40px;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    color: #555;
}

.product_news03 a:hover, .product_news03 a:hover span {
    color: var(--main-g);
}

.product_news03 a p {
    width: 450px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px 0 18px;
}

.product_news03 a p:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #555;
    position: absolute;
    left: 0;
    top: 18px;
}

.product_news03 a span {
    color: #777;
}

.product_cont_ssl1 {
    display: flex;
    align-items: center;
    line-height: 36px;
    margin: 16px 0 24px;
    position: relative;
}

.product_cont_ssl1 .iconSSLzhengshu {
    font-size: 36px;
    color: #25C251;
}

.product_cont_ssl1 .iconjiantou_qiehuanzuo2 {
    font-size: 22px;
    color: #999;
    margin: 0 24px;

}

.product_cont_ssl1 .tag_info {
    width: 210px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background: #F5F5F7;
    padding-left: 12px;
    display: block;
}

.product_cont_ssl1 .give {
    position: absolute;
    left: 107px;
    top: 30px;

}

.product_cont_ssl1 .give span {
    display: inline-block;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: linear-gradient(180deg, #FF8E7B 0%, #F23F3F 100%);
    color: #fff;
    margin-right: 8px;
}

.product_cont_ssl2 {
    position: relative;
    left: 20px;
}

.product_cont_ssl2:before {
    content: '';
    display: block;
    width: 1px;
    height: 144px;
    background: #CCCCCC;
    position: absolute;
    left: -20px;
    top: 15px;
}

.product_cont_ssl2 .tag_info {
    position: relative;
    margin-bottom: 12px;
}

.product_cont_ssl2 .tag_info:last-child {
    margin-bottom: 0px;
}

.product_cont_ssl2 .tag_info:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #CCCCCC;
    position: absolute;
    left: -20px;
    top: 50%;
}

.product_cont_ssl2 p {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.product_cont_ssl2 p i {
    display: inline-block;
    background: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 2px;
}


.product_table {
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
}

.product_table td {
    border: 1px solid #E5E5E5;
    padding: 16px 20px;
    position: relative;
}

.product_table td:nth-child(1) {
    width: 140px;
    text-align: center;
    background: #F5F5F5;
}

.product_table td.product_th {
    background: #EDEDED;
    font-size: 18px;
}

.product_table_i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #E5E5E5 0%, #A6A6A6 100%);
}

.product_table_i2 {
    background: linear-gradient(90deg, #D9E9FF 0%, #006AFF 100%);
}

.product_table_i3 {
    background: linear-gradient(90deg, #FCF7EE 0%, #F5CA76 0%, #CC861D 100%);
}

.product_table_i4 {
    background: linear-gradient(270deg, #6451FE 0%, #FCF7EE 100%, #A47AFF 100%);
}

.product_table_name {
    font-size: 20px;
    padding: 8px 0 4px;
}

.product_table_price {
    height: 100px;
    display: flex;
    line-height: 36px;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.product_table .icondagou {
    color: #00C29A;
    font-size: 20px;
}

.product_table .iconjiajian_Y {
    color: #ccc;
}

.product_right_bg {
    position: absolute;
    left: 50%;
    margin-left: 630px;
    top: 160px;
    height: 3388px;
}

.product_right {
    position: sticky;
    top: 120px;
}

.product_right a {
    display: block;
    line-height: 40px;
    color: #333;
    border-left: 1px solid #dfdfdf;
    padding-left: 16px;
    position: relative;
}

.product_right a.on:before {
    content: '';
    display: block;
    width: 3px;
    height: 40px;
    background: #FFC300;
    position: absolute;
    left: 0;
    top: 0;
}

.product_table {
    border-collapse: collapse;
    text-align: center;
}

.product_table td {
    border: 1px solid #E5E5E5;
    padding: 16px 20px;
    position: relative;
}

.product_table td:nth-child(1) {
    width: 140px;
    text-align: center;
    background: #F5F5F5;
}

.product_table td.product_th {
    background: #EDEDED;
    font-size: 18px;
}

.product_table_i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #E5E5E5 0%, #A6A6A6 100%);
}

.product_table_i2 {
    background: linear-gradient(90deg, #D9E9FF 0%, #006AFF 100%);
}

.product_table_i3 {
    background: linear-gradient(90deg, #FCF7EE 0%, #F5CA76 0%, #CC861D 100%);
}

.product_table_i4 {
    background: linear-gradient(270deg, #6451FE 0%, #FCF7EE 100%, #A47AFF 100%);
}

.product_table_name {
    font-size: 20px;
    padding: 8px 0 4px;
}

.product_table_price {
    height: 100px;
    display: flex;
    line-height: 36px;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.product_table .icondagou {
    color: #00C29A;
    font-size: 20px;
}

.product_table .iconjiajian_Y {
    color: #ccc;
}

.product_right_bg {
    position: absolute;
    left: 50%;
    margin-left: 630px;
    top: 160px;
    height: 3430px;
}

.product_right {
    position: sticky;
    top: 120px;
}

.product_right a {
    display: block;
    line-height: 40px;
    color: #333;
    border-left: 1px solid #dfdfdf;
    padding-left: 16px;
    position: relative;
}

.product_right a.on:before {
    content: '';
    display: block;
    width: 3px;
    height: 40px;
    background: #FFC300;
    position: absolute;
    left: 0;
    top: 0;
}

.product_domain {
    width: 1200px;
    margin: 0 auto;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 10px 20px rgba(38, 50, 56, 0.1);
    backdrop-filter: blur(10px);
    padding: 26px 100px;
    position: relative;
    top: -68px;
}

.product_domain_from input.text {
    width: 680px;
    height: 56px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #e5e5e5;
    padding-left: 24px;
    font-size: 16px;
}

.product_domain_from textarea.text {
    height: 56px;
    width: 840px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 32px;
    padding: 11px 0 11px 24px;
    resize: none;
    box-sizing: border-box;
    max-height: 170px;
}

.product_domain_from input.btn-g {
    width: 160px;
    height: 56px;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    border: none;
}

.product_domain_price label {
    color: #999;
}

.product_domain_price span, .product_domain_price a {
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
    color: #333;
}

.product_domain_price span:after, .product_domain_price a:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 3px;
}

.product_domain_price span:last-child, .product_domain_price a:last-child {
    padding: 0;
    margin: 0;
}

.product_domain_price span:last-child:after, .product_domain_price a:last-child:after {
    display: none;
}

.product_domain_table {
    width: 1200px;
    margin: 90px auto 0;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    padding: 0 20px;
}

.product_domain_table table {
    width: 100%;
    position: relative;
    border-collapse: collapse;
}

.product_domain_table table thead {
    position: absolute;
    top: -60px;
    font-size: 16px;
}

.product_domain_table table th, .product_domain_table table td {
    width: 230px;
    text-align: center;
    line-height: 60px;
    color: #666;
}

.product_domain_table table th {
    color: #333;
}

.product_domain_table table tbody tr:nth-child(even) {
    background: #F5F5F5;
}

.product_step {
    display: flex;
    justify-content: space-between;
}

.product_step_item {
    width: 230px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 24px 24px 20px 24px;
    position: relative;
}

.product_step_item:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 40px;
    left: 0;
}

.product_step_item span {
    width: 32px;
    height: 32px;
    border: 1px solid #333333;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.product_step_title {
    font-size: 18px;
    font-weight: 700;
    margin: 12px 0;

}

.product_step_cont {
    font-size: 14px;
    line-height: 24px;
    color: #999;

}

.product_rule {
    background: url("../img/product/img23.png") no-repeat center;
    background-size: cover;
    padding: 60px;
    border-radius: 12px;
    line-height: 26px;
}

.product_rule p {
    padding-bottom: 12px;
    display: flex;
}

.product_rule p span {
    width: 16px;
    height: 16px;
    background: #333333;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    color: #fff;
    margin-right: 6px;
    font-weight: normal;
    font-size: 12px;
}

.table-mini {
    color: #323232;
    text-align: center;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E5E5E5;
    background: #fff;
}

.table-mini thead tr th {
    color: #fff;
    line-height: 40px;
    background: #2468F2 !important;
    position: sticky;
    top: 0;
    z-index: 10;
}

.table-mini th {
    text-align: left;
    padding-left: 8px;
}

.table-mini td {
    border-top: 1px solid #E5E5E5;
    line-height: 22px;
    padding: 12px 8px;
    text-align: left;
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
    word-break: break-all;
}

.table-mini pre {
    text-align: left;
    padding: 0 12px 0 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    width: calc(100% - 80px);
    box-sizing: border-box;
}

.table-mini td:nth-child(1) {
    background: #F5F5F5;
    width: 180px;
    padding-left: 16px;
}

.table-mini td:nth-child(2) {
    text-align: left;
    padding-left: 16px;
}


.whois_pre {
    border: 1px solid #dfdfdf;
    padding: 12px 24px;
    line-height: 28px;
    font-size: 14px;
    background: #fff;
}

.whois_pre .more_text {
    cursor: pointer;
    color: #2468F2;
}

.more_text i {
    position: relative;
    top: 2px;
    font-size: 18px;
}

.whois_pre_cont {
    height: 285px;
    color: #666;
    overflow: hidden;
}

.whois_pre_cont pre {
    word-wrap: break-word;
    white-space: pre-wrap;
}