.rent2 li:first-child,
.rent2 li:last-child {
    cursor: pointer;
}

.cloud_server {
    display: none;
    background-color: #F5F7FA;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.cloud_server select:hover {
    cursor: pointer;
}

.cloud_server_text_bg {
    display: flex;
    justify-content: center;
    background-image: url(../popup_img/cloud_server_background.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.cloud_server_text {
    color: #fff;
    width: 95%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cloud_server_text div:last-child {
    display: none;
}

.cloud_server_text div:first-child em:hover {
    cursor: pointer;
}

.cloud_server_text div:first-child {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.cloud_server_text em {
    margin-left: 20px;
    font-size: 15px;
    font-weight: initial;
    color: #fff;
    padding: 5px 20px;
    background-color: rgb(255, 136, 0);
    border-radius: 5px;
    letter-spacing: 2px;
}

.cloud_server_text h1 {
    font-size: 30px;
    font-weight: normal;
}

.cloud_server_text p {
    font-size: 14px;
    font-weight: lighter;
}


/* 套餐 */

.buy_time_elect1,
.buy_time_elect2,
.buy_time_elect3,
.buy_time_elect4 {
    display: none;
}

.cloud_combo_bg {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.cloud_combo {
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.div_cloud_combo {
    width: 23%;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
    border: 1px solid rgba(229, 232, 237, .8);
}

.div_cloud_combo_head {
    margin-top: 10px;
    height: 70px;
    /* background-color: #fff; */
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.div_cloud_combo_head ul {
    width: 90%;
}

.div_cloud_combo_head h2 {
    font-size: 22px;
    font-weight: normal;
}

.div_cloud_combo_head h3 {
    font-size: 14px;
    margin-top: 5px;
    font-weight: lighter;
}

.div_cloud_combo_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div_cloud_combo_center ul {
    width: 90%;
    /* border: 1px solid red; */
    display: flex;
    margin: 8px 0;
}

.div_cloud_combo_center ul li:first-child {
    flex: .3;
    color: #666;
    font-weight: lighter;
    font-size: 14px;
}

.div_cloud_combo_center ul li:last-child {
    flex: .7;
    border-bottom: 1px solid rgba(150, 150, 150, .5);
    font-size: 14px;
}

.div_cloud_combo_bottom {
    display: flex;
    justify-content: center;
}

.buy_time_bg {
    width: 90%;
    display: flex;
    margin-top: 10px;
}

.buy_time_bg ul {
    flex: .3;
}

.buy_time {
    flex: .7;
    display: flex;
    justify-content: center;
}

#buy_time_select1 {
    width: 70%;
}

.discount1 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.discount1 ul {
    width: 90%;
}

.discount1 ul li {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    background-color: rgb(199, 0, 10);
    width: 40px;
    text-align: center;
    border-radius: 3px;
}

.cloud_price {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.cloud_price_font1 {
    width: 90%;
    color: rgb(199, 0, 10);
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.cloud_price_font1 em:nth-of-type(1) {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.cloud_price_font1 em:nth-of-type(2) {
    font-size: 30px;
    font-weight: bold;
}

.cloud_price_font1 em:nth-of-type(3) {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.cloud_price_font1 em:nth-of-type(4) {
    font-size: 14px;
    margin-left: 5px;
    color: #666;
    text-decoration: line-through;
}

.buy_now1 {
    margin-top: 10px;
    padding: 10px 0;
    background-color: rgba(245, 247, 250, 1);
}

.buy_now1:hover {
    cursor: pointer;
}

.buy_now1 h2 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: normal;
    color: rgb(199, 0, 10);
    text-align: center;
}

#buy_time_select2 {
    width: 70%;
}

.discount2 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.discount2 ul {
    width: 90%;
}

.discount2 ul li {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    background-color: rgb(199, 0, 10);
    width: 40px;
    text-align: center;
    border-radius: 3px;
}

.cloud_price_font2 {
    width: 90%;
    color: rgb(199, 0, 10);
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.cloud_price_font2 em:nth-of-type(1) {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.cloud_price_font2 em:nth-of-type(2) {
    font-size: 30px;
    font-weight: bold;
}

.cloud_price_font2 em:nth-of-type(3) {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.cloud_price_font2 em:nth-of-type(4) {
    font-size: 14px;
    margin-left: 5px;
    color: #666;
    text-decoration: line-through;
}

.buy_now2 {
    margin-top: 10px;
    padding: 10px 0;
    background-color: rgba(245, 247, 250, 1);
}

.buy_now2:hover {
    cursor: pointer;
}

.buy_now2 h2 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: normal;
    color: rgb(199, 0, 10);
    text-align: center;
}

#buy_time_select3 {
    width: 70%;
}

.discount3 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.discount3 ul {
    width: 90%;
}

.discount3 ul li {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    background-color: rgb(199, 0, 10);
    width: 40px;
    text-align: center;
    border-radius: 3px;
}

.cloud_price_font3 {
    width: 90%;
    color: rgb(199, 0, 10);
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.cloud_price_font3 em:nth-of-type(1) {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.cloud_price_font3 em:nth-of-type(2) {
    font-size: 30px;
    font-weight: bold;
}

.cloud_price_font3 em:nth-of-type(3) {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.cloud_price_font3 em:nth-of-type(4) {
    font-size: 14px;
    margin-left: 5px;
    color: #666;
    text-decoration: line-through;
}

.buy_now3 {
    margin-top: 10px;
    padding: 10px 0;
    background-color: rgba(245, 247, 250, 1);
}

.buy_now3:hover {
    cursor: pointer;
}

.buy_now3 h2 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: normal;
    color: rgb(199, 0, 10);
    text-align: center;
}

#buy_time_select4 {
    width: 70%;
}

.discount4 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.discount4 ul {
    width: 90%;
}

.discount4 ul li {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    background-color: rgb(199, 0, 10);
    width: 40px;
    text-align: center;
    border-radius: 3px;
}

.cloud_price_font4 {
    width: 90%;
    color: rgb(199, 0, 10);
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.cloud_price_font4 em:nth-of-type(1) {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.cloud_price_font4 em:nth-of-type(2) {
    font-size: 30px;
    font-weight: bold;
}

.cloud_price_font4 em:nth-of-type(3) {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.cloud_price_font4 em:nth-of-type(4) {
    font-size: 14px;
    margin-left: 5px;
    color: #666;
    text-decoration: line-through;
}

.buy_now4 {
    margin-top: 10px;
    padding: 10px 0;
    background-color: rgba(245, 247, 250, 1);
}

.buy_now4:hover {
    cursor: pointer;
}

.buy_now4 h2 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: normal;
    color: rgb(199, 0, 10);
    text-align: center;
}


/* 底部 */

.cloud_server_bottom_bg {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 30px;
}

.cloud_server_bottom {
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px 20px;
    width: 95%;
    box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
    border: 1px solid rgba(229, 232, 237, .8);
}

.cloud_server_bottom_style {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.cloud_server_bottom_style1 img {
    width: 40px;
}

.cloud_server_bottom_style2 {
    margin-left: 20px;
}

.cloud_server_bottom_style2 h3 {
    font-size: 16px;
}

.cloud_server_bottom_style2 p {
    font-size: 14px;
    color: #666;
}


/* 负载均衡 */

.load_leveling_text div:last-child {
    display: none;
}

.load_leveling {
    display: none;
    background-color: #F5F7FA;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.load_leveling_text_bg {
    display: flex;
    justify-content: center;
    background-image: url(../popup_img/server_banner.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.load_leveling_text {
    color: #fff;
    width: 95%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.load_leveling_text div:first-child em:hover {
    cursor: pointer;
}

.load_leveling_text div:first-child {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.load_leveling_text em {
    margin-left: 20px;
    font-size: 15px;
    font-weight: initial;
    color: #fff;
    padding: 5px 20px;
    background-color: rgb(255, 136, 0);
    border-radius: 5px;
    letter-spacing: 2px;
}

.load_leveling_text h1 {
    font-size: 30px;
    font-weight: normal;
}

.load_leveling_text p {
    font-size: 14px;
    font-weight: lighter;
}

.load_combo_bg {
    display: flex;
    justify-content: center;
    /* margin-top: 40px; */
    padding: 40px 0;
}

.load_combo {
    width: 95%;
    display: flex;
    justify-content: center;
}

.div_load_combo {
    margin: 0 100px;
    width: 25%;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
    border: 1px solid rgba(229, 232, 237, .8);
}

.div_load_combo_head {
    margin: 20px 0;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div_load_combo_head h2 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    width: 90%;
}

.div_load_combo_center {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div_load_combo_center>ul {
    margin: 20px 0;
}

.div_load_combo_center_one {
    width: 90%;
    display: flex;
    align-items: center;
}

.div_load_combo_center_one>li {
    flex: .3;
    font-size: 16px;
    /* text-align: center; */
}

.div_load_combo_link_bg {
    flex: .7;
    display: flex;
    justify-content: center;
}

.div_load_combo_link {
    width: 80%;
    position: relative;
}

.div_load_combo_link_one:hover {
    cursor: pointer;
}

.div_load_combo_link_one {
    padding: 2px 0;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 3px;
}

.div_load_combo_link_one1 {
    flex: .9;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div_load_combo_link_one2 {
    width: 0px;
    height: 0px;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.div_load_combo_link_two {
    width: 100%;
    color: #fff;
    background-color: rgb(40, 40, 40);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 27px;
    z-index: 1;
}

.div_load_combo_link_two li {
    padding: 3px 0;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div_load_combo_link_two li:hover {
    color: #000;
    background-color: rgba(255, 255, 255, .5);
}

.div_load_combo_center_two {
    margin-top: 10px;
    width: 90%;
    display: flex;
    align-items: center;
}

.div_load_combo_center_two>li {
    flex: .3;
    font-size: 16px;
}

.div_load_combo_band_bg {
    flex: .7;
    display: flex;
    justify-content: center;
    position: relative;
}

.div_load_combo_band_bg>em {
    position: absolute;
    color: rgb(199, 0, 10);
    font-size: 13px;
    top: 27px;
}

.div_load_combo_band {
    width: 80%;
    display: flex;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 2px 0;
}

.div_load_combo_input1 {
    flex: .8;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    font-size: 14px;
}

.div_load_combo_input2 {
    flex: .2;
    width: 100%;
    font-size: 16px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div_load_combo_center_three {
    margin-top: 10px;
    width: 90%;
    display: flex;
    align-items: center;
}

.div_load_combo_center_three>li {
    flex: .3;
    font-size: 16px;
}

.div_load_combo_shop_time_bg {
    flex: .7;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.div_load_combo_shop_time_one:hover {
    cursor: pointer;
}

.div_load_combo_shop_time_one {
    width: 80%;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 3px;
}

.div_load_combo_shop_time_one1 {
    flex: .9;
    padding: 2px 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div_load_combo_shop_time_one2 {
    width: 0px;
    height: 0px;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.div_load_combo_shop_time_two {
    width: 80%;
    color: #fff;
    background-color: rgb(40, 40, 40);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 27px;
    z-index: 1;
}

.div_load_combo_shop_time_two li {
    padding: 3px 0;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div_load_combo_shop_time_two li:hover {
    color: #000;
    background-color: rgba(255, 255, 255, .5);
}

.div_load_combo_center_four {
    margin-top: 10px;
    width: 90%;
    display: flex;
    align-items: center;
}

.div_load_combo_center_four>li {
    flex: .3;
    font-size: 16px;
}

.div_load_combo_price_bg {
    flex: .7;
    display: flex;
    justify-content: center;
}

.div_load_combo_price {
    width: 90%;
    color: rgb(199, 0, 10);
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.div_load_combo_price em:nth-of-type(1) {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.div_load_combo_price em:nth-of-type(2) {
    font-size: 30px;
    font-weight: bold;
}

.div_load_combo_price em:nth-of-type(3) {
    font-size: 14px;
    font-weight: bold;
}

.div_load_combo_bottom {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    background-color: rgba(245, 247, 250, 1);
}

.div_load_combo_bottom:hover {
    cursor: pointer;
}

.div_load_combo_bottom h2 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: normal;
    color: rgb(199, 0, 10);
    text-align: center;
}


/* 联通 */

.div_load_combo_link_one_lt:hover {
    cursor: pointer;
}

.div_load_combo_link_one_lt {
    padding: 2px 0;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 3px;
}

.div_load_combo_link_one1_lt {
    flex: .9;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div_load_combo_link_two_lt {
    width: 100%;
    color: #fff;
    background-color: rgb(40, 40, 40);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 27px;
    z-index: 1;
}

.div_load_combo_link_two_lt li {
    padding: 3px 0;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div_load_combo_link_two_lt li:hover {
    color: #000;
    background-color: rgba(255, 255, 255, .5);
}

.div_load_combo_input1_lt {
    flex: .8;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    font-size: 14px;
}

.div_load_combo_shop_time_one_lt:hover {
    cursor: pointer;
}

.div_load_combo_shop_time_one_lt {
    width: 80%;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 3px;
}

.div_load_combo_shop_time_one1_lt {
    flex: .9;
    padding: 2px 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div_load_combo_shop_time_two_lt {
    width: 80%;
    color: #fff;
    background-color: rgb(40, 40, 40);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 27px;
    z-index: 1;
}

.div_load_combo_shop_time_two_lt li {
    padding: 3px 0;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div_load_combo_shop_time_two_lt li:hover {
    color: #000;
    background-color: rgba(255, 255, 255, .5);
}

.div_load_combo_price_lt {
    width: 90%;
    color: rgb(199, 0, 10);
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.div_load_combo_price_lt em:nth-of-type(1) {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.div_load_combo_price_lt em:nth-of-type(2) {
    font-size: 30px;
    font-weight: bold;
}

.div_load_combo_price_lt em:nth-of-type(3) {
    font-size: 14px;
    font-weight: bold;
}

.div_load_combo_bottom_lt {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    background-color: rgba(245, 247, 250, 1);
}

.div_load_combo_bottom_lt:hover {
    cursor: pointer;
}

.div_load_combo_bottom_lt h2 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: normal;
    color: rgb(199, 0, 10);
    text-align: center;
}


/* 负载均衡底部 */

.load_combo_bottom_bg {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.load_combo_bottom {
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px 20px;
    width: 95%;
    box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
    border: 1px solid rgba(229, 232, 237, .8);
}

.load_combo_bottom_style {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.load_combo_bottom_style1 img {
    width: 40px;
}

.load_combo_bottom_style2 {
    margin-left: 20px;
}

.load_combo_bottom_style2 h3 {
    font-size: 16px;
}

.load_combo_bottom_style2 p {
    font-size: 14px;
    color: #666;
}


/* 虚拟主机 */

.virtual_host_text div:last-child {
    display: none;
}

.virtual_host {
    display: none;
    background-color: #F5F7FA;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.virtual_host_text_bg {
    display: flex;
    justify-content: center;
    background-image: url(../popup_img/server_banner1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.virtual_host_text {
    color: #fff;
    width: 95%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.virtual_host_text div:first-child em:hover {
    cursor: pointer;
}

.virtual_host_text div:first-child {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.virtual_host_text em {
    margin-left: 20px;
    font-size: 15px;
    font-weight: initial;
    color: #fff;
    padding: 5px 20px;
    background-color: rgb(255, 136, 0);
    border-radius: 5px;
    letter-spacing: 2px;
}

.virtual_host_text h1 {
    font-size: 30px;
    font-weight: normal;
}

.virtual_host_text p {
    font-size: 14px;
    font-weight: lighter;
}

.host_package_bg {
    background-color: rgb(245, 247, 250);
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.host_package {
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.host_package_combo {
    width: 18%;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
    border: 1px solid rgba(229, 232, 237, .8);
}

.host_package_combo_head {
    margin-top: 10px;
    height: 70px;
    display: flex;
    justify-content: center;
}

.host_package_combo_head>ul {
    width: 90%;
}

.host_package_combo_head>ul h2 {
    font-size: 22px;
    font-weight: normal;
}

.host_package_combo_head>ul h3 {
    font-size: 14px;
    margin-top: 5px;
    font-weight: lighter;
}

.host_package_combo_center {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.host_package_combo_center ul {
    width: 90%;
    /* border: 1px solid red; */
    display: flex;
    margin: 8px 0;
}

.host_package_combo_center ul li:first-child {
    flex: .4;
    color: #666;
    font-weight: lighter;
    font-size: 14px;
}

.host_package_combo_center ul li:last-child {
    flex: .6;
    border-bottom: 1px solid rgba(150, 150, 150, .5);
    font-size: 14px;
}

.host_package_combo_center ul:last-child {
    align-items: flex-end;
}

.host_package_combo_center ul:last-child li:last-child {
    border: none;
}

.host_package_combo_center ul:last-child li:last-child em:nth-of-type(1) {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    color: rgb(199, 0, 10);
}

.host_package_combo_center ul:last-child li:last-child em:nth-of-type(2) {
    font-size: 30px;
    font-weight: bold;
    color: rgb(199, 0, 10);
}

.host_package_combo_center ul:last-child li:last-child em:nth-of-type(3) {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.host_package_combo_bottom {
    /* margin-top: 10px; */
    padding: 10px 0;
    background-color: rgba(245, 247, 250, 1);
}

.host_package_combo_bottom:hover {
    cursor: pointer;
}

.host_package_combo_bottom h2 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: normal;
    color: rgb(199, 0, 10);
    text-align: center;
}


/* 应用支持 */

.application_bg {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.application {
    width: 95%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
    border: 1px solid rgba(229, 232, 237, .8);
}

.application:first-child {
    border-bottom: none;
}

.application:last-child {
    border-top: none;
}

.application_text {
    width: 30%;
}

.application_text_one {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.application_text_one>img {
    margin-top: 20px;
    padding: 20px 0;
}

.application_text_one>h3 {
    font-size: 20px;
}

.application_text_two {
    margin-top: 20px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.application_text_two>p:first-child {
    width: 90%;
    text-align: center;
}

.application_text_two span {
    display: flex;
    margin: 20px 0
}

.application_text_two span p:last-child {
    color: #0073c0;
}


/* 底部 */

.host_package_bottom_bg {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 40px;
}

.host_package_bottom {
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px 20px;
    width: 95%;
    box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
    border: 1px solid rgba(229, 232, 237, .8);
}

.host_package_bottom_style {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.host_package_bottom_style1 img {
    width: 40px;
}

.host_package_bottom_style2 {
    margin-left: 20px;
}

.host_package_bottom_style2 h3 {
    font-size: 16px;
}

.host_package_bottom_style2 p {
    font-size: 14px;
    color: #666;
}


/* 云数据库 */

.cloud_database_text div:last-child {
    display: none;
}

.cloud_database {
    display: none;
    background-color: #F5F7FA;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.cloud_database_text_bg {
    display: flex;
    justify-content: center;
    background-image: url(../popup_img/server_banner2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.cloud_database_text {
    color: #fff;
    width: 95%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cloud_database_text div:first-child em:hover {
    cursor: pointer;
}

.cloud_database_text div:first-child {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.cloud_database_text em {
    margin-left: 20px;
    font-size: 15px;
    font-weight: initial;
    color: #fff;
    padding: 5px 20px;
    background-color: rgb(255, 136, 0);
    border-radius: 5px;
    letter-spacing: 2px;
}

.cloud_database_text h1 {
    font-size: 30px;
    font-weight: normal;
}

.cloud_database_text p {
    font-size: 14px;
    font-weight: lighter;
}

.cloud_database_mysql_bg {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

.cloud_database_mysql {
    width: 95%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
    border: 1px solid rgba(229, 232, 237, .8);
    padding-bottom: 30px;
}

.cloud_database_mysql img {
    padding: 23px 0;
}

.cloud_database_mysql p {
    width: 90%;
    text-indent: 2em;
    line-height: 35px;
    font-size: 18px;
}


/* 云数据库优势 */

.cloud_database_advantage_bg {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.cloud_database_advantage {
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.cloud_database_advantage_text {
    width: 18%;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
    border: 1px solid rgba(229, 232, 237, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cloud_database_advantage_text img {
    margin: 30px 0;
}

.cloud_database_advantage_text h3 {
    font-size: 20px;
}

.cloud_database_advantage_text p {
    width: 90%;
    padding: 30px 0;
    color: #666;
}


/* 裸金属租用 */

.bare_metal_text div:last-child {
    display: none;
}

.bare_metal {
    display: none;
    /* background-color: #F5F7FA; */
    background-color: #fff;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.bare_metal_text_bg {
    display: flex;
    justify-content: center;
    background-image: url(../popup_img/server_banner3.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bare_metal_text {
    color: #fff;
    width: 95%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bare_metal_text div:first-child em:hover {
    cursor: pointer;
}

.bare_metal_text div:first-child {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.bare_metal_text em {
    margin-left: 20px;
    font-size: 15px;
    font-weight: initial;
    color: #fff;
    padding: 5px 20px;
    background-color: rgb(255, 136, 0);
    border-radius: 5px;
    letter-spacing: 2px;
}

.bare_metal_text h1 {
    font-size: 30px;
    font-weight: normal;
}

.bare_metal_text p {
    font-size: 14px;
    font-weight: lighter;
}


/* 裸金属表格 */

.bare_metal_host_bg {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.bare_metal_host {
    /* background-color: #fff; */
    width: 100%;
    /* box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
border: 1px solid rgba(229, 232, 237, .8); */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 30px 0; */
}

.bare_metal_table {
    width: 80%;
}

.bare_metal_table tr {
    height: 79px;
}

.bare_metal_table tr:first-child {
    height: 52px;
    border: 1px solid #eaeaea;
}

.bare_metal_table tr:first-child td {
    text-align: center;
}

.bare_metal_table tr:nth-of-type(2) td:first-child,
.bare_metal_table tr:nth-of-type(3) td:first-child,
.bare_metal_table tr:nth-of-type(4) td:first-child,
.bare_metal_table tr:nth-of-type(5) td:first-child,
.bare_metal_table tr:nth-of-type(6) td:first-child,
.bare_metal_table tr:nth-of-type(7) td:first-child {
    width: 139px;
    text-align: center;
    background: #f8f8f8;
    font-size: 16px;
}

.bare_metal_table tr:nth-of-type(2) td:nth-of-type(2) p,
.bare_metal_table tr:nth-of-type(3) td:nth-of-type(2) p,
.bare_metal_table tr:nth-of-type(4) td:nth-of-type(2) p,
.bare_metal_table tr:nth-of-type(5) td:nth-of-type(2) p,
.bare_metal_table tr:nth-of-type(6) td:nth-of-type(2) p,
.bare_metal_table tr:nth-of-type(7) td:nth-of-type(2) p,
.bare_metal_table tr:nth-of-type(2) td:nth-of-type(3) p,
.bare_metal_table tr:nth-of-type(3) td:nth-of-type(3) p,
.bare_metal_table tr:nth-of-type(4) td:nth-of-type(3) p,
.bare_metal_table tr:nth-of-type(5) td:nth-of-type(3) p,
.bare_metal_table tr:nth-of-type(6) td:nth-of-type(3) p,
.bare_metal_table tr:nth-of-type(7) td:nth-of-type(3) p {
    margin-left: 20px;
}

.bare_metal_table td {
    border: 1px solid #eaeaea;
}

.bare_metal_table p {
    font-size: 14px;
    padding: 2px 0;
}

.bare_metal_table tr:first-child td:first-child {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.bare_metal_table tr:first-child td:last-child {
    font-size: 16px;
    color: #969999;
    font-weight: bold;
}

.bare_metal_table tr td:nth-of-type(3) p {
    color: #969999;
}


/* 底部 */

.bare_metal_bottom_bg {
    display: flex;
    justify-content: center;
    /* margin-top: 40px; */
    /* padding-bottom: 40px; */
    background-color: #f8f8f8;
}

.bare_metal_bottom {
    box-sizing: border-box;
    /* padding: 10px 20px; */
    width: 95%;
    /* box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
border: 1px solid rgba(229, 232, 237, .8); */
}

.bare_metal_bottom_style {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.bare_metal_bottom_style1 img {
    width: 40px;
}

.bare_metal_bottom_style2 {
    margin-left: 20px;
}

.bare_metal_bottom_style2 h3 {
    font-size: 16px;
}

.bare_metal_bottom_style2 p {
    font-size: 14px;
    color: #666;
}


/* 域名备案 */

.customer2_1 {
    color: #fff;
}

.customer2_1:hover {
    cursor: pointer;
}

.filing_head div:last-child {
    display: none;
}

.filing {
    display: none;
    background-color: #fafafa;
    font-family: "Microsoft YaHei", "Open Sans", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.filing_head_bg {
    display: flex;
    justify-content: center;
    background-image: url(../popup_img/server_banner4.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.filing_head {
    color: #fff;
    width: 95%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.filing_head div:first-child em:hover {
    cursor: pointer;
}

.filing_head div:first-child {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.filing_head em:nth-of-type(1) {
    margin-left: 20px;
    font-size: 15px;
    font-weight: initial;
    color: #fff;
    padding: 5px 20px;
    background-color: rgb(255, 136, 0);
    border-radius: 5px;
    letter-spacing: 2px;
}

.filing_head em:nth-of-type(2) {
    margin-left: 20px;
    font-size: 15px;
    font-weight: initial;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    letter-spacing: 2px;
}

.filing_head em:nth-of-type(2):hover {
    color: rgb(255, 136, 0);
    border: 1px solid rgb(255, 136, 0);
}

.filing_head h1 {
    font-size: 30px;
    font-weight: normal;
}

.filing_head p {
    font-size: 14px;
    font-weight: lighter;
}


/* 主体 */

.filing_subject_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.filing_subject {
    width: 95%;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
    border: 1px solid rgba(229, 232, 237, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.filing_subject_text {
    width: 95%;
}

.filing_subject_text h3 {
    font-size: 22px;
    /* text-align: center; */
}

.filing_subject_text p {
    /* font-size: 18px; */
    font-weight: 300;
    text-indent: 2em;
    line-height: 30px;
}

.filing_subject_text p:nth-of-type(1) {
    margin-top: 10px;
}

.filing_subject_text h4 {
    font-size: 18px;
    margin-top: 10px;
}


/* 主体2 */

.filing_flow_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.filing_flow_title div:first-child {
    width: 95%;
    padding-left: 5%;
}

.filing_flow_title div:first-child h3 {
    font-size: 22px;
}

.filing_flow_bg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filing_flow_text {
    width: 90%;
    display: flex;
    justify-content: center;
}

.filing_flow {
    width: 95%;
    border-left: 1px solid #dce0e0;
    display: flex;
}

.filing_flow_one {
    display: flex;
    align-items: center;
    position: relative;
    left: -23px;
    margin-bottom: 20px;
}

.filing_flow_one2 {
    margin-left: 15px;
}

.filing_flow_one2>li {
    font-size: 16px;
    color: #323333;
}

.filing_flow_one2>div li {
    font-size: 14px;
    color: #646666;
}

.filing_flow_one2>div {
    display: flex;
}

.filing_flow_one2>div li:nth-of-type(2),
.filing_flow_one2>div li:nth-of-type(3) {
    margin-left: 10px;
    color: #0073c0;
    white-space: nowrap;
}

.filing_flow_one2>div li:nth-of-type(2):hover,
.filing_flow_one2>div li:nth-of-type(3):hover {
    cursor: pointer;
}

.filing_flow_two_bg {
    width: 750px;
    display: flex;
    flex-direction: column-reverse;
    background-image: url(../popup_img/beian.png);
    background-repeat: no-repeat;
    background-size: 224px 150px;
    align-items: center;
    background-position: center;
}

.filing_flow_two_bg div {
    display: flex;
    padding-bottom: 20px;
}

.filing_flow_two_bg a {
    margin: 0 20px;
    width: 148px;
    height: 40px;
    background: #0073c0;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}


/* 备案注意事项 */

.filing_notice_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.filing_notice_title>div {
    width: 95%;
    padding-left: 5%;
}

.filing_notice_title>div h3 {
    font-size: 22px;
}

.filing_notice_bg {
    display: flex;
    justify-content: center;
}

.filing_notice {
    width: 85%;
}

.filing_notice_require div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filing_notice_require h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.filing_notice_require div ul {
    list-style-type: disc;
    width: 90%;
    font-size: 16px;
    font-weight: 300;
}

.filing_notice_require div ul li {
    padding: 3px 0;
}

.filing_notice_table_bg {
    margin-top: 10px;
    padding-bottom: 20px;
    width: 80%;
}

.filing_notice_table td {
    border: 1px solid rgb(223, 223, 223);
}

.filing_notice_table {
    border-collapse: collapse;
    font-size: 15px;
}

.filing_notice_table tr td {
    padding: 10px;
}

.filing_notice_table tr td:first-child {
    width: 10%;
    text-align: center;
}

.filing_notice_table tr td:last-child {
    width: 90%;
}

.filing_notice_table tr:first-child td:first-child,
.filing_notice_table tr:first-child td:last-child {
    font-weight: normal;
    background-color: rgb(242, 242, 242);
    font-size: 16px;
}


/* 产品优势 */

.filing_notice_bottom_bg {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    /* padding-bottom: 30px; */
    /* background-color: #f8f8f8; */
}

.filing_notice_bottom {
    box-sizing: border-box;
    padding: 10px 20px;
    width: 95%;
    box-shadow: 0 3px 5px rgba(3, 27, 78, .1);
    border: 1px solid rgba(229, 232, 237, .8);
}

.filing_notice_bottom_style {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.filing_notice_bottom_style1 img {
    width: 40px;
}

.filing_notice_bottom_style2 {
    margin-left: 20px;
}

.filing_notice_bottom_style2 h3 {
    font-size: 16px;
}

.filing_notice_bottom_style2 p {
    font-size: 14px;
    color: #666;
}


/* 联系我们 */

.contact_us {
    display: none;
}

.contact_us_title {
    background-image: url(../popup_img/1492670704548052.jpg);
    background-repeat: no-repeat;
    height: 250px;
}

.contact_us_title ul {
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact_us_title ul li {
    padding: 5px 0;
}

.contact_us_title ul li:first-child {
    font-size: 40px;
    letter-spacing: 6px;
}

.contact_us_title ul li:last-child {
    font-size: 30px;
    letter-spacing: 5px;
}

.contact_us_body_bg {
    display: flex;
    justify-content: center;
}

.contact_us_body {
    width: 80%;
    height: 480px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.contact_us_body_text {
    width: 650px;
    /* border: 1px solid red; */
}

.contact_us_body_text ul li:first-child {
    font-size: 25px;
}

.contact_us_body_text ul li {
    padding: 10px 0;
}


/* 关于我们 */

.aboutus {
    display: none;
}

.aboutus_title {
    background-image: url(../popup_img/1492670704548052.jpg);
    background-repeat: no-repeat;
    height: 250px;
}

.aboutus_title ul {
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aboutus_title ul li {
    padding: 5px 0;
}

.aboutus_title ul li:first-child {
    font-size: 40px;
    letter-spacing: 6px;
}

.aboutus_title ul li:last-child {
    font-size: 30px;
    letter-spacing: 5px;
}


/* 公司简介 */

.aboutus_body1_bg {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.aboutus_body1 {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutus_body1 ul {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    font-size: 28px;
    font-weight: bold;
}

.aboutus_body1 ul li:first-child {
    color: rgb(255, 136, 0);
}

.aboutus_body1 ul li:last-child {
    color: #000;
}

.aboutus_intro {
    margin-top: 10px;
    width: 90%;
}

.aboutus_intro p {
    font-size: 18px;
    color: #555;
    text-indent: 2em;
    margin-bottom: 10px;
    line-height: 30px;
}

.aboutus_body2_bg {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.aboutus_body2 {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutus_body2 ul {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    font-size: 28px;
    font-weight: bold;
}

.aboutus_body2 ul li:first-child {
    color: rgb(255, 136, 0);
}

.aboutus_body2 ul li:last-child {
    color: #000;
}

.aboutus_body3_bg {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.aboutus_body3 {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutus_body3 ul {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    font-size: 28px;
    font-weight: bold;
}

.aboutus_body3 ul li:first-child {
    color: rgb(255, 136, 0);
}

.aboutus_body3 ul li:last-child {
    color: #000;
}

.aboutus_body3_img {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.aboutus_body3_img div {
    margin: 0 20px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(196, 194, 194, .5);
}

.aboutus_body3_img img {
    width: 400px;
}


/* 时间轴 */

.about2 {
    cursor: default;
}

.wrapper {
    box-sizing: border-box;
    width: 90%;
    margin: auto;
    max-width: 1200px
}

.clearfix-time {
    display: block;
    zoom: 1
}

.clearfix-time:after {
    content: '\20';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.f30 {
    font-size: 30px
}

.f14 {
    font-size: 14px
}

.about2 {
    padding-bottom: 80px;
    margin-top: 30px;
}

.about2 ul {
    background: url(../popup_img/sy51.png) repeat-y center
}

.about2 li:before {
    background: url(../popup_img/sy50.png) no-repeat center center;
    left: -68px;
    top: 12px;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px
}

.about2 li h4:hover {
    color: #f8f8f8;
    transition: all 1s;
    transform: translateY(-15px)
}

.about2 li h4 {
    position: relative;
    display: block;
    text-decoration: none;
    font-family: lato;
    color: #ecf0f1;
    text-transform: uppercase;
    padding: 4px 0;
    transition: .5s
}

.about2 li h4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background: #3498db;
    transition: transform .5s;
    transform: scaleX(0);
    transform-origin: right
}

.about2 li h4:hover {
    /* color: #95a5a6 */
    color: rgb(255, 136, 0);
}

.about2 li h4:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

.about2 li:nth-child(2n):before {
    background: url(../popup_img/sy50.png) no-repeat center center;
    right: -69px;
    top: 12px;
    left: auto;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px
}

.about2 li h4 {
    color: #333;
    transition: all 1s
}

.about2 li p {
    color: #666;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.about2 li:nth-child(1) {
    margin-top: 0
}

.about2 li {
    float: right;
    width: 45%;
    text-align: left;
    position: relative;
    margin-top: 100px
}

.about2 li:nth-child(2n) {
    float: left;
    text-align: right;
    margin-top: 90px
}

.span {
    display: inline-block;
    color: rgb(0, 161, 233);
    font-size: 20px;
}


/* 服务协议 */

.service_contracta {
    display: none;
}

.service_contracta_title {
    background-image: url(../popup_img/1492670704548052.jpg);
    background-repeat: no-repeat;
    height: 250px;
}

.service_contracta_title ul {
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service_contracta_title ul li {
    padding: 5px 0;
}

.service_contracta_title ul li:first-child {
    font-size: 40px;
    letter-spacing: 6px;
}

.service_contracta_title ul li:last-child {
    font-size: 30px;
    letter-spacing: 5px;
}

.service_contracta_text_bg {
    display: flex;
    justify-content: center;
    padding: 5px 0 40px 0;
}

.service_contracta_text {
    width: 90%;
}