html{
    background: rgb(16,165 , 174);
    /* background: url("../images/bg3.png") repeat; */
    /* background-size: 100px auto;
    background: url(../images/bingdu.png); */
}
body {
max-width: 540px;
min-width: 320px;
margin: 0 auto;
color:#000;
background: #f2f2f2;
overflow-x: hidden;
-webkit-tap-highlight-color: transparent;
margin-bottom: 20px;
border: 10%;
}
*{
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
}
a{
    color: #222;
}
#Angel{
    position: absolute;
    z-index: 199;
}
/* fix */
.head-pic{
    position: relative;
    border: 1px solid red;
}
.head-pic .fix{
    position: fixed;
    bottom:10%;
    right: 50px;
    width: 150px;
    z-index: 50;
    /* box-shadow: 0 2px 3px black; */
}
.head-pic .fix2{
    display: none;
    position: fixed;
    top: 10%;
    right: 40%;
    width: 300px;
    z-index: 98;
}
.head-pic .close{
    display: none;
    position: fixed;
    top: 10%;
    right: 40%;
    width: 30px;
    z-index: 98;
}
/* 标题 */
header{
    width: 100%;
    height: 200px;
    /* border: 1px solid red; */
    background: url("../images/bg-header.jpg");
    background-size: cover;
    position: relative;
    border: 20%;
    /* top: 0;
    left: 0;
    z-index: 1; */
    
}
header h1{
    position: absolute;
    top: 100px;
    left: 20px;
    background: linear-gradient(to bottom,rgb(255, 255, 255) , #72cfeb);
     color: transparent;
     -webkit-background-clip: text;
}
header h4{
    position: absolute;
    top: 95px;
    left: 20px;
    color: rgb(187, 239, 255);
    font-size: 16px;
}
/* 搜索模块 */
.search-index{
    /* 固定的值是以屏幕为准 */
    position: fixed;
    top:0px;
    left: 50%;
    width: 100%;
    min-width: 320px;
    max-width: 540px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 44px;
    z-index: 999;
    /* background-color: pink; */
    display: flex;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.search{
    height: 26px;
    line-height: 24px;
    padding-left: 25px;
    border: 1px solid #666;
    margin: 6px 10px;
    flex: 1;
    font-size: 12px;
    color: #666;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.search::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    background: url(../images/sprite.png) no-repeat 0 0;
    background-size: 25px auto;
}
.user{
    color: rgb(65, 171, 185);
    text-align: center;
    font-size: 12px;
    width: 44px;
    height: 44px;
    /* background: skyblue; */

}
.user::before{
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url("../upload/user.png") no-repeat 0 0;
    background-size: 29px auto;
    margin: 2px auto 1px;
}
/* focus */
.swiper-container {
      width: 100%;
      height: 100%;

    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.focus img{
    width: 100%;
}
 /* 局部导航栏  */
 
.local-nav{
    display: flex;
    /* height: 64px; */
    background-color: white;
    border-radius: 8px;
    margin: 3px 4px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
   
}
.local-nav li{
    flex: 25%;
    transition: all 1s;
    
}
.local-nav a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5px;
}
.local-nav a [class^="local-nav-icon"]{
    margin-bottom: 5px;
}
.div3{
    position: absolute;
    top: 68px;
    left: 0px;
    width: 120px;
    height: 2px;
    background: rgb(173, 14, 14);
    /* box-shadow: 0 0 5px rgb(170, 11, 11); */
    z-index: 5;
    transform: translateX(0px);
}
 .local-nav li:nth-child(2):hover~.div3{
   transform: translateX(140px);
   transition: .5s;
}
 .local-nav li:nth-child(3):hover~.div3{
   transform: translateX(280px);
   transition: .5s;
}
 .local-nav li:nth-child(4):hover~.div3{
   transform: translateX(400px);
   transition: .5s;
}

/* .current{
    font-size: 30px;
} */
.local-nav li [class^="local-nav-icon"]{
    width: 32px;
    height: 32px;
    background-color: pink;
    margin-top: 6px;
    font-size: 12px;
}
.local-nav li .local-nav-icon-icon1{
    background: url(../upload/3.png) no-repeat 0 8px;
    background-size: 32px auto;
}
.local-nav li .local-nav-icon-icon2{
    background: url(../upload/earth.png) no-repeat 0 0;
    background-size: 32px auto;
}
.local-nav li .local-nav-icon-icon3{
    background: url(../upload/trumpet.png) no-repeat 0 2px;
    background-size: 32px auto;
}
.local-nav li .local-nav-icon-icon4{
    background: url(../upload/seach.png) no-repeat;
    background-size: 32px auto;
}
/* pic */
.pic{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 1px 2px;
}
.pic-a{
    flex: 1;
    display: flex;
    font-size: 20px;
    width: 90%;
    border: 1px solid #ccc;
    box-shadow: 0 1px rgba(0,0,0,.2);
    border-radius: 7px;
    margin: 20px auto;
    background: #ccc;
}
.pic-a a{
    line-height: 35px;
    text-align: center;
    flex: 1;
}
.current1{
    width: 98%;
    border-radius: 5px;
    background: white;
}
.pic .pic-s img{
    width: 100%;
}

/* nav */
nav{
    overflow: hidden;
    border-radius: 8px;
    margin: 0 4px 3px;
    width: 100%;
}
.nav-common{
    /* border: 1px solid red; */
    display: flex;
    height: 60px;
    background: pink;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.itme{
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.itme i.fa{
    color: white;
    font-size: 30px;
    margin: 0 20px;
}
.itme a{
    height: 35px;
}
.itme a ul{
    height: 100%;
    /* border: 1px solid gray; */
    overflow: hidden;
    transition: all 1s;
    padding: 5px;
}
.itme a ul li{
    /* border: 1px solid rgb(207, 243, 0); */
    font-size: 24px;
    margin-bottom: 10px;
    animation: yd 30s linear infinite;
}
@keyframes yd{
    0%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-240px);
    }
}
/* 第一列的a不用下划线
.itme a:nth-child(1) {
    margin-top: 2px;
   /* border-bottom: 1px solid rgb(255, 255, 255); */
    /* background: url(../images/3.png) no-repeat top center;  */
     /* background-size: 150px auto; */
/* }
.nav-common a:nth-child(2){
     margin-bottom: 1px; 
     background: url(../images/3.png) no-repeat bottom center; 
     background-size: 150px auto; 
}  */

/* -n+2选择前面两个 */
.nav-items:nth-child(-n+2){
    border-right: 1px solid white;
}

.nav-common:nth-child(1){
    background: -webkit-linear-gradient(left, #fa5a55,#fa994d);
}
.nav-common:nth-child(2){
    background: -webkit-linear-gradient(left, #4b90ed,#53bced);
}
.nav-common:nth-child(3){
    background: -webkit-linear-gradient(left, #34c2a9,#6cd559);
}

/* subnav-entry */
/* box */
.box{
    width: 100%;
    display: flex;
    margin-top: 40px;
    position: relative;
    background: white;
}
.subnav-entry::before{
    position: absolute;
    top: -20px;
    left: 20px ;
    content: "国内疫情";
    font-size: 24px;
    font-weight: bold;
}
.subnav-entry{
    width: 100%;
    display: flex;
    border-radius: 8px;
    background: white;
    flex-wrap: wrap;
    padding: 5px 0;
    margin: 10px 4px;
     box-sizing: border-box;
}
.subnav-entry li{
    /* 子盒子可以写百分比 */
    flex: 25%;
    /* transition: all 1s; */
    border: 1px solid rgba(0, 0, 0, 0);
}
.subnav-entry li:hover{
   
    box-sizing: border-box;
    border:1px solid rgb(146, 146, 146);
}
.subnav-entry a{
     box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subnav-entry-icon{
    /* width: 28px; */
     box-sizing: border-box;
    height: 28px;
    /* background-color: pink; */
    font-size: 18px;
    line-height: 28px;
    margin-top: 4px;
    /* background: url(../upload/subnav.png) no-repeat; */
    background-size: 28px;
}
.subnav-entry-text{
    margin: 4px auto;
    font-weight: bold;
    color: red;
    font-size: 20px;
}
.subnav-entry-text2{
    color: #ccc;
    font-size: 12px;
}
/* 销售模块 */
.sales-box{
    /* border: 1px solid #aaa; */
    background: white;
    margin: 4px ;
    position: relative;
    border-bottom: 3px solid rgb(0, 255, 21);
    display: flex;
    flex-direction: column;
    /* padding: 10px; */
}
.wenben{
    /* margin: 20px auto; */
    display: flex;
}
.sales-hd{
    height: 40px;
    /* border: 1px solid red; */
}
.sales-box .wenben .txt{
    display: block;
    width: 30%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    /* border: 1px solid red; */
}
.more{
    position: absolute;
    right: 0;
    background:-webkit-linear-gradient(left,#ff506c,#ff6bc6);
    border-radius: 15px;
    padding: 3px 10px;
    color: #fff;
    font-size: 14px;
}
.row{
    /* position: relative; */
}
.row a{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.row a img{
    margin-right: 10px;
}
.row a img:hover{
    opacity: .6;
    transform: scale(.9);
    transition:all 1s;
}
.row a .test1,.test2{
    width: 200px;
    height: 150px;
    background: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: .7;
    position: absolute;
    z-index: 2;
    transition: all 1s;
}
.test1:hover,.test2:hover{
    box-shadow: 0 0 10px black;
    transform: translateY(-20px);
}
/* .test1 span{
    color: white;
    font-size: 20px;
}
.test2 span{
    color: white;
    font-size: 20px;
} */
.test1>hr,.test2>hr{
    width: 80%;
    margin: 0px auto;
    padding: 0;
    border :1px solid rgb(72, 255, 0);
}
.row a .test3,.test4{
    width: 200px;
    height:200px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    opacity: .6;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 1s;
}
.test3-1,.test4-1{
    width: 49%;
    height: 33%;
    background: rgb(0, 0, 0);
    opacity: .6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 45px;
    z-index: 1;
    display: none;
    transition: all 1s;
    /* margin-right: -5px; */
}
.test3-1 span,.test4-1 span{
    display: block;
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    font-size: 20px;
    /* text-align: center; */
    margin-top: 150px;
    /* border: 1px solid red; */
}
 .test3 hr,.test4 hr{
    margin: 20px auto;
    width:80%;
    border: 1px solid rgb(72, 255, 0);
}
.test3,.test4>span{
    font-size: 30px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.row a .test1 span,.test2 span{
    display: block;
    /* height: 100%; */
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 30px;
    /* border: 1px solid red; */
    line-height: 60px;
}
.row  a .test5,.test6{
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    background: #000;
    opacity: .6;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transition: all 1s;
}
.test5 hr,.test6 hr{
    margin: 10px auto;
    width: 80%;
    border: 1px solid rgb(72, 255, 0);
}
.test5,.test6 span{
    color: white;
    font-size: 30px;
}
.test5:hover,.test6:hover{
    z-index: 2;
    transform: translateY(-150px);
}

/* .more::after{
    content: "";
    position: absolute;
    top: 7px;
    right: 9px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
} */
.row{
    display: flex;
}
.row a{
    flex :1;
    /* border-bottom: 1px solid #eee; */
}
/* .row a:nth-child(1){
    /* border-right: 1px solid #eee; 
} */
.row a img{
    width: 100%;
}
/* 音乐图片处理 */
.music_btn,.music_p.wei,.music_p.yu,.music_p.yi{
            position: fixed;
            bottom: 25%;
            right: 8%;
            width: 50px ;
            height: 50px;
            z-index: 1;
            animation: ro 2s infinite linear;
        }
        .music_p.wei{
            position: fixed;
            bottom: 35%;
            right: 8%;
            display: none;
        }
         .music_p.yu{
            position: fixed;
            bottom: 35%;
            right: 4%;
            display: none;
        }
         .music_p.yi{
            position: fixed;
            bottom: 35%;
            right: 12%;
            display: none;
        }
        @keyframes ro {
            to{
                transform: rotate(360deg);
            }
        }
/* 返回首页 */
.back{
position: absolute;
top: 800px;
right:2%;
opacity: 1;
    width: 20px;
    height: 110px;
    /* border: 1px solid red; */
    /* clear: both; */
    /* display: none; */
    }
    .back img.goback{
        width: 50px;
        height: 30px;
    }
.back img{
    width: 50px;
    height: 50px;
}
/* 尾部 */
footer{
    margin: 20px auto;
    width: 100%;
    line-height: 50px;
    text-align: center;
    border: 20%;
    background: skyblue;
    font-weight: bold;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
@media (max-width: 640px){
    .photo{
        display: none;
    }
    .back{
        opacity: 0;
    }
    .div3{
        width:100px
    }
     .local-nav li:nth-child(2):hover~.div3{
        transform: translateX(100px);
        transition: .5s;
}
    .local-nav li:nth-child(3):hover~.div3{
        transform: translateX(200px);
        transition: .5s;
}
    .local-nav li:nth-child(4):hover~.div3{
        transform: translateX(300px);
        transition: .5s;
}
    .head-pic .fix{
        width: 125px;
    }
    .head-pic .fix2{
        width: 220px;
        top: 20%;
        left: 30%;
    }
    .head-pic .close{
        width: 20px;
        top: 20%;
        right: 25%;
    }
    .row a .test1,.test2,.test5,.test6{
        width: 150px !important;
        height: 100px;
    }
    .row a .test3,.test4{
        width: 150px;
        height: 150px;
    }
    .row a .test1 span,
    .row a .test2 span,
    .row a .test3 span,
    .row a .test4 span,
    .row a .test5 span,
    .row a .test6 span{
        /* width: 150px; */
        font-size: 16px;
    }
}