body, html {
    background: #f7f8fa;
}

.cdn_banner {
    width: 100%;
    height: 360px;
    background: url("../img/dns/banner.jpg") no-repeat center #dee7fc;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.cdn_banner .tit {
    padding-top: 80px;
    font-size: 38px;
    font-weight: 400;
    color: #272a31;
    line-height: 38px;
}

.cdn_banner p {
    margin-top: 19px;
    width: 600px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(39, 42, 49, .6);
    line-height: 24px;
}

.cdn_banner .tag {
    margin-top: 54px;
}

.cdn_banner .tag a {
    font-size: 14px;
    color: #007bfc;
    margin-right: 20px;
    transition: all .3s;
}

.cdn_banner .tag .btn {
    display: inline-block;
    width: 138px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background-color: #007BFC;
    color: #fff;
    border: 1px solid #007BFC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cdn_banner .tag .btn:hover {
    opacity: .9;
}

.ipv6_title {
    padding: 70px 0 42px;
    text-align: center;
}

.ipv6_title .tit {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
}

.ipv6_title p {
    margin-top: 14px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.dns_main .section {
    padding-bottom: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dns_section1 {
    background-color: #fff;
}

.dns_section1 table {
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    overflow: hidden;
}

.dns_section1 th {
    padding-left: 47px;
    height: 52px;
    background: #F7F8FA;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
}

.dns_section1 td {
    padding-left: 47px;
    height: 80px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.red {
    color: #F23C3C;
}


.green {
    color: #2EA46B;
}

.dns_section2 {
    background-color: #F7F8FA;
}

.dns_section2 li {
    position: relative;
    margin-left: 18px;
    float: left;
    width: 286px;
    background: #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    transition: all .3s;
}

.dns_section2 li .rx {
    position: absolute;
    right: -7px;
    top: -7px;
    display: block;
    width: 78px;
    height: 78px;
    background: url("../img/dns/rx.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.dns_section2 li:first-child {
    margin-left: 0;
}

.dns_section2 .top {
    padding: 30px 20px;
    display: block;
    height: 90px;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
    background: url("../img/dns/top_1.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dns_section2 .top2 {
    background-image: url("../img/dns/top_2.png");
}

.dns_section2 .top3 {
    background-image: url("../img/dns/top_3.png");
}

.dns_section2 .top4 {
    color: #F2C2A2;
    background-image: url("../img/dns/top_4.png");
}

.dns_section2 .top span {
    position: relative;
    margin-left: 6px;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    color: #FF4730;
    line-height: 20px;
    border: 1px solid #FF4730;
    border-radius: 5px;
}

.dns_section2 .top i {
    position: absolute;
    left: -7px;
    bottom: 2px;
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-right: 7px solid #FF4730;
    border-bottom: 6px solid transparent;
}

.dns_section2 .top i:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 1px;
    border-top: 5px solid transparent;
    border-right: 6px solid #46484b;
    border-bottom: 5px solid transparent;
}


.dns_section2 .content {
    padding: 20px 20px 30px;
}

.dns_section2 .main {
    height: 174px;
    border-bottom: 1px solid #eee;
}

.dns_section2 .main p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.dns_section2 .item {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.dns_section2 .item span {
    color: #333;
}

.dns_section2 .bot {
    padding-top: 20px;
}

.dns_section2 .jg {
    font-size: 14px;
    color: #FA752B;
    line-height: 20px;
}

.dns_section2 .jg b {
    font-size: 26px;
}

.dns_section2 .year {
    float: right;
    color: #666;
}

.dns_section2 li .btn {
    display: block;
    margin-top: 20px;
    width: 246px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
    font-size: 14px;
    color: #007AFF;
    border: 1px solid #007AFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.dns_section2 li:hover .btn {
    background-color: #007AFF;
    color: #fff;
}

.dns_section2 li:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.13);
}

.dns_section3 {
    background-color: #fff;
}

.dns_section3 li {
    margin-bottom: 18px;
    float: left;
    padding: 24px 10px;
    width: 586px;
    height: 124px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.dns_section3 li:hover {
    transform: translateY(-5px);
}

.dns_section3 li:nth-child(odd) {
    margin-right: 28px;
}

.dns_section3 li .icon {
    margin-right: 16px;
    float: left;
    width: 38px;
    height: 38px;
    background: url("../img/dns/cpys_icon.png") no-repeat;
    -webkit-background-size: auto 38px;
    background-size: auto 38px;
}

.dns_section3 li .icon3 {
    background-position: 0 0;
}

.dns_section3 li .icon4 {
    background-position: -38px 0;
}

.dns_section3 li .icon1 {
    background-position: -76px 0;
}

.dns_section3 li .icon2 {
    background-position: -114px 0;
}

.dns_section3 li .right {
    width: 512px;
}

.dns_section3 li .title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
}

.dns_section3 li:hover .title {
    color: #007AFB;
}


.dns_section3 li .right p {
    margin-top: 14px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.dns_section3 .map {
    display: block;
    width: 100%;
}

.qy-ssl_qs {
    background: #F7F8FA;
}

.cdn_buy {
    margin: 40px auto 80px;
}

.buy_left {
    padding: 16px 32px;
    width: 922px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buy_right {
    padding: 7px 14px 0;
    width: 258px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.buy_right .title {
    padding: 13px 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    border-bottom: 1px solid #dedede;
}


.buy_right .content {
    padding: 16px 0 2px;
    border-bottom: 1px dashed #dedede;
}

.buy_right .item {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 17px;
}

.buy_right .name {
    float: left;
    width: 86px;
    color: #424242;
    text-align: right;
}

.buy_right .right {
    float: left;
    margin-left: 8px;
    color: #5d5d5d;
}

.buy_right .price {
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #3a3a3a;
    line-height: 17px;
    border-bottom: 1px dashed #dedede;
}

.buy_right .jg {
    margin-top: 9px;
    font-size: 30px;
    /*font-family: DINProM;*/
    font-weight: 500;
    color: #fd7d0a;
    line-height: 30px;
}

.buy_right .bot {
    padding: 20px 0;
}

.buy_right .item1 {
    margin-bottom: 12px;
}

.buy_right .name1 {
    float: left;
    width: 62px;
    font-size: 12px;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 28px;
}

#jhjg {
    display: none;
}

.buy_right .right1 {
    float: left;
}

.jh_jg {
    font-size: 20px;
    font-weight: 500;
    color: #fd7d0a;
    line-height: 28px;
}

.buy_right select {
    width: 162px;
    height: 30px;
    background: #fff;
    border: 1px solid #d3d3d3;
}

.buy_right label {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 17px;
}

.buy_right label input {
    margin-right: 2px;
    vertical-align: -2px;
    border: 1px solid #d3d3d3;
}

.buy_right label a {
    color: #0090ff;
}

.buy_right button {
    display: block;
    margin-top: 22px;
    width: 100%;
    height: 36px;
    font-size: 14px;
    color: #fff;
    background: #007aff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
}

.buy_right button:hover {
    opacity: .9;
}

.buy_left .title {
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    border-bottom: 1px dashed #dedede;
}


.buy_left .main {
    padding: 30px 0 10px;
}

.buy_left .item {
    margin-bottom: 18px;
}

.buy_left .name {
    float: left;
    width: 60px;
    font-size: 14px;
    color: #333;
    line-height: 36px;
}

.buy_left .right {
    float: left;
    width: 730px;
    font-size: 14px;
    color: #666;
    line-height: 20px
}

.buy_left .right p {
    line-height: 36px;
}

.choose_type {
    display: inline-block;
    height: 36px;
    border-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.choose_type li {
    cursor: pointer;
    float: left;
    text-align: center;
    min-width: 152px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #eee;
    background: #fff;
    margin: 0px 0 -1px -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.choose_type li.on {
    border: 1px solid #007BFC;
    color: #007BFC;
    position: relative;
    z-index: 1;
}

.choose_type li:hover {
    color: #007BFC;
}


.choose_num {
    border: 1px solid #D9D9D9;
    display: inline-block;
}

.choose_num span {
    display: block;
    float: left;
    width: 40px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ccc;
    font-size: 22px;
    cursor: pointer;
    background-color: #F1F1F1;
}

.choose_num input {
    background-color: #fff;
    display: block;
    line-height: 32px;
    text-align: center;
    width: 84px;
    padding: 0 5px;
    float: left;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.buy_left select {
    width: 162px;
    height: 36px;
    background: #fff;
    border: 1px solid #d3d3d3;
}

.guig span {
    color: #333;
}

.guig {
    display: none;
    padding-top: 8px;
    color: #999;
}

.ms_dns{
    padding-top: 8px;
    color: #999;
}

.guig.show {
    display: block;
}




