html{font-size: 10px;}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:16px;
    font-weight:400;
    color: #fff;
    line-height:26px;
    overflow-x: hidden;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
    /* background: #282422; */
}
/*html,body,.container1,.tag-bridal,#carouselExampleControls{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
html,body,.container1{
    width: 100%;
    height: 100%;
}
.container1{
    padding-top: 7rem;
    background-size: 100%;
    background-repeat: no-repeat;
}
.carousel-control-next, .carousel-control-prev{
    max-height: 50px;
    top: auto;
    bottom: 29px;
    border: none;
    background-color: rgba(255,255,255,0) !important;
    width: auto;
}
.font-style1{
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.font-style2{
    font-size: 52px;
    margin-top: 4px;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.carousel-item{
    position: relative;
    height: 100%;
}
#carouselExampleControls{
    overflow: hidden;
}
.img-logo{
    height: 11.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-logo img{
    height: 11.1rem;
    width: auto;
}

@media (max-width: 1640px){
#carouselExampleControls{
    height: auto;
}
}
@media (max-width: 992px){
    
.font-style1{
    font-size: 20px;
}
.font-style2{
    font-size: 32px;
    margin-top: 4px;
}
.carousel-control-next, .carousel-control-prev{
    max-height: 30px;
    bottom: 4px;
}
}
/* @media (max-width: 567px){
    
    .font-style1{
        font-size: 20px;
    }
    .font-style2{
        font-size: 32px;
        margin-top: 4px;
    }
    .carousel-control-next, .carousel-control-prev{
        max-height: 30px;
        bottom: 4px;
    }
    } */
@media (max-width: 567px){
    .font-style1{
    font-size: 8rem;
}
.font-style2{
    font-size: 10rem;
    margin-top: 2px;
}
}

@media (max-width: 230px){
    .font-style1{
        font-size: 11px;
    }
    .font-style2{
        font-size: 12px;
        margin-top: 2px;
    }
}