@charset utf-8;


/*通用*/
html{
     font-size: 625%;
}
h1,h2,h3,h4,h4,h5,h6,html,body,div,a,span,p,ul,dl,dt,dd,li,ol,img{
    margin:0;
    padding:0;
    }
ul,ol{   
    list-style:none;  
}
a{
    text-decoration:none;
    outline:none;
}
input,button{
    outline: none;
    border: none;
}
img{
    border:0 none;
    display: block;
    max-width: 100%;
} 
.none{
    display: none;
}
html, body{
    width: 100%;
    height: 100%;
}
body{
    font:"微软雅黑";
    font-size: 0.16rem;
    margin: 0;
    
}
/*顶部*/
.top{
    width: 100%;
    height: 1.2rem;
    text-align: center;
    background: url(../img/bg.jpg) repeat center center;
    background-size: 100% 100%;
}
.top .wrap{
    width: 80%;
    margin: 0 auto;
    vertical-align: middle;
}

.top img.logo{
    margin-top: 0.2rem;
    display: inline-block;
    width: 0.8rem;
    height:0.8rem;
    vertical-align: middle;
/*    float: left;*/
}
.top img.text{
   display:inline-block;
   width:1.6rem;
   height:.29rem;
   vertical-align: middle;
   margin-top: .2rem;
   margin-left: .1rem;
/*   float: right;*/
}

.detail{
    width: 85%;
    text-align: center;
    margin: 0 auto;
}
.detail table{
    color: #8a8a8a;
    text-align: left;
    font-size: .14rem;
    margin-top: .16rem;
    
}
.detail table tr{
    line-height: .38rem;
}
.detail table tr.line td{
    border-bottom: 1px solid #ddd;
    height: .6rem;
    line-height: .25rem;
}
.detail table tr td:nth-child(1) {
    vertical-align:text-top;
    color: #8a8a8a;
    word-break: keep-all;
    width: 1.2rem;
}
.detail table tr td:nth-child(2) {
    vertical-align:text-top;
    color: #000;
    word-break: break-all;
}
.detail table tr td.mark{
    font-weight: bold;
    color: #e85f1c;
    font-size: .18rem;
}
button.enter{
    display:inline-block;
    width: 80%;
    height: 0.4rem;
    background: #2070be;
    color: #fff;
    font-size: 0.16rem;
    margin-top: 0.35rem;
    border-radius: 30px;
    margin-bottom: 0.3rem;
    
}
button.enter:active{
    background: #1a67b2;
}

@media(max-width:320px){
    .top img.logo{width: 0.7rem; height:0.7rem; vertical-align: middle;}
    .top img.text{width:1.44rem; height:.26rem; vertical-align: middle;}
}
}
@media only screen and (device-width:375px) and (device-height:812px) and (device-pixel-ratio:3){ 
    html{background: red;}
}

