input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f5f9 inset;
}
.banclick {
  pointer-events: none;
}
.tools-banner {
  position: relative;
  width: 100%;
  margin-top: 65px;
  height: 328px;
  background: url(../images/index/tools-banner.png) center center no-repeat;
  background-size: cover;
  color: #111;
  text-align: center;
}
.tools-banner h1 {
  font-size: 36px;
  margin-top: 65px;
  margin-bottom: 38px;
  font-family: PingFang-SC-Bold;
  color: #fff;
}
.tools-banner .domain-input {
  max-width: 850px;
  margin: auto;
  display: flex;
}
.tools-banner .domain-input input {
  width: 710px;
  height: 50px;
  color: #333;
  padding: 0 15px;
  font-size: 18px;
  outline: none;
}
.tools-banner .domain-input input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
.tools-banner .domain-input .find {
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  background-color: #1374e0;
}
#tools-content {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  /*margin-top: 65px;*/
  min-height: 500px;
  position: relative;
}
#tools-content .bound .web-title {
  margin-top: 80px;
  margin-bottom: 36px;
  font-family: PingFang-SC-Medium;
  font-size: 36px;
  text-align: center;
  color: #333333;
}
#tools-content .bound .web-grade {
  display: flex;
  margin-bottom: 26px;
}
#tools-content .bound .web-grade > div {
  font-family: PingFang-SC-Bold;
  font-size: 24px;
  color: #1374e0;
  margin-right: 200px;
}
#tools-content .bound .web-txt {
  background-color: #f4f5f9;
  padding: 0.2rem 0.35rem;
}
#tools-content .bound .web-txt tr td {
  width: 7rem;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
