﻿.ampl-cont {
    background: #f9f9f9;
    padding: 20px 0 40px 0;
  }
  
  .ampl-cont  .main-containers {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
  }
  
  .ampl-cont .register-box {
    border: 1px solid #e4e4e4;
    padding: 25px 60px 13px 60px;
    background: #fff;
  }


.am-btn-orange, .am-btn-white{
	display: inline-block; 
    background: #f5692c; 
    border:solid 1px #f5692c; 
    color: #fff; 
    text-align: center; 
    outline: none; 
    cursor: pointer;
	border-radius: 0px;
    min-width: 58px;
    height: 24px;
    padding: 0 20px;
    line-height: 2;
    font-size: 12px;
}

a.am-btn-white, a.am-btn-white:visited{
	background: #fff; 
    border-color: #fe8432; 
    color: #fe8432;
    text-decoration: none;
}
a.am-btn-white:hover{
	background: #fe8432; 
    border-color: #fe8432; 
    color: #fff; 
    text-decoration: none;
}
a.am-btn-white:active{
	background: #f5692c; 
    border-color: #f5692c; 
    text-decoration: none;
    color: #fff;
}
  
a.am-btn-orange:hover{
	background: #fe8432; 
    border-color: #fe8432; 
    text-decoration: none;
    color: #fff;
}
a.am-btn-orange:active{
	background: #f5692c; 
    border-color: #f5692c;
    text-decoration: none;
    color: #fff;
}

.amregister-box {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
}

.amregister-box .box1 {
    width: 600px;
    position: relative;
}

.amregister-box .box2 {
    width: 480px;
    padding: 20px 20px 20px 40px;

}

.amregister-box .box3 {
    width: 1080px;
}

.amregister-box .box1  textarea {
    height: 200px;
    overflow-y: auto;
    margin-bottom: 6px;
    width: 100%;
    padding-bottom: 50px;
  }

  .amregister-box .box1  .amdownload {
    position: absolute;
    bottom: 30px;
    left: 20px; 
    width: 16px;
    height: 16px;
    background-image: url(../images/amdownload.svg);
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 2
}

.amregister-box .box1  .amnumber {
    position: absolute;
    bottom: 25px;
    right: 25px; 
    z-index: 2
}

.amregister-box .box1  .ambtbg {
    position: absolute;
    bottom: 12px;
    left: 1px;
    height: 50px;
    width: 580px;
    background: #fff;
    z-index: 1;

}

  .amregister-box  .tea-form-check {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-top: 0;
    margin-right: 18px;
    min-height: 16px;
    color: rgba(0,0,0,.9)
}

.amregister-box  .tea-form-check:nth-of-type(3n+0){
    margin-right: 0
}

  .amregister-box .tea-form-check {
    position: relative;
    margin-right: 10px;
    margin-bottom: 12px;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    color: #333;
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}

.amregister-box .tea-form-check {
    width: 120px
}

.amregister-box  .tea-form-check.is-checked {
    background-image: url(../images/amcheck.svg);
    background-size: 20px 20px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    border: 1px solid #fe8432;
}  

.amregister-box  .tea-form-check:hover {
    border: 1px solid #fe8432;
}

.amregister-box  .tea-form-check .amprice {
    position: absolute;
    top: -1px;
    left:-1px;
    font-size: 12px;
    background-color: #fe8432;
    color: #fff;
    padding: 1px 4px;
    line-height: 16px;
    height: 16px;
    border-radius: 0px 0px 5px 0px;
}

.amregister-box  .tea-checkbox {
    display: none;
}

.amregister-box .tea-form-check__label {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    vertical-align: top;
    font-weight: 400;
    color: #333
}


.ambtn-box {
    display: flex;
    margin-bottom: 30px;
}

.ambtn-box .amorange-button {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    background: #fe8432;
    color: #fff;
    border: 1px solid #fe8432;
    padding: 0 6px;
  }
  
  .ambtn-box .amorange-button:hover {
    background: #f5692c;
    color: #fff;
    border: 1px solid #f5692c;
    text-decoration: none;
  }



.ambtn-box .amhui-button {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
  background: #f9f9f9;
  color: #444444;
  border: 1px solid #e4e4e4;
  padding: 0 6px;
}

.ambtn-box .amhui-button:hover {
  background: #fe8432;
  color: #fff;
  border: 1px solid #fe8432;
  text-decoration: none;
}

