#header {
  width: 100%;
  height: 245px;
}
.pc{
  display: block;
}
.app {
  display: none;
}
input[type="text"] {
  -webkit-appearance: none;
}
.main {
  max-width: 990px;
  min-height: 500px;
  position: relative;
  margin: 20px auto;
  margin-top: -32px;
}
.btn {
  width: 80px;
  height: 34px;
  line-height: 34px;
}

.breadcrumb{
  font-size: 12px;
  font-family: 宋体;
  color: #606266;
}
.breadcrumb>span>a {
  color: #606266;
  text-decoration: none;
}

.search{
  margin-top: 20px;
}
.search>.title {
  width: 100%;
  height: 34px;
  background: #567fe6;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 18px;
}
.search-content {
  width: 55%;
  margin: 30px 0;
  padding: 0 5%;
  border-right: 1px solid #ccc;
}
.search-content .title{
  font-size: 16px;
  color: #567fe6;
  text-align: center;
  margin-bottom: 30px;
}
.search-desc {
  width: 45%;
  margin: 30px 0;
  padding: 40px;
}
#canvas {
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#change-code{
  cursor: pointer;
  margin-left: 5px;
}
.row{
  margin: 18px 0;
}
.btn-list{
  margin-top: 30px;
  margin-bottom: 30px;
}
.row .inline-block{
  display: inline-block;
  height: 34px;
  line-height: 34px;
}
.row .must {
  color: red;
}
.row .inline-block{
  color: #6b6b6b;
}
.row .left {
  width: 30%;
  text-align: right;
}
.row .right {
  margin-left: 2%;
  width: 66%;
}
.row .right input{
  width: 96%;
  height: 33px;
  padding: 0 2%;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.row .right .code-value{
  width: 45%;
  vertical-align: middle;
}
.row .right input::placeholder {
  font-size: 12px;
}
.desc-list .desc-title {
  font-size: 16px;
  color: #567fe6;
  margin-bottom: 20px;
}
.desc-list .desc-title .vertical-bar {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #567fe6;
  vertical-align: middle;
  margin-right: 10px;
}
.desc-list .desc-title .title {
  font-size: 16px;
  vertical-align: middle;
}
.desc-list .desc-lists li {
  color: #6b6b6b;
  margin: 16px 0;
}
.desc-list .desc-lists li:last-child {
  margin-bottom: 38px;
}
.desc-list .desc-lists li img {
  width: 15px;
  vertical-align: middle;
}
.desc-list .desc-lists li>span {
  font-size: 12px;
}
.desc-list .desc-lists .desc-hint {
  color: #ff0000;
}

.result {
  margin: 30px auto;
}
.result .result-title {
  margin-bottom: 30px;
  text-align: center;
  color: #567fe6;
  font-size: 18px;
  font-weight: bold;
}
.result .result-subtitle{
  text-align: center;
  margin-bottom: 40px;
}
.result .result-subtitle img {
  width: 15px;
  vertical-align: middle;
}
.result .result-subtitle a {
  color: #567fe6;
}
.result .result-main1 {
  padding: 30px 0;
  border: 1px solid #ccc;
  text-align: center;
}
.result .result-main2 {
  text-align: center;
  width: 754px;
  margin: 0 auto;
}
.result .result-main3 table{
  margin: 30px auto;
}
.result .result-main3 td {
  width: 160px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  color: #6b6b6b;
  padding: 0 10px;
}
.result .result-main3 .table-left {
  text-align: right;
  background: #f5f5f5;
}
.result .result-main3 .table-right {
  width: 280px;
}
.result .result-main4 .result-header{
  padding: 10px 0;
  border-bottom: 2px solid #567fe6;
}
.result .result-main4 .result-mainlist {
  margin: 30px 0;
}
.result .result-main4 .result-main-title {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 18px;
  vertical-align: middle;
}
.result .result-main4 .result-main-title i{
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #567fe6;
  vertical-align: top;
}
.result .result-main4 .result-main-title span,i{
  vertical-align: top;
}
.result .result-main4 .result-mainlist td {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  color: #4b4b4b;
}
.result .result-main4 .result-mainlist .table-header td{
  background: #f5f5f5;
  color: #6b6b6b;
  font-size: 14px;
}
.result .result-main4 .result-main-footer {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 38px;
}
.result .result-main4 .result-main-footer .must {
  color: #ff4649;
}

.result .result-main-left{
  width: 18.5%;
  padding: 30px;
  border-right: 1px solid #ccc;
}
.result .result-main-right{
  width: 80%;
  padding: 30px 10px;
}
.result .result-main-right td {
  width: 30%;
  line-height: 3;
}
.result .result-main-right .table-left{
  width: 50%;
  text-align: right;
}
.result .result-main-right .table-right{
  text-align: left;
}
.result .result-main-l-img:first-child {
  margin-bottom: 20px;
}
.result .result-main-l-img-title{
  text-align: center;
  padding: 5px 0;
}
.result .result-btnlist{
  text-align: center;
  margin: 40px 0 20px 0;
}

.note {
  width: 100%;
  line-height: 26px;
  color: #4b4b4b;
  text-align: center;
  background: #E4E4E4;
}

#footer {
  width: 100%;
  height: 172px;
  vertical-align: bottom;
}
#canvas {
  width: 80px;
  height: 33px;
}


