* {
    margin: 0;
    padding: 0;
}

body {
    background: #f5f5f5;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
} 
#app {
    width: 100%;
    overflow: hidden;
}
.nav {
    width: 100%;
    height: 55px;
    padding: 10px 0;
    background: #fff;
}
.nav div {
    width: 960px;
    height: 55px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav div img {
    width: 260px;
}

.nav div a {
    text-decoration: none;
    color: #fff;
}

.header {
    width: 100%;
    background: url(../img/banner1.jpg) no-repeat 0 0 / 100% 100%;
    padding: 40px 0;
    position: relative;
}
.top_water{
    width: 100%;
    background: url(../img/banner011.png) no-repeat 0 0 / 100% !important;
    padding: 40px 0;
    position: relative;
}
.top_bud{
    width: 100%;
    background: url(../img/headphones_cat.png) no-repeat 0 0 / 100% 100% !important;
    padding: 40px 0;
    position: relative;
}
.meng{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background: rgba(0, 0, 0, 0.5);
}

.header .text {
    width: 960px;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.header div h1 {
    margin-top: 20px;
    font-size: 48px;
    margin-bottom: 10px;
}

.header div img {
    width: 20px;
    height: 20px;
}

.header div img:nth-of-type(2) {
    margin-left: 20px;
}

.header div p {
    font-size: 22px;
}

.cont {
    width: 960px;
    margin: 0 auto;
}

.cont h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0;
}

.cont p {
    font-size: 20px;
    margin: 20px 0;
    color: #4a4a4a;
}

.cont p a,
.footer a {
    color: #d9534f;
}

.cont p .bold {
    font-weight: bold;
}

.cont p a:hover,
.footer a:hover {
    color: #000;
}

.one {
    border: 2px #00c249 solid;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.tag,
.tag-large,
.tag2 {
    color: #fff;
    background: #00c249;
    line-height: 32px;
    padding: 5px 10px;
    float: left;
    position: absolute;
    font-weight: bold;
}

.tag2 {
    background: #ddd;
    color: #000;
}

.tag3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    background: #00c249;
    color: #fff;
    padding: 0.5rem;
    margin-top: 20px;
}

.tag-large {
    display: none;
    float: left;
}

h2 a,h3 a {
    color: #d9534f;
}

.one .left,
.one .left-phone {
    width: 320px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.cont .left-phone,
.cont .right-phone {
    display: none;
}

.one .center {
    width: 380px;
}

.center-phone {
    display: none;
}

.one .right {
    width: 230px;
    text-align: center;
}

.aa {
    width: 250px;
    height: 40px;
    background: url('../img/tishi1.png') no-repeat -5px 0 /260px 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    margin-left: 30px;
    margin-right: 20px;
    overflow: hidden;
    
}

.left img {
    width: 90%;
    margin-top: 30%;
    margin-bottom: 30px;
    display: block;
    margin: 20px auto;
}

.left .btn1,
.left-phone .btn1 {
    display: block;
    text-align: center;
    line-height: 50px;
    width: 286px;
    height: 50px;
    border: none;
    background-color: #00c249;
    border-bottom: 4px solid #028332;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 35%);
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #00c249 url('../img/rightjian.png') no-repeat 95% 50% / 13px 14px;
    text-decoration: none;
}

.left .btn1:hover,
.left-phone .btn1:hover {
    background: #028332 url('../img/rightjian.png') no-repeat 95% 50% / 13px 14px;
}

.center h2 {
    font-size: 20px;
    margin-top: 30px;
    border-bottom: 1px #ccc solid;
    height: 40px;
    text-align:center;
   
}
.center h2 a{
     color: #000;
     text-decoration: none;
}
.center ul {
    list-style-type: none;
}

.center li {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    margin-top: 6px;
    padding-bottom: 3px;
}

.center li img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.center li:nth-child(1) span {
    color: red;
}

.two .center li span {
    color: #000;
    font-weight: 400;
}

.center .btn2,
.center-phone .btn2 {
    display: block;
    width: 220px;
    height: 40px;
    background: #d9534f url('../img/discount.png') no-repeat 7% 50% / 23px 23px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-left: 50px;
    border-radius: 5px;
    margin-top: 30px;
    text-decoration: none;
    line-height: 40px;
}

.right,
.right-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 2px #ddd solid;
    margin-left: 20px;
}

.right img,
.right-phone img {
    width: 22px;
}

.right>div:nth-of-type(1),
.right-phone>div:nth-of-type(1) {
    font-size: 5rem;
    font-weight: 700;
}

.right .exce,
.right-phone .exce {
    font-weight: 700;
    color: #d9534f;
    font-size: 1.5rem;
}

.right .userRating,
.right-phone .userRating {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.two {
    border: 2px #ddd solid;
}

.cont .img {
    width: 70%;
    display: block;
    margin: 0 auto 20px;
}

.highlight {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
    font-weight: bold;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}

.cont h2 {
    margin: 20px 0;
}

.cont .convert-list {
    font-size: 20px;
    color: #4a4a4a;
    margin-left: 40px;
}

.cont .love-list {
    list-style-type: none;
    font-size: 20px;
    color: #4a4a4a;
}

.cont .love-list li {
    display: flex;
    margin-bottom: 10px;
}

.cont .love-list li p {
    margin: 0;
}

.cont .love-list img {
    width: 27px;
    height: 27px;
    margin: 0 20px;
}

.cont h3 {
    font-size: 18px;
    margin: 20px 0;
}

.limi {
    margin: 20px 0;
    padding: 20px;
    text-align: left;
    background-color: #edf9ff;
    font-size: 20px;
    border: solid 2px #e15d3a;
    color: #000;
}

.limi strong {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
}

.limi p {
    color: #000;
}

.btn {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 24px;
    display: block;
    background-color: #ef432d;
    border-bottom: 6px solid #bf3624;
    font-weight: bold;
    padding-bottom: calc(0.375em - 1px);
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: calc(0.375em - 1px);
    text-align: center;
}

.footer {
    width: 100%;
    padding: 40px;
    background: #fff;
    margin-top: 40px;
    text-align: center;
}

.type-center {
    width: 960px;
    margin: 0 auto;
}

.type-center span:nth-last-of-type(1) {
    color: #fff;
}
.real h2,.real .pstar{
    text-align: center;
}
/* 弹框 */
#popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    opacity: 0;
    transition: 0.55s all;
    z-index: -1;
}
#popup .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
}
#popup .hide-overlay:not(.close) {
    margin-bottom: 1rem;
    cursor: pointer;
    text-align: center;
}
#popup.is-active {
    z-index: 2020;
    opacity: 1;
}
#popup .close {
    position: absolute;
    right: 0;
    top: -4rem;
    font-size: 2rem;
    padding: 1rem;
    cursor: pointer;
    color: #fff;
}
#popup .overlay-header {
    background-color: #bf3624;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#popup .inner {
    font-weight: 700;
    padding-bottom: 0;
    max-width: 750px;
    background: #fff;
    color: #000;
    z-index: 1000;
    position: relative;
    border-radius: 5px;
}
.bi {
    height: 1em;
    width: 1em;
    top: 0.125em;
    position: relative;
}
#popup .inner a {
    display: block;
    color: #000;
    padding: 2rem;
}
#popup .inner h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 900;
    color: #000;
}
.siteto{
    background: rgba(0,0,0,0.7);
    margin: 20px auto;
    display: block;
    width: 235px;
    border-radius: 4px;
    text-decoration: none !important;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}