#tools-content .bound .web-info {
  width: 100%;
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.07);
}
#tools-content .bound .web-info tr td {
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  background-color: #f4f5f9;
  height: 50px;
  color: #333333;
  padding: 0 0.05rem;
  border-bottom: 1px solid #e6e6e6;
}
#tools-content .bound .web-info tr td:last-child {
  color: #1374e0;
}
#tools-content .bound .web-info tr td:first-child {
  padding-left: 0.2rem;
}
#tools-content .bound .web-info tr:last-child td {
  text-align: center;
  color: #1374e0;
  font-family: PingFang-SC-Medium;
  font-size: 18px;
}
#tools-content .bound .web-info tr:first-child td {
  font-family: PingFang-SC-Medium;
  font-size: 16px;
  height: 60px;
  padding: 0 0.05rem;
  color: #333333;
}
#tools-content .bound .web-info tr:first-child td:first-child {
  padding-left: 0.2rem;
}
.tools .tool-title {
  font-family: PingFang-SC-Medium;
  font-size: 0.3rem;
  color: #111111;
  margin-bottom: 0.17rem;
}
.tools .tool-describe {
  font-family: PingFang-SC-Regular;
  font-size: 0.14rem;
  line-height: 20px;
  color: #111111;
  margin-bottom: 0.28rem;
}
.tools .tool-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
}
.tools .tool-list .tool-box {
  display: block;
  text-align: center;
  width: 22.5%;
  margin-bottom: 0.3rem;
  margin-right: 3%;
  background-image: linear-gradient(0deg, #ffffff 0%, #f7faff 100%), linear-gradient(#e9ebee, #e9ebee);
  background-blend-mode: normal, 
                normal;
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}
.tools .tool-list .tool-box:hover {
  transform: scale(1.03, 1.03);
  box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.12);
}
.tools .tool-list .tool-box img {
  margin-top: 0.4rem;
  margin-bottom: 0.27rem;
  width: 0.96rem;
  height: 0.82rem;
}
.tools .tool-list .tool-box h3 {
  font-family: PingFang-SC-Bold;
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: 0.14rem;
}
.tools .tool-list .tool-box p {
  font-family: PingFang-SC-Regular;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333333;
  width: 90%;
  margin: auto;
  margin-bottom: 0.4rem;
}
.tools .tool-list .tool-box:nth-child(4n) {
  margin-right: 0;
}
#tools-left {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 250px;
  background-color: #ffffff;
  box-shadow: 6px 0px 10px 0px rgba(0, 0, 0, 0.07);
  height: 100%;
  z-index: 2;
}
#tools-left .left-first {
  font-size: 16px;
  color: #333333;
  margin-left: 20px;
  font-family: PingFang-SC-Heavy;
}
#tools-left .left-second {
  display: block;
  height: 40px;
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  padding-left: 40px;
}
#tools-left .left-second:hover {
  background-color: #1374e0;
  color: #fff;
}
#tools-left .actived {
  background-color: #1374e0;
  color: #fff;
}
.generate-csr {
  width: 970px;
  overflow: hidden;
  margin: auto;
}
.generate-csr .csr-table {
  padding: 20px 0 30px 0;
  width: 100%;
}
.generate-csr .csr-table .csr-title {
  /*font-size: 0.36rem;*/
  color: #111111;
  /*margin-bottom: 0.15rem;*/
  text-align: center;
  font-family: PingFang-SC-Medium;
}
.generate-csr .csr-table .csr-describe {
  text-align: center;
  font-family: PingFang-SC-Regular;
  /*font-size: 0.14rem;*/
  color: #111111;
  margin-bottom: 1.46rem;
}
.generate-csr .csr-table .csr-describe span {
  color: #1374e0;
}
.generate-csr .csr-table .csr-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.generate-csr .csr-table .csr-flex .inputs {
  width: 400px;
  margin-bottom: 20px;
}
.generate-csr .csr-table .csr-flex .inputs .input-title {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #333333;
  margin-bottom: 15px;
}
.generate-csr .csr-table .csr-flex .inputs input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #ffffff;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.generate-csr .csr-table .csr-flex .inputs select {
  width: 100%;
  border: 1px solid #ccc;
  height: 40px;
  /*line-height: 40px;*/
  background-color: #ffffff;
}
.generate-csr .csr-table .crs-buttons {
  text-align: center;
}
.generate-csr .csr-table .crs-buttons #send-mail {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-right: 6px;
  position: relative;
  top: 4px;
}
.generate-csr .csr-table .crs-buttons label {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #333333;
}
.generate-csr .csr-table .crs-buttons #submit {
  cursor: pointer;
  display: inline-block;
  width: 150px;
  height: 40px;
  background-color: #1374e0;
  color: #fff;
  line-height: 40px;
  margin-top: 22px;
}
.generate-csr .csr-table .crs-buttons #submit:hover {
  opacity: 0.7;
}
.generate-csr .csr-table .crs-buttons #submit img {
  width: 30px;
  height: 30px;
}
.generate-csr .csr-table .crs-buttons .errorTip {
  margin-top: 20px;
  font-size: 16px;
}
.dns-search {
  width: 970px;
  overflow: hidden;
  margin: auto;
}
.dns-search .csr-table {
  padding: 20px 0 30px 0;
  width: 100%;
}
.dns-search .csr-table .csr-title {
  /*font-size: 0.36rem;*/
  color: #111111;
  /*margin-bottom: 0.15rem;*/
  text-align: center;
  font-family: PingFang-SC-Medium;
}
.dns-search .csr-table .csr-describe {
  text-align: center;
  font-family: PingFang-SC-Regular;
  /*font-size: 0.14rem;*/
  color: #111111;
  /*margin-bottom: 0.4rem;*/
}
.dns-search .csr-table .csr-describe span {
  color: #1374e0;
}
.dns-search .csr-table .inputs .input-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dns-search .csr-table .inputs .input-row input {
  height: 0.5rem;
  line-height: 0.5rem;
  width: 6.2rem;
  background-color: #f4f5f9;
  padding: 0 0.2rem;
  border: none;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.dns-search .csr-table .inputs .input-row input:focus::-webkit-input-placeholder {
  color: #ccc;
}
.dns-search .csr-table .inputs .input-row select {
  width: 1.5rem;
  border: none;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #f4f5f9;
  padding: 0 0.2rem;
}
.dns-search .csr-table .inputs .input-row .dns {
  width: 1.5rem;
  border: none;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #f4f5f9;
  padding: 0 0.2rem;
}
.dns-search .csr-table .inputs .input-row #getBtn,
.dns-search .csr-table .inputs .input-row #checkButton {
  border: none;
  width: 1.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  background-color: #1374e0;
  cursor: pointer;
}
.dns-search .csr-table .inputs .input-row #getBtn:hover,
.dns-search .csr-table .inputs .input-row #checkButton:hover {
  opacity: 0.7;
}
.dns-search .csr-table .inputs .input-row #getBtn img,
.dns-search .csr-table .inputs .input-row #checkButton img {
  width: 30px;
  height: 30px;
}
.dns-search .csr-table .inputs .input-row .errNote {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ec3333;
}
.dns-search .csr-table .inputs .input-row .note {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #1374e0;
}
.dns-search .csr-table .inputs .errorTip {
  text-align: center;
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
.dns-search .csr-table .table-title {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  color: #111111;
}
.dns-search .csr-table .formatSelect {
  width: 100%;
  margin-top: 16px;
}
.dns-search .csr-table .formatSelect tr td {
  background-color: #f4f5f9;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.dns-search .csr-table .formatSelect tr td:nth-child(2n) {
  border-right: none;
}
.dns-search .csr-table .formatSelect tr td:first-child {
  /*width: 3.75rem;*/
}
.dns-search .csr-table .formatSelect tr td input {
  margin-right: 5px;
}
.dns-search .csr-table .formatSelect tr td span {
  margin-right: 20px;
}
.dns-search .csr-table .formatSelect tr:last-child td {
  border-bottom: none;
}
.dns-search .csr-table #paramsdiv > div p {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  color: #111111;
  margin-top: 50px;
  margin-bottom: 16px;
}
.dns-search .csr-table #paramsdiv > div #file-upload {
  width: 100%;
  background-color: #fff;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.dns-search .csr-table #paramsdiv > div #file-upload .file-button {
  display: inline-block;
  width: 110px ;
  background-color: #1374e0;
  color: #fff;
  border: none;
  height: 35px ;
  text-align: center ;
  margin-right: 15px;
}
.dns-search .csr-table #paramsdiv > div #file-upload .file-button:hover {
  opacity: 0.7;
}
.dns-search .csr-table #paramsdiv > div input {
  width: 400px;
  min-height: 40px;
  background-color: #ffffff;
  background-image: url(../img/keyboard.png);
  background-repeat: no-repeat;
  background-position: 360px center;
  border: 1px solid #ccc;
  padding: 10px 20px 10px 20px;
}
.dns-search .csr-table #paramsdiv .buttons {
  cursor: pointer;
  width: 151px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background-color: #1374e0;
  color: #fff;
  margin: auto;
  margin-top: 50px;
}
.dns-search .csr-table #paramsdiv .buttons:hover {
  opacity: 0.7;
}
#dns-result {
  width: 80%;
  overflow: hidden;
  margin: auto;
  display: block;
}
#dns-result .resultTitle {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  color: #111111;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.42rem;
}
#dns-result .resultTable {
  width: 100%;
}
#dns-result .resultTable .reg-title {
  margin-bottom: 15px;
}
#dns-result .resultTable table {
  width: 100%;
  margin-bottom: 72px;
}
#dns-result .resultTable table tr th {
  background-color: #f4f5f9;
  height: 40px;
  padding: 0 0.3rem;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
}
#dns-result .resultTable table tr th:nth-child(4n) {
  border-right: none;
}
#dns-result .resultTable table tr th:first-child {
  width: 20%;
}
#dns-result .resultTable table tr th:nth-child(2) {
  width: 20%;
}
#dns-result .resultTable table tr th:nth-child(3) {
  width: 20%;
}
#dns-result .resultTable table tr th:nth-child(4) {
  width: 60%;
}
#dns-result .resultTable table tr td {
  background-color: #f4f5f9;
  height: 40px;
  line-height: 24px;
  padding: 0.1rem 0.3rem;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
}
#dns-result .resultTable table tr:last-child td {
  border-bottom: none;
}
#dns-result .resultTable .renglish .enstr {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  line-height: 24px;
  color: #111111;
  margin-bottom: 65px;
}
#dns-result .resultTables {
  width: 100%;
}
#dns-result .resultTables .reg-title {
  margin-bottom: 15px;
}
#dns-result .resultTables table {
  width: 100%;
  margin-bottom: 72px;
}
#dns-result .resultTables table tr th {
  height: 40px;
  font-size: 14px;
}
#dns-result .resultTables table tr th:nth-child(4n) {
  border-right: none;
}
#dns-result .resultTables table tr th:first-child {
  width: 10%;
}
#dns-result .resultTables table tr th:nth-child(2) {
  width: 10%;
}
#dns-result .resultTables table tr th:nth-child(3) {
  width: 15%;
}
#dns-result .resultTables table tr th:nth-child(4) {
  width: 15%;
}
#dns-result .resultTables table tr th:nth-child(5) {
  width: 40%;
}
#dns-result .resultTables table tr th:nth-child(6) {
  width: 10%;
}
#dns-result .resultTables table tr td {
  height: 40px;
  line-height: 24px;
  padding: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 14px;
  background-color: #f4f5f9;
  border-bottom: 10px solid #fff;
}
#dns-result .resultTables table tr td:first-child {
  padding-left: 0.3rem;
}
#dns-result .resultTables table tr td:last-child {
  padding-right: 0.3rem;
  width: 1rem;
}
#dns-result .resultTables table tr:last-child td {
  border-bottom: none;
}
#dns-result .resultTables table tr:first-child td {
  background-color: #fff;
}
#dns-result .resultTables table .ctlogOperateDetail span {
  color: #1374e0;
  cursor: pointer;
}
#dns-result #state-txt .state-title {
  font-size: 18px;
  color: #111111;
  padding-bottom: 15px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}