@media screen  and (max-width: 1080px) {
  #header {
    height: 263px;
  }
  #message {
    width: 80%;
    left: 10%;
    transform: translateX(0);
  }
  .main {
    margin-top: 0;
    padding: 0 12px;
  }
  .breadcrumb {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  .search>.title{
    background-color: #567fe6;
  }
  .search-content{
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .search-desc{
    padding: 0;
  }
  .row .right .code-value {
    width: 35%;
  }
  #canvas {
    width: 75px;
    height: 33px;
  }
  .row .app-btn {
    width: 70%;
    margin-left: 32.5%;
  }
  .row .inline-block .btn{
    width: 31%;
    margin-right: 2%;
    height: 34px;
    line-height: 28px;
  }
  .row .inline-block .btn:last-child {
    margin-right: 0;
  }
  .pc{
    display: none !important;
  }
  .app {
    display: block !important;
  }
  .result .align-right{
    text-align: left;
    min-width: 60px;
  }
  #footer {
    height: 125px;
  }
  .search-content,.search-desc {
    width: 100%;
  }
  /*result1 css*/
  .result-main1 .result-main-right{
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
  .result .result-main1{
    border: 0;
    padding: 0;
    padding-top: 30px;
  }
  .result-main-top {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .result-main-top .result-main-l-img{
    flex: 1;
  }
  .result-main-top .result-main-l-img img {
    width: 119px;
  }
  .result-main1 .table-right{
    text-align: left;
  }
  .result .result-btnlist{
    margin: 20px 0 10px;
  }
  .result .result-title{
    margin-bottom: 0;
  }
  /*result2 css*/
  .result .result-main2 {
    width: 100%;
  }
  .result2 .result-title{
    margin-bottom: 30px;
  }
  /*result4 css*/
  .result .result-main4 .result-mainlist{
    overflow: auto;
  }
  .result-main4 .result-mainlist td{
    min-width: 160px;
  }

	 .btn {
		 width: 41%;
	 }
	 .search-desc {    
		 margin-left: 32%;
	 }
	.row .right input {
		width: 64%;
	}
}

 @media screen and (max-width: 1025px){
	 .row .right {
	     margin-left: 2%;
	     width: 40%;
	 }
	 .btn-list {
	     margin-left: 37%;
	 }
	 .btn {
		 width: 41%;
	 }
	 .search-desc {    
		 margin-left: 32%;
	 }
	.result .result-main-right .table-left{
	  width: 30%;
	  text-align: right;
	}
 }

 @media screen and (max-width: 769px){
	 .row .right {
	     margin-left: 2%;
	     width: 50%;
	 }
	 .btn-list {
	     margin-left: 37%;
	 }
	 .btn {
		 width: 41%;
	 }
	 .search-desc {    
		 margin-left: 28%;
	 }
 }
 @media screen and (max-width: 415px){
	 .search-desc {
		margin-left: 8%;
		width: 80%;
	 }
	.row .right {
		width:60%;
	}
	.search-content {
		width: 97%;
	}
	.result .result-main-right .table-left{
	  width: 33%;
	  text-align: right;
	}
 }
 @media screen and (max-width: 376px){
	 .search-desc {    
		margin-left: 8%;
		width: 80%;
	 }
	.row .right {
		width: 65%;
	}
	.search-content {
		width: 97%;
	}
	.result .result-main-right .table-left{
	  width: 34%;
	  text-align: right;
	}
 }
 @media screen and (max-width: 361px){
	 .search-desc {    
		margin-left: 8%;
		width: 80%;
	 }
	.row .right {
		width: 68%;
	}
	.search-content {
		width: 97%;
	}
	.row .left {
		width: 28%;
		text-align: right;
	}
 }
 @media screen and (max-width: 321px){
	 .search-desc {    
		margin-left: 8%;
		width: 80%;
	 }
	 .row .left {
		 width: 32%;
	 }
	.row .right {
		width: 62%;
	}
	.search-content {
		width: 97%;
	}
	.row .right .code-value {
		width: 43%;
	}
	.row .inline-block .btn {
		width: 47%;
	}
	#canvas {
		margin-top: 5%;
		width: 88px;
		height: 33px;
	}
	.result .result-main-right .table-left{
	  width: 42%;
	  text-align: right;
	}
 }