.ampl-cont .bulk-box {
    border: 1px solid #e4e4e4;
    padding: 25px 60px 25px 60px;
    background: #fff;
  }

  /*进度条*/

  .amprogress {
    line-height: 22px;
    display: inline-flex;
  }

  .amprogress  .aminguiry {
    margin-top: 10px;
    text-indent: 68px;
  }

  .amprogress  .amnotice {
    margin-top: 10px;
    text-indent: 68px;
    font-size: 12px;
    color: red;
    width: 1000px;
  }

  .processcontainer{
    width:700px;
    height:22px;
    background:rgba(0,0,0,0.1);
    z-index:1;
    display: inline-block;
   }
   #processbar{
    background:#fe8432;
    float:left;
    height:100%;
    text-align:center;
    line-height: 150%;
   }

.amresult-domains {
    margin-top: 30px;
    display: flex;
    border:1px solid #e8e8e8;
}

.amresult-domains input {
    margin-right: 10px;
}

.amresult-domains a:hover {
   text-decoration: none;
}

.amresult-domains .listbox{
	min-width:269px;
	
}
.amresult-domains .listbox li{
	list-style:none;
	border-bottom:1px dashed #ccc;
	margin-top:2px;
	overflow:hidden;
	width:200px;
    padding: 5px;
}
.amresult-domains .listbox .title{	
	background:#f8f8f8;
	color:#666;
	font-size:16px;
	padding:10px;
    border-bottom:1px solid #e8e8e8;
	
}
.amresult-domains .listbox  .titnum{ 
    font-weight:bold; 
    color: #F60;
    font-size: 14px;
}

 .amresult-domains .listbox .content{
	margin-left:20px;
	overflow-y:scroll;
	height:500px;
}

.ampl-cont .divregform{
	padding:10px;
	overflow:hidden;
	margin-top:-1px;
	margin-bottom:10px;
	border:1px solid #e8e8e8;
	background-color:#f8f8f8;
}

.ampl-cont .divregform select {
    color: #666;
    border:1px solid #e8e8e8;
    border-radius: 3px;
    background-color: #fff;
}

.ampl-cont .fl {
    float: left;
}

.ampl-cont .fr {
    float: right;
}

.ampl-cont a.awhite:link,.ampl-cont a.awhite:visited{
    color:#06c;
    font-size:14px;
    background:url(../images/icon_li_dot_orange.gif) no-repeat 5px center;
    padding-left:15px;
    padding-right:5px;
}

.ampl-cont a.awhite:hover{ 
    color:#f27522;
    text-decoration: none;
}

.ampl-cont .myplzc
    {background: #86C440;
    border:none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
	padding:15px 35px;
}
	
.ampl-cont a.myplzc:link,.ampl-cont a.myplzc:visited {
    color:#fff;
}

.ampl-cont a.myplzc:hover{ 
    color:#fff; 
    background:#92d04d;
    text-decoration: none;
}

.amregister-box .box3 .query-condition-table {
    width:100%; 
    text-align: left;
}

.amregister-box .box3 .query-condition-table tr td {
    padding: 8px 0;
    vertical-align: top
}

.amregister-box .box3 .query-condition-table .query-table-title {
    width: 70px;
    text-align: left;
    line-height: 32px
}

.amregister-box .box3 .query-condition-table .query-area {
    width: 730px;
    height: 165px;
    border: 1px solid #bbb;
    padding: 12px 10px
}

.amregister-box .box3 .query-condition-table .import-tip {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin-left: 8px
}

.amregister-box .box3 .query-condition-table .area-lines-tip {
    font-size: 12px;
    color: #666
}

.amregister-box .box3 .query-condition-table .query-suffix-box .ipt-suffix {
    width: 70px;
    padding: 0 10px;
    margin-right: 8px;
    line-height: 32px
}

.amregister-box .box3 .query-condition-table .query-suffix-box ul.suffix-list {
    width: 99%
}

.amregister-box .box3 .query-condition-table .query-suffix-box ul.suffix-list li {
    float: left;
    width: 9%;
    line-height: 30px
}

.amregister-box .box3 .query-condition-table .query-suffix-box ul.suffix-list li .chk-label {
    cursor: pointer
}

.amregister-box .box3 .query-condition-table .query-suffix-box .suffix-btns button {
    height: 28px;
    min-width: 66px
}

