:root {
	--zt_color--: #0f58aa;
	--zt_deep_color--: #00428d;
	--zt_orange_color--: #f4b60d;
}
html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
@media screen and (min-width: 1700px) {
	.width1200 {
        width: 17rem !important; 
        margin: 0 auto;
        padding: 20px;
	}
}
/* pc样式 */
@media screen and (min-width: 1024px) {
	.width1200 {
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
	}

	.swiper-container .swiper-pagination {
		display: flex;
		z-index: 9;
		right: 50%;
		bottom: 0.3rem;
		align-items: center;
		justify-content: center;
	}

	.swiper-container .swiper-pagination-bullet {
		margin: 0 0.1rem !important;
		opacity: 1;
		width: 0.1rem;
		height: 0.1rem;
		background-color: #ffffff;
	}

	.swiper-container .swiper-pagination>.swiper-pagination-bullet-active {
		margin: 0 0 !important;
		border: transparent;
		background-color: transparent;
		width: 0.8rem;
		height: 0.4rem;
	}

	.swiper-container .swiper-pagination>.swiper-pagination-bullet-active>.move-round {
		display: flex;
		/* justify-content: center; */
	}

	/* 通用标题样式 */
    .currency-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 0.85rem;
    }

    .currency-title-left {
        display: flex;
    }
    .currency-title-img {
        height: 0.85rem;
    }

    .currency-title-right>a {
		padding: 0.07rem 0.15rem;
        font-size: 0.16rem;
	    color: var(--zt_color--);
		border: solid 1px var(--zt_color--);
    }
	.currency-title-right>a>img {
		width: 0.36rem;
	}


	/* 通用列表样式 */
    .currency-list{

    }

    .currency-list>li{
        border-radius: 0.1rem;
        transition: all 0.5s ease;

    }
    .currency-list>li:hover {
        background-color: var(--zt_color--);
        transition: all .5s ease;

    }
    .currency-list>li>a{
        height: 0.7rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #d7e4f2;
        transition: all 1s ease; 
    }
    .currency-list>li:hover >a {
        border-bottom: 1px solid #ffffff;
        transition: all 1s ease;

    }
    .currency-list>li:hover >a>p {
        color: #ffffff;
        font-weight: 700;
    }
    .currency-list>li:hover >a>h2 {
        color: #ffffff;
        font-weight: 700;
    }
    .currency-list>li>a>p{
        flex: 1;
        padding-left: 0.2rem;
        background-image: url(../icon/list_yuan.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 0.1rem auto;
        color: #333333;
        font-size: 0.18rem;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .currency-list>li>a>h2{
        text-align: right;
        width: 1.5rem;
        font-weight: 500;
        color: #888;
        font-size: 0.18rem;
    }



	/* 底部样式 */
	.bottom {
		background-color: var(--zt_color--);
		background-image: url(../images/bottom_bj.png);
		background-position: right top;
		background-repeat: no-repeat;
		background-size: auto 3.8rem;
	}

	.bottom-box {
		height: 3.2rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.bottom-box-left {
		width: 4.9rem;
	}

	.bottom-box-left>img {
		height: 0.8rem;
		margin-bottom: 0.3rem;
	}

	.bottom-box-left>ul {
		display: flex;
		flex-direction: column;
	}

	.bottom-box-left>ul>li {
		margin-bottom: 0.1rem;
		width: 3.5rem;
		font-size: 0.18rem;
		color: #ffffff;
	}

	.bottom-box-lxfs {}

	.bottom-box-lxfs>h2 {
		font-size: 0.2rem;
		color: #ffffff;
		margin-bottom: 0.2rem;
	}

	.bottom-box-lxfs>p {
		margin-bottom: 0.1rem;
		font-size: 0.18rem;
		color: #ffffff;
	}

	.bottom-box-center {
		width: 3.3rem;
	}

	.bottom-box-center>h2 {
		font-size: 0.2rem;
		color: #ffffff;
		margin-bottom: 0.2rem;
	}

	.bottom-box-center>ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.bottom-box-center>ul>li {
		width: 50%;
	}

	.bottom-box-center>ul>li>a {
		display: flex;
		margin-bottom: 0.1rem;
		width: 100%;
		font-size: 0.18rem;
		color: #ffffff;
	}

	.bottom-box-right {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.bottom-box-right>h2 {
		font-size: 0.2rem;
		color: #ffffff;
	}

	.bottom-box-right>img {
		width: 1.2rem;
		margin: 0.15rem 0;
	}


	.banquan {
		height: 0.6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.2rem;
		border-top: 1px solid var(--zt_deep_color--);
		background-color: var(--zt_color--);
		color: #ffffff;
	}

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
	.width1200 {
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
	}


	/* 通用标题样式 */
    .currency-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 0.85rem;
    }

    .currency-title-left {
        display: flex;
    }
    .currency-title-img {
        height: 0.85rem;
    }

    .currency-title-right>a {
		padding: 0.07rem 0.15rem;
        font-size: 0.16rem;
	    color: var(--zt_color--);
		border: solid 1px var(--zt_color--);
    }
	.currency-title-right>a>img {
		width: 0.36rem;
	}


	/* 通用列表样式 */
    .currency-list{

    }

    .currency-list>li{
        border-radius: 0.1rem;
        transition: all 0.5s ease;

    }
    .currency-list>li:hover {
        background-color: var(--zt_color--);
        transition: all .5s ease;

    }
    .currency-list>li>a{
        height: 0.7rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #d7e4f2;
        transition: all 1s ease; 
    }
    .currency-list>li:hover >a {
        border-bottom: 1px solid #ffffff;
        transition: all 1s ease;

    }
    .currency-list>li:hover >a>p {
        color: #ffffff;
        font-weight: 700;
    }
    .currency-list>li:hover >a>h2 {
        color: #ffffff;
        font-weight: 700;
    }
    .currency-list>li>a>p{
        flex: 1;
        padding-left: 0.2rem;
        background-image: url(../icon/list_yuan.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 0.1rem auto;
        color: #333333;
        font-size: 0.18rem;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .currency-list>li>a>h2{
        text-align: right;
        width: 1.5rem;
        font-weight: 500;
        color: #888;
        font-size: 0.18rem;
    }
	

	/* 底部样式 */
	.bottom {
		background-color: var(--zt_color--);
		background-image: url(../images/bottom_bj.png);
		background-position: right top;
		background-repeat: no-repeat;
		background-size: auto 3.8rem;
	}

	.bottom-box {
		height: 3.2rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.bottom-box-left {
		width: 4.9rem;
	}

	.bottom-box-left>img {
		height: 0.8rem;
		margin-bottom: 0.3rem;
	}

	.bottom-box-left>ul {
		display: flex;
		flex-direction: column;
	}

	.bottom-box-left>ul>li {
		margin-bottom: 0.1rem;
		width: 3.5rem;
		font-size:16px;
		color: #ffffff;
	}

	.bottom-box-lxfs {}

	.bottom-box-lxfs>h2 {
		font-size: 20px;
		color: #ffffff;
		margin-bottom: 0.2rem;
	}

	.bottom-box-lxfs>p {
		margin-bottom: 0.1rem;
		font-size:16px;
		color: #ffffff;
	}

	.bottom-box-center {
		width: 3.3rem;
	}

	.bottom-box-center>h2 {
		font-size: 20px;
		color: #ffffff;
		margin-bottom: 0.2rem;
	}

	.bottom-box-center>ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.bottom-box-center>ul>li {
		width: 50%;
	}

	.bottom-box-center>ul>li>a {
		display: flex;
		margin-bottom: 0.1rem;
		width: 100%;
		font-size:16px;
		color: #ffffff;
	}

	.bottom-box-right {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.bottom-box-right>h2 {
		font-size: 20px;
		color: #ffffff;
	}

	.bottom-box-right>img {
		width: 1.2rem;
		margin: 0.15rem 0;
	}


	.banquan {
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		border-top: 1px solid var(--zt_deep_color--);
		background-color: var(--zt_color--);
		color: #ffffff;
		text-align: center;
	}
}

@media screen and (max-width: 800px) {

	.currency-title-img {
        height: 0.7rem;
    }

	.currency-list>li>a>p {
		font-size: 16px;
	}
	.currency-list>li>a>h2 {
		font-size: 16px;
	}
	.djgz-box {
		padding: 0.2rem 0.2rem 0.2rem 1.7rem;
		background-size: 1.5rem 100%;
	}

	.bottom-box {
		height: 100%;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.bottom-box-left,.bottom-box-center,.bottom-box-lxfs,.bottom-box-right {
		width: 100%;
	}
	.bottom-box-center,.bottom-box-lxfs,.bottom-box-right {
		padding-bottom: 0.2rem;
	}
	.bottom-box-left {
		padding: 0.2rem 0;
	}
	.bottom-box-left>img {
		width: 100%;
		height: 100%;
	}

	.bottom-box-right>img {
		width: 50%;
	}
}