@charset "utf-8";

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
 /* Firefox */
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
   /*  height: 100%; */
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    width: 750px;
    max-width: 100%;
    margin: auto;
}

html::-webkit-scrollbar {
    width: 0px
}

body {
    max-width: 750px;
    width: 100%;
/*     height: 100%; */
    font-family: Arial,"Microsoft Yahei";
    margin: 0 auto;
    color: #333;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: scroll;
}

a {
    background-color: transparent;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: normal;
}

b, strong,em, i {
    font-style: normal
}

small {
    font-size: 80%
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #333
}

button {
    overflow: visible;
    outline: none;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input,select,a {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    outline: 0;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input:disabled {
    background: #fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

textarea {
    overflow: auto;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

li {
    list-style: none
}

img {
    border: none
}

::-moz-placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

.clearfix:before,.clearfix:after,.wrapper:after,.wrapper:before {
    content: "";
    display: table;
}

.clearfix:after,.wrapper:after {
    clear: both;
    overflow: hidden;
}

input::-webkit-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

h1, h2,h3,h4,h5,h6,p {
    margin: 0;
    font-size: inherit;
}

img {
    display: block;
    width: 100%;
}

body{
    background: #EDF0F5;
}
.two-link-list{
    padding:0 0.4rem;
    margin: .4rem 0;
}
.two-img {
    margin: 0 -0.15rem;
}
.two-img li{
    float: left;
    padding: 0 .15rem;
    width: 50%;
}
.list-conent-six{
    padding: .4rem;
margin-top: .4rem;
background: #FFFFFF;
padding-bottom: 0;
border-radius: 8px 8px 8px 8px;
}
.list-conent-six ul{
    margin: 0 -.2rem;
}
.list-conent-six ul li{
    float: left;
    padding: 0 .2rem;
    width: 33.33333%;
    margin-bottom: .4rem;
}
.list-conent-six ul li a{
    display: block;
border-radius: 8px 8px 8px 8px;
padding-top: .46rem;
border: 1px solid #E6E6E6;
height:2.92rem;
}
.list-conent-six ul li a img{
    width: .78rem;
    display: block;
    margin: 0 auto;
    margin-bottom: .4rem;
}
.list-conent-six ul li a p{
  text-align: center;
font-weight: 400;
font-size: .34rem;
color: #333333;

}
.list-conent-six ul li:nth-child(4) a img{
 width: .9rem;
}
.list-conent-six ul li:nth-child(5) a i,.list-conent-six ul li:nth-child(6) a i{
    height: .88rem;
    display: block;
    margin: 0 auto;
    margin-bottom: .4rem;
}
.list-conent-six ul li a:hover{
background: #EFF5FF;
border: 1px solid #4871C0;
}
.list-conent-six ul li a:hover p{
color: #4871C0;
}
.list-text{
        padding: .4rem;
        background-color: #fff;
        border-radius: 8px 8px 8px 8px;
        margin-top:.4rem
}
.list-text ul li a{
position: relative;
font-size: .34rem;
color: #333333;
    width: 77%;
    overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
float: left;
padding-left: .3rem;
}
.list-text ul li span{
    float: right;
    font-size: .32rem;
    color: #999999;
    margin-top: .08rem;

}
.list-text ul li{
    overflow: hidden;
    margin-bottom: .3rem;
}
.list-text ul li a:before{
  content: '';
  width:4px;
height:4px;
background: #4871C0;
border-radius: 50%;
position: absolute;
left: 0;
    transform: translateY(-50%);
top: 50%;
}
.list-text ul li:last-child{
    margin-bottom: 0;
}
@media (min-width: 481px) {
    .two-link-list{
        padding: 0 20px;
        margin-top: 30px;
    }
    .two-img li{
        padding:  0 10px;
    }
    .two-img {
    margin: 0 -10px;
}
.list-conent-six{
        padding: 20px;
    margin-top: 30px;

}
.list-conent-six ul {
    margin: 0 -15px;
}
.list-conent-six ul li{
    padding: 0 15px;
    margin-bottom: 30px;
}
.list-conent-six ul li a img {
    width: 42px;
    margin-bottom: 20px;
}
.list-conent-six ul li a p{
    font-size: 16px;
}
.list-conent-six ul li a{
    height: 155px;
    padding-top: 25px;
}
.list-conent-six ul li:nth-child(4) a img {
    width: 48px;
}
.list-conent-six ul li:nth-child(5) a i, .list-conent-six ul li:nth-child(6) a i {
    height: 47px;
    margin-bottom: 20px;
}
.list-conent-six ul li:nth-child(4),.list-conent-six ul li:nth-child(5),.list-conent-six ul li:nth-child(6){
    margin-bottom: 0;
}
.list-text{
    margin-top: 30px;
    padding: 20px;
}
.list-text ul li {
    margin-bottom: 20px;
}
.list-text ul li span{
    font-size: 14px;
    margin-top: 3px;
}
.list-text ul li a{
    font-size: 16px;
    padding-left: 15px;
}
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background: #fff;
    padding: 20px;
    margin: 50px auto;
    border-radius: 5px;
    display: block;
    width: 320px;
}

.modal img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 300px;
}