.amregister-box .box3 .query-condition-table .query-suffix-box .suffix-btns .suffix-shou {
    margin-left: 8px;
    cursor: pointer
}

.amregister-box .box3 .query-condition-table .query-suffix-box .suffix-tips {
    width: 270px;
    margin-bottom: 15px
}

.amregister-box .box3 .query-condition-table .query-oper-tr {
    border-top: 1px solid #e7e7e7;
    padding: 20px 0
}

.amregister-box .box3 .query-condition-table .query-oper-tr .query-oper-reset {
    cursor: pointer;
    margin-left: 4px;
    color: #fe8432;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none
}

.amregister-box .box3 label {
    font-weight: normal;
}


.amregister-box .box3 .domaincomboArea {
    width: 900px;
}

.amregister-box .box3 .domaincomboArea .comwrap {
    width: 90%;
    height: 34px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    cursor: text;
    position: relative;
    margin-bottom: 8px
}

.amregister-box .box3 .domaincomboArea .comwrap .placeholder {
    color: #ccc;
    top: 6px;
    left: 3px;
    position: absolute
}

.amregister-box .box3 .domaincomboArea .comwrap .tagContainer {
    position: relative;
    padding-left: 7px
}

.amregister-box .box3 .domaincomboArea .comwrap .tagContainer .tagInput {
    width: 20px;
    border: none;
    outline: 0;
    background: transparent;
    font-size: 16px;
    max-width: 300px
}

.amregister-box .box3  .domaincomboArea .comwrap .tagContainer .selTag {
    position: relative;
    display: inline-block;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 2px 10px;
    margin: 5px 8px 5px 2px;
    cursor: default
}

.amregister-box .box3  .domaincomboArea .comwrap .tagContainer .selTag:hover {
    border-color: #fe8432;
}

.amregister-box .box3 .domaincomboArea .comwrap .tagContainer .selTag .amclose {
    position: absolute;
    display: inline-block;
    top: -6px;
    right: -6px;
    margin: 0;
    background-color: #bbb;
    font-size: 12px;
    border-radius: 9px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    line-height: 12px;
    width: 16px;
    height: 16px;
    padding: 2px
}

.amregister-box .box3 .domaincomboArea .comwrap .tagContainer .selTag .amclose:hover {
    background-color: #fe8432;
}

.amregister-box .box3 .domaincomboArea .comwrap .history-dropdown {
    position: relative;
    width: 100%;
    border: 1px solid #bbb;
    background-color: #fff;
    left: -1px;
    top: 8px;
    z-index: 1
}

.amregister-box .box3 .domaincomboArea .comwrap .history-dropdown li {
    padding: 8px;
    cursor: pointer
}

.domaincomboArea .comwrap .history-dropdown li:hover {
    background-color: #eee
}

.amregister-box .box3 .domaincomboArea .comwrap .history-dropdown .clear {
    color: #0066cc;
    margin: 8px 0 0
}

.amregister-box .box3 .domaincomboArea .previewtip {
    color: #999
}

.amregister-box .box3 .domaincomboArea .tagwrap {
    padding: 8px,0,0,8px
}

.amregister-box .box3 .domaincomboArea .tagwrap .level1Con {
    margin: 20px 0 10px
}

.amregister-box .box3 .domaincomboArea .tagwrap .level1Con .level1 {
    background-color: #fef5ee;
    border-radius: 2px;
    padding: 2px 18px;
    border: 1px solid #fe8432;
    color: #fe8432
}

.amregister-box .box3 .domaincomboArea .tagwrap .level1Con .level2Con {
    display: inline-block
}

.amregister-box .box3 .domaincomboArea .tagwrap .level1Con .level2Con:not(:nth-last-child(2)) {
    border-right: 1px solid #fe8432
}

.amregister-box .box3 .domaincomboArea .tagwrap .level1Con .level2Con .level2 {
    margin: 0 16px;
    cursor: pointer
}

.amregister-box .box3 .domaincomboArea .tagwrap .level1Con .level2Con .level2:hover {
    color: #fe8432
}

.amregister-box .box3 .domaincomboArea .tagwrap .level1Con .level3Con {
    padding: 8px;
    background-color: #eee;
    border-radius: 2px;
    margin: 6px 0;
    display: none;
    width: 996px
}

