@charset "utf-8";
/*公共样式*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-size: 14px;
    background: #fff;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #444;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
i, em {
    font-style: normal;
}
a,
a:visited {
    text-decoration: none;
    color: #444;
}
a:hover {
    color: #00a3f2;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
/*header*/
.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 65px;
    background: rgba(0,0,0,.2);
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}
.header.on {
    background: rgba(0,0,0,.7);
}
.head-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.logo {
    display: block;
}
.logo img {
    display: block;
    height: 29px;
}
.top-menu {
    /*float: left;*/
    /*margin-left: 200px;*/
    display: flex;
}
.top-menu > li {
    /*float: left;*/
    margin: 0 5px;
    position: relative;
}
.top-menu > li:hover > a,
.top-menu > li.on > a {
    border-bottom: 2px solid #f6932d;
    transition: border-bottom-color .2s;
}
.top-menu > li > a {
    display: block;
    padding: 0 15px;
    line-height: 61px;
    color: #fff;
}
.submenu {
    position: absolute;
    left: 0;
    top: 66px;
    width: 150px;
    background-color: #fff;
    padding: 15px;
    border-radius: 2px;
    display: none;
    transition: none .2s;
}
.submenu a {
    display: block;
    line-height: 32px;
    padding: 0 10px;
}
.submenu a:hover {
    background-color: #f6f6f6;
}
.top-r {
    float: right;
    /*padding-top: 20px;*/
}
.top-r a {
    display: block;
    float: left;
    line-height: 26px;
    color: #fff;
    margin-left: 20px;
}
.top-cart {
    position: relative;
    padding: 0 15px 0 28px;
    background: url("../images/rj/cart.png") left center no-repeat;
}
.top-cart i {
    position: absolute;
    top: -3px;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    background-color: #00a3f2;
    border-radius: 50%;
}
.top-zc {
    line-height: 24px;
    padding: 0 12px;
    border: 1px solid #00a3f2;
    border-radius: 2px;
}
.top-zc:hover {
    background-color: #00a3f2;
}
/*banner*/
.banner {
    height: 600px;
    position: relative;
}
.banner img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
    position: absolute;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    top: 50%;
    z-index: 99;
}
.banner .swiper-button-prev {
    background: url("../images/rj/banner-left.png") no-repeat left top;
    left: 10px;
}
.banner .swiper-button-next {
    background: url("../images/rj/banner-right.png") no-repeat left bottom;
    right: 10px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
    z-index: 99;
}
.swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    opacity: .3;
    filter: alpha(opacity=30);
}
.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.ym-line {
    height: 144px;
    background-color: #143374;
}
.ym-l {
    float: left;
    width: 215px;
    height: 100px;
    background-color: #061649;
    color: #fff;
    text-align: center;
    padding-top: 44px;
    font-size: 18px;
}
.ym-l img {
    display: inline-block;
    height: 30px;
}
.ym-r {
    margin-left: 215px;
    padding: 30px 0 0 50px;
}
.ym-sch {
    position: relative;
    width: 935px;
    height: 52px;
}
.ym-input {
    float: left;
    width: 600px;
    background-color: #fff;
    height: 52px;
    padding: 19px;
}
.ym-sel {
    float: left;
    width: 159px;
    height: 52px;
    border-left: 1px solid #e6e6e6;
    background: url("../images/rj/sel-down.png") #fff 90% center no-repeat;
    cursor: pointer;
}
.ym-sel span {
    display: block;
    padding: 14px 0 14px 10px;
    font-size: 22px;
}
.ym-subsel {
    position: absolute;
    top: 52px;
    left: 0;
    right: 175px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px;
    z-index: 9;
    display: none;
    transition: none .2s;
}
.ym-subsel li {
    float: left;
    width: 60px;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
    cursor: pointer;
}
.ym-subsel li.on,
.ym-subsel li:hover {
    background-color: #00a3f2;
    color: #fff;
}
.ym-btn {
    float: left;
    width: 175px;
    line-height: 52px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #00a3f2;
    cursor: pointer;
}
.ym-bt {
    padding-top: 20px;
    font-size: 12px;
}
.ym-price {
    float: left;
    margin-top: 5px;
    border-right: 1px solid #324e88;
}
.ym-price li {
    float: left;
    line-height: 13px;
    border-left: 1px solid #324e88;
}
.ym-price a {
    display: block;
    padding: 0 20px;
    color: #fff;
}
.ym-price a i {
    color: #f90;
    padding-left: 5px;
}
.ym-link {
    float: right;
    overflow: hidden;
}
.ym-link a {
    float: left;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-left: 12px;
    background-color: #1e3d80;
}
.index-item {
    padding: 60px 0;
}
.index-tt {
    text-align: center;
    margin-bottom: 40px;
}
.index-tt h2,
.index-tt i {
    display: inline-block;
    vertical-align: middle;
}
.index-tt h2 {
    font-size: 24px;
    padding: 0 10px;
}
.index-tt i {
    width: 70px;
    height: 2px;
    background-color: #00a3f2;
}
.index-tt p {
    display: block;
    color: #888;
    margin-top: 10px;
}
.index-pro {
    height: 530px;
}
.index-pro li {
    float: left;
    width: 375px;
    height: 495px;
    border: 1px solid #eaeaea;
    margin: 0 7px;
}
.index-pro .top {
    background-color: #f6f6f6;
    padding: 20px 60px 15px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}
