

.mgr{
  margin-right: 10px;
}

.inline-block{
  display: inline-block;
}
.color-dark-orange{
  color: #FF8800
}
.color-orange{
  color: #FF4800;
}
.color-white{
  color: #fff
}
.color-dark-gray{
  color: #999;
}
.color-primary{
  color: #0080FF;
}
.bg-color-white{
  background-color: #fff;
}
.bg-dark-orange{
  background-color: #FF8800
}
.bg-light-gray{
  background-color: #F7F8FA;
}

.font-size-xl{
  font-size: 28px;
}
.font-size-lg{
  font-size: 22px;
}
.font-size-md{
  font-size: 18px;
}
.font-size-sm{
  font-size: 16px;
}
.font-size-xxs{
  font-size: 12px;
}
.font-weight-bold{
  font-weight: bold;
}
.tac{
  text-align: center;
}

.vam{
  vertical-align: middle;
}
.cursign{
  cursor: pointer;
}


.trade-search-outer {
  height: 410px;
  width: 100%;
  padding-top: 90px;
  background: #202124 url(img/bg_banner.jpg) no-repeat center;
  position: relative;
  background-size: cover;
}
.trade-page-outer{
  height: 280px;
}
.trade-page-outer1{
  height: 340px;
}
.page-title{
  padding: 40px 0;
  text-align: center;
}
.trade-page-title{
  font-size: 36px;
  color: #ffffff;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.trade-page-sub-title{
  margin-top: 18px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}
.trade-page-sub-title span{
  display: inline-block;
  padding: 0 70px;
  background-color: #fff;
}


.module-title {
  text-align: center;
  padding: 80px 0 35px;
  line-height: 1;
  font-size: 32px;
  color: #333333;
}
.module-title p{
  margin-top: 25px;
  color: #999;
  font-size: 14px;
}

.icon-subpage-title{
  display: inline-block;
  width: 20px;
  height: 40px;
  vertical-align: middle;
}


.ny-row{
  margin-left: -10px;
  margin-right: -10px;
}
.ny-col{
  padding-left: 10px;
  padding-right: 10px;
}

.view-lg-pb{
  padding-bottom: 60px;
}