#dns-result #state-txt .resultContent {
  margin-bottom: 50px;
}
#dns-result #state-txt .resultContent .handtable {
  width: 100%;
}
#dns-result #state-txt .resultContent .handtable tr {
  border-bottom: 1px solid #e6e6e6;
}
#dns-result #state-txt .resultContent .handtable tr td {
  height: 35px;
  line-height: 35px;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  color: #333333;
}
#dns-result #state-txt .resultContent .handtable tr td:first-child {
  width: 10%;
}
#dns-result #state-txt .resultContent .handtable tr td:nth-child(2) {
  width: 10%;
}
#dns-result #state-txt .resultContent .handtable tr td:nth-child(3) {
  width: 10%;
}
#dns-result #state-txt .resultContent .handtable tr td:nth-child(4) {
  width: 25%;
}
#dns-result #state-txt .resultContent .sslCheckTable .sslCheckTableTit {
  width: 200px !important;
  text-align: right;
  padding: 0 0.3rem;
  border-right: 1px solid #d9d9d9;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  line-height: 30px;
  color: #111111;
}
#dns-result #state-txt .resultContent .sslCheckTable .sslCheckTableCel {
  text-align: left;
  padding: 0 0.3rem;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #111111;
}
#dns-result #state-txt .resultContent .sslCheckTable .sslCheckTableCel .pre {
  display: block;
  width: 500px;
  height: 180px;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #111;
  word-break: break-all;
  word-wrap: break-word !important;
  background-color: #f4f5f9;
  border-radius: 4px;
}
#dns-result #state-txt .resultContent .sslCheckTable .sslCheckTableCel .moreSans {
  color: #1374e0;
}
#dns-result #state-txt .resultContent .chains-line {
  width: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
