.do-search {
  background-color: #f1f1f1;
}
.do-search .c-btn-search-domain {
  background: #0c59db;
  color: #fff;
  font-size: 20px;
  height: 50px;
  top: 10px;
  right: 10px;
  line-height: 50px;
}
.do-search #bulkdomain {
  width: 100%;
  margin: 0px;
  border-color: transparent;
  box-shadow: transparent;
}
.do-search-wrap-fixed {
  position: fixed;
  width: 100%;
  top: 54px;
  left: 0;
  z-index: 100;
  padding: 15px 30px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.do-search-wrap-fixed .do-search-nav {
  display: none;
}
.do-search-wrap-fixed .do-search-info {
  padding: 0 5px;
}
.do-search-wrap-fixed .do-search-info input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 20px;
}
.do-search-wrap-fixed .c-btn-search-domain {
  height: 40px;
  top: 0;
  right: 0;
  line-height: 40px;
  font-size: 16px;
  background-color: #0c59db;
  color: #fff;
}
.do-search-query .do-search-info {
  border-color: transparent;
  background-color: transparent;
  padding-right: 180px;
  padding-top: 0;
}
.do-search-query .c-btn-search-domain {
  top: 0;
  right: 0;
}
.do-search-query .do-search-list .srh-point-check {
  float: left;
}
.do-search-info {
  padding: 15px 5px;
}
.do-search-info input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 20px;
}
.do-search-info input:focus {
  border: transparent;
}
.do-search-nav {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.do-search-nav .item {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  margin-right: 20px;
}
.do-search-nav .nav-act {
  border-bottom: 3px solid #fff;
}
@media screen and (min-width: 1600px) {
  .do-search-nav .item {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .do-search-info {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .do-search-wrap {
    padding: 10px 5px;
  }
  .do-search-info {
    padding: 10px 5px;
  }
  .do-search-info input {
    padding-left: 0;
    font-size: 12px;
  }
  .do-search-info .c-btn-search-domain {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    top: 10px;
  }
  .do-search-query .do-search-info {
    padding-right: 140px;
  }
  .do-search-query .do-search-wrap {
    padding: 15px 10px;
  }
  .do-search-nav .item {
    font-size: 14px;
  }
}
.do-search-list .srh-point {
  margin-bottom: 30px;
}
.do-search-list .srh-point .srh-item {
  background-color: #f8fcff;
  border: 1px solid #50a2de;
}
.do-search-list .srh-point .srh-item:not(:last-child) {
  border-bottom: 1px solid transparent;
}
.do-search-list .srh-point-nav {
  position: relative;
  padding: 5px 20px 5px 0;
}
.do-search-list .srh-point-check {
  float: right;
}
.do-search-list .srh-extra {
  margin-bottom: 30px;
}
.do-search-list .srh-extra-domain {
  border: 1px solid #c1cfd9;
  border-bottom: 0;
}
.do-search-list .srh-extra-more .srh-loadmore-btn {
  display: inline-block;
  width: 100%;
  color: #50a2de;
  border: 1px dashed #50a2de;
  padding: 0 10px;
  line-height: 34px;
  border-radius: 3px;
  height: 34px;
  text-align: center;
}
.do-search-list .srh-extra-cart {
  text-align: right;
  margin-top: 10px;
}
.do-search-list .srh-item {
  position: relative;
  cursor: pointer;
  min-height: 42px;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #c1cfd9;
}
.do-search-list .srh-item:hover {
  background: #f4f9ff;
  border: 1px solid #50a2de;
}
.do-search-list .srh-item-left {
  display: inline-block;
  line-height: 42px;
  position: relative;
}
.do-search-list .srh-item-left .left-sign {
  display: inline-block;
  padding-right: 15px;
}
.do-search-list .srh-item-left .left-name {
  display: inline-block;
  padding-right: 10px;
  font-size: 20px;
  color: #333;
}
.do-search-list .srh-item-extralink {
  display: block;
  font-size: 14px;
  height: 15px;
  margin-top: -15px;
  padding-left: 28px;
  color: #4288ba;
}
.do-search-list .srh-item-extralink span {
  text-decoration: underline;
}
.do-search-list .srh-item-extralink span:hover {
  color: #0c59db;
}
.do-search-list .srh-item-right {
  display: inline-block;
  position: absolute;
  line-height: 42px;
  height: 100%;
  right: 10px;
}
.do-search-list .srh-item-right .right-more {
  position: relative;
  cursor: pointer;
}
.do-search-list .srh-item-right .right-more-price {
  display: none;
  position: absolute;
  right: 10px;
  margin-left: -60px;
  z-index: 1000;
}
.do-search-list .srh-item-right .right-more-price table {
  border: 1px solid #ddd;
  background-color: #fff;
  width: 300px;
}
.do-search-list .srh-item-right .right-more-price table tr:first-child {
  background-color: #eee;
}
.do-search-list .srh-item-right .right-more-price td {
  width: 50px;
  text-align: center;
  padding: 0 5px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width: 768px) {
  .do-search-list .srh-item-right {
    position: relative;
  }
}
.do-search-list {
  padding-top: 30px;
}
.do-search-list .c-btn {
  min-width: 110px;
}
.do-search-list .do-btn-shopcar {
  position: absolute;
  z-index: 100;
  left: -40px;
}
.do-search-list .srh-point-domain .c-btn {
  border-radius: 3px;
  text-align: center;
}
.do-search-list .srh-point-domain .suffix-name {
  color: #50a2de;
}
.do-search-list .srh-extra-domain .c-btn {
  border-color: #50a2de;
  background-color: #f1f9ff;
  color: #50a2de;
  border-width: 1px;
  line-height: calc(30px);
  font-size: 14px;
  padding: 0 16px;
}
.do-search-list .srh-item-right .right-price {
  color: #ee5435;
  font-size: 18px;
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .do-search-list .srh-item-left .left-name {
    font-size: 24px;
  }
}
.do-search-list .label {
  border-radius: 3px;
  font-size: 14px;
  margin-right: 10px;
}
.do-search-list .label {
  font-weight: normal;
}
.do-search-list .label-yellow {
  background-color: #fe9a38;
  border: 1px solid #fe9a38;
}
.do-search-list .label-green {
  background-color: #17c26b;
  border: 1px solid #17c26b;
}
.do-search-list .label-gray {
  background-color: #9caab7;
  border: 1px solid #9caab7;
}
.do-search-list .label-purple {
  background-color: #6497f5;
  border: 1px solid #6497f5;
}
.do-search-list .label-extra {
  background-color: #eee;
  color: #999;
  border: 1px solid #eee;
}
.do-search-list .label-hide {
  background-color: #fff;
  color: #50a2de;
  border: 1px solid #50a2de;
}
.do-search-list .label-price {
  cursor: pointer;
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
}
.do-search-other .c-sec1-serv p {
  margin: 0;
  color: #738ba5;
  font-size: 14px;
  line-height: 30px;
}
.do-search-other .c-sec1-serv .title {
  border-bottom: none;
}
.do-search-other .c-sec1-serv .title::after {
  content: none;
}
.do-index-system {
  padding: 70px 0 0;
  background: url(/img/page/v2020/domain/index/bg/index-system.jpg) top center no-repeat;
}
.do-index-merit {
  padding: 80px 0 50px;
}
@media screen and (max-width: 768px) {
  .do-index-merit .col-xs-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .do-index-merit .col-xs-2 img {
    width: 100%;
  }
}
.do-index-registry {
  padding-top: 70px;
  background: url(/img/page/v2020/domain/index/bg/index-registry.jpg) top center no-repeat;
}
.do-index-registry .registry-wrapper {
  position: relative;
}
.do-index-registry .swiper-registry {
  margin-top: 70px;
}
.do-index-registry .swiper-registry .item {
  margin-bottom: 30px;
}
.do-index-registry .swiper-registry .item img {
  width: 100%;
}
.do-index-guide .guide-item {
  border: 1px solid #dcdcdc;
  padding: 40px 20px;
  text-align: center;
}
.do-index-guide .guide-item-desc {
  display: inline-block;
  text-align: left;
  margin-top: 20px;
}
.do-index-guide .guide-item-desc a {
  display: block;
}
.do-index-guide h3 {
  font-size: 30px;
  color: #002249;
  font-weight: bold;
  margin: 30px 0 15px;
}
.do-info-custom {
  padding: 40px 0;
  background-color: #f0f4f9;
}
.do-info-custom img {
  width: 100%;
}
.do-info-custom .custom-title {
  font-size: 28px;
  white-space: nowrap;
  color: #002249;
  padding-right: 20px;
}
.do-info-custom .custom-list {
  max-width: 850px;
}
@media screen and (max-width: 768px) {
  .do-info-custom {
    display: none;
  }
}
.do-info-intro {
  padding: 70px 0 100px;
}
.do-info-intro .intro-domain-img {
  width: 260px;
  height: 260px;
  border-radius: 260px;
  box-shadow: 0 0 30px rgba(148, 148, 148, 0.2);
  line-height: 260px;
  text-align: center;
}
.do-info-intro .intro-domain-img img {
  width: 85%;
}
.do-info-intro .intro-domain-img span {
  font-size: 70px;
  color: #002249;
}
@media screen and (max-width: 768px) {
  .do-info-intro {
    padding: 30px 0 40px;
  }
  .do-info-intro .intro-domain-img {
    display: none;
  }
  .do-info-intro .table-item-t {
    padding-right: 0;
  }
}
.do-info-purchase {
  background-color: #0c59db;
}
.do-info-purchase .purchase-diagram {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .do-info-purchase {
    background: url(/img/page/v2020/domain/info/bg/info-purchase.jpg) no-repeat #0c59db;
    padding: 300px 0 0;
    background-size: 100%;
    background-position-y: -200px;
  }
  .do-info-purchase .purchase-diagram {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .do-info-purchase {
    padding: 150px 0 0;
  }
}
.do-info-detail {
  padding: 80px 0;
}
.do-info-detail .c-wrapper {
  background: url(/img/page/v2020/domain/info/bg/info-detail.png) top right no-repeat;
}
.do-info-detail .detail-request {
  margin-bottom: 70px;
}
.do-info-detail .detail-request-text {
  margin-top: 30px;
}
.do-info-detail .detail-request-text h5 {
  color: #0c59db;
}
.do-info-detail .detail-worth-text p::before {
  content: "\f00c";
  font-family: "FontAwesome5";
  color: #0c59db;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .do-info-detail {
    padding: 50px 0;
  }
  .do-info-detail .detail-request {
    margin-bottom: 20px;
  }
  .do-info-detail .detail-request-text {
    margin-top: 14px;
  }
}
.do-info-adv {
  background: linear-gradient(#2e78dc, #52a5eb);
  padding: 45px 0 20px;
}
.do-info-adv .nav-btn {
  background-color: #4689e0;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  border: none;
  margin: 10px 30px 10px 0;
  border-radius: 5px;
}
.do-info-adv .nav-btn.act {
  background-color: #fff;
  color: #0a77be;
}
.do-info-adv h4 {
  font-size: 28px;
  color: #002249;
  padding: 20px 0;
}
.do-info-adv p {
  margin-bottom: 10px;
}
.do-info-adv .adv-content {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 50px 40px;
}
.do-info-adv .adv-content .adv-card {
  display: none;
}
.do-info-adv .adv-content .adv-card.show {
  display: block;
}
.do-info-adv .adv-content .bg-img {
  width: 530px;
}
.do-info-adv .adv-sign img {
  max-height: 50px;
  max-width: 120px;
}
.do-info-adv .adv-sign > div {
  line-height: 60px;
  text-align: center;
  padding: 25px 0;
}
.do-info-adv .adv-more {
  font-size: 14px;
  color: #0b75bd;
  padding-right: 20px;
  float: right;
}
@media screen and (max-width: 768px) {
  .do-info-adv {
    padding: 20px 0;
  }
  .do-info-adv .nav-btn {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    margin: 10px 20px 10px 0;
    border-radius: 4px;
  }
  .do-info-adv .adv-content {
    padding: 15px;
  }
}
.do-domain-newest {
  padding: 50px 0;
}
.do-domain-newest .newest-title {
  font-size: 30px;
  color: #002249;
}
.do-domain-newest .newest-domain {
  margin: 15px 0;
}
.do-domain-newest .newest-domain-item .sign {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 80px;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.do-domain-newest .newest-domain-item .text {
  padding-left: 10px;
}
.do-domain-newest .newest-domain-item .text span {
  font-size: 16px;
  color: #0c59db;
}
.do-domain-newest .newest-domain-item img {
  width: 70%;
}
.do-agent-search .c-wrapper {
  position: relative;
}
.do-agent-search .search-content {
  background-color: #0c59db;
  padding: 35px 35px 10px;
  position: absolute;
  width: 100%;
  top: -50px;
}
.do-agent-search .search-title {
  color: #fff;
  width: 150px;
}
.do-agent-search .search-title h3 {
  font-size: 24px;
}
.do-agent-search .search-title p {
  font-size: 18px;
  line-height: 32px;
}
.do-agent-search .c-input-search input {
  height: 44px;
  line-height: 44px;
}
.do-agent-search .c-input-search .c-btn-search-domain {
  cursor: pointer;
  height: 64px;
  line-height: 64px;
  background-color: #fff;
  border-left: 1px solid #dcdcdc;
  font-size: 18px;
  color: #0c59db;
}
.do-agent-search .do-agent-apply {
  padding-top: 120px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .do-agent-search .search-title {
    width: 100%;
  }
  .do-agent-search .search-title h3,
  .do-agent-search .search-title p {
    display: inline-block;
    font-size: 20px;
  }
  .do-agent-search .table-row .table-item-m {
    display: block;
    text-align: center;
  }
  .do-agent-search .search-content {
    padding: 15px 10px;
    width: calc(100% - 20px);
  }
}
.do-agent-apply .srh-result-text {
  font-size: 18px;
  color: #0c59db;
}
.do-agent-apply .apply-result {
  display: none;
  margin-top: 50px;
}
.do-agent-apply .apply-result-flow {
  width: 100%;
  text-align: center;
  margin: 25px 0 30px;
}
.do-agent-apply .apply-result-flow p {
  color: #002249;
  font-size: 18px;
}
.do-agent-apply .apply-result-flow .flow-count {
  font-family: "Gilroy-Bold";
  display: inline-block;
  font-size: 36px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #dcdcdc;
}
.do-agent-apply .apply-result-flow .flow-count.current {
  color: #fff;
  background-color: #0c59db;
}
@media screen and (max-width: 768px) {
  .do-agent-apply .m-pro-tit .tit {
    font-size: 24px;
  }
}
.do-agent-form .form-info p {
  font-size: 18px;
  color: #002249;
  line-height: 36px;
}
.do-agent-form .form-info-input {
  padding-right: 30px;
}
.do-agent-form .form-info-input .item {
  margin-bottom: 10px;
}
.do-agent-form .form-info-input input {
  height: 42px;
  line-height: 42px;
}
.do-agent-form .form-explain {
  width: 400px;
  border: 1px solid #dcdcdc;
  background-color: #f9f9f9;
  padding: 15px 25px;
}
.do-agent-form .form-explain h5 {
  font-size: 16px;
  color: #002249;
  font-weight: bold;
  line-height: 32px;
}
.do-agent-form .form-explain p {
  font-size: 14px;
  line-height: 28px;
  color: #738ba5;
}
.do-agent-form .Remark {
  height: 210px;
}
.do-agent-form .form-submit {
  color: #002249;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  margin-top: 20px;
}
.do-agent-form .form-submit a {
  color: #0c59db;
}
.do-agent-form .form-submit .btn-submit {
  margin-top: 20px;
  height: 60px;
  line-height: 60px;
  font-weight: normal;
  padding: 0 20px;
  font-size: 24px;
}
.do-agent-reason {
  background: url(/img/page/v2020/domain/agent/bg/agent-reason.jpg);
  padding: 50px 0 50px;
}
.do-agent-reason .reason-content {
  color: #fff;
  margin-top: 60px;
}
.do-agent-reason .reason-img {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  text-align: center;
  line-height: 180px;
  position: relative;
  display: inline-block;
  z-index: 5;
}
@keyframes rotateimg {
  0% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.do-agent-reason .reason-img span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: rotateimg 30s linear infinite;
  -moz-animation: rotateimg 30s linear infinite;
  -o-animation: rotateimg 30s linear infinite;
  animation: rotateimg 30s linear infinite;
}
.do-agent-reason h3 {
  font-weight: bold;
  font-size: 26px;
  margin: 30px 0 20px;
}
.do-agent-reason p {
  font-size: 18px;
  line-height: 32px;
}
.do-agent-data {
  padding: 50px 0;
  background: url(/img/page/v2020/domain/agent/bg/agent-data.jpg) center no-repeat #020408;
  height: 820px;
}
@media screen and (max-width: 1200px) {
  .do-agent-data {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .do-agent-data {
    height: 550px;
  }
}
.do-agent-monitor {
  padding: 40px 0;
}
.do-agent-buyback {
  background: url(/img/page/v2020/domain/agent/bg/agent-buyback.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 55px 0;
  text-align: center;
}
.do-agent-buyback .buyback-tit {
  font-size: 30px;
  margin: 20px 0;
  font-weight: bold;
  color: #002249;
  line-height: 50px;
}
.do-agent-buyback .buyback-btn {
  font-size: 24px;
  height: 54px;
  line-height: 54px;
  padding: 0 30px;
}
.do-agent-buyback .buyback-btn:hover {
  scale: 0.97;
  background-color: #fff;
  color: #0c59db;
  transition: scale 0.5s;
}
.do-agent-region {
  padding-top: 70px;
  background: url(/img/page/v2020/domain/agent/bg/agent-region.jpg) top center no-repeat;
}
.do-agent-region .subtit strong {
  font-size: 36px;
  font-weight: bold;
}
.do-agent-region .do-agent-region-map {
  position: relative;
  padding-top: 50px;
}
.do-agent-region .do-agent-region-map img {
  position: relative;
  top: 10px;
  transition: top 0.5s ease;
}
.do-agent-region .do-agent-region-map img:hover {
  top: -5px;
  transition: top 0.5s ease;
}
@media screen and (max-width: 768px) {
  .do-agent-region {
    padding: 40px 0 30px;
    background-position-y: -200px;
  }
  .do-agent-region .subtit {
    font-size: 16px;
  }
  .do-agent-region .subtit strong {
    font-size: 20px;
    font-weight: bold;
  }
  .do-agent-region .do-agent-region-map {
    position: relative;
    padding-top: 20px;
  }
}
.do-agent-service {
  padding: 40px 0 90px;
}
.do-agent-service .service-table {
  margin-top: 40px;
  color: #002249;
  text-align: center;
}
.do-agent-service .service-table h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.do-agent-service .service-table .service-ul {
  font-size: 16px;
  line-height: 32px;
}
.do-agent-service .service-table-item {
  border: 1px solid #dcdcdc;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .do-agent-service {
    display: none;
  }
}
.do-agent-flow {
  padding: 40px 0;
  background-color: #0c59db;
}
.do-agent-flow .flow-table img {
  max-width: 100%;
}
.do-agent-flow .flow-table .one-row {
  margin: 10px auto;
}
.do-agent-brand {
  padding: 80px 0;
  text-align: center;
}
.do-agent-brand .m-pro-tit .tit {
  margin-bottom: 10px;
}
.do-agent-brand .m-pro-tit .subtit {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.do-agent-brand-table {
  padding: 50px 0;
}
.do-agent-brand-table .table-item {
  display: block;
  margin-bottom: 25px;
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 70px;
  font-size: 18px;
  color: #002249;
  line-height: 70px;
  background: url(/img/page/v2020/domain/agent/icon/004.png) top left no-repeat;
}
.do-agent-brand-table .table-item:hover {
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.do-agent-brand .c-btn {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .do-agent-brand {
    display: none;
  }
}
.do-agent-expert {
  padding: 60px 0;
  background: url(/img/page/v2020/domain/agent/bg/agent-expert.jpg) top center no-repeat;
}
.do-agent-expert .m-pro-tit-w .tit {
  margin-bottom: 10px;
}
.do-agent-expert .m-pro-tit-w .subtit {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.do-agent-expert .row {
  margin-right: -30px;
  margin-left: -30px;
}
.do-agent-expert .row > div {
  padding-right: 30px;
  padding-left: 30px;
}
.do-agent-expert .expert-table {
  margin-top: 60px;
}
.do-agent-expert .expert-td {
  background-color: #fff;
  box-shadow: 0 0 13px rgba(2, 45, 134, 0.1);
}
.do-agent-expert .expert-photo {
  width: 100%;
}
.do-agent-expert .expert-code {
  width: 115px;
  padding: 0 10px;
}
.do-agent-expert .expert-code img {
  width: 100%;
}
.do-agent-expert .expert-info {
  padding: 10px 0;
}
.do-agent-expert .expert-text {
  padding-top: 5px;
  font-size: 18px;
  color: #002249;
}
@media screen and (max-width: 768px) {
  .do-agent-expert {
    display: none;
  }
}
.do-agent-qna .qna-table {
  color: #002249;
  font-size: 16px;
  line-height: 36px;
}
.do-agent-qna .qna-table > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .do-agent-qna {
    display: none;
  }
}
.do-transfer-search {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  width: 100%;
}
.do-transfer-search .transfer-operate {
  width: 100%;
  padding: 0 50px;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
}
.do-transfer-search .transfer-operate .batch-transfer {
  position: relative;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  color: #002249;
  margin-right: 20px;
}
.do-transfer-search .transfer-operate .batch-transfer.active {
  color: #0c59db;
  font-weight: bold;
  border-bottom: 3px solid #0c59db;
}
.do-transfer-search .transfer-operate .batch-transfer.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  left: 49%;
  bottom: 0;
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-bottom: 6px solid #0c59db;
  border-right: 4px solid transparent;
}
.do-transfer-search .transfer-panel {
  width: 100%;
  padding: 30px 50px;
  text-align: left;
  height: auto;
  transition: height 0.5s;
}
.do-transfer-search .transfer-table {
  width: 100%;
  color: #002249;
}
.do-transfer-search .transfer-table input {
  height: 42px;
  line-height: 42px;
}
.do-transfer-search .transfer-table .input-title {
  width: 80px;
}
.do-transfer-search .transfer-btn {
  padding-left: 80px;
  margin-top: 25px;
}
.do-transfer-search .transfer-btn .c-btn {
  padding: 0 60px;
  border-radius: 0;
}
.do-transfer-search .txt-domain {
  width: 100%;
}
.do-transfer-flow {
  padding: 50px 0 60px;
}
.do-transfer-flow .flow-step-item {
  position: relative;
  text-align: center;
}
.do-transfer-flow .flow-step-item i {
  display: block;
  font-size: 90px;
  line-height: 72px;
  color: #f1f6fb;
  font-weight: bolder;
  height: 20px;
  font-style: normal;
}
.do-transfer-flow .flow-step-item .tit {
  font-size: 24px;
  color: #002249;
}
.do-transfer-flow .flow-step-item p {
  margin-top: 20px;
  font-size: 14px;
  color: #738ba5;
  line-height: 30px;
}
.do-transfer-flow .table-row {
  border-collapse: collapse;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.do-transfer-flow .table-item {
  position: relative;
  padding: 20px;
  border: 1px solid #0c59db;
  box-shadow: 20px 0px 20px rgba(0, 0, 0, 0.05);
}
.do-transfer-flow .table-item:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  right: -15px;
  top: 0px;
  bottom: 0;
  height: 0;
  width: 0;
  border-top: 12px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 12px solid transparent;
}
.do-transfer-flow .table-item:not(:last-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  right: -16px;
  top: 0px;
  bottom: 0;
  height: 0;
  width: 0;
  border-top: 13px solid transparent;
  border-left: 16px solid #0c59db;
  border-bottom: 13px solid transparent;
}
.do-transfer-flow .table-item:hover {
  cursor: pointer;
}
.do-transfer-flow .table-item:hover i {
  color: #e3ecf5;
  transition: all 0.5s;
}
.do-transfer-flow .table-item:hover .bottom-line {
  width: 80px;
  transition: all 0.5s;
}
.do-transfer-flow .bottom-line {
  display: inline-block;
  width: 45px;
  height: 4px;
  border-radius: 4px;
  background-color: #0c59db;
  transition: width 0.5s;
}
.do-transfer-message {
  background-color: #f5f6f8;
  padding: 40px 0 90px;
}
.do-transfer-message .do-transfer-merit {
  padding: 20px 0;
}
.domain-chinese .btn-search {
  width: auto;
}
.domain-chinese img {
  max-width: 100%;
}
.domain-chinese-list .title h3 {
  text-align: center;
  font-size: 30px;
  margin: 40px 0 20px;
  color: #002249;
}
.domain-chinese-list .title p {
  color: #002249;
  text-align: center;
  margin-bottom: 20px;
}
.domain-chinese-list .row > div {
  margin-bottom: 20px;
}
.domain-chinese-list .cn {
  background-color: #f5f6f8;
  padding: 20px;
}
.domain-chinese-list .cn .flag {
  text-align: center;
  background-color: #f3f3f5;
  border: 1px solid #d2d2d2;
  height: 95px;
  line-height: 95px;
}
.domain-chinese-list .cn .flag img {
  max-width: 80%;
}
.domain-chinese-list .cn .flag .full {
  max-width: 100%;
}
.domain-chinese-list .cn .txt {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #002249;
  padding: 5px 0;
}
.domain-chinese-list .cn .txt:hover {
  color: #0c59db;
}
.domain-chinese-list .other {
  margin-top: 60px;
}
.domain-chinese-list .other img {
  max-width: 100%;
}
.domain-chinese-list .other .flex-row {
  margin: 0 -10px;
}
.domain-chinese-list .other .list-item {
  padding: 10px;
}
.domain-chinese-list .other .info {
  position: relative;
  height: 100%;
}
.domain-chinese-list .other .info:hover {
  cursor: pointer;
}
.domain-chinese-list .other .info:hover .domain-flag {
  opacity: 1;
  transition: all 0.5s;
}
.domain-chinese-list .other .info:hover .domain-name {
  opacity: 0;
  transition: all 0.3s;
}
.domain-chinese-list .other .domain-name {
  background-color: #f3f3f5;
  border: 1px solid #d2d2d2;
  padding-top: 50px;
  min-height: 120px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s;
  color: #002249;
}
.domain-chinese-list .other .domain-flag {
  opacity: 0;
  position: relative;
  transition: opacity 0.5s;
}
.domain-chinese-list .other .domain-flag span {
  color: #002249;
  font-size: 14px;
}
.domain-chinese-about {
  background: url(/img/page/v2020/domain/chinese/bg/b001.jpg) no-repeat center;
  padding: 70px 0 100px;
}
.domain-chinese-adv {
  background: url(/img/page/v2020/domain/chinese/bg/b002.jpg) no-repeat top;
  padding: 100px 0 30px;
}
.domain-chinese-adv .adv-wrap {
  margin: 50px -15px 0;
}
.domain-chinese-adv .adv-item {
  padding: 15px;
}
.domain-chinese-adv .adv-item img {
  width: auto;
}
.domain-chinese-adv .adv-info {
  padding: 20px;
  background: #fff;
  border: 1px solid #dcdcdc;
  height: 100%;
}
.domain-chinese-adv .c-section-tit {
  margin: 20px 0;
}
.domain-chinese-point .point-wrap {
  margin: 50px -15px 0;
}
.domain-chinese-point .point-item {
  padding: 15px;
}
.domain-chinese-point .point-info {
  position: relative;
  padding: 15px 20px 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-left: none;
  height: 100%;
}
.domain-chinese-point .point-info::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(#ffb471, #ef4f24);
}
.domain-chinese-point .point-info_2::after {
  background: linear-gradient(#8fd9ff, #0190af);
}
.domain-chinese-point .point-info_3::after {
  background: linear-gradient(#c69aeb, #944cd2);
}
.domain-chinese-point .point-info_4::after {
  background: linear-gradient(#89adff, #3752db);
}
.domain-chinese-point .point-info_5::after {
  background: linear-gradient(#ff6d6d, #cd0a0a);
}
.domain-chinese-point .point-info_6::after {
  background: linear-gradient(#9ddda7, #24a130);
}
.domain-chinese-point img {
  margin-bottom: 10px;
}
.do-new-about {
  background: #cce4ff;
}
.do-new-about .about-wrap {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: right;
}
.do-new-about .about-left {
  position: absolute;
  background: url(/img/page/v2020/domain/new/bg/bg02.png);
  background-size: 100% 100%;
  padding: 40px;
  max-width: 40%;
  left: 0;
}
.do-new-about .about-right {
  padding: 20px 40px 30px 140px;
  max-width: 70%;
  background: url(/img/page/v2020/domain/new/bg/bg03.png);
  background-size: cover;
}
.do-new-about .about-describe {
  text-align: left;
  padding: 30px 0;
  color: #fff;
}
.do-new-about .about-describe p {
  line-height: 30px;
  font-size: 14px;
}
.do-new-about .m-pro-tit .tit {
  font-size: 36px;
  color: #fff;
  margin-bottom: 0;
}
.do-new-about .about-subtit {
  text-align: center;
  color: #002249;
  font-size: 36px;
  margin: 10px 0;
  font-weight: bold;
}
.do-new-about .about-content {
  margin: 0 -10px;
}
.do-new-about .about-content .tit {
  position: relative;
  margin-bottom: 10px;
  transform: skewX(5deg);
}
.do-new-about .about-content .tit span {
  display: inline-block;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 30px;
  height: 30px;
}
.do-new-about .about-content .tit::after {
  content: url(/img/page/v2020/domain/new/icon/007.png);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
.do-new-about .about-content .text {
  color: #002249;
  line-height: 30px;
  transform: skewX(5deg);
}
.do-new-about .about-data {
  padding: 5px;
}
.do-new-about .about-data > div {
  background: #fff;
  padding: 30px 20px;
  height: 100%;
  transform: skewX(-5deg);
}
.do-new-about .about-data > .sed {
  transform: skewX(-5deg) translateX(-18px);
}
@media screen and (max-width: 768px) {
  .do-new-about .about-wrap {
    flex-direction: column;
  }
  .do-new-about .about-left {
    position: relative;
    width: 100%;
    max-width: none;
    background: none;
    padding: 20px;
    background-color: #0c59db;
  }
  .do-new-about .about-right {
    width: 100%;
    max-width: none;
    padding: 15px;
    background: none;
  }
  .do-new-about .about-content .tit {
    transform: skewX(0);
  }
  .do-new-about .about-data > div {
    padding: 20px 10px;
    transform: skewX(0);
  }
  .do-new-about .about-data > .sed {
    transform: skewX(0) translateX(0);
  }
}
.do-new-adv {
  background-color: #e6f1ff;
}
.do-new-adv .row {
  display: flex;
  flex-wrap: wrap;
}
.do-new-adv .adv-item {
  margin-top: 20px;
}
.do-new-adv .adv-item > div {
  height: 100%;
}
.do-new-adv .c-section-tit {
  margin-bottom: 10px;
}
.do-new-adv .adv-item-row {
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.do-new-adv .img {
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #2971ec, #6096f0);
}
.do-new-adv .info {
  background-color: #fff;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .do-new-adv .img {
    flex: 0 0 60px;
    padding: 10px;
  }
  .do-new-adv .adv-item {
    margin-top: 10px;
  }
}
.do-default-qna .qna-list {
  margin-top: 30px;
}
.do-default-qna .qna-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px;
}
.do-default-qna .qna-list li::before {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  background: url(/images/IP/qna.png) center no-repeat;
  left: 0;
  top: 0;
}
.do-default-qna .qna-list li h4 {
  font-size: 16px;
  line-height: 26px;
  color: #002249;
}
.do-default-qna .qna-list li p {
  background: #f2f5f9;
  font-size: 16px;
  padding: 15px 20px;
  color: #738ba5;
  margin: 5px 0 10px;
}
.do-new-more {
  background: url(/img/page/v2020/domain/new/bg/bg01.jpg) no-repeat;
  height: 330px;
  text-align: center;
}
.do-new-more .sub-title {
  color: #c0dfff;
  font-size: 24px;
  margin-top: 20px;
}
.do-new-more .sub-title .c-btn {
  border-radius: 40px;
  border-color: transparent;
  background: linear-gradient(to right, #ff9f9f, #ff5c23);
  margin: 0 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .do-new-more {
    height: 180px;
  }
  .do-new-more .sub-title {
    font-size: 14px;
    margin-top: 15px;
  }
  .do-new-more .c-btn {
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.domain-title {
  font-size: 36px;
  color: #002249;
  font-weight: bold;
}
.section-1 {
  background: url(/img/page/v2020/domain/detail/banner-1.jpg) no-repeat;
  background-size: cover;
  height: 385px;
  display: flex;
  align-items: center;
  text-align: center;
}
.section-1 h2 {
  margin-bottom: 26px;
}
.section-1 .des {
  font-size: 16px;
  color: #002249;
  margin-bottom: 39px;
}
.section-1 .input-box {
  margin-bottom: 24px;
  position: relative;
}
.section-1 input {
  height: 60px;
  padding: 0 135px 0 18px;
  border-radius: 8px;
  border: 1px solid #0c59db;
}
.section-1 input::placeholder {
  font-size: 14px;
  color: #738ba5;
}
.section-1 .search-btn {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  height: 50px;
  line-height: 50px;
  background-color: #0c59db;
  padding: 0 32px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.5s;
}
.section-1 .search-btn:hover {
  background-color: #1766ec;
}
.section-1 .contact {
  font-size: 14px;
  color: #0c59db;
  cursor: pointer;
  transition: all 0.5s;
}
.section-1 .contact:hover {
  text-decoration: underline !important;
}
.section-2 {
  padding: 55px 0 44px;
}
.section-2 .container {
  overflow: hidden;
}
.section-2 h3 {
  font-size: 24px;
  color: #002249;
  margin-bottom: 35px;
  text-align: center;
}
.section-3 {
  padding: 64px 0;
  background-color: #eef6ff;
}
.section-3 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-3 .des-box {
  padding-right: 12px;
}
.section-3 h2 {
  margin-bottom: 27px;
}
.section-3 .des {
  color: #002249;
  max-width: 831px;
  line-height: 2;
}
.section-3 .domain-img {
  max-width: 350px;
}
.section-4 {
  padding: 75px 0;
  background: linear-gradient(to right, #4293ff, #eff5ff);
}
.section-4 .container {
  padding: 0 40px;
}
.section-4 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-4 .des-box {
  padding-left: 40px;
  max-width: 850px;
}
.section-4 .img-box {
  display: inline-block;
  width: 220px;
  position: relative;
}
.section-4 .img-box div {
  position: absolute;
  left: 46%;
  top: 49%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 140px;
}
.section-4 h2 {
  margin-bottom: 29px;
}
.section-4 .des {
  color: #002249;
}
.section-4 .des p {
  font-size: 16px;
  line-height: 32px;
}
.section-4 .des span {
  font-weight: bold;
}
.section-5 {
  margin-top: 58px;
  margin-bottom: 94px;
  color: #002249;
}
.section-5 .container {
  padding: 60px 77px 60px 103px;
  border: 1px solid #dcdcdc;
}
.section-5 .des-box {
  margin-bottom: 36px;
}
.section-5 .des-con h2 {
  margin-bottom: 39px;
}
.section-5 .des-con:not(:last-child) {
  margin-bottom: 52px;
}
.section-5 .des-con p {
  line-height: 2;
}
.section-5 .contact-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  padding: 0 29px;
  color: #fff;
  background-color: #0c59db;
  cursor: pointer;
  transition: background-color 0.5s;
}
.section-5 .contact-btn:hover {
  background-color: #1766ec;
}
.section-6 {
  margin-bottom: 120px;
}
.section-6 h2 {
  text-align: center;
  margin-bottom: 80px;
}
.section-6 .des-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-6 .des-box .des-con {
  width: 22.7%;
  text-align: center;
  padding: 38px 57px;
  margin-bottom: 38px;
  box-shadow: 0 2px 8px 6px rgba(174, 186, 208, 0.15);
  border-radius: 8px;
}
.section-6 .des-box p {
  color: #002249;
  margin-top: 20px;
  line-height: 2;
}
.section-7 {
  background: url(/img/page/v2020/domain/detail/bg-1.jpg) no-repeat;
  background-size: cover;
  height: 196px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.section-7 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-7 p {
  margin-bottom: 12px;
}
.section-7 .con-1 {
  margin-right: 39px;
}
.section-7 .con-1 img {
  margin-right: 8px;
}
.section-7 .con-2 {
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.section-7 .con-2 span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.section-7 .con-2:hover {
  transform: scale(1.2);
}
.section-8 {
  margin-bottom: 45px;
}
.section-8 h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 22px;
  color: #333333;
}
.section-8 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-8 li {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.section-8 li:hover {
  transform: scale(1.2);
}
.section-8 li img {
  margin-right: 10px;
}
.section-8 li span {
  font-size: 16px;
  color: #333333;
}
@media (max-width: 640px) {
  .flex {
    flex-direction: column;
  }
  .section-3 .des {
    margin-bottom: 12px;
  }
  .section-4 img {
    margin-bottom: 12px;
  }
  .section-4 .des-box {
    padding-left: 0px;
  }
  .section-4 .img-box div {
    top: 46%;
  }
  .section-5 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .section-5 .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .section-6 .des-con {
    width: 100% !important;
  }
  .section-7 {
    font-size: 24px;
    height: 226px;
  }
  .section-8 ul {
    justify-content: flex-start;
  }
  .section-8 li {
    margin-right: 20px;
    margin-bottom: 12px;
  }
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}
.section-title {
  font-size: 36px;
  font-weight: bold;
  color: #002249;
  margin-bottom: 43px;
}
.domain-banner {
  height: 600px;
  background: url(/img/page/v2024/domain/index/banner.jpg) no-repeat;
  background-size: cover;
}
.domain-banner .container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.domain-banner h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.domain-banner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.domain-banner h4 {
  font-size: 18px;
  color: #ffb787;
  margin-bottom: 48px;
  text-align: center;
}
.domain-banner form {
  width: 100%;
}
.domain-banner #domainsearch {
  height: 60px !important;
  border-radius: 8px;
  padding-right: 120px;
  padding-left: 18px;
}
.domain-banner #domainsearch::placeholder {
  font-size: 14px;
  color: #738ba5;
}
.domain-banner .c-btn-search-domain {
  display: flex;
  align-items: center;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  line-height: 50px;
  padding: 0 32px;
  background-color: #0c59db;
  border-radius: 8px;
  color: #fff;
}
.domain-banner .c-btn-search-domain span {
  margin-left: 6px;
}
.domain-banner .c-btn-search-domain:hover span {
  transition: none;
  margin-left: 6px;
}
.domain-banner .banner-btn {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  background-color: #ff822e;
  border-radius: 20px;
  margin-top: 69px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.domain-banner .banner-btn span {
  position: relative;
  z-index: 5;
}
.domain-banner .banner-btn::before {
  content: "";
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  background-color: #f29f1c;
  width: 0;
  height: 0;
  position: absolute;
  border-radius: 9999px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.domain-banner .banner-btn:hover::before {
  width: 35rem;
  height: 35rem;
}
.domain-risk {
  padding: 70px 0;
}
.domain-risk h3 {
  text-align: center;
  margin-bottom: 30px;
}
.domain-risk .tit-des {
  font-size: 18px;
  color: #738ba5;
  line-height: 30px;
  text-align: center;
  margin-bottom: 52px;
}
.domain-risk .risk-box {
  display: flex;
  flex-wrap: wrap;
}
.domain-risk .risk-con {
  width: calc((100% - 60px) / 3);
  text-align: center;
  padding: 32px;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  transition: all 0.5s;
}
.domain-risk .risk-con:hover {
  box-shadow: 0 0 8px 12px rgba(174, 186, 208, 0.15);
}
.domain-risk .risk-con:not(:nth-child(3n)) {
  margin-right: 30px;
}
.domain-risk .risk-con p {
  font-size: 18px;
  color: #002249;
  font-weight: bold;
  margin-top: 25px;
}
@keyframes upDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}
.domain-product-web .intro-pos {
  position: relative;
}
.domain-product-web .intro-pos .hover-down {
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translate(-50%);
}
.domain-product-web .intro-pos.hover .hover-down {
  display: none;
}
.domain-product-web .domain-product-box-1 .d-pro-box:nth-child(odd) .des-con {
  margin-right: 10px;
}
.domain-product-web .domain-product-box-1 .d-pro-box:nth-child(even) .des-con {
  margin-left: 10px;
}
.domain-product-web .domain-product-box-2 .d-pro-box:nth-child(even) .des-con {
  margin-right: 10px;
}
.domain-product-web .domain-product-box-2 .d-pro-box:nth-child(odd) .des-con {
  margin-left: 10px;
}
.domain-product-web .phone-product-box {
  display: none;
}
.domain-product-web .d-pro-box:not(:last-child) {
  margin-bottom: 89px;
}
.domain-product-web .phone-img {
  display: none;
}
.domain-product-web .intro-box {
  position: relative;
  height: 72px;
  background: linear-gradient(to right, #1363f7 0%, #5f9cf8 100%);
  border-radius: 10px;
  padding: 25px 35px;
  overflow: hidden;
  transition: all 0.5s;
}
.domain-product-web .intro-box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.domain-product-web .intro-con-box {
  display: flex;
  flex-wrap: wrap;
  padding: 42px 25px 0;
  background-color: #fff;
  margin-top: 25px;
}
.domain-product-web .intro-con {
  position: relative;
  width: 33.33%;
  text-align: center;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 35px;
}
.domain-product-web .intro-con::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #dcdcdc;
}
.domain-product-web .intro-con:nth-last-child(1)::before,
.domain-product-web .intro-con:nth-last-child(2)::before,
.domain-product-web .intro-con:nth-last-child(3)::before {
  content: none;
}
.domain-product-web .intro-con:not(:nth-child(3n))::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: calc(100% - 26px);
  background-color: #dcdcdc;
}
.domain-product-web .intro-con img {
  height: 47px;
}
.domain-product-web .intro-con p {
  font-size: 18px;
  color: #002249;
  line-height: 30px;
  margin-top: 24px;
}
.domain-product-phone {
  display: none;
  background-color: #eef6ff;
  padding: 30px 0;
}
.domain-product-phone .tab-list {
  display: flex;
  justify-content: space-between;
}
.domain-product-phone .tab-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 10px) / 3);
  height: 74px;
  font-size: 18px;
  text-align: center;
  color: #002249;
  padding: 30px 15px;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  background-color: #eef6ff;
  margin-bottom: 2px;
}
.domain-product-phone .tab-list li.active {
  height: 78px;
  font-weight: bold;
  background-color: #fff;
  margin-bottom: 0;
  margin-top: -2px;
}
.domain-product-phone .tab-con {
  display: none;
  padding: 40px;
  background-color: #fff;
}
.domain-product-phone .tab-con.active {
  display: block;
}
.domain-product-phone .tab-con .tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 30px;
  color: #0c59db;
  margin-bottom: 30px;
}
.domain-product-phone .tab-con .des {
  font-size: 24px;
  color: #002249;
  line-height: 36px;
  margin-bottom: 10px;
}
.domain-product-phone .box {
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
.domain-product-phone .box-1 {
  margin-bottom: 42px;
}
.domain-product-phone .des-con-tit {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  padding: 20px;
  background: linear-gradient(to right, #1363f7 0%, #5f9cf8 100%);
  border-radius: 10px;
  color: #fff;
  margin-bottom: 25px;
}
.domain-product-phone .des-con-tit::after {
  content: url(/img/page/v2024/domain/index/icon/icon-down-2.png);
  position: absolute;
  bottom: -19px;
  right: calc(50% - 38px);
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
}
.domain-product-phone .des-con {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: #002249;
  padding: 20px;
  border: 1px solid #1363f7;
  border-radius: 10px;
}
.domain-product-phone .des-con:not(:last-child) {
  margin-bottom: 10px;
}
.domain-product-phone .des-con img {
  width: 47px;
  margin-right: 20px;
}
@media (max-width: 500px) {
  .domain-product-phone .tab-list li {
    font-size: 18px;
    padding: 10px 2px;
  }
  .domain-product-phone .tab-con {
    padding: 40px 15px;
  }
  .domain-product-phone .tab-con .tit {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .domain-product-phone .tab-con .des {
    font-size: 16px;
  }
}
.domain-product-box {
  position: relative;
}
.domain-product-box .up-down {
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translate(-50%);
  animation: upDown 1s ease-in-out infinite;
}
.domain-product-box .des-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
}
.domain-product-box .des-box .des-con {
  max-width: 654px;
}
.domain-product-box .des-box .des-con p {
  font-size: 18px;
  color: #002249;
  line-height: 36px;
}
.domain-product-box-1 {
  background-color: #eef6ff;
  padding: 78px 0 71px;
}
.domain-product-box-2 {
  background-color: #fff;
  padding: 78px 0 71px;
}
.domain-ask {
  padding: 77px 0 110px;
  background-color: #f8f8f8;
}
.domain-ask .ask-box {
  display: flex;
  flex-wrap: wrap;
}
.domain-ask .domain-index-faq {
  position: relative;
  height: 80px;
  width: calc((100% - 20px) / 2);
  background: #e6e9ef;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 8px;
  margin-bottom: 20px;
}
.domain-ask .domain-index-faq:not(:nth-child(even)) {
  margin-right: 20px;
}
.domain-ask .domain-index-faq--focus {
  z-index: 1;
}
.domain-ask .domain-index-faq--focus .domain-index-faq__inner::before {
  background: url(/img/page/v2024/domain/index/icon/icon-arrow-up.svg);
}
.domain-ask .domain-index-faq__inner {
  height: 80px;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  border-radius: 8px;
  top: 0;
  left: 0;
  position: absolute;
}
.domain-ask .domain-index-faq__inner::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 24px;
  right: 24px;
  background: url(/img/page/v2024/domain/index/icon/icon-arrow-down.svg);
  background-size: 100%;
}
.domain-ask .domain-index-faq__title {
  font-size: 18px;
  color: #002249;
  letter-spacing: 0;
  line-height: 30px;
}
.domain-ask .domain-index-faq__text {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 19px;
}
.domain-ask .domain-index-faq--focus:hover .domain-index-faq__inner {
  height: 180px;
  background-color: #2e95ff;
}
.domain-ask .domain-index-faq--fixedbottom .domain-index-faq__inner {
  bottom: 0;
  top: initial;
}
.domain-ask .domain-index-faq--focus:hover .domain-index-faq__inner .domain-index-faq__title {
  color: #fff;
}
@media (max-width: 1024px) {
  .domain-ask .domain-index-faq {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media (max-width: 640px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .domain-banner h2 {
    font-size: 36px;
  }
  .domain-product-web {
    display: none;
  }
  .domain-product-phone {
    display: block;
  }
  .domain-risk {
    padding: 30px 0 10px;
  }
  .domain-risk h3 {
    margin-bottom: 10px;
  }
  .domain-risk .tit-des {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .domain-risk .risk-con {
    width: calc((100% - 10px) / 2);
    padding: 16px 10px;
    margin-bottom: 10px;
  }
  .domain-risk .risk-con:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .domain-risk .risk-con:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .domain-risk .risk-con img {
    width: 38px;
  }
  .domain-risk .risk-con p {
    margin-top: 10px;
  }
  .domain-ask {
    padding: 30px 0 10px;
  }
  .domain-ask .domain-index-faq {
    height: auto;
  }
  .domain-ask .domain-index-faq__inner {
    position: static;
    height: 60px;
    padding: 15px 20px;
  }
  .domain-ask .domain-index-faq__title {
    font-size: 14px;
  }
  .domain-ask .domain-index-faq__text {
    margin-top: 8px;
  }
  .domain-ask .domain-index-faq--focus:hover .domain-index-faq__inner {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}
@keyframes my-animation {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.agent .section-title {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #002249;
  margin-bottom: 50px;
}
.agent-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  background: url(/img/page/v2024/domain/agent/banner.jpg) no-repeat center;
  background-size: cover;
}
.agent-banner h1 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 35px;
  line-height: 1.5;
  color: #fff;
}
.agent-banner h1 p:last-child {
  background: linear-gradient(to right, #ffc82e 0%, #ffedbb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.agent-banner .des {
  font-size: 18px;
  color: #00deff;
  margin-bottom: 45px;
  text-align: center;
}
.agent-banner .input-box {
  display: flex;
  max-width: 666px;
  height: 60px;
  position: relative;
  background: url(/img/page/v2024/domain/agent/input-bg.png) no-repeat;
  background-size: cover;
  margin: 0 auto 58px;
}
.agent-banner .input-box .input-des {
  display: flex;
  align-items: center;
  max-width: 144px;
  padding: 0 16px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.agent-banner .input-box .input-con {
  flex: 1;
}
.agent-banner .input-box input {
  height: 60px;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 134px;
}
.agent-banner .input-box input::placeholder {
  font-size: 14px;
  color: #738ba5;
}
.agent-banner .input-box .c-btn-search-domain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  background-color: #0c59db;
  line-height: 1;
  padding: 0;
}
.agent-banner .input-box .c-btn-search-domain img {
  margin-right: 6px;
}
.agent-banner .banner-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 14px 52px;
  border: 1px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.agent-banner .banner-btn span {
  position: relative;
  z-index: 5;
}
.agent-banner .banner-btn::before {
  content: "";
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  background-color: #fff;
  width: 0;
  height: 0;
  position: absolute;
  border-radius: 9999px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.agent-banner .banner-btn:hover {
  color: #002249;
}
.agent-banner .banner-btn:hover::before {
  width: 35rem;
  height: 35rem;
}
.agent-develop {
  margin-bottom: 100px;
}
.agent-develop .develop-box {
  display: flex;
}
.agent-develop .develop-con {
  width: calc((100% - 60px) / 4);
  padding: 41px 36px;
  border-radius: 10px;
  text-align: center;
  color: #002249;
  cursor: default;
  transition: all 0.5s;
}
.agent-develop .develop-con img {
  height: 46px;
}
.agent-develop .develop-con .hover-y {
  display: none;
}
.agent-develop .develop-con h4 {
  font-size: 24px;
  line-height: 24px;
  margin: 24px 0;
  font-weight: bold;
}
.agent-develop .develop-con p {
  font-size: 16px;
  line-height: 30px;
}
.agent-develop .develop-con:not(:last-child) {
  margin-right: 20px;
}
.agent-develop .develop-con:nth-child(odd) {
  background: linear-gradient(to top, #e8f2ff 0%, #f5fcff 100%);
}
.agent-develop .develop-con:nth-child(even) {
  background: linear-gradient(to top, #fff0dd 0%, #fffcf3 100%);
}
.agent-develop .develop-con:hover {
  transition: all 0.5s;
  background: #0c59db;
  color: #fff;
}
.agent-develop .develop-con:hover .hover-y {
  display: inline-block;
}
.agent-develop .develop-con:hover .hover-n {
  display: none;
}
.agent-flow {
  padding: 81px 0 56px;
  margin-bottom: 100px;
  background: linear-gradient(to left, #1363f7 0%, #5f9cf8 100%);
}
.agent-flow .section-title {
  color: #fff;
}
.agent-flow .flow-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.agent-flow .flow-box-phone {
  display: none;
}
.agent-flow .flow-con {
  display: flex;
  width: 25%;
  height: 132px;
  background: url(/img/page/v2024/domain/agent/flow-bg-2.png) no-repeat;
  background-size: contain;
  padding: 20px 36px 15px 60px;
  margin-bottom: 40px;
  transition: all 0.5s;
}
.agent-flow .flow-con:nth-child(1) {
  background-image: url(/img/page/v2024/domain/agent/flow-bg-1.png);
  padding-left: 36px;
  padding-right: 40px;
}
.agent-flow .flow-con:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}
.agent-flow .flow-con-box {
  max-width: 205px;
}
.agent-flow .flow-con-box h4 {
  font-size: 24px;
  color: #0c59db;
  line-height: 1.5;
  margin-bottom: 5px;
}
.agent-flow .flow-con-box p {
  font-size: 14px;
  color: #002249;
  line-height: 1.5;
}
.agent-advantage {
  margin-bottom: 100px;
}
.agent-advantage .advantage-box {
  display: flex;
  flex-wrap: wrap;
}
.agent-advantage .advantage-box-1 {
  width: calc((100% - 48px) / 3);
  height: 280px;
  padding: 40px 37px;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.agent-advantage .advantage-box-1:not(:nth-child(3n)) {
  margin-right: 24px;
}
.agent-advantage .advantage-box-1 h4 {
  font-size: 24px;
  color: #f96808;
  line-height: 1.5;
  margin-bottom: 24px;
}
.agent-advantage .advantage-box-1 p {
  font-size: 14px;
  color: #002249;
  line-height: 1.5;
}
.agent-advantage .advantage-con {
  transition: all 0.5s;
}
.agent-advantage .advantage-con:hover {
  transition: all 0.5s;
  box-shadow: 0 0 8px 10px rgba(174, 186, 208, 0.15);
}
.agent-advantage .advantage-con-1 {
  background-image: url(/img/page/v2024/domain/agent/advantage-1.jpg);
}
.agent-advantage .advantage-con-2 {
  background-image: url(/img/page/v2024/domain/agent/advantage-2.jpg);
}
.agent-advantage .advantage-con-3 {
  background-image: url(/img/page/v2024/domain/agent/advantage-3.jpg);
}
.agent-advantage .advantage-box-2 {
  display: flex;
  align-items: center;
  width: calc((100% - 24px) / 2);
  padding: 40px 25px;
  background: linear-gradient(to left, #f1f2f5 0%, #f4f5f7 100%);
  margin-bottom: 16px;
}
.agent-advantage .advantage-box-2:nth-child(4) {
  margin-right: 24px;
}
.agent-advantage .advantage-box-2 img {
  margin-right: 20px;
}
.agent-advantage .advantage-box-2 h4 {
  font-size: 24px;
  color: #002249;
  line-height: 1.5;
  margin-bottom: 12px;
}
.agent-advantage .advantage-box-2 p {
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .agent-advantage .advantage-con {
    padding: 16px;
  }
  .agent-advantage .advantage-con p {
    font-size: 14px;
  }
  .agent-advantage .advantage-con h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .agent-advantage .advantage-box-1 {
    background: #fff3eb;
    height: auto;
    width: 100%;
    margin-right: 0 !important;
  }
}
.want-go {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 961px;
  height: 80px;
  margin: 47px auto 96px;
  background: linear-gradient(to right, #ddedff 0%, #cfdeff 100%);
  border-radius: 40px;
  padding: 0 12px;
}
.want-go span {
  font-size: 24px;
  color: #0c59db;
  font-weight: bold;
  margin: 0 28px;
  letter-spacing: 2px;
}
.want-go .want-img-1 {
  margin-top: -10px;
}
.want-go .want-img-2 {
  animation: my-animation 2s infinite ease-in-out;
  cursor: pointer;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .want-go {
    margin: 50px 0;
  }
  .want-go span {
    font-size: 16px;
    margin: 0 8px;
  }
}
.custom-case {
  margin-bottom: 100px;
}
.custom-case h3 {
  margin-bottom: 34px;
}
.custom-case .tab-list {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 41px;
}
.custom-case .tab {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #738ba5;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.5s;
}
.custom-case .tab.active {
  padding: 0 22px;
  border-radius: 20px;
  background-color: #e8f3ff;
}
.custom-case .tab-con {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s;
}
.custom-case .tab-con.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media (max-width: 1024px) {
  .custom-case {
    margin-bottom: 50px;
  }
  .custom-case .tab-list {
    justify-content: flex-start;
    overflow-y: auto;
    padding: 0;
  }
  .custom-case .tab {
    text-align: center;
    padding: 0 15px !important;
    margin-right: 8px;
  }
  .custom-case .tab-con {
    flex-wrap: wrap;
  }
  .custom-case .tab-con img {
    width: 33%;
    margin-bottom: 10px;
  }
}
.service-team {
  background-color: #f3f6fc;
  margin-bottom: 100px;
  padding-bottom: 100px;
}
.service-team .tit-box {
  height: 413px;
  background: linear-gradient(to left, #1363f7 0%, #5f9cf8 100%);
  padding-top: 70px;
  text-align: center;
}
.service-team .tit-box h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
.service-team .tit-box p {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
}
.service-team .team-box {
  display: flex;
  justify-content: space-between;
  margin-top: -180px;
}
.service-team .team-con {
  width: 30.5%;
  border-radius: 10px;
  padding: 24px 44px;
  background-color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.service-team .team-con:hover {
  transition: all 0.5s;
  box-shadow: 0 0 8px 10px rgba(174, 186, 208, 0.15);
  transform: scale(1.1);
}
.service-team .team-con h5 {
  font-size: 24px;
  font-weight: bold;
  color: #002249;
  margin: 20px 0 10px;
}
.service-team .team-con .contact-box {
  display: flex;
  align-items: center;
  max-width: 210px;
  height: 38px;
  text-align: left;
  padding: 0 6px;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  margin: 0 auto 8px;
}
.service-team .team-con .contact-box span {
  font-size: 16px;
  color: #002249;
  margin-left: 14px;
}
.service-team .team-con .service-wx {
  margin-top: 7px;
}
@media (max-width: 640px) {
  .service-team {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .service-team .tit-box {
    padding-top: 50px;
  }
  .service-team .tit-box h3 {
    font-size: 24px;
  }
  .service-team .tit-box p {
    font-size: 18px;
  }
  .service-team .team-box {
    flex-wrap: wrap;
    margin-top: -260px;
  }
  .service-team .team-con {
    padding: 18px 13px 14px;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .service-team .team-con .contact-box span {
    font-size: 14px;
  }
  .service-team .service-persion {
    margin-right: 8px;
    width: 60px;
  }
  .service-team .persion-icon {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
.common-problem {
  padding-bottom: 100px;
}
.common-problem .qna-table {
  color: #002249;
  font-size: 16px;
  line-height: 36px;
}
.common-problem .qna-table > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.common-problem a:hover {
  color: #0c59db;
}
@media (max-width: 640px) {
  .common-problem {
    padding-bottom: 50px;
  }
}
@media (max-width: 1180px) {
  .agent-flow .flow-box {
    display: none;
  }
  .agent-flow .flow-box-phone {
    display: block;
  }
}
@media (max-width: 640px) {
  .agent .section-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .agent-banner {
    height: 600px;
    margin-bottom: 50px;
  }
  .agent-banner h1 {
    font-size: 30px;
  }
  .agent-banner .input-box .c-btn-search-domain {
    top: calc(100% + 16px);
    left: 0;
    transform: none;
    width: 100%;
  }
  .agent-banner .input-box input {
    padding-right: 12px;
  }
  .agent-banner .banner-btn {
    margin-top: 30px;
  }
  .agent-develop {
    margin-bottom: 50px;
  }
  .agent-develop .develop-box {
    flex-direction: column;
  }
  .agent-develop .develop-con {
    margin-right: 0 !important;
    padding: 16px 16px 16px 20px;
    width: 100%;
    margin-bottom: 16px;
  }
  .agent-develop .develop-con h4 {
    font-size: 18px;
    margin: 0;
  }
  .agent-develop .develop-con p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .agent-develop .develop-con > div {
    align-items: center;
    display: flex;
    margin-bottom: 11px;
  }
  .agent-develop .develop-con > div img {
    height: auto;
    margin-right: 10px;
    width: 32px;
  }
  .agent-flow {
    padding: 50px 0 30px;
    margin-bottom: 50px;
  }
  .agent-advantage {
    margin-bottom: 50px;
  }
  .agent-advantage .advantage-box {
    flex-direction: column;
  }
  .agent-advantage .advantage-box-1,
  .agent-advantage .advantage-box-2 {
    width: 100%;
    margin-right: 0 !important;
  }
  .bar-domain-transfer {
    height: auto;
  }
  .bar-domain-transfer .bar-domain-tip {
    font-size: 14px;
    padding: 20px 0;
  }
  .bar-domain-transfer .bar-domain-tip span:not(:last-child) {
    margin-right: 10px;
  }
  .bar-domain-transfer .bar-domain-in {
    padding: 40px 0;
  }
  .bar-domain-transfer .do-transfer-search .transfer-operate {
    padding: 0 16px;
  }
  .bar-domain-transfer .do-transfer-search .transfer-operate .batch-transfer {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .bar-domain-transfer .do-transfer-search .transfer-panel {
    padding: 16px;
  }
  .bar-domain-transfer .do-transfer-search .transfer-panel tr {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .bar-domain-transfer .do-transfer-search .transfer-panel tr td:last-child:not(.transfer-textarea) {
    position: absolute;
    top: 0;
    right: 0;
  }
  .do-transfer-flow .table-row {
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .do-transfer-flow .table-row .bottom-line {
    display: none;
  }
  .do-transfer-flow .table-row .table-item {
    margin-bottom: 8px;
    box-shadow: none;
    padding: 14px 12px 9px;
    width: calc(50% - 4.5px);
  }
  .do-transfer-flow .table-row .table-item .flow-step-item {
    text-align: left;
  }
  .do-transfer-flow .table-row .table-item .tit {
    font-size: 18px;
  }
  .do-transfer-flow .table-row .table-item p {
    color: #717883;
    font-size: 12px;
    line-height: 1.5;
  }
  .do-transfer-flow .table-row .table-item:not(:last-child):after,
  .do-transfer-flow .table-row .table-item:not(:last-child):before {
    display: none;
  }
  .do-transfer-message {
    padding: 30px 0 50px;
  }
  .do-transfer-merit .flex-row {
    display: flex;
    gap: 20px;
  }
  .do-transfer-merit br {
    display: none;
  }
  .do-transfer-merit .flex-item {
    width: calc(50% - 10px) !important;
    margin-top: 10px;
  }
  .do-transfer-merit .merit-title {
    padding-right: 0;
  }
  .do-transfer-merit .c-pro-tit {
    font-size: 24px;
  }
  .do-transfer-merit .c-pro-subtext {
    margin-top: 10px;
    font-size: 12px;
  }
  .do-transfer-merit .col-lg-5,
  .do-transfer-merit .col-lg-7 {
    padding: 0;
  }
  .do-transfer-merit .merit-count {
    font-size: 30px;
  }
  .do-transfer-merit .swiper-wrapper .col-xs-2 {
    width: 33%;
    margin-bottom: 5px;
    padding: 0 5px;
  }
}