.amregister-box .box3 .domaincomboArea .tagwrap .level1Con .level3Con .level3 {
    margin: 7px;
    cursor: pointer;
    display: inline-block
}

.amregister-box .box3 .domaincomboArea .tagwrap .level1Con .level3Con .level3:hover {
    color: #fe8432
}

.amregister-box .box3 .user-dict-row .user-dict-list {
    box-sizing: border-box;
    height: 20px;
    line-height: 1;
    padding: 4px
}

.amregister-box .box3 .user-dict-row .user-dict-list .list-item {
    box-sizing: border-box;
    border-left: 1px solid #333;
    float: left
}

.amregister-box .box3 .user-dict-row .user-dict-list .list-item a {
    color: #333
}

.amregister-box .box3 .user-dict-row .user-dict-list .list-item a:link {
    text-decoration: none
}

.amregister-box .box3 .user-dict-row .user-dict-list .list-item a:hover {
    color: #fe8432;
}

.amregister-box .box3 .user-dict-row .user-dict-list .list-item.first {
    border-left: none
}

.amregister-box .box3 .user-dict-row .dict-edit-btn {
    line-height: 20px
}

.amregister-box .box3 input {
    border: 1px solid #ccc;
    color: #666;
}

.amregister-box .box3 .filterCon {
    position: relative
}

.amregister-box .box3 .filterCon .filter-dropdown {
    position: absolute;
    width: 300px;
    border: 1px solid #ccc;
    background-color: #fff;
    top: 32px;
    z-index: 100;
}

.amregister-box .box3 .filterCon .filter-dropdown li {
    padding: 8px;
    cursor: pointer
}

.amregister-box .box3 .filterCon .filter-dropdown li:hover {
    background-color: #eee
}

.amregister-box .box3 .filterCon .filterInput {
    height: 34px;
    line-height: 34px;
    width: 300px
}




/*批量注册结果页*/

.ampl-cont .register-box  .bulk-title {
    font-size: 20px;
    line-height: 30px;
}

.amregister-box .box4 {
    width: 1080px;
    position: relative;
}

.amregister-box .box4  textarea {
    height: 200px;
    overflow-y: auto;
    margin-bottom: 6px;
    width: 100%;
    padding-bottom: 50px;
  }

  .amregister-box .box4  .amdownload {
    position: absolute;
    bottom: 30px;
    left: 20px; 
    width: 16px;
    height: 16px;
    background-image: url(../images/amdownload.svg);
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 2
}

  .amregister-box .box4  .amnumber {
    position: absolute;
    bottom: 25px;
    right: 25px; 
    z-index: 2
}

.amregister-box .box4  .ambtbg {
    position: absolute;
    bottom: 12px;
    left: 1px;
    height: 50px;
    width: 580px;
    background: #fff;
    z-index: 1;

}

.ampl-cont .register-box  .aminfo{
   margin-bottom: 10px;
}

.ampl-cont .register-box .amtips {
    float: right;
    color: #999;
}

.ambtn-box  input{
    margin-top: 11px;
    margin-right: 5px;
}
.ampl-cont .main-containers .tabbox .tabtitle {    
    background-color: #fff;
    height: 50px;
    width: 100%;
}
.ampl-cont .main-containers .tabbox ol {
    list-style:none;
    display:table;
}
.ampl-cont .main-containers .tabbox ol li{
    float:left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width:200px;
    padding-left:8px;
    border-top:1px solid #e4e4e4;
    border-left:1px solid #e4e4e4;
    border-right:1px solid #e4e4e4;
    margin-right:-1px;
    cursor:pointer;
    font-size: 16px;
}
.ampl-cont .main-containers .tabbox ol li.active {
    border-top:4px solid #fe8432;
    border-bottom:1px solid #fff;
    font-weight:bold;
}
.ampl-cont .main-containers .tabbox .content{
    margin-top: -1px;
}
.ampl-cont .main-containers .tabbox .content>div{
    display:none;
}
.ampl-cont .main-containers .tabbox .content>div.active{
    display:block;
}

.ampl-cont .main-containers .tabbox .content .amdomain{
    width: 400px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ampl-cont .main-containers .tabbox .content .amprice{
    float: left;
}

.ampl-cont .main-containers .tabbox .content .share-list li {
    padding-right: 40px;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
}
.register-result-list ul {
    overflow-y: scroll;
    max-height: 500px;
}