.btn-common-links{
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.btn-operate-links{
  display: block;
  color: #0080FF;
  height: 40px;
  line-height: 40px;
  border: 1px solid #0080FF;
}
.links-hover:hover{
  color: #fff;
  opacity: .8;
}

.bdr-half{
  border-radius: 50%;
}

i[class^="inline-block"]{
  font-style: normal;
}

/* form */
.ny-md-form .necessary-mark{
  color: red;
}

.ny-md-form .ny-control-label{
  width: 90px;
  text-align: right;
  padding-right: 10px;
}

.ny-md-form input[type='text'],.ny-md-form  textarea{
  height: 38px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 100%;
  flex: 1;
  font-size: 12px;
}
.ny-md-form  textarea{
  padding-top: 10px;
  min-height: 120px;
}
.ny-md-form .ny-long-input:focus{
  border: 1px solid #0084FB;
}
.ny-md-form  .ny-form-control{
  flex: 1;
}
.ny-md-form .form-group{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ny-md-form .form-group-textarea{
  align-items: flex-start;
}




.ny-md-form input[type='checkbox']{
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
}
.ny-md-form button[type='submit']{
  cursor: pointer;
}


.national-flag-photo{
  width: 120px;
  height: 80px;
}

.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}



.head-nav{
  background-color: transparent;
}

.trade-search-outer .trade-title {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.tarde_search {
  width: 724px;
  height: 54px;
  background-color: #ffffff;
  box-shadow: 0px 6px 24px 0px rgba(0, 170, 255, 0.3);
  margin: 0 auto;
  margin-top: 35px;
}
.tarde_search:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.tarde_search > div {
  float: left;
  box-sizing: border-box;
}
.tarde_search .search_type {
  width: 134px;
  height: auto;
  line-height: 54px;
  font-size: 20px;
  color: #333333;
  position: relative;
  cursor: pointer;
  z-index: 99;
}
.tarde_search .search_type:before {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 8px solid #cccccc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 24px;
  right: 10px;
}
.tarde_search .search_type:after {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 24px;
  right: 12px;
}
.tarde_search .search_type:hover:before {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 8px solid #00aaff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 24px;
  right: 10px;
}
.tarde_search .search_type:hover:after {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 24px;
  right: 12px;
}
.tarde_search .search_type p {
  font-weight: bold;
  padding-left: 20px;
}
.tarde_search .search_type > ul {
  width: 100%;
  background: white;
  /* display: none; */
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.tarde_search .search_type:hover ul {
  /* display: block; */
}
.tarde_search .search_type > ul > li {
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  line-height: 1;
  padding: 15px 0;
  padding-left: 20px;
}
.tarde_search .search_type > ul > li:hover {
  background: #00aaff;
  color: white;
}
.tarde_search .search_type > ul > li.active {
  background: #00aaff;
  color: white;
}
.tarde_search .search_input {
  width: 480px;
  height: 54px;
}
.tarde_search .search_input input {
  width: 100%;
  height: 54px;

  line-height: 54px;
  border: none;
  text-indent: 10px;
  outline: none;
  font-size: 16px;
}

.tarde_search .search_button {
  width: 110px;
  height: 24px;
}
.tarde_search .search_button a {
  width: 100%;
  height: 54px;
  display: block;
  background-color: #00aaff;
  color: white;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}

/*  */
.register-tag-wrapper{
  width: 100%;
  margin-top: 26px;
  float: none;
}
.register-tag-list{
}

.tag-line{
  display: inline-block;
  width: 1px;
  height: 16px;
  opacity: 0.4;
  background: #ffffff;
  margin: 0 20px;
  vertical-align: middle;
}

/*鏈嶅姟娲诲姩鎺ㄥ箍*/
.back-white {
	background: #fff;
}
.service-action{
  display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
  height: 80px;
  background-color: #0D1E34;
}
.service-action-ul li{
  width: 33.33%;
  border-right: 1px solid #26354A;
}
.service-action-ul li a {
  display: block;
  height: 80px;
  padding:0 15px;
}
.service-action-box {
	position: relative;
}

.service-action-title {
  margin-top: 8px;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
}
.service-action-ul li:hover .service-action-title{
  /* color: #059fff; */
}
.service-action-ul li:hover .service-action-link{
  background-position: 0 bottom;
}
.service-action-info {
  font-size: 14px;
  color: #ffffff;
	opacity: 0.4;
}

/* 娉ㄥ唽鏂瑰紡鍒楄〃 */
.reg-method-list{
  margin-left: -20px;
}
.reg-method-list > li{
  margin-left: 20px;
  width: 33.33%;
  border: 1px solid #ddd;
  padding: 15px;
}
.reg-method-list > li:hover{
  border: 1px solid #0080FF;
}

.reg-method-title h3{
  font-size: 22px;
}
.reg-method-icon{
  width: 33px;
	height: 40px;
  background: url(/template/eydns/skin/images/tm-help-reg.png) center no-repeat;
  margin-right: 10px;
}

.reg-method-desc{
  margin: 20px 0;
}
.reg-method-ys{
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
}
.reg-method-ys li{
  line-height: 34px;
}
.reg-price{
  margin: 25px 0;
}
.go-handle{
  display: block;
  margin: 0 -15px -15px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
	background-color: #0080ff;
}
.go-handle:hover{
  color: #f0e3e3;
}

/* 寤朵几鏈嶅姟 */
.tm-service-list{
  margin-bottom: 20px;
  background-color: #fff;
}
.tm-service-left{
  width: 300px;
  padding: 30px;
  color: #fff;
}
/* .tm-service-list1 .tm-service-left{
  background-color: #3A87F7;
}
.tm-service-list2 .tm-service-left{
  background-color: #E8993B;
}
.tm-service-list3 .tm-service-left{
  background-color: #55B26A;
}
.tm-service-list4 .tm-service-left{
  background-color: #5729E4;
} */
.tm-service-list1{
  background: #fff url(./img/tm-service-bg1.jpg) no-repeat;
}
.tm-service-list2{
  background: #fff url(./img/tm-service-bg2.jpg) no-repeat;
}
.tm-service-list3{
  background: #fff url(./img/tm-service-bg3.jpg) no-repeat;
}
.tm-service-list4{
  background: #fff url(./img/tm-service-bg4.jpg) no-repeat;
}
.tm-service-left1  .tm-service-more{
  margin-bottom: 34px;
}
.tm-service-left ul{
  margin: 18px 0 48px;
}
.tm-service-left .dot{
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  background-color: #fff;
  vertical-align: middle;
}
.tm-service-left h3{
  font-size: 22px;
}
.tm-service-left li {
  line-height: 34px;
}

.tm-service-more span{
  margin-right: 15px;
}
.tm-service-more:hover{
  color: #fff;
  opacity: .8;
}
.tm-service-right li{
  padding: 30px 20px;
  width: 33.33%;
}
.tm-service-right li > div > p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 60px;
  overflow: hidden;
}
.tm-service-right li:nth-child(n+1),
.tm-service-right li:nth-child(n+2),
.tm-service-right li:nth-child(n+3){
  border-top: 1px solid  #eee;
}
.tm-service-right li:not(:nth-child(3n)){
  border-right: 1px solid #eee;
}
.tm-icon-service{
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}


.tm-servive-title{
  font-size: 22px;
  margin: 15px 0;
}
.service-price{
  margin: 15px 0 12px;
}
.btn-go-handle{
  display: inline-block;
  width: 200px;
	height: 40px;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #0080FF;
  color: #0080FF;
}
.btn-go-handle:hover{
  opacity: .8;
}
/* 鍟嗘爣娉ㄥ唽 */
.tm-reg-right li{
  width: 33.33%;
  padding: 39px 30px;
  border: 1px solid #eee;
  margin-left: -1px;
}
.tm-reg-right li:nth-child(n+1),.tm-reg-right li:nth-child(n+2),.tm-reg-right li:nth-child(n+3){
  margin-top: -1px;
}
.tm-reg-right li h3{
  line-height: 1.6;
}
.tm-reg-right li img{
  margin-right: 15px;
}
/* 鏈嶅姟浼樺娍 */
.service-ys-list{
  margin-left: -20px;
}
.service-ys-list li{
  width: 25%;
  margin-left: 20px;
  padding: 28px 15px 37px;
  background-color: #fff;
  font-size: 12px;
}
.service-ys-list li h3{
  margin: 28px 0 18px;
}
.service-ys-list li p{
  line-height: 24px;
}
.icon-service-ys{
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: cover;
}



/* 浼樺娍 */
.domain-youshi-block {
  /* background: #f5f5f5; */
  padding-bottom: 62px;
}

.youshi-item {
  float: left;
  width: 285px;
  height: 326px;
  padding: 160px 36px 0 36px;
  margin-left: 20px;
  background: #fff no-repeat center 62px;
  text-align: center;
  transition: all ease 0.3s;
}
.youshi-item:hover {
  box-shadow: 0 7px 17px 4px rgba(0, 0, 0, 0.07);
}
.youshi-item:first-child {
  margin-left: 0;
}
.youshi-title {
  font-size: 24px;
  color: #333;
}
.youshi-text {
  margin-top: 26px;
  line-height: 1.8em;
  font-size: 14px;
  color: #666;
}
/* 鍟嗗搧娴佺▼ */
.step-content {
  padding-bottom: 45px;
  background-color: #F7F8FA;
}
.stepMap {
  width: 1200px;
  /* height: 464px; */
  /* background: url(./img/step.jpg) no-repeat; */
  background-size: 100%;
  margin: 0 auto;
}

/* 甯歌闂 */
.qa-list h3{
  font-size: 18px;
  color: #0080FF;
}
.icon-qa-round{
  width: 24px;
  height: 24px;
  color: #fff;
  margin-right: 10px;
  background-color: #0080FF;
  text-align: center;
  border-radius: 50%;
  font-style: normal;
}
.qa-text{
  margin: 22px 0 35px 45px;
  line-height: 28px;
}

.server-module.double {
  background: #f5f5f5;
}
.server-module.single {
  padding-bottom: 55px;
}
.server-module.server-question-module {
  padding-bottom: 75px;
}



.ny-trade-search-outer{
  height: 600px;
  padding-top: 165px;
  background: #202124 url(img/banner.jpg) no-repeat center;
}
.trade-title h3{
  font-size: 20px;
  margin-top: 28px;
}




/*  */

.domain-youshi-block{
  background: #f5f5f5;
}
.reg-method-list{
  align-items: stretch;
}
.reg-method-list > li{
  padding: 28px 30px;
  background-color: #fff;
}

.icon-hook{
  width: 25px;
  height: 20px;
  background: url(/template/eydns/skin/images/01.png) center no-repeat;
}
.reg-method-list > li,.reg-method-list > li:hover,.reg-method-ys{
  border: none;
}
.reg-method-list > li h3{
  margin-top: 10px;
  font-size: 24px;
}
.reg-method-desc{
  margin: 10px 0;
}
.reg-method-ys span{
  color: #00aaff;
}
.reg-method-list li:nth-child(2) .reg-method-icon{
  background: url(/template/eydns/skin/images/tm-help-gw.png) center no-repeat;
}
.reg-method-list li:nth-child(3) .reg-method-icon{
  background: url(/template/eydns/skin/images/tm-help-db.png) center no-repeat;
}
.reg-method-icon{
  width: 50px;
	height: 50px;
  background: url(/template/eydns/skin/images/tm-help-reg.png) center no-repeat;
  margin-right: 10px;
}
.go-handle{
  width: 173px;
  height: 59px;
  margin: 0;
  line-height: 59px;
	background-color: #ff7f00;
}
/*  */



.step-content{
  background: #fff;
}



/*  */
.tm-service-right li{
  padding-left: 20px;
  border: none;
  padding: 0;
  padding-left: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.tm-service-right li:not(:nth-child(3n)),.tm-service-right li:nth-child(n+1), .tm-service-right li:nth-child(n+2), .tm-service-right li:nth-child(n+3){
  border: none;
}
.tm-service-right .inner{
  padding: 20px 32px 21px;
  border: 1px solid  #eee;
}
.tm-servive-title{
  margin: 10px 0;
}
.btn-go-handle{
  height: 40px;
  line-height: 40px;
  background-color: #ff7f00;
  color: #fff;
  border: none;
}
.btn-go-handle:hover{
  color: #fff;
}



/*  */


.service-ys-list{
  align-items: stretch;
}
.service-ys-list li{
  text-align: center;
}
.service-ys-list li{
  border: solid 1px #dddddd;
  padding: 45px 35px;
}
.youshi-item{
  border: solid 1px #dddddd;
}

.youshi-1 {
  background-image: url(/template/eydns/skin/images/02.png);
}
.youshi-2 {
  background-image: url(/template/eydns/skin/images/03.png);
}
.youshi-3 {
  background-image: url(/template/eydns/skin/images/04.png);
}
.youshi-4 {
  background-image: url(/template/eydns/skin/images/05.png);
}

.qa-text{
  margin: 22px 0 35px 0;
  border-bottom: dashed 2px #cccccc;
  padding-bottom: 30px;
}

.reg-price{
  color: #ff7f00;
}