@import "reset.css";
*{
    margin: 0;
    padding: 0;
    border: 0;
}
html{
    font-size: 20px;
}
body{
    background: url(../images/bg.jpg) top center no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    color:#000;
}
/* part */
.part {
    width: 96%;
    height: auto;
    margin: 80px auto 30px auto;
}
.part ul {
    width: 100%;
}
.part li {
    width: 330px;
    height: 90px;
    margin: 10px auto;
    background: url(../images/text_bg.png) top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
.part li p {
    margin-top: 4px;
    font-size: 0.95rem;
    color: rgb(255,255,255);
    text-align: center;
    text-shadow: 0px 0px 10px rgb(2,2,2);
    line-height: 1.8rem;
}
.part li h6 {
    font-size: 0.9rem;
    color: rgb(255,255,255);
    text-align: center;
    text-shadow: 0px 0px 10px rgb(2,2,2);
    line-height: 1.6rem;
}
.part li h5 {
    width: 30px;
    height: 25px;
    background: url(../images/horn1.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 20%;
    left: 6%;
    display: none;
}
.part li h5 em {
    display: block;
    width: 100%;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: ;
    background-size: cover;
}
.part li:nth-child(1) p, .part li:nth-child(3) p{
    margin-top: 5px;
    font-size: 0.9rem;
    line-height: 1rem;
}
.part li:nth-child(1) h6, .part li:nth-child(3) h6{
    margin-top: 5px;
    font-size: 0.8rem;
    line-height: 1rem;
}
.part li:nth-child(4) p, .part li:nth-child(5) p {
    font-size: 0.88rem;
}
/* horn */
.horn-animate {
    -webkit-animation:hornImgChange 1.2s 0s ease infinite;
}
@-webkit-keyframes hornImgChange{
0%{ background-image:url(../images/horn1.png);}
40%{ background-image:url(../images/horn2.png);}
80%{ background-image:url(../images/horn3.png);}
100%{ background-image:url(../images/horn1.png);}
}

/* 5s*/
@media only screen and (min-width: 320px) and (max-width: 359px) {
    .part li {
        width: 280px;
    }
    .part li h6 {
        font-size: 0.8rem;
    }
    .part li p {
        font-size: 0.9rem;
    }
    .part li:nth-child(1) p, .part li:nth-child(3) p{
        margin-top: 5px;
        font-size: 0.85rem;
        line-height: 1rem;
    }
    .part li:nth-child(1) h6, .part li:nth-child(3) h6{
        margin-top: 5px;
        font-size: 0.7rem;
        line-height: 1rem;
    }
    .part li:nth-child(4) p, .part li:nth-child(5) p {
        font-size: 0.75rem;
    }
}
/* sony+mi+honor */
@media only screen and (min-width: 360px) and (max-width: 383px){
    .part li {
        width: 300px;
    }
    .part li h6 {
        font-size: 0.8rem;
    }
    .part li p {
        font-size: 0.9rem;
    }
    .part li:nth-child(1) p, .part li:nth-child(3) p{
        margin-top: 5px;
        font-size: 0.85rem;
        line-height: 1rem;
    }
    .part li:nth-child(1) h6, .part li:nth-child(3) h6{
        margin-top: 5px;
        font-size: 0.7rem;
        line-height: 1rem;
    }
    .part li:nth-child(4) p, .part li:nth-child(5) p {
        font-size: 0.75rem;
    }
}