#dns-result #state-txt .resultContent .chains-line > div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #1374e0;
  margin: auto;
}
#dns-result #state-txt .resultContent .chains-line > p {
  width: 1px;
  height: 120px;
  background: #333;
  margin: auto;
}
#dns-result #state-txt .resultContent .chains {
  padding: 0.1rem;
  margin-right: 10px;
  margin-bottom: 10px;
}
#dns-result #state-txt .resultContent .chains table tr td {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
#dns-result #state-txt .resultContent .chains table tr td:first-child {
  width: 65px;
  border-right: 1px solid #d9d9d9;
}
#dns-result #state-txt .resultContent .chains table tr td:nth-child(2) {
  padding-left: 0.1rem;
}
.wphotoshop {
  width: 970px;
  overflow: hidden;
  margin: auto;
  background-color: #f4f5f9;
  padding: 30px 58px 36px 58px;
  line-height: 24px;
  margin-bottom: 40px;
}
.wphotoshop .c-flex {
  display: flex;
}
.wphotoshop .question {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  color: #1374e0;
  margin-right: 15px;
  text-align: center;
  line-height: 19px;
}
.wphotoshop .answer {
  width: 19px;
  height: 19px;
  background-color: #1374e0;
  color: #ffffff;
  margin-right: 15px;
  text-align: center;
  line-height: 19px;
}
.wphotoshop h2 {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  color: #1374e0;
  margin-bottom: 36px;
}
.wphotoshop h3 {
  font-family: PingFang-SC-Heavy;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #111111;
  margin-bottom: 10px;
  margin-top: 0px;
}
.wphotoshop p {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #555555;
  margin-bottom: 30px;
}
.wphotoshop ul {
  width: 95%;
  margin-bottom: 30px;
}
.wphotoshop ul li {
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  color: #555555;
  list-style:none;
}
.decode-csr {
  width: 80%;
  overflow: hidden;
  margin: auto;
}
.decode-csr .csr-table {
  padding: 0.4rem 0 0.55rem 0;
  width: 100%;
}
.decode-csr .csr-table .csr-title {
  font-size: 0.36rem;
  color: #111111;
  margin-bottom: 0.15rem;
  text-align: center;
  font-family: PingFang-SC-Medium;
}
.decode-csr .csr-table .csr-describe {
  text-align: center;
  font-family: PingFang-SC-Regular;
  font-size: 0.14rem;
  color: #111111;
  margin-bottom: 0.46rem;
}
.decode-csr .csr-table .csr-describe span {
  color: #1374e0;
}
.decode-csr .csr-table #request-type h2 {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  color: #111111;
}
.decode-csr .csr-table #request-type > span {
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  color: #111111;
  margin-right: 47px;
  margin-bottom: 16px;
}
.decode-csr .csr-table #request-type #csr-type {
  width: 145px;
  height: 35px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  position: relative;
  top: -8px;
}
.decode-csr .csr-table #request-type #pasteCode > p {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  line-height: 24px;
  color: #eb6529;
  margin-bottom: 22px;
}
.decode-csr .csr-table #request-type #pasteCode textarea {
  display: block;
  width: 100%;
  min-height: 490px;
  margin-right: 500px !important;
  background-color: #f4f5f9;
  padding: 27px 32px;
  margin-bottom: 20px;
  resize: none;
  border: none;
  line-height: 24px;
  color: #666666;
  text-align: left;
}
.decode-csr .csr-table #request-type #file-upload {
  width: 100%;
  background-color: #fff;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.decode-csr .csr-table #request-type #file-upload .file-button {
  display: inline-block;
  width: 110px ;
  background-color: #1374e0;
  color: #fff;
  border: none;
  height: 35px ;
  text-align: center ;
  margin-right: 15px;
}
.decode-csr .csr-table #request-type #file-upload .file-button:hover {
  opacity: 0.7;
}
.decode-csr .csr-table #request-type #submit {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 40px;
  background-color: #1374e0;
  color: #fff;
  line-height: 40px;
}
.decode-csr .csr-table #request-type #submit:hover {
  opacity: 0.7;
}
.decode-csr .csr-table #request-type #submit img {
  width: 30px;
  height: 30px;
}
.crs-result {
  width: 970px;
  overflow: hidden;
  margin: auto;
}
.crs-result .result {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  color: #111111;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.42rem;
}
.crs-result .result-text .csr-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crs-result .result-text .csr-file > div h2 {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  margin-bottom: 10px;
  color: #111111;
}
.crs-result .result-text .csr-file > div p {
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #111111;
}
.crs-result .result-text .csr-file button {
  display: block;
  width: 89px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #1374e0;
}
.crs-result .result-text textarea {
  display: block;
  width: 100%;
  min-height: 490px;
  margin-right: 500px !important;
  background-color: #f4f5f9;
  padding: 27px 32px;
  margin-bottom: 34px;
  resize: none;
  border: none;
  line-height: 24px;
  color: #666666;
  text-align: left;
}
.crs-result table {
  width: 100%;
  margin-bottom: 72px;
}
.crs-result table tbody {
  width: 100%;
}
.crs-result table tbody tr td {
  background-color: #f4f5f9;
  width: 50%;
  height: 40px;
  line-height: 40px;
  padding: 0 0.8rem;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.crs-result table tbody tr td:nth-child(2n) {
  border-right: none;
}
.crs-result table tbody tr:last-child td {
  border-bottom: none;
}
.csr-example {
  width: 80%;
  overflow: hidden;
  margin: auto;
  padding: 30px 0 70px 0;
}
.csr-example h2 {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  color: #111111;
  margin-bottom: 18px;
}
.csr-example textarea {
  display: block;
  width: 100%;
  min-height: 520px;
  margin-right: 500px !important;
  background-color: #f4f5f9;
  padding: 27px 32px;
  margin-bottom: 20px;
  resize: none;
  border: none;
  line-height: 24px;
  color: #666666;
  text-align: left;
  border: solid 1px #e5e5e5;
}
#notice {
  background-color: #f4f5f9;
  width: 970px;
  overflow: hidden;
  margin: auto;
  padding-bottom: 44px;
  padding-right: 100px;
  margin-bottom: 40px;
}
#notice h2 {
  margin: 43px 0 30px 55px;
  color: #1374e0;
  font-family: PingFang-SC-Medium;
  font-size: 18px;
}
#notice ul {
  margin-left: 55px;
  margin-bottom: 0.3rem;
}
#notice ul li {
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
#notice ul li strong {
  font-family: PingFang-SC-Bold;
}
#notice p {
  margin-left: 55px;
  margin-bottom: 0.3rem;
  margin-top: 10px;
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}
#notice h3 {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #333;
  margin-bottom: 10px;
  margin-left: 55px;
}
.page {
  width: 80%;
  overflow: hidden;
  margin: auto;
  padding-bottom: 58px;
}
.tools-nav {
  width: 80%;
  overflow: hidden;
  margin: auto;
  display: block;
}
.tools-nav .resultTitle {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  color: #111111;
  padding-bottom: 15px;
}
.tools-nav .nav-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.3rem 0.2rem;
  background-color: #f4f5f9;
  margin-bottom: 0.4rem;
}
.tools-nav .nav-flex .nav-select {
  display: block;
  width: 2.6rem;
  height: 0.54rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.54rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background-color: #ffffff;
}
.tools-nav .nav-flex .nav-select:hover {
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.07);
}
.tools-nav .nav-btn {
  width: 231px;
  height: 43px;
  text-align: center;
  color: #fff;
  line-height: 43px;
  font-size: 0.14rem;
  background-color: #ff6f19;
  margin: auto;
  margin-bottom: 0.3rem;
}
.dns-result {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.dns-res {
  width: 30%;
}
.dns-table {
  width: 100%;
  border: 1px solid #ccc;
  color: #111;
}
.dns-table td:first-child {
  padding-left: 10px;
  min-width: 83px;
}
.dns-table td:last-child {
  min-width: 38px;
}
.dns-thead td {
  height: 50px;
  vertical-align: middle;
}
.dns-tbody td {
  height: 40px;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  font-size: 12px;
}
.dns-tbody td p {
  margin: 8px 0;
  word-break: break-all;
}
.dns-tbody .tab-true {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../images/index/dnsTrue.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.dns-tbody .tab-false {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../images/index/dnsFalse.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.dns-map {
  width: 68%;
}
.dns-map > p {
  font-size: 0.3rem;
  color: #111;
  text-align: center;
  margin-bottom: 20px;
}
#chartdiv {
  width: 100%;
  height: 500px;
}
.dns-legend {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #111;
}
.dns-circle {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-right: 40px;
}
.dns-circle:last-child {
  margin-right: 0;
}
.dns-circle span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.dns-location span {
  background-color: #1374e0;
  /*border: 2px solid #00f;*/
}
.dns-correct span {
  background-color: #00b700;
  /*border: 2px solid #0f0;*/
}
.dns-error span {
  background-color: #e95513;
  /*border: 2px solid #f00;*/
}
/* 新增 */
/* 下拉框+复选框的容器 */
.select-checkbox {
  width: 155px;
  height: 0.5rem;
  position: relative;
}
.select-div {
  width: 155px;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  background-color: #f4f5f9;
  border-left: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
.select-arrow i {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("../images/blog/arrow.png") no-repeat center;
}
.select-box {
  width: 155px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 0.5rem;
  font-size: 14px;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #858585;
  border-radius: 10px;
  z-index: 10;
  padding: 5px 0;
  display: none;
}
.select-li {
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}
.select-box input {
  width: 14px !important;
  height: 14px !important;
  vertical-align: top;
  margin-right: 5px;
}
.access-result {
  margin-bottom: 40px;
  display: none;
}
.doamin-box {
  width: 100%;
  height: 100px;
  background-color: #f4f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.doamin-box i {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.doamin-box.domain-box-true {
  border: 1px solid #00b700;
}
.domain-box-true i {
  background-image: url("../images/index/dnsTrue.png");
}
.doamin-box.domain-box-false {
  border: 1px solid #f00;
}
.domain-box-false i {
  background-image: url("../images/index/dnsFalse.png");
}
@media (max-width: 1200px) {
  .dns-result {
    flex-direction: column-reverse;
  }
  .dns-res {
    width: 100%;
    margin-top: 20px;
  }
  .dns-map {
    width: 100%;
  }
  #chartdiv {
    height: 400px;
  }
}
@media (max-width: 640px) {
  #tools-content {
    margin-top: 92px;
  }
  .tools-banner {
    position: relative;
    width: 100%;
    margin-top: 92px;
    height: 5.5rem;
    background: url(../images/index/tools-banner.png) center center no-repeat;
    background-size: cover;
    color: #111;
    text-align: center;
  }
  .tools-banner h1 {
    font-size: 0.48rem;
  }
  .tools-banner .domain-input {
    flex-wrap: wrap;
  }
  .tools-banner .domain-input input {
    margin-bottom: 0.3rem;
  }
  .tools-banner .domain-input input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
  }
  .tools-banner .domain-input .find {
    width: 100%;
  }
  .tools .tool-title {
    font-family: PingFang-SC-Medium;
    font-size: 0.36rem;
    color: #111111;
    margin-bottom: 0.17rem;
  }
  .tools .tool-describe {
    font-family: PingFang-SC-Regular;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #111111;
    margin-bottom: 0.28rem;
  }
  .tools .tool-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: inherit;
  }
  .tools .tool-list .tool-box {
    display: block;
    text-align: left;
    position: relative;
    width: 100%;
    min-height: 2rem;
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
  .tools .tool-list .tool-box img {
    position: absolute;
    left: 0.2rem;
    margin-top: 0.6rem;
    margin-bottom: 0.27rem;
    width: 0.96rem;
    height: 0.82rem;
  }
  .tools .tool-list .tool-box h3 {
    margin-top: 0.6rem;
    margin-left: 1.5rem;
    font-family: PingFang-SC-Bold;
    font-size: 0.3rem;
    color: #333333;
    margin-bottom: 0.14rem;
  }
  .tools .tool-list .tool-box p {
    font-family: PingFang-SC-Regular;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #333333;
    width: 100%;
    margin: auto;
    margin-left: 1.5rem;
    margin-bottom: 0.4rem;
  }
  .tools .tool-list .tool-box:nth-child(4n) {
    margin-right: 0;
  }
  .phtools-left {
    overflow: hidden;
    margin-top: 20px;
    left: 0;
    width: 100%;
    background-color: #f4f5f9;
    padding: 0.3rem 0.2rem;
    height: auto;
    z-index: 2;
  }
  .phtools-left .tool-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .phtools-left .tool-flex .left-first {
    width: 50%;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333333;
    margin-left: 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
    font-family: PingFang-SC-Heavy;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  }
  .phtools-left .tool-flex .select {
    background-color: #1374e0;
    color: #fff;
  }
  .phtools-left .item {
    display: none;
    width: 100%;
    flex-wrap: wrap;
  }
  .phtools-left .item .left-second {
    display: block;
    width: 50%;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333333;
    margin-left: 0;
    font-family: PingFang-SC-Medium;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
  }
  .phtools-left .item .left-second:nth-child(2n) {
    border-right: none;
  }
  .phtools-left .item .left-second:hover {
    background-color: #e3f0ff;
    color: #fff;
  }
  .phtools-left .actived {
    display: flex;
  }
  .generate-csr {
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    padding-right: 0;
  }
  .generate-csr .csr-table {
    padding: 0.2rem;
    width: 100%;
  }
  .generate-csr .csr-table .csr-describe {
    /*font-size: 0.24rem;*/
  }
  .generate-csr .csr-table .csr-describe span {
    /*font-size: 0.24rem;*/
  }
  .generate-csr .csr-table .csr-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .generate-csr .csr-table .csr-flex .inputs {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .generate-csr .csr-table .csr-flex .inputs .input-title {
    font-family: PingFang-SC-Medium;
    /*font-size: 0.24rem;*/
    color: #333333;
    margin-bottom: 15px;
  }
  .generate-csr .csr-table .csr-flex .inputs input {
    /*height: 0.7rem;*/
    /*line-height: 0.7rem;*/
    width: 100%;
    background-color: #ffffff;
    padding: 0 10px;
    border: 1px solid #ccc;
    /*font-size: 0.24rem;*/
  }
  .generate-csr .csr-table .csr-flex .inputs select {
    width: 100%;
    border: 1px solid #ccc;
    /*height: 0.7rem;*/
    /*line-height: 0.7rem;*/
    padding: 0 10px;
    /*font-size: 0.24rem;*/
    background-color: #ffffff;
  }
  .generate-csr .csr-table .crs-buttons {
    text-align: center;
  }
  .generate-csr .csr-table .crs-buttons #send-mail {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    margin-right: 6px;
    position: relative;
    top: 4px;
  }
  .generate-csr .csr-table .crs-buttons label {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    color: #333333;
  }
  .generate-csr .csr-table .crs-buttons #submit {
    cursor: pointer;
    display: inline-block;
    width: 150px;
    height: 40px;
    background-color: #1374e0;
    color: #fff;
    line-height: 40px;
    margin-top: 22px;
  }
  .crs-result {
    margin-left: 0;
    width: 100%;
    overflow: hidden;
  }
  .crs-result .result {
    padding: 0.2rem;
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #111111;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0.42rem;
  }
  .crs-result .result-text {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .crs-result .result-text .csr-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .crs-result .result-text .csr-file > div h2 {
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    margin-bottom: 10px;
    color: #111111;
  }
  .crs-result .result-text .csr-file > div p {
    width: 250px;
    font-family: PingFang-SC-Regular;
    /*font-size: 0.24rem;*/
    /*line-height: 0.32rem;*/
    margin-bottom: 10px;
    color: #111111;
  }
  .crs-result .result-text .csr-file button {
    display: block;
    /*width: 1.67rem;*/
    /*height: 0.6rem;*/
    /*line-height: 0.6rem;*/
    text-align: center;
    /*font-size: 0.24rem;*/
    color: #fff;
    border: none;
    background-color: #1374e0;
  }
  .crs-result .result-text textarea {
    display: block;
    width: 100%;
    min-height: 490px;
    margin-right: 500px !important;
    background-color: #f4f5f9;
    padding: 27px 32px;
    margin-bottom: 34px;
    resize: none;
    border: none;
    /*font-size: 0.24rem;*/
    /*line-height: 0.32rem;*/
    color: #666666;
    text-align: left;
  }
  .crs-result table {
    width: 100%;
    margin-bottom: 72px;
  }
  .crs-result table tbody {
    width: 100%;
  }
  .crs-result table tbody tr td {
    background-color: #ffffff;
    width: 50%;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .crs-result table tbody tr td:nth-child(2n) {
    border-right: none;
  }
  .crs-result table tbody tr:last-child td {
    border-bottom: none;
  }
  .crs-result .decode-table {
    width: 100%;
    padding: 0.2rem !important;
  }
  #notice {
    background-color: #fff;
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    padding-bottom: 64px;
  }
  #notice h2 {
    margin: 43px 0 30px 0.2px;
    color: #1374e0;
    font-family: PingFang-SC-Medium;
    font-size: 18px;
  }
  #notice ul {
    margin-left: 0.3rem;
  }
  #notice ul li {
    list-style: disc;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
  }
  #notice ul li strong {
    font-family: PingFang-SC-Bold;
  }
  .decode-csr {
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    padding-right: 0;
  }
  .decode-csr .csr-table {
    padding: 0.4rem 0.2rem 0.55rem 0.2rem;
    width: 100%;
  }
  .decode-csr .csr-table .csr-title {
    font-size: 0.36rem;
    color: #111111;
    margin-bottom: 0.15rem;
    text-align: center;
    font-family: PingFang-SC-Medium;
  }
  .decode-csr .csr-table .csr-describe {
    text-align: center;
    font-family: PingFang-SC-Regular;
    font-size: 0.14rem;
    color: #111111;
    margin-bottom: 0.46rem;
  }
  .decode-csr .csr-table .csr-describe span {
    color: #1374e0;
  }
  .decode-csr .csr-table #request-type h2 {
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #111111;
  }
  .decode-csr .csr-table #request-type > span {
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #111111;
    margin-right: 0.3rem;
    margin-bottom: 16px;
  }
  .decode-csr .csr-table #request-type #csr-type {
    width: 1.75rem;
    height: 0.6rem;
    background-color: #ffffff;
    border: none;
    position: relative;
    top: -8px;
  }
  .decode-csr .csr-table #request-type #pasteCode > p {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 24px;
    color: #eb6529;
    margin-bottom: 22px;
  }
  .decode-csr .csr-table #request-type #pasteCode textarea {
    display: block;
    width: 100%;
    min-height: 490px;
    margin-right: 500px !important;
    background-color: #f4f5f9;
    padding: 27px 32px;
    margin-bottom: 20px;
    resize: none;
    border: none;
    line-height: 24px;
    color: #666666;
    text-align: left;
  }
  .decode-csr .csr-table #request-type #file-upload {
    width: 100%;
    background-color: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .decode-csr .csr-table #request-type #file-upload .file-button {
    display: inline-block;
    width: 110px ;
    background-color: #1374e0;
    color: #fff;
    border: none;
    height: 35px ;
    text-align: center ;
    margin-right: 15px;
  }
  .decode-csr .csr-table #request-type #submit {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 40px;
    background-color: #1374e0;
    color: #fff;
    line-height: 40px;
  }
  .csr-example {
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 0.2rem;
    padding-top: 0.5rem;
  }
  .csr-example h2 {
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #111111;
    margin-bottom: 18px;
  }
  .csr-example textarea {
    display: block;
    width: 100%;
    min-height: 520px;
    margin-right: 500px !important;
    background-color: #f4f5f9;
    padding: 27px 32px;
    margin-bottom: 20px;
    resize: none;
    border: none;
    line-height: 24px;
    color: #666666;
    text-align: left;
    border: solid 1px #e5e5e5;
  }
  .dns-search {
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    padding-right: 0;
  }
  .dns-search .csr-table {
    padding: 0.4rem 0.2rem 0.55rem 0.2rem;
    width: 100%;
  }
  .dns-search .csr-table .csr-title {
    /*font-size: 0.36rem;*/
    color: #111111;
    margin-bottom: 10px;
    text-align: center;
    font-family: PingFang-SC-Medium;
  }
  .dns-search .csr-table .csr-describe {
    text-align: center;
    font-family: PingFang-SC-Regular;
    /*font-size: 0.14rem;*/
    color: #111111;
    margin-bottom: 20px;
  }
  .dns-search .csr-table .csr-describe span {
    color: #1374e0;
  }
  .dns-search .csr-table .inputs .input-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .dns-search .csr-table .inputs .input-row input {
    height: 0.5rem;
    line-height: 0.5rem;
    width: 6.2rem;
    background-color: #f4f5f9;
    padding: 0 0.2rem;
    border: none;
    border-right: 1px solid #e6e6e6;
    margin-bottom: 20px;
  }
  .dns-search .csr-table .inputs .input-row select {
    width: 1.5rem;
    border: none;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #f4f5f9;
    padding: 0 0.2rem;
  }
  .dns-search .csr-table .inputs .input-row .dns {
    width: 1.5rem;
    border: none;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #f4f5f9;
    padding: 0 0.2rem;
  }
  .dns-search .csr-table .inputs .input-row #getBtn,
  .dns-search .csr-table .inputs .input-row #checkButton {
    width: 1.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    background-color: #1374e0;
  }
  .dns-search .csr-table .inputs .input-row .errNote {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ec3333;
  }
  .dns-search .csr-table .inputs .input-row .note {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #1374e0;
  }
  .dns-search .csr-table .inputs .errorTip {
    text-align: center;
  }
  .dns-search .csr-table .table-title {
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #111111;
  }
  .dns-search .csr-table .formatSelect {
    width: 100%;
    margin-top: 16px;
  }
  .dns-search .csr-table .formatSelect tr td {
    background-color: #f4f5f9;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .dns-search .csr-table .formatSelect tr td:nth-child(2n) {
    border-right: none;
  }
  .dns-search .csr-table .formatSelect tr td:first-child {
    /*width: 1.6rem;*/
  }
  .dns-search .csr-table .formatSelect tr td input {
    margin-right: 5px;
  }
  .dns-search .csr-table .formatSelect tr td span {
    margin-right: 0.3rem;
  }
  .dns-search .csr-table .formatSelect tr:last-child td {
    border-bottom: none;
  }
  .dns-search .csr-table #paramsdiv > div p {
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #111111;
    margin-top: 50px;
    margin-bottom: 16px;
  }
  .dns-search .csr-table #paramsdiv > div #file-upload {
    width: 100%;
    background-color: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .dns-search .csr-table #paramsdiv > div #file-upload .file-button {
    display: inline-block;
    width: 110px ;
    background-color: #1374e0;
    color: #fff;
    border: none;
    height: 35px ;
    text-align: center ;
    margin-right: 15px;
  }
  .dns-search .csr-table #paramsdiv > div input {
    width: 100%;
    min-height: 40px;
    background-color: #f4f5f9;
    background-image: url(../img/keyboard.png);
    background-repeat: no-repeat;
    background-position: 360px center;
    border: none;
    padding: 10px 20px 10px 20px;
  }
  .dns-search .csr-table #paramsdiv .buttons {
    cursor: pointer;
    width: 151px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #1374e0;
    color: #fff;
    margin: auto;
    margin-top: 50px;
  }
  #dns-result {
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    display: none;
  }
  #dns-result .resultTitle {
    padding-left: 0.2rem;
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #111111;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0.42rem;
  }
  #dns-result .resultTable {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    width: 100%;
  }
  #dns-result .resultTable .reg-title {
    margin-bottom: 15px;
  }
  #dns-result .resultTable table {
    width: 100%;
    margin-bottom: 72px;
  }
  #dns-result .resultTable table tr th {
    background-color: #f4f5f9;
    height: 40px;
    padding: 0 0.3rem;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
  }
  #dns-result .resultTable table tr th:nth-child(4n) {
    border-right: none;
  }
  #dns-result .resultTable table tr th:first-child {
    width: 20%;
  }
  #dns-result .resultTable table tr th:nth-child(2) {
    width: 20%;
  }
  #dns-result .resultTable table tr th:nth-child(3) {
    width: 20%;
  }
  #dns-result .resultTable table tr th:nth-child(4) {
    width: 60%;
  }
  #dns-result .resultTable table tr td {
    background-color: #f4f5f9;
    height: 40px;
    line-height: 24px;
    padding: 0.1rem 0.3rem;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
  }
  #dns-result .resultTable table tr:last-child td {
    border-bottom: none;
  }
  #dns-result .resultTable .renglish .enstr {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 24px;
    color: #111111;
    margin-bottom: 65px;
  }
  #dns-result .resultTables {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    overflow-x: scroll;
  }
  #dns-result .resultTables .reg-title {
    margin-bottom: 15px;
  }
  #dns-result .resultTables table {
    width: 14rem;
    margin-bottom: 72px;
    margin: 0.2rem;
  }
  #dns-result .resultTables table tr td {
    height: 40px;
    font-size: 14px;
  }
  #dns-result .resultTables table tr td:nth-child(4n) {
    border-right: none;
  }
  #dns-result .resultTables table tr td:first-child {
    width: 10%;
  }
  #dns-result .resultTables table tr td:nth-child(2) {
    width: 10%;
  }
  #dns-result .resultTables table tr td:nth-child(3) {
    width: 15%;
  }
  #dns-result .resultTables table tr td:nth-child(4) {
    width: 15%;
  }
  #dns-result .resultTables table tr td:nth-child(5) {
    width: 30%;
  }
  #dns-result .resultTables table tr td:nth-child(6) {
    width: 10% !important;
  }
  #dns-result .resultTables table tr td {
    height: 40px;
    line-height: 24px;
    padding: 0.2rem 0.1rem;
    font-size: 14px;
  }
  #dns-result .resultTables table tr:last-child td {
    border-bottom: none;
  }
  #dns-result .resultTables table .ctlogOperateDetail span {
    color: #1374e0;
    cursor: pointer;
  }
  #dns-result #state-txt {
    padding: 0 0.2rem;
  }
  #dns-result #state-txt .state-title {
    font-size: 18px;
    color: #111111;
    padding-bottom: 15px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
  }
  #dns-result #state-txt .resultContent {
    width: 100%;
    margin-bottom: 50px;
  }
  #dns-result #state-txt .resultContent .sslCheckTable {
    width: 100%;
    overflow: hidden;
  }
  #dns-result #state-txt .resultContent .sslCheckTable .sslCheckTableTit {
    width: 2rem !important;
    text-align: right;
    padding: 0 0.2rem;
    border-right: 1px solid #d9d9d9;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #111111;
  }
  #dns-result #state-txt .resultContent .sslCheckTable .sslCheckTableCel {
    width: 4rem !important;
    text-align: left;
    padding: 0 0.2rem !important;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #111111;
    word-wrap: break-word !important;
    word-break: break-all !important;
  }
  #dns-result #state-txt .resultContent .sslCheckTable .sslCheckTableCel .pre {
    display: block;
    width: 4rem;
    height: 5rem;
    padding: 10px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
    color: #111;
    word-break: break-all;
    word-wrap: break-word !important;
    background-color: #fff;
    border-radius: 4px;
  }
  #dns-result #state-txt .resultContent .sslCheckTable .sslCheckTableCel .moreSans {
    color: #1374e0;
  }
  #dns-result #state-txt .resultContent .chains-line {
    display: none;
  }
  #dns-result #state-txt .resultContent .chains {
    width: 100%;
    padding: 0.1rem;
    background-color: #fff;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #dns-result #state-txt .resultContent .chains table {
    width: 100%;
  }
  #dns-result #state-txt .resultContent .chains table tr td {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  #dns-result #state-txt .resultContent .chains table tr td:first-child {
    width: 65px;
    border-right: 1px solid #d9d9d9;
  }
  #dns-result #state-txt .resultContent .chains table tr td:nth-child(2) {
    padding-left: 0.1rem;
  }
  .wphotoshop {
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 30px 0.2rem 36px 0.2rem;
    line-height: 24px;
  }
  .wphotoshop h2 {
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #1374e0;
    margin-bottom: 36px;
  }
  .wphotoshop h3 {
    font-family: PingFang-SC-Bold;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #111111;
    margin-bottom: 10px;
  }
  .wphotoshop p {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    color: #111111;
    margin-bottom: 30px;
  }
  .wphotoshop ul {
    margin-bottom: 30px;
  }
  .wphotoshop ul li {
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #111111;
  }
  .tools-nav {
    width: 100%;
    overflow: hidden;
    margin: auto;
    display: block;
    padding: 0 0.2rem;
  }
  .tools-nav .resultTitle {
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #111111;
    padding-bottom: 15px;
  }
  .tools-nav .nav-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.3rem 0.2rem;
    background-color: #f4f5f9;
    margin-bottom: 0.4rem;
  }
  .tools-nav .nav-flex .nav-select {
    display: block;
    width: 45%;
    height: 0.54rem;
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.54rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    background-color: #ffffff;
  }
  .tools-nav .nav-flex .nav-select:hover {
    box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.07);
  }
}
