@charset "UTF-8";
@media screen and (min-width: 1000px) {
  * {
    box-sizing: border-box;
    outline: none;
    padding: 0;
    margin: 0;
  }
  .clearfix:after {
    display: block;
    content: "";
    clear: both;
  }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, menu, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  main, menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
  }
  article, aside, details, figcaption, figure,
  footer, header, hgroup, main, menu, nav, section {
    display: block;
  }
  a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
  }
  *[hidden] {
    display: none;
  }
  html {
    font-family: "PingFang SC";
  }
  input::placeholder {
    font-family: "PingFang SC";
  }
  input {
    font-family: "PingFang SC";
  }
  menu, ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  html {
    font-size: 100px;
  }
  em {
    font-style: normal;
  }
  .ellipse3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .ellipse2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* 主题色 */
  /* 文字基本颜色 */
  /* 背景颜色 */
  /* 边框颜色 */
  /* 文字尺寸 */
  /* Border Radius */
  /*文本n行溢出*/
  .boxTips {
    position: fixed;
    width: 0px;
    height: 0px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
  }
  .boxTips .tips {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    padding: 10px 20px;
    border-radius: 4px;
    transform: translate(-50%, -50%);
  }
  .boxTips .tips .tit {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .boxTips .tips .desc {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
  }
  body {
    background: #FCFCFC;
    font-size: .14rem;
  }
  .dn {
    display: none;
  }
  input::placeholder {
    color: #999;
    font-family: Futura;
    font-size: .16rem;
  }
  .main {
    width: 14rem;
    margin: 0 auto;
    height: 100%;
  }
  select::-ms-expand {
    display: none;
  }
  select option {
    font-family: Futura;
  }
  .transition {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }
  .transition:hover {
    transform: scale(1.05);
  }
  .ellipse3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .ellipse2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  /*头部导航*/
  header {
    width: 100%;
    height: .88rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(153, 153, 153, 0.25);
    font-size: .2rem;
  }
  header .nav-bar {
    width: 14rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .nav-bar .logo img {
    width: 1.14rem;
  }
  header .nav-bar ul {
    display: flex;
    flex-direction: row;
  }
  header .nav-bar ul li {
    line-height: .88rem;
    margin-left: 1rem;
    position: relative;
  }
  header .nav-bar ul li:hover a {
    color: #37BA00;
  }
  header .nav-bar ul li#navDown {
    background-image: url(../images/down1.png);
    background-repeat: no-repeat;
    background-position: right top .32rem;
    background-size: 25px;
    padding-right: 25px;
  }
  header .nav-bar ul li .drop-menu {
    display: none;
    position: absolute;
    top: 0.7rem;
    min-width: 3rem;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(153, 153, 153, 0.25);
    border-radius: .08rem;
    padding: .15rem;
    z-index: 9;
  }
  header .nav-bar ul li .drop-menu .item {
    font-size: .14rem;
    color: #999;
    line-height: .2rem;
    display: block;
    margin-bottom: .2rem;
  }
  header .nav-bar ul li .drop-menu .item:last-child {
    margin-bottom: 0;
  }
  header .nav-bar ul li .drop-menu .item .title {
    color: #666;
    font-size: .16rem;
    margin-bottom: .15rem;
  }
  header .nav-bar ul li .drop-menu .item:hover .title {
    color: #37BA00;
  }
  header .nav-bar ul li#navDown:hover {
    background-image: url(../images/down_hover.png);
  }
  header .nav-bar ul li#navDown:hover .drop-menu {
    display: block;
  }
  header .nav-bar .login {
    flex-grow: 1;
    text-align: right;
  }
  header .nav-bar .login a {
    padding: 0 .2rem;
    height: .4rem;
    border-radius: 0.04rem;
    border: 1px solid #707070;
    text-align: center;
    font-size: .2rem;
    font-weight: normal;
    display: inline-block;
    line-height: .36rem;
  }
  header a {
    color: #707070;
    font-size: .2rem;
  }
  header a.active {
    color: #37BA00;
  }
  /*footer*/
  .web-footer {
    background: linear-gradient(180deg, rgba(243, 252, 238, 0.8) 0%, rgba(250, 242, 248, 0.8) 100%);
    width: 100%;
    font-size: .16rem;
    color: #666;
    margin-top: 30px;
  }
  .web-footer .main .foot-content {
    display: flex;
    flex-direction: row;
    padding: .45rem 0 .45rem .45rem;
  }
  .web-footer .main .foot-content .lft {
    flex-grow: 1.5;
  }
  .web-footer .main .foot-content .lft .logo img {
    width: 1.6rem;
    margin-bottom: .5rem;
  }
  .web-footer .main .foot-content .lft .follow {
    position: relative;
  }
  .web-footer .main .foot-content .lft .follow .wechat {
    display: none;
    width: 0.88rem;
    height: 0.88rem;
    border: 1px solid #37BA00;
    position: absolute;
    top: -0.52rem;
    left: 1.2rem;
  }
  .web-footer .main .foot-content .lft p {
    font-size: .2rem;
    color: #333;
    line-height: .48rem;
    text-align: left;
  }
  .web-footer .main .foot-content .lft a img {
    width: 24px;
  }
  .web-footer .main .foot-content dl {
    flex-grow: 1;
  }
  .web-footer .main .foot-content dl dt {
    font-size: .24rem;
    color: #333;
    margin-bottom: .3rem;
  }
  .web-footer .main .foot-content dl dd {
    margin-bottom: .23rem;
  }
  .web-footer .main .foot-content dl dd a {
    color: #666;
    font-size: .16rem;
  }
  .web-footer .main .foot-content dl dd a:hover {
    color: #37BA00;
  }
  .web-footer .main .foot-content .language {
    flex-grow: 1;
    text-align: right;
  }
  .web-footer .main .foot-content .language select {
    padding: .1rem .06rem;
    border-radius: 0.04rem;
    border: 1px solid #666;
    background-color: rgba(255, 255, 255, 0);
    color: #666;
  }
  .web-footer .main p {
    text-align: center;
    font-size: .16rem;
    color: #999;
    padding-bottom: .2rem;
  }
  .pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: .4rem;
  }
  .pagination a {
    width: 30px;
    height: 30px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin-right: 16px;
    text-align: center;
    line-height: 28px;
    color: #999;
  }
  .pagination a.active {
    color: #37BA00;
    background-color: #EAF8E5;
    border-color: #37BA00;
  }
  .pagination a.prev {
    background-image: url(../images/prev.png);
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
  }
  .pagination a.next {
    background-image: url(../images/next.png);
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
  }
  .pub-float {
    position: fixed;
    right: .1rem;
    bottom: 2rem;
    z-index: 9999;
  }
  .pub-float .item {
    margin-bottom: .16rem;
    cursor: pointer;
  }
  .pub-float .item .icon {
    display: block;
    width: .64rem;
    height: .64rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(102, 102, 102, 0.16);
    border-radius: 4px;
    background-size: .44rem;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pub-float .item .panel {
    display: none;
    width: 2.3rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 1px rgba(153, 153, 153, 0.16);
    border-radius: .08rem;
    padding: .12rem;
    position: absolute;
    right: 0.9rem;
    top: calc(50% - 1.1rem);
    cursor: pointer;
  }
  .pub-float .item .panel::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: #fff 8px solid;
    border-right: transparent 10px solid;
    border-top: transparent 10px solid;
    border-bottom: transparent 10px solid;
    margin: auto;
    right: -18px;
    top: calc(50% - 5px);
  }
  .pub-float .item .panel .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: .12rem;
  }
  .pub-float .item .panel .desc {
    font-size: .12rem;
    color: #666;
    line-height: .2rem;
  }
  .pub-float .item.help .icon {
    background-image: url(../images/pub_float02.png);
  }
  .pub-float .item.help:hover .title {
    color: #37BA00;
  }
  .pub-float .item.help:hover .icon {
    background-image: url(../images/pub_float01.png);
    background-color: #EAF8E5;
  }
  .pub-float .item.help:hover .panel {
    display: block;
  }
  .pub-float .item.contact .icon {
    background-image: url(../images/pub_float04.png);
  }
  .pub-float .item.contact:hover .title {
    color: #37BA00;
  }
  .pub-float .item.contact:hover .icon {
    background-image: url(../images/pub_float03.png);
    background-color: #EAF8E5;
  }
  .pub-float .item.contact:hover .panel {
    display: block;
  }
  .pub-float .item.contact .cnt p {
    color: #1A1A1A;
    font-size: .14rem;
    border-bottom: 1px dashed #E0E0E0;
    line-height: .4rem;
    background-repeat: no-repeat;
    background-size: .2rem;
    background-position: left center;
    padding-left: .3rem;
  }
  .pub-float .item.contact .cnt p.email {
    background-image: url(../images/pub_float07.png);
  }
  .pub-float .item.contact .cnt p.phone {
    background-image: url(../images/pub_float06.png);
  }
  .pub-float .item.contact .cnt p.chat {
    border: none;
    background-image: url(../images/pub_float08.png);
  }
  .pub-float .item.contact .cnt .img {
    border: none;
    margin-top: .1rem;
  }
  .pub-float .item.contact .cnt .img img {
    width: .88rem;
    height: .88rem;
    border: 1px solid #37BA00;
    border-radius: .04rem;
    display: flex;
    margin: 0 auto;
  }
  .pub-float .item.contact .cnt .img span {
    color: #999;
    margin-top: .1rem;
    font-size: .12rem;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .dn {
    display: none !important;
  }
  .sale-page .banner-area {
    width: 100%;
    min-height: 5.12rem;
    padding-bottom: .2rem;
  }
  .sale-page .banner-area .cnt {
    position: relative;
  }
  .sale-page .banner-area .cnt .domain-info {
    display: flex;
    flex-direction: column;
    padding-top: .67rem;
  }
  .sale-page .banner-area .cnt .domain-info .sub {
    font-size: .3rem;
  }
  .sale-page .banner-area .cnt .domain-info h1 {
    font-size: .6rem;
    margin: .2rem 0;
  }
  .sale-page .banner-area .cnt .sales {
    margin-top: .6rem;
    display: flex;
    flex-direction: row;
  }
  .sale-page .banner-area .cnt .sales img {
    width: .68rem;
    height: .68rem;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
  }
  .sale-page .banner-area .cnt .sales .name {
    margin-left: .12rem;
  }
  .sale-page .banner-area .cnt .sales .name span {
    font-size: .18rem;
    margin-bottom: .16rem;
    display: block;
  }
  .sale-page .banner-area .cnt .sales .name p {
    font-size: .24rem;
    color: #fff;
  }
  .sale-page .banner-area .cnt ul {
    margin-top: .4rem;
    max-width: 10rem;
  }
  .sale-page .banner-area .cnt ul li {
    font-size: .24rem;
    margin-bottom: .12rem;
  }
  .sale-page .banner-area .cnt .get-domain {
    position: absolute;
    right: 0;
    top: .16rem;
    width: 3.5rem;
    background-color: #fff;
    box-shadow: 0px 3px 6px 1px rgba(153, 153, 153, 0.25);
    padding: .24rem;
    border-radius: .08rem;
  }
  .sale-page .banner-area .cnt .get-domain.fixed {
    position: fixed;
    right: 2.5rem;
    top: 1rem;
  }
  .sale-page .banner-area .cnt .get-domain h3 {
    font-size: .26rem;
    color: #666;
    margin-bottom: .16rem;
  }
  .sale-page .banner-area .cnt .get-domain .sub {
    font-size: .18rem;
    color: #999;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy {
    padding: .22rem 0;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.checked .check em {
    background-color: #37BA00;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.buy2.checked .form1 {
    display: block;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy .check {
    font-size: .18rem;
    font-weight: bold;
    color: #333;
    display: flex;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy .check label {
    cursor: pointer;
    display: flex;
    height: 18px;
    width: 18px;
    border: 1px solid #37BA00;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    justify-content: center;
    align-items: center;
    top: 0.02rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy .check label em {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy .price {
    color: #37BA00;
    font-size: .18rem;
    font-weight: bold;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.buy1 {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.buy1 .box {
    padding-bottom: .2rem;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: space-between;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.buy1 .offer-form {
    margin-top: .1rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.buy1 .offer-form .ipt {
    margin: 0;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form.form1 {
    display: none;
    margin-top: .2rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form .ipt {
    margin-bottom: .2rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form .ipt.error input {
    background-image: url(../images/att.png);
    background-repeat: no-repeat;
    background-position: right .1rem center;
    background-size: .16rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form .ipt.error p {
    display: block;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form .ipt p {
    color: #FA6262;
    font-size: .13rem;
    margin-top: .1rem;
    display: none;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form .ipt input {
    width: 100%;
    height: .4rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    font-size: .15rem;
    padding-left: .1rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .next {
    display: block;
    height: .45rem;
    width: 100%;
    border-radius: .04rem;
    background-color: #37BA00;
    color: #fff;
    font-size: .18rem;
    text-align: center;
    line-height: .45rem;
    cursor: pointer;
  }
  .sale-page .banner-area .cnt .get-domain .rule {
    margin-top: .3rem;
  }
  .sale-page .banner-area .cnt .get-domain .rule li {
    color: #999;
    font-size: .18rem;
    margin-bottom: .16rem;
    background-image: url(../images/gou.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 25px;
  }
  .sale-page .banner-area .cnt .get-domain .rule li span {
    color: #37BA00;
  }
  .sale-page .banner-area .cnt .get-domain .pay-info {
    padding-top: .08rem;
    padding-left: .08rem;
    display: flex;
    flex-direction: row;
  }
  .sale-page .banner-area .cnt .get-domain .pay-info img {
    width: .48rem;
    height: .28rem;
    margin-right: .1rem;
  }
  .sale-page .advantage {
    margin-top: .8rem;
  }
  .sale-page .advantage .tit {
    color: #333;
    font-size: .24rem;
    margin-bottom: .4rem;
  }
  .sale-page .advantage ul li {
    width: 9.3rem;
    border-radius: 0.08rem;
    box-shadow: 0px 3px 6px 1px rgba(153, 153, 153, 0.25);
    padding: .2rem;
    margin-bottom: .35rem;
  }
  .sale-page .advantage ul li .name {
    font-size: .2rem;
    color: #37BA00;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .24rem;
    padding-left: .3rem;
    margin-bottom: .3rem;
  }
  .sale-page .advantage ul li .n1 {
    background-image: url(../images/sale_03.png);
  }
  .sale-page .advantage ul li .n2 {
    background-image: url(../images/sale_02.png);
  }
  .sale-page .advantage ul li .n3 {
    background-image: url(../images/sale_01.png);
  }
  .sale-page .advantage ul li .desc {
    font-size: .16rem;
    color: #666;
    line-height: .3rem;
  }
  .sale-page .stats {
    margin-top: .8rem;
  }
  .sale-page .stats .tit {
    color: #333;
    font-size: .24rem;
    margin-bottom: .4rem;
  }
  .sale-page .stats #echart {
    width: 10rem;
    height: 5rem;
  }
}

@media screen and (min-width: 350px) and (max-width: 999px) {
  * {
    box-sizing: border-box;
    outline: none;
    padding: 0;
    margin: 0;
  }
  .clearfix:after {
    display: block;
    content: "";
    clear: both;
  }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, menu, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  main, menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
  }
  article, aside, details, figcaption, figure,
  footer, header, hgroup, main, menu, nav, section {
    display: block;
  }
  a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
  }
  *[hidden] {
    display: none;
  }
  html {
    font-family: "PingFang SC";
  }
  input::placeholder {
    font-family: "PingFang SC";
  }
  input {
    font-family: "PingFang SC";
  }
  menu, ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  html {
    font-size: 100px;
  }
  em {
    font-style: normal;
  }
  .ellipse3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .ellipse2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* 主题色 */
  /* 文字基本颜色 */
  /* 背景颜色 */
  /* 边框颜色 */
  /* 文字尺寸 */
  /* Border Radius */
  /*文本n行溢出*/
  .boxTips {
    position: fixed;
    width: 0px;
    height: 0px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
  }
  .boxTips .tips {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    padding: 10px 20px;
    border-radius: 4px;
    transform: translate(-50%, -50%);
  }
  .boxTips .tips .tit {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .boxTips .tips .desc {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
  }
  .hide {
    display: none;
  }
  .container {
    max-width: 7.5rem;
    margin: 0 auto;
  }
  .main {
    padding: 0 .3rem;
  }
  .bg-wrapper {
    background: #FAFAFA;
    padding: .4rem 0 .2rem;
    margin: .8rem 0;
  }
  header {
    height: 1rem;
    background: #FCFCFC;
    box-shadow: 0px 3px 6px 1px rgba(153, 153, 153, 0.25);
  }
  header .nav-bar {
    padding: 0.2rem 0.48rem;
    width: 100%;
    position: relative;
    height: 100%;
  }
  header .nav-bar .logo {
    float: left;
  }
  header .nav-bar .logo img {
    width: 1.12rem;
    display: block;
  }
  header .nav-bar .login {
    border-radius: 0.04rem;
    padding: .1rem .16rem;
    border: 1px solid #999;
    float: right;
  }
  header .nav-bar .login a {
    color: #707070;
    font-size: .26rem;
    display: block;
  }
  header .nav-bar .menu {
    width: .32rem;
    height: .32rem;
    background-image: url(../images/menu.png);
    background-size: contain;
    margin-top: .24rem;
    float: right;
    margin-top: 0.14rem;
    float: right;
    margin-left: 0.32rem;
  }
  header .nav-bar ul {
    position: absolute;
    border-radius: 0.04rem;
    border: 1px solid #CCCCCC;
    background: #fff;
    right: 0.5rem;
    top: 0.9rem;
    z-index: 9999;
  }
  header .nav-bar ul li {
    min-height: .72rem;
    font-size: .26rem;
  }
  header .nav-bar ul li a {
    color: #707070;
    line-height: .72rem;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: .26rem;
    padding: 0 10px;
  }
  header .nav-bar ul li a:hover {
    background: #EAF8E5;
    color: #37BA00;
  }
  .web-footer {
    background: linear-gradient(180deg, rgba(243, 252, 238, 0.8) 0%, rgba(250, 242, 248, 0.8) 100%);
    width: 100%;
    font-size: .24rem;
    padding-bottom: .4rem;
    color: #666;
  }
  .web-footer .main .foot-content {
    padding: .4rem 0 0;
  }
  .web-footer .main .foot-content .lft {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem;
  }
  .web-footer .main .foot-content .lft .logo {
    flex-grow: 1;
  }
  .web-footer .main .foot-content .lft .logo img {
    width: 1.12rem;
  }
  .web-footer .main .foot-content .lft .follow {
    flex-grow: 4;
    align-items: center;
    display: flex;
    justify-content: end;
  }
  .web-footer .main .foot-content .lft .follow p {
    font-size: .2rem;
    color: #333;
    line-height: .4rem;
    padding-right: 0.2rem;
  }
  .web-footer .main .foot-content .lft .follow div a {
    margin-right: .1rem;
  }
  .web-footer .main .foot-content .lft .follow div a img {
    width: .32rem;
  }
  .web-footer .main .foot-content dl {
    width: 33%;
    float: left;
  }
  .web-footer .main .foot-content dl dt {
    font-size: .28rem;
    color: #333;
    margin-bottom: .22rem;
  }
  .web-footer .main .foot-content dl dd {
    margin-bottom: .3rem;
  }
  .web-footer .main .foot-content dl dd a {
    color: #666;
    font-size: .24rem;
  }
  .web-footer .main .foot-content .language {
    flex-grow: 1;
    text-align: right;
  }
  .web-footer .main .foot-content .language select {
    padding: .1rem .06rem;
    border-radius: 0.04rem;
    border: 1px solid #999;
    background-color: rgba(255, 255, 255, 0);
    color: #999;
  }
  .web-footer .main p {
    text-align: center;
    font-size: .24rem;
    color: #999;
  }
  .pagination {
    display: flex;
    justify-content: center;
    margin-top: .4rem;
  }
  .pagination a {
    width: .48rem;
    height: .48rem;
    border-radius: .08rem;
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin-right: .32rem;
    text-align: center;
    line-height: .44rem;
    color: #999;
  }
  .pagination a.active {
    color: #37BA00;
    background-color: #EAF8E5;
    border-color: #37BA00;
  }
  .pagination a.prev {
    background-image: url(../images/prev.png);
    background-position: center;
    background-size: .18rem;
    background-repeat: no-repeat;
  }
  .pagination a.next {
    background-image: url(../images/next.png);
    background-position: center;
    background-size: .18rem;
    background-repeat: no-repeat;
  }
  .pub-float {
    position: fixed;
    right: .3rem;
    bottom: 5rem;
    z-index: 9999;
    width: .88rem;
    height: 2.16rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 2px rgba(51, 51, 51, 0.15);
    border-radius: .44rem;
    padding: .12rem;
  }
  .pub-float .item {
    height: 50%;
    width: 100%;
    background-size: .64rem;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  }
  .pub-float .item.contact {
    background-image: url(../images/pub_float_M1.png);
  }
  .pub-float .item.help {
    background-image: url(../images/pub_float_M2.png);
    border-bottom: 1px solid #eee;
  }
  .wechat-cover {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
  }
  .wechat-cover .info {
    display: none;
    width: 100%;
    height: 5rem;
    padding-top: 0.5rem;
    background-color: #fff;
    background-image: url(../images/weixin_bg.png);
    background-repeat: no-repeat;
    background-size: 3rem;
    background-position: right 0.4rem top 0.6rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    border-top-left-radius: .32rem;
    border-top-right-radius: .32rem;
  }
  .wechat-cover .info .close {
    display: block;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    background-image: url(../images/close.png);
    width: 0.32rem;
    height: 0.32rem;
    background-size: 0.32rem;
    padding: 0.1rem;
  }
  .wechat-cover .info .tit {
    font-size: .4rem;
    color: #666;
    margin-bottom: 0.2rem;
  }
  .wechat-cover .info .num {
    color: #1A1A1A;
    font-size: .32rem;
    margin-bottom: 0.2rem;
  }
  .wechat-cover .info img {
    border: 1px solid #37BA00;
    padding: .12rem;
    width: 2.16rem;
    border-radius: .08rem;
  }
  .dn {
    display: none !important;
  }
  .sale-page .banner-area {
    width: 100%;
    height: 4.82rem;
  }
  .sale-page .banner-area .cnt {
    position: relative;
  }
  .sale-page .banner-area .cnt .domain-info {
    display: flex;
    flex-direction: column;
    padding-top: .4rem;
  }
  .sale-page .banner-area .cnt .domain-info .sub {
    font-size: .28rem;
  }
  .sale-page .banner-area .cnt .domain-info h1 {
    font-size: .4rem;
    margin: .16rem 0;
  }
  .sale-page .banner-area .cnt .sales {
    margin-top: .3rem;
    display: flex;
    flex-direction: row;
  }
  .sale-page .banner-area .cnt .sales .img {
    width: .8rem;
    height: .8rem;
    border: 1px solid #fff;
    padding: .02rem;
    border-radius: 50%;
  }
  .sale-page .banner-area .cnt .sales .img img {
    width: .72rem;
    height: .72rem;
    border-radius: 50%;
    display: block;
  }
  .sale-page .banner-area .cnt .sales .name {
    margin-left: .12rem;
  }
  .sale-page .banner-area .cnt .sales .name span {
    font-size: .18rem;
    margin-bottom: .16rem;
    display: block;
  }
  .sale-page .banner-area .cnt .sales .name p {
    font-size: .24rem;
  }
  .sale-page .banner-area .cnt ul {
    margin-top: .4rem;
  }
  .sale-page .banner-area .cnt ul li {
    font-size: .24rem;
    margin-bottom: .12rem;
  }
  .sale-page .banner-area .cnt .get-domain {
    margin-top: .6rem;
    width: 6.9rem;
    background-color: #fff;
    box-shadow: 0px 3px 6px 1px rgba(153, 153, 153, 0.25);
    padding: .24rem;
    border-radius: .16rem;
  }
  .sale-page .banner-area .cnt .get-domain h3 {
    font-size: .4rem;
    color: #666;
    margin-bottom: .32rem;
  }
  .sale-page .banner-area .cnt .get-domain .sub {
    font-size: .28rem;
    color: #999;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy {
    padding: .4rem 0;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.checked .check em {
    background-color: #37BA00;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.buy2.checked .form1 {
    display: block;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy .check {
    font-size: .36rem;
    color: #333;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy .check label {
    display: inline-block;
    height: 18px;
    width: 18px;
    border: 1px solid #37BA00;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    top: 5px;
    margin-right: 5px;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy .check label em {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -6px;
    left: 1px;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy .price {
    color: #37BA00;
    font-size: .36rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.buy1 {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.buy1 .box {
    padding-bottom: .2rem;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: space-between;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.buy1 .offer-form {
    margin-top: .2rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .buy.buy1 .offer-form .ipt {
    margin: 0;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form.form1 {
    display: none;
    margin-top: .2rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form .ipt {
    margin-bottom: .4rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form .ipt.error input {
    background-image: url(../images/att.png);
    background-repeat: no-repeat;
    background-position: right .2rem center;
    background-size: .32rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form .ipt.error p {
    display: block;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form .ipt p {
    color: #FA6262;
    font-size: .26rem;
    margin-top: .2rem;
    display: none;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .offer-form .ipt input {
    width: 100%;
    height: .64rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    font-size: .3rem;
    padding-left: .2rem;
  }
  .sale-page .banner-area .cnt .get-domain .opreat .next {
    display: block;
    height: .8rem;
    width: 100%;
    border-radius: .08rem;
    background-color: #37BA00;
    color: #fff;
    font-size: .36rem;
    text-align: center;
    line-height: .8rem;
  }
  .sale-page .banner-area .cnt .get-domain .rule {
    margin-top: .48rem;
  }
  .sale-page .banner-area .cnt .get-domain .rule li {
    color: #999;
    font-size: .36rem;
    margin-bottom: .32rem;
    background-image: url(../images/gou.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 25px;
  }
  .sale-page .banner-area .cnt .get-domain .rule li span {
    color: #37BA00;
  }
  .sale-page .banner-area .cnt .get-domain .pay-info {
    padding-top: .16rem;
    padding-left: .16rem;
    display: flex;
    flex-direction: row;
  }
  .sale-page .banner-area .cnt .get-domain .pay-info img {
    width: .96rem;
    height: .56;
    margin-right: .2rem;
  }
  .sale-page .advantage {
    border-radius: .16rem;
    box-shadow: 0px 3px 6px 1px rgba(153, 153, 153, 0.25);
    padding: .2rem;
    margin-top: 10.4rem;
  }
  .sale-page .advantage.sale-page-form {
    margin-top: 8rem !important;
  }
  .sale-page .advantage ul li {
    width: 100%;
    margin-bottom: .4rem;
    margin-top: .2rem;
  }
  .sale-page .advantage ul li .name {
    font-size: .32rem;
    color: #37BA00;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .32rem;
    padding-left: .5rem;
    margin-bottom: .24rem;
  }
  .sale-page .advantage ul li .n1 {
    background-image: url(../images/sale_03.png);
  }
  .sale-page .advantage ul li .n2 {
    background-image: url(../images/sale_02.png);
  }
  .sale-page .advantage ul li .n3 {
    background-image: url(../images/sale_01.png);
  }
  .sale-page .advantage ul li .desc {
    font-size: .24rem;
    color: #666;
    line-height: .4rem;
  }
  .sale-page .stats {
    margin-top: .58rem;
  }
  .sale-page .stats .tit {
    color: #333;
    font-size: .32rem;
  }
  .sale-page .stats #echart {
    width: 100%;
    height: 6rem;
  }
}
