﻿/*
公共样式
*/
body,ul,ol,dl,h1,h2,h3,h4,h5,h6,p,input,span,header,b,section,i,header,li,nav,article,aside,figure,code,dialog,footer{
    margin: 0px;padding: 0px;list-style: none;outline: none;
    border:none;
}
img{
    border: none;
}
a{
    text-decoration: none;
}
a,button{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
    font-family: "Microsoft Yahei";color: #333;background:#fff;font-size: 0.28rem;
}
*{
    box-sizing:border-box;
    font-family: "Microsoft Yahei";
}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
input[type="text"] {
    -webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"]{
    -webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}
button{ border-radius: 0; }
input:focus, textarea:focus {
    outline: none;
}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
body{
    width:7.5rem;
    margin:0 auto;
}
/*banner*/
.in-banner{
    width:100%;
    height:4rem;
    overflow: hidden;
}
.index-banner{
    width:100%;
    height:4rem;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
.index-banner .hd{
    width:100%;
    height:0.2rem;
    position:absolute;
    z-index:10;
    bottom:0;
    line-height:0;
    font-size:0;
}
.index-banner .hd ul{
    display: flex;
    justify-content: center;
}
.index-banner .hd li{
    width:0.2rem;
    height:0.2rem;
    background: #44a6ea;
    border-radius: 50%;
    background-size: 0.2rem 0.2rem;
    margin:0 0.1rem;
}
.index-banner .hd li:last-child{
    margin-right:0;
}
.index-banner .hd .on{
    background: #ff0000;
    background-size: 0.2rem 0.2rem;
    border-radius: 50%;
}
.index-banner .bd{
    position:relative;
    z-index:1;
}
.index-banner .bd a{
    display: block;
    width:100%;
    height:3.5rem;
}
.index-banner .bd img{
    display: block;
    width:100%;
    height:auto;
}
.in-banner img{
    display: block;
    width:100%;
    height:auto;
}

.index-div{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.2rem 0.2rem;
    background: #f5f5f5;
}
.index-div h3{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    color: #000;
    font-size: 0.36rem;
    line-height: 2.5em;
}
.index-div > p{
    text-align: center;
    width: 100%;
    font-size: 0.26rem;
    line-height: 1.5em;
    margin-bottom: 0.25rem;
    color: red;
}
.index-div ul{
    width: 100%;
    display: flex;
    height: auto;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-div li{
    width: 3.4rem;
    height: 2.6rem;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0.25rem;
    position: relative;
    border-radius: 0.1rem;
}
.index-div li a{
    display: block;
    width: 100%;
    height: 100%;
}
.index-div li img{
    display: inline-block;
    width: 1.25rem;
    margin-top: 0.35rem;
}
.index-div li p{
    width: 100%;
    height: 0.6rem;
    color: #000;
    background: #FFF;
    font-size: 0.22rem;
    line-height: 0.6rem;
    position: absolute;
    bottom: 0;
}
.index-div li:nth-child(8n+1) {background-color:#36A1DB}    

.index-div li:nth-child(8n+2) {background-color:#678ce1}    

.index-div li:nth-child(8n+3) {background-color:#8c67df}    

.index-div li:nth-child(8n+4) {background-color:#84d018}    

.index-div li:nth-child(8n+5) {background-color:#14c760}    

.index-div li:nth-child(8n+6) {background-color:#f3b613}    

.index-div li:nth-child(8n+7) {background-color:#ff8a4a}    

.index-div li:nth-child(8n+8) {background-color:#fc5366}