@charset "UTF-8";
.hide {
  display: none;
}

/*Reset css*/
/* 清除内外边距 */
* {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  font: 14px/1 Pingfang SC, Microsoft Yahei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}

/* 重置文本格式元素 */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}

q:before,
q:after {
  content: '';
}

/* 重置表单元素 */
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 hr */
hr {
  border: none;
  height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}

/*浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*清除浮动*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
  /*IE/7/6*/
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

a[title='站长统计'] {
  display: none !important;
}

.header {
  height: 80px;
  background-color: #fff;
  overflow: hidden;
}

.header .logo {
  margin-top: 24px;
}

.header .nav {
  margin-top: 18px;
  margin-left: 252px;
}

.header .nav a {
  float: left;
  position: relative;
  margin: 0 14px;
  padding: 16px 5px;
  font-size: 16px;
  color: #333333;
}

.header .nav a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  transition: all .5s;
}

.header .nav a.active {
  color: #ff5100;
}

.header .nav a:hover:after {
  transform: scaleX(1);
}

.header .nav a.active:after {
  transform: scaleX(1);
}

.header .phone {
  margin-top: 20px;
}

.banner {
  height: 400px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner.banner-ym {
  background-image: url(../images/banner/banner-ym.jpg);
}

.banner.banner-deposit {
  background-image: url(../images/banner/banner-deposit.jpg);
}

.banner.banner-kd {
  background-image: url(../images/banner/banner-kd.jpg);
}

.banner.banner-ly {
  background-image: url(../images/banner/banner-ly.jpg);
}

.banner.banner-us {
  background-image: url(../images/banner/banner-us.jpg);
}

.footer-group {
  background: #181818;
}

.footer-group .web-info {
  padding: 25px 0;
  color: #fff;
  font-size: 12px;
}

.footer-group .web-info a {
  color: inherit;
}

.footer-group .web-info img {
  margin: 0 5px;
  vertical-align: middle;
}

.md {
  padding: 50px 0;
}

.md h2.h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.md .small {
  margin-top: 10px;
  font-size: 14px;
}

.md.domain .domain-type-con {
  height: 385px;
  width: 862px;
  overflow: hidden;
  box-sizing: border-box;
}

.md.domain .domain-type {
  margin-top: 20px;
}

.md.domain .type-head ul {
  border: 1px solid #E9E9E9;
  background: #F5F5F3;
}

.md.domain .type-head li {
  float: left;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #E9E9E9;
  display: inline-block;
}

.md.domain .type-head li b {
  font-weight: bold;
  display: block;
  font-size: 14px;
  color: #000;
}

.md.domain .type-head li span {
  color: #979797;
}

.md.domain .type-body li.col-type {
  text-align: right;
}

.md.domain .col-type {
  width: 486px;
  line-height: 35px;
}

.md.domain .col-buy {
  width: 165px;
}

.md.domain .col-buy a {
  color: #ff6a00;
}

.md.domain .col-buy b {
  line-height: 21px;
}

.md.domain .col-renewals {
  width: 165px;
}

.md.domain .col-renewals b {
  line-height: 21px;
}

.md.domain .col-transfer {
  width: 165px;
}

.md.domain .col-transfer b {
  line-height: 21px;
}

.md.domain .type-body li.col-type-more {
  text-align: center;
}

.md.domain .col-buy-more {
  width: 248px;
}

.md.domain .col-renewals-more {
  width: 247px;
}

.md.domain .domain-type li.col-last {
  border-right: none;
}

.md.domain .font-del {
  text-decoration: line-through;
  color: #999;
  margin-right: 5px;
}

.md.domain .icon-waiting {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.md.domain .type-body {
  height: 328px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 15px;
}

.md.domain .type-body ul {
  border: 1px solid #E9E9E9;
  margin-top: -1px;
  width: 100%;
  background: #FFF;
}

.md.domain .type-body li {
  float: left;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #E9E9E9;
  text-align: center;
  display: inline-block;
}

.md.domain .icon-act {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  vertical-align: 15px;
  font-size: 10px;
  background: url(../images/18-58.png) no-repeat;
}

.md.domain .icon-green {
  background-position: 0 0;
}

.md.domain .icon-orange {
  background-position: 0 -20px;
}

.md.domain .icon-blue {
  background-position: 0 -40px;
}

.md.domain .col-type-dec {
  width: 340px;
  text-align: left;
  color: #999;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md.domain .col-type-domain {
  width: 85px;
  text-align: left;
  display: inline-block;
  padding-left: 5px;
  /*vertical-align: 15px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md.domain .col-type-more .col-type-domain {
  width: 200px;
}

.md.domain .col-type-domain a {
  text-decoration: underline;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.md.protect .domain-brand {
  margin: 20px 0 40px;
}

.md.protect .domain-brand li {
  float: left;
  height: 355px;
  width: 225px;
  border: 1px solid #E9E9E9;
  margin-right: -1px;
  position: relative;
  background: #FFF;
  cursor: pointer;
}

.md.protect .domain-brand li i.arr {
  width: 12px;
  height: 18px;
  background: url(../images/j2.png) no-repeat;
  position: absolute;
  right: -12px;
  top: 180px;
  z-index: 10;
}

.md.protect .brand-box {
  padding: 35px 15px 0;
  text-align: center;
}

.md.protect .brand-box b {
  width: 84px;
  height: 85px;
  display: block;
  padding: 22px 0 0;
  margin: 0 auto 22px;
  background: url(../images/64-64.png) no-repeat;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  color: #666;
}

.md.protect .brand-box h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  height: 140px;
}

.md.protect .brand-box p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.md.protect .domain-brand li .brand-box-over {
  display: none !important;
}

.md.protect .domain-brand li .brand-box {
  display: block !important;
}

.md.protect .domain-brand li.over {
  width: 320px;
  border: 1px solid #ff6a00;
  margin-right: 0;
  z-index: 20;
  background: #FFF;
}

.md.protect .domain-brand li.over .brand-box-over {
  display: block !important;
}

.md.protect .domain-brand li.over .brand-box {
  display: none !important;
}

.md.protect .domain-brand li.over i.arr {
  background: url(../images/j1.png) no-repeat;
}

.md.protect .brand-box-over {
  padding: 35px 25px 0;
}

.md.protect .brand-box-over b {
  width: 84px;
  height: 85px;
  display: block;
  padding: 22px 0 0;
  margin: 0 auto 20px;
  background: url(../images/64-64-1.png) no-repeat;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
}

.md.protect .brand-box-over h3 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: normal;
  margin-bottom: 15px;
}

.md.protect .brand-box-over p {
  font-size: 14px;
  line-height: 20px;
  color: #9d9d9d;
  height: 150px;
  text-align: justify;
}

.md.protect .domain-brand-more {
  width: 830px;
  height: 32px;
  border: 1px solid #EBEBEB;
  background: #F5F5F3;
  border-radius: 2px;
  padding-left: 20px;
  line-height: 32px;
  color: #333;
}

.md.protect .domain-brand-more a {
  margin-left: 10px;
}

.md.th .uno-section-body {
  margin-top: 20px;
}

.md.th .uno-section-body .uno-grid-col-item {
  float: left;
  width: 238px;
  height: 145px;
  border: 1px solid #ebebeb;
  cursor: pointer;
}

.md.th .uno-section-body .uno-grid-col-item + .uno-grid-col-item {
  margin-left: 16px;
}

.md.th .uno-section-body .uno-grid-col-item .uno-buy-card-head {
  padding: 16px;
  background-image: url(../images/img_domain.png);
  background-position: 100% 100%;
  background-color: #4d5bf3;
  background-repeat: no-repeat;
  position: relative;
}

.md.th .uno-section-body .uno-grid-col-item .uno-buy-card-inner {
  box-sizing: border-box;
}

.md.th .uno-section-body .uno-grid-col-item .uno-buy-card-inner .uno-buy-card-center {
  height: 43px;
  color: #fff;
}

.md.th .uno-section-body .uno-grid-col-item .uno-buy-card-inner .uno-buy-card-center .uno-buy-card-tit {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.md.th .uno-section-body .uno-grid-col-item .uno-buy-card-inner .uno-buy-card-center .uno-buy-card-sub-tit {
  margin-top: 10px;
  font-size: 12px;
}

.md.th .uno-section-body .uno-grid-col-item .uno-buy-card-foot {
  padding: 16px 16px 20px;
  position: relative;
}

.md.th .uno-section-body .uno-grid-col-item .uno-buy-card-foot .uno-buy-card-price-num {
  color: #ff6000;
  font-size: 24px;
}

.md.th .uno-section-body .uno-grid-col-item .uno-buy-card-foot .uno-buy-card-price-unit {
  color: #ff6000;
  font-size: 14px;
  line-height: 22px;
  line-height: 18px;
  margin-left: 4px;
  font-weight: 600;
}

.md.th .uno-section-body .uno-grid-col-item .uno-buy-card-foot .uno-buy-card-price-original {
  font-size: 12px;
  color: #7d7d7d;
}

.md.th .uno-section-body .uno-grid-col-item:hover {
  box-shadow: 0 2px 8px 0 #9e9e9e;
  transform: translateY(-1px);
}

.md.th .uno-section-body .uno-grid-row + .uno-grid-row {
  margin-top: 16px;
}

.md.deposit .mt20 {
  margin-top: 20px;
}

.md.deposit .w100 {
  width: 100%;
}

.md.deposit .cblue {
  color: #3a75fd;
}

.md.deposit .bold {
  font-weight: bold;
}

.md.deposit .fz16 {
  font-size: 16px;
}

.md.deposit i {
  font-style: normal;
}

.md.deposit .cc-item {
  margin-top: 20px;
}

.md.deposit .cc-item .left {
  float: left;
  padding: 20px;
  width: 195px;
  height: 200px;
  background-color: #ff6a00;
  position: relative;
}

.md.deposit .cc-item .left h4 {
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 10px;
}

.md.deposit .cc-item .left p {
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  text-align: justify;
}

.md.deposit .cc-item .left .my-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100px;
  height: 30px;
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  border-radius: 30px;
}

.md.deposit .cc-item .right {
  margin-left: 210px;
  width: 790px;
  height: 200px;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
  transition: all 0.2s;
}

.md.deposit .cc-item .right h4 {
  font-size: 18px;
  color: #333333;
  line-height: 2;
}

.md.deposit .cc-item .right td {
  padding: 15px;
}

.md.deposit .cc-item .right:hover {
  border-color: #3a75fd;
  box-shadow: 0 0 9px #8fb7ef;
}

.md.deposit .table_wp table tr:first-child {
  background-color: #f3f3f3;
}

.md.deposit .table_wp table tr td, .md.deposit .table_wp table tr th {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  margin-left: -1px;
}

.md.size .size-wrap {
  margin-top: 20px;
}

.md.size .size-wrap .item {
  float: left;
  border: 1px solid #e6e6e6;
}

.md.size .size-wrap .item + .item {
  margin-left: 17px;
}

.md.cc-advantage {
  background-color: #ffffff;
  padding-bottom: 65px;
  box-sizing: border-box;
}

.md.cc-advantage .mb {
  margin-bottom: 10px;
}

.md.cc-advantage .mt {
  margin-top: 15px;
}

.md.cc-advantage .c333 {
  color: #333;
}

.md.cc-advantage .fz14 {
  font-size: 14px;
}

.md.cc-advantage .bold {
  font-weight: bold;
}

.md.cc-advantage .list {
  margin-top: 20px;
  font-size: 0;
}

.md.cc-advantage .list .row {
  margin-top: 1px;
}

.md.cc-advantage .list .row:first-child .item {
  border-bottom: 1px dotted #c2c2c2;
}

.md.cc-advantage .list .item {
  float: left;
  height: 210px;
  width: 33.33%;
  border-right: 1px dotted #c2c2c2;
  text-align: center;
  padding: 25px 30px 0;
  position: relative;
  min-height: 1px;
}

.md.cc-advantage .list .item .icon {
  width: 100%;
  display: block;
  height: 50px;
  background: url("../images/ccad1.png") no-repeat center;
}

.md.cc-advantage .list .item span {
  display: block;
  font-size: 14px;
  color: #333;
}

.md.cc-advantage .list .item:last-child {
  border-right: none;
}

.md.cc-advantage .list .item p {
  line-height: 20px;
}

.md.kd .kd-wrap {
  margin: 20px -6px 0;
}

.md.kd .item {
  float: left;
  padding: 6px 6px;
  width: 33.333%;
}

.md.kd .item .kd1 {
  text-align: center;
}

.md.kd .item .kd2 {
  text-align: center;
}

.md.kd .item .kd2 img {
  margin-top: 10px;
}

.md.kd .item .item-inner {
  height: 330px;
  border: 1px solid #e5e5e5;
}

.md.kd .item .item-inner .t-y {
  color: #fd7e49;
}

.md.kd .item .item-inner .top {
  padding: 26px 30px;
  height: 258px;
}

.md.kd .item .item-inner .top .tt {
  height: 36px;
  line-height: 36px;
}

.md.kd .item .item-inner .top .tt .t {
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.md.kd .item .item-inner .top .tt .t i {
  left: 0;
  top: 20px;
  position: absolute;
  font-style: normal;
  font-size: 15px;
}

.md.kd .item .item-inner .top .tt .m {
  padding: 0 20px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  border-radius: 18px;
  background-color: #fe9345;
  background-image: -webkit-linear-gradient(0deg, #fe9345 0%, #ff9a46 1%, #fd7e49 100%);
}

.md.kd .item .item-inner .top .info {
  margin-top: 26px;
}

.md.kd .item .item-inner .top .info .info-item {
  padding-left: 36px;
  height: 28px;
  line-height: 28px;
}

.md.kd .item .item-inner .top .info .info-item + .info-item {
  margin-top: 15px;
}

.md.kd .item .item-inner .top .info .info-item.info-1 {
  background-image: url(../images/info1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.md.kd .item .item-inner .top .info .info-item.info-2 {
  background-image: url(../images/info2.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.md.kd .item .item-inner .top .info .info-item.info-3 {
  background-image: url(../images/info3.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.md.kd .item .item-inner .sub {
  height: 70px;
  background-color: #f8f8f8;
}

.md.kd .item .item-inner .sub .texts {
  margin-top: 15px;
  margin-left: 25px;
  float: left;
}

.md.kd .item .item-inner .sub .texts span {
  font-size: 20px;
  font-weight: bold;
}

.md.kd .item .item-inner .sub .texts p + p {
  margin-top: 8px;
}

.md.kd .item .item-inner .sub .btn {
  float: right;
  width: 115px;
  height: 38px;
  margin-top: 22px;
  margin-right: 25px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background-color: #fd7e49;
  border-radius: 19px;
  cursor: pointer;
}

.md.kdyh .kd-wrap {
  margin-top: 20px;
}

.md.kdyh .item {
  float: left;
  width: 240px;
}

.md.kdyh .item + .item {
  margin-left: 13px;
}

.md.cz1 {
  padding-bottom: 20pxw;
}

.md.cz1 .img-wrap {
  margin-top: 25px;
}

.md.us h2 {
  text-align: center !important;
}

.md.us .info {
  margin-top: 30px;
  line-height: 24px;
  text-align: justify;
}

.md.us .us-wrap {
  margin-top: 40px;
}

.md.us .item {
  float: left;
  width: 490px;
  background-color: #f9f9f9;
  overflow: hidden;
}

.md.us .item + .item {
  float: right;
}

.md.us .item .icons {
  margin-top: 30px;
  text-align: center;
}

.md.us .item .tt {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.md.us .item .desc {
  height: 170px;
  line-height: 22px;
  padding: 0 50px;
  text-align: justify;
}

.md.us .value-box {
  margin-top: 40px;
  height: 140px;
  background-color: #f9f9f9;
}

.md.us .value-box .desc {
  margin-top: 35px;
  padding-left: 177px;
  padding-right: 35px;
  background-image: url(../images/q1.png);
  background-repeat: no-repeat;
  background-position: 64px center;
}

.md.us .value-box .desc .tt {
  font-size: 18px;
  font-weight: bold;
}

.md.us .value-box .desc p {
  margin-top: 10px;
  line-height: 22px;
}
