@charset "utf-8";
:root{
    --themes_color: #e50000;
    --font_color: #fff;
}
.main{
    width: 1300px;
    height: 522px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
}
.swiper_normal_title_down{
    width: 820px;
    height: 100%;
    float: left;
}
.lists_thumb_title_copfrom{
    width: calc(100% - 840px);
    float: right;
}

/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
    .main{
        width: 100%;
        height: auto;
        margin-top: 0.5rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .swiper_normal_title_down{
        width: 100%;
        height: auto;
        float: none;
    }
    .lists_thumb_title_copfrom{
        width: 100%;
        float: none;
        margin-top: 0.4rem;
    }
}
	