html,body {
    background: white;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    
}

.banner{
    width: 100%;
    background-image:url(../images/hot-detail/banner.jpg);
    background-size: cover; 
    background-attachment: fixed;
    background-position: center;
    height: 950px;
}
.banner img{
    width: 100%;
    height: 100%;
}
.picdescribe {
    font-size: 16px;
    position: absolute;
    bottom: 2%;
    right: 2%;
}
.whitetxt{
    color:#fff;
}
.blacktxt{
    color:#000;
}
.blance{
    width: 100%;
}
.blance .contain{
    display: flex;
    width: 100%;
    
}

.blance .contain .wrap{
    width: 50%;
    background-color: rgb(245, 245, 245);
    display: flex;
}

.blance .contain .pic{
    width: 100%;
    display: flex;
    align-items: center;   
}
.blance .contain .pic img{
    width: 100%;
    /* height: 100%; */
    vertical-align: bottom;
}

.blance .contain .txt{
    width: 40%;
    margin: 5%;
    position: relative;
}

.blance .contain .txt .title{
    width: 40%;
    position: relative;
    left: 40%;
}

.blance .contain .text{
    margin-top: 5%;
    margin-bottom: 90px;
}

.blance .contain .text h2{
    font-size: 48px;
    margin-bottom: 10px;
}

.blance .contain .text p{
    font-size: 30px;
    line-height: 1.5;
}

.blance .contain .txt .bd{
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0;
}

.blance .contain .bd img{
    width: 50%;
}


.wrapper{
    width: 100%;
    background-color: rgb(234, 234, 234);
    padding: 50px 0;
}

.swiper-container {
    width: 80%;
    height: 100%;
    padding: 0 0 40px 0;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 50px 0;
    display: flex;
}

.swiper-slide::before{
    content: "";
    padding-top: 50%;
}