.index-pro .top h3 {
    font-size: 18px;
    padding: 50px 0 10px;
}
.index-pro .top p {
    color: #888;
}
.top-pro1 h3 {
    background: url("../images/rj/pro-icon1.png") top center no-repeat;
}
.top-pro2 h3 {
    background: url("../images/rj/pro-icon2.png") top center no-repeat;
}
.top-pro3 h3 {
    background: url("../images/rj/pro-icon3.png") top center no-repeat;
}
.index-pro .bt {
    padding: 20px 22px;
}
.index-pro .item {
    margin-bottom: 10px;
}
.index-pro .item p {
    color: #888;
    padding-top: 3px;
}
.index-pro .ljgm {
    display: block;
    width: 120px;
    line-height: 34px;
    text-align: center;
    background-color: #e1f5ff;
    color: #00a3f2;
    border-radius: 2px;
    margin-top: 20px;
}
.index-pro .ljgm:hover {
    background-color: #00a3f2;
    color: #fff;
}
.index-pro li.on {
    width: 402px;
    height: 520px;
    border-color: #00a3f2;
    margin-top: -15px;
}
.index-pro li.on .top {
    background-color: #00a3f2;
    padding: 20px 75px 15px;
}
.index-pro li.on .top h3 {
    color: #fff;
}
.index-pro li.on .top p {
    color: #bbe7fc;
}
.index-pro li.on .top-pro1 h3 {
    background: url("../images/rj/pro-icon1-c.png") top center no-repeat;
}
.index-pro li.on .top-pro2 h3 {
    background: url("../images/rj/pro-icon2-c.png") top center no-repeat;
}
.index-pro li.on .top-pro3 h3 {
    background: url("../images/rj/pro-icon3-c.png") top center no-repeat;
}
.index-bg1 {
    background: url("../images/rj/index-bg1.jpg") top center no-repeat;
}
.index-wm li {
    float: left;
    width: 380px;
    height: 402px;
    background-color: #fff;
    margin: 0 10px;
}
.index-wm li:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.index-wm .tp {
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.index-wm .tp img {
    display: block;
    min-width: 100%;
    height: 100%;
}
.index-wm .text {
    padding: 25px;
}
.index-wm h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.index-wm  p {
    color: #888;
}
.index-case {
    position: relative;
    height: 165px;
    padding: 0 50px;
}
.index-case .swiper-button-prev,
.index-case .swiper-button-next {
    position: absolute;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    top: 50%;
    z-index: 99;
}
.index-case .swiper-button-prev {
    background: url("../images/rj/case-left.png") no-repeat left top;
    left: 10px;
}
.index-case .swiper-button-next {
    background: url("../images/rj/case-right.png") no-repeat left bottom;
    right: 10px;
}
.case-tp {
    height: 163px;
    border: 1px solid #e6e6e6;
    margin: 0 10px;
    overflow: hidden;
    text-align: center;
}
.case-tp img {
    display: inline-block;
    height: 100%;
}
.index-bg2 {
    background: url("../images/rj/index-bg2.jpg") top center no-repeat;
}
.index-data li {
    float: left;
    width: 33.3333%;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.index-data li p {
    padding: 5px 0;
}
.index-data li i {
    font-size: 38px;
}
.index-partner li {
    float: left;
    width: 117px;
    /*height: 44px;*/
    border: 1px solid #e6e6e6;
    margin: 0 7px;
    overflow: hidden;
}
.index-partner li:hover {
    border-color: #00a3f2;
}
.index-partner li img {
    display: block;
    width: 100%;
}
.index-bg3 {
    background: url("../images/rj/index-bg3.jpg") top center no-repeat;
}
.news-subtt {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 15px;
}
.news-subtt i {
    display: block;
    width: 36px;
    height: 2px;
    background-color: #00a3f2;
    margin-top: 8px;
}
.w48 {
    width: 48%;
}
.news-list {
    padding: 15px 20px;
    background-color: #fff;
}
.news-list li {
    height: 30px;
    line-height: 30px;
}
.news-list li a {
    float: left;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px;
    background: url("../images/rj/dian.png") left center no-repeat;
}
.news-list li span {
    float: right;
    color: #999;
}
.ft-service {
    background-color: #252b50;
    color: #fff;
    padding: 33px 0;
}
.ft-service p {
    float: left;
    width: 25%;
    line-height: 45px;
    padding-left: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 18px;
}
.ft-service .s1 {
    background: url("../images/rj/ft-servise1.png") left center no-repeat;
}
.ft-service .s2 {
    background: url("../images/rj/ft-servise2.png") left center no-repeat;
}
.ft-service .s3 {
    background: url("../images/rj/ft-servise3.png") left center no-repeat;
}
.ft-service .s4 {
    background: url("../images/rj/ft-servise4.png") left center no-repeat;
}
.ft-menu {
    padding: 40px 0;
    background-color: #222748;
    color: #767a92;
}
.ft-menu .item {
    float: left;
    width: 14.28%;
}
.ft-menu h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.ft-menu a {
    color: #767a92;
}
.ft-menu a:hover {
    color: #a8aecc;
}
.ft-ewm {
    float: right;
    width: 113px;
    text-align: center;
    color: #767a92;
}
.ft-ewm img {
    display: block;
    width: 113px;
    margin-bottom: 5px;
}
.ft-copy {
    text-align: center;
    background-color: #222748;
    border-top: 1px solid #3b405d;
    padding: 40px 0 60px;
    color: #767a92;
}
.ft-copy a {
    color: #767a92;
}
.ft-copy span {
    padding: 0 5px;
}
.ga {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.float-box {
    position: fixed;
    right: 15px;
    bottom: 30px;
    width: 40px;
    padding-bottom: 50px;
}
.float-box a {
    display: block;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}
.scoll-top {
    position: absolute;
    bottom: 0;
    background: url("../images/rj/gotop.png") #f90 center no-repeat;
}
.float-box.on {
    right: 285px;
}
.f-kf {
    background: url("../images/rj/kf.png") #f90 center no-repeat;
}
.float-kf {
    position: fixed;
    top: 0;
    right: -280px;
    bottom: 0;
    width: 280px;
    background-color: #f8f8f8;
    border-left: 5px solid #f90;
    z-index: 999;
}
.float-kf.on {
    right: 0;
}
.float-kf h2 {
    font-size: 26px;
    color: #fff;
    padding: 30px 0 30px 40px;
    background: url("../images/rj/f-close.png") #f90 80% center no-repeat;
    cursor: pointer;
}
.float-kf h2 span {
    display: block;
    font-size: 14px;
}
.kf-item {
    padding: 25px 0;
    border-bottom: 1px dashed #ddd;
}
.kf-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 50px;
}
.kf-item h3 span {
    font-size: 14px;
    color: #f90;
}
.fk-qq a {
    display: block;
    line-height: 36px;
    padding-left: 90px;
    background: url("../images/rj/kf-qq.png") 50px center no-repeat;
}
.fk-qq a:hover {
    background: url("../images/rj/kf-qq2.png") #f90 50px center no-repeat;
    color: #fff;
}
.fk-tel {
    padding: 0 50px;
    line-height: 36px;
}
.fk-tel span {
    display: inline-block;
    width: 70px;
    text-align: right;
}
.fk-tel em {
    color: #f90;
    font-weight: bold;
}
/*开发中*/
.land-bg {
    background-color: #e9f2fe;
    text-align: center;
    transition: none;
}
.land-bg * {
    transition: none;
}
.land-box {
    display: inline-block;
    max-width: 500px;
}
.land-box img {
    display: block;
    width: 100%;
}
.land-box .tt {
    padding: 10% 0 50px;
}
.land-box h1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 40px;
}
.land-box a {
    color: #00a3f2;
}
.land-box .tt span {
    padding: 0 5px;
    color: #f90;
    font-size: 16px;
}
/*虚拟主机*/
.inbanner {
    padding: 110px 0 40px;
}
.vhost-banner {
    background: url("../images/rj/vhost-banner.jpg") center no-repeat;
}
.vhost-banner2 {
    background-color: #222748;
}
.inbanner h2 {
    font-size: 28px;
    color: #fff;
    line-height: 40px;
}
.inbanner .des {
    padding: 30px 0;
    color: #fff;
}
.inbanner .btns {
    overflow: hidden;
}
.inbanner .btns a {
    display: inline-block;
    line-height: 32px;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 20px;
    padding: 0 25px;
    border-radius: 2px;
    color: #fff;
}
.inbanner a.ljxg {
    border: 1px solid #00a3f2;
    background-color: #00a3f2;
}
.incon {
    position: relative;
    padding: 40px 0 100px;
}
.vhost-list {
    padding-bottom: 40px;
}
.vhost-list li {
    float: left;
    width: 210px;
    padding: 25px 35px;
    background-color: #eff1ff;
    margin: 0 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.vhost-list li:hover {
    margin-top: -10px;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
.vhost-list h2 {
    text-align: center;
    font-size: 24px;
    padding: 55px 0 15px;
    border-bottom: 1px solid #dee1ed;
    background: url("../images/rj/vhost-icon.png") center top no-repeat;
    margin-bottom: 15px;
}
.vhost-size p {
    float: left;
    width: 49%;
    text-align: center;
}
.vhost-size i {
    float: left;
    width: 1px;
    height: 48px;
    background-color: #dee1ed;
}
.vhost-size em,
.vhost-size span {
    display: block;
}
.vhost-size span {
    color: #999;
}
.vhost-data {
    padding: 20px 0;
}
.vhost-data p {
    padding: 2px 0;
    overflow: hidden;
}
.vhost-data label {
    float: left;
    width: 80px;
    color: #999;
}
.vhost-data span {
    display: block;
    margin-left: 80px;
}
.buy-btn {
    float: left;
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #f90;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
}
.buy-btn:hover {
    background-color: #f80;
}
.vhost-price {
    float: right;
    line-height: 34px;
}
.vhost-price em {
    font-size: 24px;
    color: #f90;
}
.vhost-ys li {
    position: relative;
    float: left;
    width: 163px;
    height: 133px;
    padding: 15px 30px 15px 85px;
    border: 1px solid #eaeaea;
    margin: 0 10px;
    background-color: #f9f9f9;
    border-radius: 2px;
}
.vhost-ys li i {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 39px;
    height: 39px;
}
.vhost-ys li h3 {
    font-size: 16px;
    color: #00a3f2;
    margin-bottom: 10px;
}
.ys1 {
    background: url("../images/rj/ys1.png") top center no-repeat;
}
.ys2 {
    background: url("../images/rj/ys2.png") top center no-repeat;
}
.ys3 {
    background: url("../images/rj/ys3.png") top center no-repeat;
}
.ys4 {
    background: url("../images/rj/ys4.png") top center no-repeat;
}
.ft-lx li {
    padding-left: 25px;
}
.ft-lx li.tel {
    background: url("../images/rj/ft-tel.png") 0 5px no-repeat;
}
.ft-lx li.qq {
    background: url("../images/rj/ft-qq.png") 0 5px no-repeat;
}
.ft-lx li.mail {
    background: url("../images/rj/ft-mail.png") 0 5px no-repeat;
}
.ft-lx li.address {
    background: url("../images/rj/ft-add.png") 0 5px no-repeat;
}
.page-l {
    float: left;
    width: 880px;
}
.page-r {
    float: right;
    width: 300px;
}
.fff-box {
    background-color: #fff;
    margin-bottom: 15px;
}
.d-info {
    padding: 25px 40px;
}
.in-wrap {
    background-color: #f7f7f7;
}
.d-tt {
    font-size: 16px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
}
.jbpz li {
    float: left;
    width: 50%;
    padding: 4px 0;
}
.jbpz li span,
.l-tt {
    display: block;
    float: left;
    width: 115px;
    color: #888;
}
.l-tt {
    line-height: 32px;
}
.jbpz li p {
    margin-left: 115px;
}
.ftp-set {
    padding-top: 10px;
}
.ftp-set .grp {
    margin-bottom: 20px;
    overflow: hidden;
}
.ftp-set .ipt,
.buy-time p {
    margin-left: 115px;
    min-height: 34px;
}
.ftp-set .ftp-input {
    float: left;
    height: 32px;
    padding: 8px 10px;
    border: 1px solid #e3e3e3;
}
.ftp-set .ftp-mm {
    display: block;
    float: left;
    width: 95px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #00a3f2;
    color: #fff;
}
.buy-time {
    padding: 10px 0;
}
.buy-time p a {
    float: left;
    width: 58px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f4f4f4;
    border: 1px solid #e7e7e7;
    margin: 0 3px 5px 0;
    font-size: 12px;
}
.buy-time p a.on {
    border-color: #bae8ff;
    background-color: #d5f1fe;
    color: #00a3f2;
}
.result li {
    width: 100%;
}
.result li span {
    width: 85px;
}
.result li p {
    margin-left: 85px;
}
.page-r .d-info {
    padding: 25px 30px;
    border-bottom: 1px solid #eee;
}
.gm-info p {
    font-size: 12px;
    padding-bottom: 10px;
}
.gm-info a.dl {
    color: #00a3f2;
    margin: 0 5px;
}
.c888 {
    color: #888;
}
.cf80 {
    color: #f80;
}
.x-pri {
    font-size: 30px;
    color: #f80;
}
.js-pri {
    font-size: 12px;
    color: #35b34a;
    margin-left: 20px;
}
.gm-info .gm {
    display: block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #f80;
    margin-bottom: 10px;
    border-radius: 2px;
}
.table-cart {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #00a3f2;
}
.table-cart th,
.table-cart td {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.table-cart th {
    background-color: #eaf7fe;
}
.table-cart td {
    background-color: #fff;
}
.js-box {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    line-height: 32px;
    padding: 13px;
    margin-top: 40px;
}
.checkall {
    float: left;
    margin-right: 20px;
    color: #999;
}
.checkall input {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 10px;
}
.js-btn {
    float: left;
}
.js-btn a {
    float: left;
    width: 115px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
}
.js-btn .jx {
    background-color: #00a3f2;
}
.js-btn .qk {
    background-color: #f80;
}
.js-box {
    position: relative;
}
.js-box .price {
    float: right;
    height: 32px;
    color: #999;
    margin-right: 180px;
}
.js-box .price span {
    font-size: 24px;
    color: #f60;
    font-weight: bold;
}
.js-box .pay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 150px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #f80;
}
.js-box .pay.disabled {
    background-color: #ddd;
}
.ck-input {
    margin-left: 10px;
}
.del-pro {
    display: block;
    width: 45px;
    color: #f80;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    background-color: #fff6eb;
    border-radius: 2px;
    border: 1px solid #fbdcb8;
}
.no-pro {
    padding: 210px 0 0;
    background: url("../images/rj/empty.png") top center no-repeat;
    text-align: center;
}
.no-pro .xg {
    display: inline-block;
    line-height: 30px;
    padding: 0 20px;
    color: #f80;
    border: 1px solid #f80;
    margin-top: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.in-tt {
    text-align: left;
    margin-bottom: 30px;
}
.pos-r {
    position: absolute;
    right: 0;
}
.pos-r.on {
    position: fixed;
    left: 50%;
    margin-left: 300px;
    top: 66px;
    transition: top .2s;
}
.yun-banner {
    background: url("../images/rj/yunserver-banner.jpg") top center no-repeat;
}
.server-gn {
    padding-bottom: 20px;
}
.server-gn li {
    float: left;
    width: 25%;
    padding: 15px 20px 10px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.server-gn li img {
    display: inline-block;
}
.server-gn li h2 {
    font-size: 18px;
    color: #00a3f2;
    margin: 10px 0;
}
.server-gn li p {
    color: #999;
    text-align: left;
}
.container img {
    max-width: 100%;
}
.ser-list {
    float: left;
}
.ser-list li {
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    cursor: pointer;
    margin-right: -1px;
}
.ser-list li.on {
    border: 1px solid #bae8ff;
    background-color: #d5f1fe;
    color: #00a3f2;
    position: relative;
    z-index: 2;
}
.panlist {
    position: relative;
    float: left;
    font-size: 12px;
    cursor: pointer;
}
.panlist.xt span {
    width: 201px;
    white-space: nowrap;
}
.panlist span {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    background: url("../images/rj/down.png") #d5f1fe right 8px center no-repeat;
    border: 1px solid #bae8ff;
    color: #00a3f2;padding: 0 10px;
}
.pan-sub {
    position: absolute;
    left: 0;
    top: 32px;
    right: 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background-color: #fff;
    z-index: 3;
    display: none;
    transition: none .2s;
}
.pan-sub p {
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #e5e5e5;
}
.pan-sub p:hover {
    background-color: #f6f6f6;
}
.mb18 {
    margin-bottom: 18px;
}
.ml115 {
    margin-left: 115px;
}
.xt-bb {
    min-width: 223px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding-left: 8px;
    border: 1px solid #e5e5e5;
}
.ibox {
    float: left;
    font-size: 12px;
    margin-left: 10px;
}
.ibox input {
    float: left;
    width: 70px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.ibox span {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}
.ibox span.jian {
    border-right: 0;
}
.ibox span.jia {
    border-left: 0;
}
.t-note {
    float: left;
    line-height: 32px;
    margin-left: 20px;
    font-size: 12px;
    color: #f90;
}
.gw-ip,
.dkbox,
.dkbox span {
    float: left;
    line-height: 32px;
}
.gw-ip label {
    cursor: pointer;
}
.dkbox span {
    color: #888;
}
.dkbox {
    margin-left: 100px;
    display: none;
}
.gw-ip label input {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}
.winsys {
    display: none;
}
.ym-sch.center {
    margin: 0 auto;
}
.domain-txt {
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    padding-bottom: 20px;
}
.dm-tab a {
    float: left;
    margin-right: 30px;
    padding-left: 20px;
    background: url("../images/rj/dm-selbg.png") left center no-repeat;
}
.dm-tab a.on {
    background: url("../images/rj/dm-selbg2.png") left center no-repeat;
}
.dm-tabcon {
    display: none;
    padding: 15px 0 50px;
}
.dm-list li {
    float: left;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: -1px;
}
.dm-list li:hover {
    background-color: #f6f6f6;
}
.dm-list li p {
    position: relative;
    float: left;
    width: 17.33%;
    text-align: center;
    padding: 8px 0;
    border-left: 1px solid #e9e9e9;
}
.dm-list li p:nth-child(3) {
    color: #f80;
}
.dm-list li p:first-child {
    width: 30.22%;
}
.dm-list li.first {
    background-color: #f9f9f9;
}
.dm-list li.first p {
    font-weight: bold;
    padding: 12px 0;
}
.hot-icon {
    position: absolute;
    left: 135px;
    top: 11px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: url("../images/rj/hot.png") center no-repeat;
}
.dm-s {
    margin-right: -24px;
}
.dm-s li {
    float: left;
    width: 312px;
    height: 175px;
    border: 1px solid #e5e5e5;
    padding: 30px 35px 20px;
    margin-right: 24px;
}
.dm-s h2 {
    text-align: center;
    font-size: 18px;
    padding-top: 60px;
    margin-bottom: 10px;
}
.dm-s p {
    color: #999;
}
.dm-s .s1 {
    background: url("../images/rj/dm-s1.png") top center no-repeat;
}
.dm-s .s2 {
    background: url("../images/rj/dm-s2.png") top center no-repeat;
}
.dm-s .s3 {
    background: url("../images/rj/dm-s3.png") top center no-repeat;
}
.dm-s .s4 {
    background: url("../images/rj/dm-s4.png") top center no-repeat;
}
.dm-dd {
    padding-bottom: 40px;
}
.dm-dd li {
    height: 28px;
    line-height: 28px;
    padding: 18px 30px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.dm-dd p {
    float: left;
}
.dm-dd a,
.dm-dd span {
    float: right;
}
.dm-dd a {
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.dm-dd a.zc {
    background-color: #00a3f2;
    color: #fff;
}
.dm-dd a.ll {
    line-height: 26px;
    border: 1px solid #00a3f2;
    color: #00a3f2;
}
.dm-dd span {
    color: #f90;
    margin-right: 30px;
}
.green {
    color: #02c63e;
}
.red {
    color: #eb042a;
}
.dm-zs {
    padding: 15px 20px;
}
.dm-zs li {
    padding-left: 15px;
    background: url("../images/rj/y-dian.png") left center no-repeat;
    line-height: 30px;
}
.dm-zs li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.brd {
    overflow: hidden;
    margin-bottom: 20px;
}
.brd p,
.brd a {
    float: left;
    color: #767a92;
}
.brd p {
    padding-left: 20px;
    background: url("../images/rj/brd.png") left center no-repeat;
}
.brd i {
    float: left;
    height: 24px;
    width: 24px;
    background: url("../images/rj/brd-right.png") center no-repeat;
}
.xq-info {
    margin-top: 5px;
}
.xq-info span {
    color: #767a92;
    margin-right: 10px;
}
.xq-con img {
    max-width: 100%;
}
.prevnext {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 30px;
}
.prevnext p {
    float: left;
    width: 60px;
    color: #00a3f2;
}
.prevnext a {
    display: block;
    margin-left: 60px;
}
.news-list.cat {
    padding: 0;
}
.news-list.cat li {
    float: left;
    width: 44%;
    height: 40px;
    line-height: 40px;
    padding: 0 1%;
    margin: 0 2%;
}
.news-list.cat li:hover {
    background-color: #f6f6f6;
}
.pagenav {
    text-align: center;
    margin-top: 30px;
}