.columns {
    margin: 0 !important;
}
@media screen and (min-width: 769px){
    .columns:not(.is-desktop) {
        display: flex;
    }
   
}
#popup .inner p {
    color: #000;
    margin-top: 10px;
    font-size: 1.1rem;
}
#popup .inner img {
    max-width: 100%;
    max-height: 50vh;
}
#popup .inner .usps li {
    color: #000;
}
#popup .inner .button {
    background: green;
    color: #fff;
    /* padding: 1rem 3rem; */
    width: 100%;
    padding: 15px 0;
    border: none;
    height: auto;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 700;
    /* white-space: normal; */
    display: block;
    margin: 0 auto;
}
#popup .inner a:not(.button) {
    color: #fff;
    font-weight: 400;
}
#popup .inner .button,
section.top5list .product .button {
    background-color: #00c249;
    border-bottom: 4px solid #028332;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 35%);
}
#popup .inner .button:hover,
section.top5list .product .button:hover {
    background-color: #028332;
}

.review{
    background: #fff;
    margin-top: 60px;
    position: relative;
}
.review-cont{
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
} 
.product__ribbon-text {
    position: absolute;
    top: 20px;
    left: -13px;
    padding: 16px 30px;
    color: #fff !important;
    background: #bf3624;
    box-shadow: -1px 2px 3px rgba(0,0,0,.4);
    border: 2px solid #fd4d4d;
    z-index: 10000;
    font-size: 26px !important;
    font-weight: bold;
}
.product__ribbon-text:before {
    width: 7px;
    height: 100%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
}
.product__ribbon-text:before, .product__ribbon-text:after {
    content: "";
    position: absolute;
}
.product__ribbon-text:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: lightblue;
    border-radius: 5px 0 0 5px;
}

@media only screen and (max-width:768px) {
    .nav div {
        width: 90%;
    }
    .header .text {
        width: 80%;
    }
    .header div h1 {
        font-size: 24px;
        margin: 0;
    }
    .header h2{
        padding: 0;
    }
    .header div p {
        font-size: 20px;
    }
    .cont {
        width: 95%;
        margin: 0 auto;
    }
    .cont .one {
        display: block;
        width: 99%;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 20px;
        background: #fff;
    }
    .cont .one li span {
        font-size: 14px;
    }
    h2 {
        font-size: 22px; 
    }
    
    .cont>p,
    h3 {
        font-size: 17px; 
    }
    .cont ul p {
        font-size: 17px;
    }
    .tag,
    .tag-large,
    .tag2 {
        position: relative;
        top: 0;
    }
    .tag:nth-of-type(1) {
        display: none;
    }
    .tag-large {
        display: block;
        width: 95%;
    }
    .tag3 {
        margin-bottom: 0;
    }
    .cont .left-phone,
    .cont .right-phone {
        display: block;
    }
    .one .left,
    .one .left-phone {
        margin: 20px auto;
    }
    .cont .one .out,
    .cont .show .aa {
        display: none;
    }
    .one .right {
        display: none;
    }
    .one .right-phone {
        border: none;
        border-top: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
        width: 99%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin: 0;
    }
    .cont .one .center .btn2 {
        display: none;
    }
    .center-phone {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .cont .one .center-phone .btn2 {
        margin: 0 auto;
    }
    .one .center {
        width: 90%;
        margin-bottom: 20px;
        margin: 0 auto;
    }
    .footer {
        width: 99%;
        padding: 30px 0;
    }
    .type-center {
        width: 90%;
    } 
    #popup .inner{
        width: 90%; 
    }
    #popup .inner img{
        max-width: 120px;
        margin: 0 auto;
        display: block;
    }
    .header{
        background: url(../img/banner.png) no-repeat right 0 / auto 100%;
    }
    #popup .inner a{
        padding: 10px;
    }
}