/* 點點 */
.swiper-pagination-custom {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-customs {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #000;
    opacity: .3;
    margin: 0 5px;
}

.swiper-pagination-customs-active {
    opacity: 1;
    background-color: #F78E00;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 12px;
}
.swiper-pagination-bullet {
    width: 100px;
    height: 4px;
    display: inline-block;
    border-radius: 0%;
    background: #51585f;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff0d0d;
}


.landscape{
    width: 100%;
    height: 100vh;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size: cover;

}
.landscape img{
    width: 100%;
    height: auto;
}
.mobilescape{
    display:none;
}
.photo {
    width: 100%;
    margin: 100px auto;
}

.photo img {
    width: 100%;
}

.photo iframe {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

@media screen and (min-width: 1600px) {
    .photo {
        width: 80%;
        margin: 100px auto;
    }
}


.info{
    width: 100%;
    background-color: rgb(234, 234, 234);
    
}
.info-banner{
    width: 100%;
}
.info-banner img{
    width: 100%;
}
.info .txt{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 60px;
    display: flex;
}

.info .text .item{
    margin-bottom: 100px;
}
.info p{
    /* margin-top: 60px; */
    margin-bottom: 10px;
    font-size: 24px;
}
.text a {
    display: block;
    font-size: 40px;
    text-decoration: underline;
    color: #5f6163;
    /* padding-bottom: 100px; */
    margin-bottom: 100px;
    width: 400px;
    margin: 0 auto;
}
.text a:hover{
    color: red;
    -webkit-transition: all 0.4s ease-out ;
    transition: all 0.4s ease-out ;
}

.info-title,.icon{
    width: 15%;
    text-align: -webkit-center;
}

.icon a{
    display: block;
    width: 100%;
    height: 60px;
    max-width: 52px;
    background-image: url(../images/hot-detail/fb-2.png);
    background-size: cover;
    background-position: 50% 0;
    transition: all 0.5s ease-out;
    
}

.icon a:hover{
    background-position: 50% 100%;
}



.info .text{
    width: 70%;
}

.back{
    padding: 50px 0;
    background-color: rgb(234, 234, 234);
}

.back a{
    display: block;
    color: white;
    background-color: #737373;
    text-decoration: none;
    width: 130px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 24px;
}
.back a:hover{
    background-color:red;
    -webkit-transition: all 0.4s ease-out ;
    transition: all 0.4s ease-out ;
}

.info .txt-p{
    display: none;
}




/*解析度在1366像素下的樣式*/
@media screen and (max-width: 1366px) {
    .blance .contain .txt .title img{
        width: 100%;
    }
    .blance .contain .text h2{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .blance .contain .text p{
        font-size: 20px;
    }
    .info-title img{
        width: 70%;
    }
    .icon img{
        width: 35%;
    }
    .qqq{
        width: 100%;
        overflow: hidden;
    }
    .picdescribe{
        font-size:14px;
    }
}
/*解析度在1024像素下的樣式*/
@media screen and (max-width: 1024px) {
    .blance .contain .text h2{
        font-size: 35px;
        margin-bottom: 10px;
    }
    .blance .contain .text p{
        font-size: 20px;
    }
    .text a {
        font-size: 25px;
        width: 300px;
    }
    .info .text .item{
        margin-bottom: 70px;
    }
    .blance .contain .pic img {
        height: 100%;
    }
    .picdescribe {
        font-size: 13px;
    }
}

/*解析度在768像素下的樣式*/
@media screen and (max-width: 768px) {
	.banner{
		background-attachment: local;
		background-position: 50% 50%;
		height: 57vw;
	}
    .blance .contain{
        flex-wrap: wrap-reverse;
    }
    .blance .contain .wrap{
        width: 100%;
    }
    .blance .contain .pic, .blance .contain .txt{
        width: 100%;
    }
    .blance .contain .txt .title img{
        width: 70%;
    }
    .blance .contain .text{
        margin-top: 0px;
    }
    .blance .contain .text h2{
        font-size: 30px;
        margin: 10px 0;
        text-align: center;
    }
    .blance .contain .text p{
        font-size: 20px;
        margin-bottom: 60px;
    }
    .swiper-container{
        width: 100%;
    }
    .swiper-pagination-bullet {
        width: 50px;
    }
    .swiper-container {
        padding: 0 50px 40px;
    }
    .landscape{
        background-attachment: local;
        background-position: 40% 40%;
        height: 50vh;
        display:none;  
    }
    .mobilescape{
        display:block;
    }
    .photo{
        margin: 50px auto;
    }
    .info p{
        font-size: 18px;
    }
    .text a {
        font-size: 25px;
    }
    .info .text .item{
        margin-bottom: 40px;
    }
    .icon img{
        width: 40%;
    }
    .info .txt{
        display: none;
    }
    .info .txt-p{
        display: block;
        text-align: center;
        width: 100%;
    }
    .info .txt-p .info-title, .info .txt-p .icon{
        margin: auto;
    }
    .info-title img{
        width: 150%;
        margin: 50px 0;
    }
    .info .txt-p .text{
        width: 100%;
        /* margin: 0 auto; */
    }
}
/*解析度在580像素下的樣式*/
@media screen and (max-width: 580px) {
    .blance .contain .text h2{
        font-size: 25px;
    }
    .blance .contain .text p{
        font-size: 15px;
    }
    .wrapper{
        padding:10px 0;
    }
    .swiper-container {
        padding: 0 50px 40px ;
    }
    .info p{
        font-size: 18px;
    }
    .text a {
        font-size: 20px;
        width: 250px;
    }
    .icon a{
        max-width: 40px;
        height: 50px;
    }
    .back a{
        font-size: 20px;
        width: 100px;
    }
    .picdescribe{
        font-size:12px;
    }
}

/*解析度在414像素下的樣式*/
@media screen and (max-width: 414px) {
    .swiper-pagination-bullet {
        width: 40px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 10px;
    }
    .swiper-container {
        padding: 0 25px 30px;
    }
    .info p{
        font-size: 15px;
    }
    .text a {
        font-size: 18px;
    }
    .info .text .item{
        margin-bottom: 30px;
    }
    .info{
        padding-bottom: 20px;
    }
    .back a{
        font-size: 16px;
        width: 90px;
    }
    .picdescribe{
        font-size:10px;
    }
}


/*解析度在320像素下的樣式*/
@media screen and (max-width: 320px) {

    .wrapper{
        padding: 5px 0;
    }
    .info p{
        font-size: 15px;
    }
    .text a {
        font-size: 17px;
        width: 200px;
    }
    .info .text .item{
        margin-bottom: 25px;
    }
    .icon a{
        max-width: 35px;
        height: 40px;
    }
    
}