/********公共样式*********/


body {
    font-family:'Microsoft YaHei',sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    box-sizing: border-box;
}
@media screen and (orientation: landscape) {
    body{
        overflow-y: auto;
    }
}
input, button {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    outline: none;
}
.none{
    display: none;
}


/********公共样式结束*********/
.bg {
    width: 100%;
    background-color: #ffffff;
    background: url(~/Images2025/KNIT/bg2.png)no-repeat center top;
    background-size: 100% 100%;
    vertical-align: middle;
    /* min-height:100%*/
    height: 100%;
    position: fixed;
    overflow: auto;
}
.logo
{
        margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 0.7em;
    }
.query {
  
}
.query, .title {
    margin: 1rem auto;
        line-height: 5px;
        text-align:center
}
.title>p:nth-of-type(1){
    width: 100%;
    letter-spacing: 0.03rem;
    font-size: 1.2rem !important;
    color:#090059;
    font-weight:bold;
}
.title>p:nth-of-type(2)
{
    width: 100%;
    letter-spacing: 0.03rem;
    font-size: 0.8rem !important;
    color:#090059;
    }
.insert {
    background-image: url('~/Images2025/KNIT/insert.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 2.4rem;
    width: 70%;
    vertical-align: middle;
    padding-left: 35px;
    box-sizing: border-box;
    /*   color:rgb(204, 204, 204);*/
    margin-top: 10px;
    font-size: 16px;
}
     

.search {
    margin: 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.search input {
    border: 0.07rem solid #191C7C;
    width: 70%;
    padding-left: 0.78rem;
    box-sizing:border-box;
    font-size: 0.9rem;
    height: 2.3rem;
}
#btnValid {
    background-image: url('/Images2025/KNIT/btn.png');
    background-size: 100% 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    height: 2.4rem;
    width: 50%;
    vertical-align: middle;
    color: Black;
    /*  color:#fff;
   margin-left:-8px;
    margin-top:1rem;*/
    border-radius: 0px;
    font-size: 15px;
}

.explain {
    width: 80%;
    margin: 0 auto;
}
.explain-head {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.line {
    width: 30%;
    height: 0.06rem;
    background:black;
}
.explain-title 
{
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    color:#191C7C;
}
.explain-content {
    width: 100%;
    margin: 0 auto;
    font-size:0.9rem;
}

ul, ol {
    list-style: none;
}
.image
{
    text-align:center;
    width:100%;
}
.wx
{
    width:50%
    }

.top {
    width: 100%;
    background-image: url(/Images2025/KNIT/topbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 2.3rem;
}
.top ul,li { list-style:none; list-style-type:none; padding:0; margin:0;} /*清除ul,li的默认样式*/  
.top ul li      
{
    float: left;
    width: 75px;
    height: 2.3rem;
    /* background: #900; */
    line-height: 2.3rem;
    text-align: right;
    margin-right: 2px; } 
.top ul li a { display:block; height:30px; text-decoration:none; color:#fff;}  
.top ul li a:hover { background:#999;}
/*.top ul{list-style:none;float:left; width:100%; padding:0; margin:0;}
.top li{float:left;width:100px;background:#CCC;margin-left:3px;line-height:30px;}
.top a{display:block;text-align:center;height:30px;}
.top a:link{color:#666;background:url(arrow_off.gif) #CCC no-repeat 5px 12px;text-decoration:none;}
.top a:visited{color:#666;text-decoration:underline;}
.top a:hover{color:#FFF; font-weight:bold;text-decoration:none;background:url(arrow_on.gif) #F00 no-repeat 5px 12px;}*/
 


#div_result
{
  font-size: 15px;
    /* text-align: center; */
    color: #494846;
    line-height: 1.8em;
    width: 80%;
    margin: 0 auto;
}
#div_result p
{
        color: #090059;
    font-weight: bold;
    line-height: 0.8rem;
        margin-top: 1.3rem;
    }
 #code
 {
     font-size:1.3rem;
     text-align:center; 
     color:#013385;
     font-weight:bold;
     margin-top: 5px; 
     margin-bottom: 10px;
     }
.bottom{
     font-size: 13px;
 line-height:22px;
 margin-top:1rem;
 margin-bottom:1rem;
 padding-bottom:1rem;
 text-align: center;
    color: #090059;
   
}
.down
{
        margin-top: 2rem;
    
    }
.aboutus
{
    position: fixed;
    right: 0;
    }
.gywm
{
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 18px;
    font-size: 14px;
    line-height: 20px;
    }
.gywm p
{
    text-indent:35px
    }





/*iphoneX*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 3){
 .top2
 {
    width: 15%;
    margin-top:4em;
     }
   .top1
 {
     width:100%;
     
     }   

}

@media screen and (min-device-height: 320px)  and (max-device-height: 520px)
{
    
     .top1
 {
     width:100%;
      margin-top:0;
     }
 .top2
 {
    width: 12%;
     }
    
    }


@media only screen and (max-width: 320px){

     .top1
 {
     width:100%;
     
     }
 .top2
 {
    width: 12%;
    margin-top:0rem;
     }
     
     .text2 {
    width: 280px;
    font-size: 12px;
    line-height: 20px;
}

 #code
 {
     font-size:1.1rem;
     
     }
#div_result
{
   font-size:12px;
   }


}
