body{
    background-color: #fff;
}

.bg-wrapper{
    background-image: url('../images/quanquen/pc/background.png');
    background-size:cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    margin-bottom: 20px;
}

.quanquen-wp{
    padding-top: 20px;
    width: 100%;
}

.quanquen-tocotoco-logo-pc{
    width: 60%;
}

.quanquen-tagline{
    width: 100%;
}

.quanquen-thumb-item{
    /* margin-top: 40px; */
    /* margin-left: 40px;
    margin-right: 40px; */
    border-radius: 20px;
    box-shadow: 0px 0px 5px 2px #888888;
    -ms-transform: scale(0.9) rotate(0.01deg); 
    -webkit-transform: scale(0.9) rotate(0.01deg);
    transform: scale(0.8) rotate(0.01deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

 .quanquen-thumb-item:hover {
    box-shadow: 0px 0px 5px 2px #d2a451;
    -ms-transform: scale(1) rotate(0.01deg); 
    -webkit-transform: scale(1) rotate(0.01deg);
    transform: scale(1) rotate(0.01deg); 
    z-index: 3000;
}

.quanquen-footer{
    text-align: center;
}

.quanquen-ft-item{
    margin-top:20px;
    padding: 5px 20px 20px 20px;
    border-top: 1px solid #ccc;
    color:#272827;
    font-family: Roboto-Regular;
    font-size: 15px;
}

.quanquen-ft-item:hover{
    color: #272827;
    text-decoration: none;
}

.quanquen-notice-wrapper{
    padding:0 10px 0 10px;
}

.quanquen-notice{
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    background-color: pink;
    background-image: linear-gradient(40deg, #fd5392, #f86f64);
    padding: 10px;
    margin: 20px;
    text-align: center;
    font-family: Roboto-Regular;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.quanquen-notice-mobile{
    width: auto;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    background-color: pink;
    background-image: linear-gradient(40deg, #fd5392, #f86f64);
    padding: 10px;
    margin: 20px 20px 0 20px;
    text-align: center;
    font-family: Roboto-Regular;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.quanquen-tocotoco-logo-mobile{
    width: 20%;
    float: left;
    padding: 20px 10px 10px 10px;
}

.quanquen-tagline-mobile{
    width: 80%;
    float: right;
}

.owl-carousel .nav-btn{
    height: 33px;
    position: absolute;
    width: 33px;
    cursor: pointer;
    top: 40% !important;
  }
  
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
  }
  
  .owl-carousel .prev-slide{
    background: url(../images/quanquen/pc/btn_prev.png) no-repeat scroll 0 0;
    left: 0;
  }
  .owl-carousel .next-slide{
    background: url(../images/quanquen/pc/btn_next.png) no-repeat scroll 0 0;
    right: 0;
  }
  /* .owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
  background-position: -24px -53px;
  }  */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .bg-wrapper{
        background-image: url('../images/quanquen/mobile/background.jpg');
        background-size:cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        width: 100%;
        min-height: 100vh;
        margin-bottom: 20px;
    }

    .pc{
        display: none;
    }

    .mobile{
        display: block;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .bg-wrapper{
        background-image: url('../images/quanquen/mobile/background.jpg');
        background-size:cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        width: 100%;
        min-height: 100vh;
        margin-bottom: 20px;
    }
    
    .pc{
        display: none;
    }

    .mobile{
        display: block;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .bg-wrapper{
        background-image: url('../images/quanquen/pc/background.png');
        background-size:cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        width: 100%;
        min-height: 100vh;
        margin-bottom: 20px;
    }
    .pc{
        display: flex;
    }

    .mobile{
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .bg-wrapper{
        background-image: url('../images/quanquen/pc/background.png');
        background-size:cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        width: 100%;
        min-height: 100vh;
        margin-bottom: 20px;
    }
    .pc{
        display: flex;
    }

    .mobile{
        display: none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .bg-wrapper{
        background-image: url('../images/quanquen/pc/background.png');
        background-size:cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        width: 100%;
        min-height: 100vh;
        margin-bottom: 20px;
    }
    .pc{
        display: flex;
    }

    .mobile{
        display: none;
    }
}