.body-magazines {
    background: #F8F8F8;
}

.body-magazines .big-title {
	font-size: 3.6rem;
	font-weight: bold;
	color: #000;
	margin-top: 5.5rem;
	margin-bottom: 2rem;
    line-height: 5.8rem;
}

.body-magazines .readmore {
	margin: 0 auto;
	margin-top: 1rem;
	font-size: 2rem;
	text-align: center;
	color: #3573e7;
    font-weight: normal;
}

.body-magazines .readmore a {
	color: #3573e7;
}

.body-magazines .readmore div {
	display: inline-block;
	cursor: pointer;
}

.body-magazines .readmore img {
	width: 6px;
	margin-left: 4px;
	margin-top: -3px;
}

.section-materials .downloads{
	overflow: hidden;
}

.section-materials .down-item{
	width: calc((100% - 40px) / 2);
}

.section-materials .down-item:nth-of-type(2n+1){
	float: left;
}

.section-materials .down-item:nth-of-type(2n){
	float: right;
}

.section-materials .downContainer{
	width: 100%;
	height: 0;
	padding-bottom: 112%;
	position: relative;
	overflow: hidden;
    background: #ffffff;
    border-radius: 16px;    
	text-align: center;
}

.section-materials .downContainer .icon{
	color: #3573E7;
    font-size: 2rem;
    line-height: 4rem;
    cursor: pointer;
}

.section-materials .downContainer .icon img {
    width: 1.7rem;
    height: auto;
}

.section-materials .downContainer .down-innerImg {
    width: 100%;
    margin: 7rem 0 2rem 0;
}

.section-materials .downContainer .name{
	color: #151515;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 4rem;
}

.section-magazines {
    margin: 5rem 0;
}

.section-magazines .content {
    background: #ffffff;
    border-radius: 16px;
    padding: 1rem 4rem 10rem 4rem;
}

.section-magazines .small-lists {
	overflow: hidden;
}

.section-magazines .small-lists li:hover {
	box-sizing: border-box;
	box-shadow: 0 12px 12px -10px rgba(0, 0, 0, .15);
}

.section-magazines .small-lists li:hover .sml-pic img {
	transform: scale(1.05);
}

.section-materials .down-item .down-innerImg img{
    width: 100%;
    height: auto;
    transition: all .5s;
}

.section-materials .down-item .down-innerImg:hover img{
	transform: scale(1.05);
}

.section-magazines .small-lists li {
    margin-right: 15px;
    width: calc((100% - 45px) / 4);
	float: left;
	background: white;
	cursor: pointer;
}

.section-magazines .small-lists li:nth-of-type(4n){
	margin-right: 0;
}

.section-magazines .small-lists li a {
	list-style: none;
	text-decoration: none;
}

.section-magazines .small-lists .sml-pic {
	width: 100%;
	height: 0;
	padding-bottom: 142.04%;
	position: relative;
	overflow: hidden;
}

.section-magazines .small-lists .sml-pic img {
	width: auto;
	min-width: 100%;
	transition: all .5s;
	position: absolute;
	height: 100%;
}

.section-wallpaper .box-img{
    width: 100%;
	height: 0;
	padding-bottom: 56.22%;
	position: relative;
	overflow: hidden;
    border-radius: 16px;
}

.section-wallpaper .swiper-slide img {
    width: auto;
	min-width: 100%;
	transition: all .5s;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 100%;
}

.section-wallpaper {
    margin-bottom: 6rem;
}

.section-wallpaper .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 6rem;
}

.section-wallpaper .swiper-slide {
    width: calc(100% - 100px);
    max-width: 1200px;
}

.section-wallpaper .swiper-button-next, 
.section-wallpaper .swiper-button-prev {
    bottom: 0;
    top: auto;
    border: 2px solid rgb(33,36,41);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    color: rgb(33,36,41);
    outline: none;
}

.section-wallpaper .swiper-button-prev:after,
.section-wallpaper .swiper-button-next:after {
    font-size: 2.5rem;
}

.section-wallpaper .swiper-button-next.swiper-button-disabled, 
.section-wallpaper .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

.section-wallpaper .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin-right: 2rem!important;
    margin-left: 0!important;
    opacity: 0.5;
}

.section-wallpaper .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgb(33,36,41);
}

.section-wallpaper .swiper-button-prev {
    left: auto;
    right: calc(6.5rem + ((100% - 1200px) / 2));
}

.section-wallpaper .swiper-button-next {
    right: calc((100% - 1200px) / 2);
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    left: 0;
    top: 0;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #db010a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

.section-wallpaper .swiper-pagination {
    width: auto!important;
    left: calc((100% - 1200px) / 2)!important;
}


@media screen and (max-width: 1280px) {
	.section-wallpaper .swiper-pagination {
        left: 50px!important;
    }
    .section-wallpaper .swiper-button-next{
        right: 50px;
    }
    .section-wallpaper .swiper-button-prev{
        right: 100px;
    }
}

@media only screen and (max-width: 1024px) {
   
}

@media only screen and (max-width: 767px) {
	.body-magazines .big-title {
        font-size: 23px;
		text-indent: 6px;
		margin-top: 25px;
        margin-bottom: 10px;
        line-height: 33px;
	}

    .body-magazines .readmore {
		font-size: 13px;
        font-weight: 700;
		color: #0064d9;
		margin-top: 3px;
	}

    .section-materials .downContainer {
        padding-bottom: 114%;
    }

    .section-materials .down-item{
		width: 100%;
		margin-bottom: 20px;
	}

    .section-materials .down-item:last-child{
		margin-bottom: 0;
	}

    .section-magazines .small-lists li{
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .section-wallpaper .swiper-slide {
        width: 45%;
        margin-right: 5px!important;
    }

    .section-wallpaper .swiper {
        padding-bottom: 35px;
    }

    .section-wallpaper .swiper-button-next, 
    .section-wallpaper .swiper-button-prev {
        width: 28px;
        height: 28px;
    }

    .section-wallpaper .swiper-button-prev {
        left: auto;
        right: 37px;
    }
    
    .section-wallpaper .swiper-button-next {
        right: 0px;
    }

    .section-materials .downContainer .down-innerImg {
        margin: 45px 0 15px 0;
    }

    .section-materials .downContainer .icon {
        font-weight: 700;
        font-size: 13px;
    }

    .section-materials .downContainer .name {
        font-size: 19.33px;
        line-height: 28px;
    }

    .section-materials .downContainer .icon img {
        width: 9.67px;
    }

    .section-materials .downContainer {
        border-radius: 5.33px;
    }

    .section-magazines {
        margin: 33px 0;
        margin-top: 8px;
    }

    .section-magazines .content {
        background: transparent;
    }

    .section-magazines .content{
        padding: 0;
    }

    .section-magazines .small-lists {
        background: white;
        border-radius: 5.33px;
        padding: 30px 45px;
        width: 100%;
    }

    .section-wallpaper .box-img {
        padding-bottom: 217.3%;
    }

    .section-wallpaper .swiper-slide img {
        width: auto;
        min-width: 100%;
        height: 100%;
    }

    .section-wallpaper .box-img {
        border-radius: 0;
    }

    .section-wallpaper .swiper-pagination {
        left: 6px!important;
    }

    .section-wallpaper .swiper-pagination-bullet {
        width: 6.67px;
        height: 6.67px;
        margin-right: 13px!important;
    }

    .section-wallpaper {
        width: calc(100% - 34px);
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .section-wallpaper .new-container {
        width: 100%;
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}