﻿@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	font-family: 'PingFangSC-Regular','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',sans-serif;
	font-family: 'PingFangSC-Regular-woff2';
	font-family: PingFangSC-Regular;
	word-break: break-all;
}
html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	color: #333;
}
html,body{
	width: 100%;
	min-width: 1200px;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #2f6699;
}
img {
	border: 0px;
	vertical-align: top;
}
em, i {
	font-style: normal;
}
.clr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	clear: both;
}
input, textarea, button, select{
	outline: none;
}

.red{
	color: #dc2328;
}
.blue{
	color: #005eb8;
}
.green{
	color: #1fad34;
}
.gray{
	color: #666666;
}
.footer .w{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
}
.container{
	margin: 0 auto;
	width: 1400px;
    height: 450px;
    border: solid 1px rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.306);
    margin-top: 30px;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.08);
}
.index-bom-gray{
	background: #cfcfcf;
    height: 50px;
    margin-top: -31px;
    position: relative;
    z-index: 5;
}
.hidediv{
	overflow: hidden;
	height: 100%;
}

.header .top{
	height: 40px;
	line-height: 40px;
	font-size:14px;
	border-bottom: 1px solid #d1dce6;
}
.header .top .time{
	float: left;
	color: #666666;
}
.header .top ul{
	float: right;
}
.header .top ul li{
	color: #b20916;
	font-size: 14px;
	padding-left: 23px;
	float: left;
	margin-right: 20px;
}
.header .top ul li a{
	color: #b20916;
}
.header .top ul li.wordmail{
	background: url("https://www.ndrc.gov.cn/images/mailiconnew.png") left center no-repeat;
}
.header .top ul li.lang{
	background: url("https://www.ndrc.gov.cn/images/langiconnew.png") left center no-repeat;
}
.header .top ul li.login{
	background: url("https://www.ndrc.gov.cn/images/loginiconnew.png") left center no-repeat;
}
.header .top ul li.ziliaoicon{
	background: url("https://www.ndrc.gov.cn/images/ziliaoiconnew.png") left center no-repeat;
}
.header .top ul li.wza{
	background: url("../images/wzaicon.png") left center no-repeat;
}
.header .mid{
	background: url("https://www.ndrc.gov.cn/images/topbgnew.jpg") center top no-repeat;
	height: 150px;
	display: flex;
	align-items: center;
}
.header .logo{
	margin: 0;
	display: flex;
	align-items: center;
	margin-right: 88px;
}
.header .logo .cn{
	font-size: 32px;
	font-weight: 650;
	color: rgb(255, 255, 255);
	font-family: 'PingFangSC-Semibold-woff2';
}
.header .logo .en{
	font-size: 12px;
	font-weight: 200;
	color: #F7E2E2;
}
.header .right-user{
	border-radius: 47px;
	height: 42px;
	background: white;
	display: flex;
	align-items: center;
	min-width: 130px;
	font-size: 14px;
	font-weight: 400;
	color: #D71E15;
	padding-right: 6px;
}
.header .right-user img{
	width: 34px;
	margin-left: 4px;
}
.header .right-user div{
    flex: 1;
    text-align: center;
}
.header-mid-div{
	display: flex;
	align-items: center;	
	flex: 1;
}

.header .search{
	float: right;
	/*width:526px;*/
	margin-top: 30px;
	overflow: hidden;
}
.header .search dt{
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}
.header .search dt a{
	margin-right:8px;
}
.header .search dd input[type=text]{
	float: left;
	border:1px solid #dddddd;
	border-right: 0;
	height: 40px;
	line-height: 40px;
	width:446px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding:0 20px;
}
.header .search dd input[type=submit],.header .search dd a.btn_search1{
	width:80px;
	height: 40px;
	background: url("https://www.ndrc.gov.cn/images/searchiconnew.png") #b20916 center center no-repeat;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border:0;
	float: right;
	cursor: pointer;
}
.header .nav{
	background: rgb(215, 8, 21);
	height: 64px;
}
.header .nav .ul{
	width:1400px;
	margin: 0 auto;
	display: flex;
	height: 64px;
	align-items: center;
}
.header .nav .li{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.header .nav .li.cur,.header .nav .li:hover{
	background: #9d130a;
}
.header .nav .li > a{
	color: white;
	padding: 0 50px;
	line-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .nav .li > a img{
	width: 22px;
	margin-right: 6px;
}
.header .nav .cur > a,.header .nav .li:hover a{
	border-right-color: #9d130a;
}
.header .nav .li > a span{
	    font-size: 16px;
    font-weight: 400;
font-family: PingFangSC-Regular-woff2;
color: rgb(255, 255, 255);
}

.mt{
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #dddddd;
}
.mt a:hover{
	color: #333;
}
.mt span{
	float: left;
	font-weight: bold;
	font-size: 22px;
	height: 48px;
	position: relative;
}
.mt span:after{
	position: absolute;
	left: 0;
	bottom:1px;
	content: '';
	height: 2px;
	width:100%;
	display: block;
	background: #d60000;
}
.mt .more{
	float: right;
	height: 48px;
	padding-top:22px;
}

.tabmenu dl dd a.more{
	float: right;
}


.u-list{
	margin-top:10px;
}
.u-list li{
	position: relative;
	background: url("https://www.ndrc.gov.cn/images/dotnew.png") left center no-repeat;
	padding-left: 23px;
	height: 36px;
	line-height: 36px;
}
.u-list li a{
	float: left;
	width: 100%;
	padding-right: 120px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.u-list li span{
	position: absolute;
	right: 0;
	top: 0;
	height: 38px;
	color: #999999;
}
.ad{
	margin-top:20px;
}
.path{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	background: url("https://www.ndrc.gov.cn/images/shouyenew.png") left center no-repeat;
	padding-left: 30px;
	margin: 20px 0;
}
.path a:last-child{
	font-weight: bold;
	color: #b20916;
}

.footer{
	width: 100%;
height: 85px;
background-color: rgb(215, 8, 21);
 }
 .footer .fTwo a {
    color: white;
    background-color: transparent;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: rgb(255, 255, 255);
}
.footer-a1{
	margin-right: 15px;
}
 .footer .copyright{
 	color: #f5b4b9;
 	margin-top: 2px;
    height: 25px;
    background-color: transparent;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: rgba(255, 255, 255, 0.53);
 }
 .footer .copyright a{
 	color: rgba(255, 255, 255, 0.53) !important;
 }
.footer-mid{
	padding-top:40px;
}
.footer p.footernav{
	color: #fff;
	font-weight: bold;
}
.footer p.footernav a{
	color: #fff;
	padding:0 7px;
}
.footer p span{
	background: url("https://www.ndrc.gov.cn/images/beiannew.png") left center no-repeat;
	padding-left:25px;
	display: inline-block;
	margin-left: 10px;
}
.footer .container{
	position: relative;
}
.footer-left{
	position: absolute;
	left: 0;
	top:67px;
}
.footer-left li{
	float: left;
	margin-right: 34px;
}
.footer-left li:nth-child(2){
	margin-top: 4px;
}
.footer-right{
	position: absolute;
	right: 0;
	top:80px;
}
.footer-right li{
	float: left;
	margin-left:24px;
	width: 28px;
	height:28px;
	cursor: pointer;
	overflow: hidden;
}
.footer-right li>img{
	width: 100%;
	max-height: none;
	transform: translateY(-32px);
	transition: all .5s;
}
.footer-right li:hover>img{
	width: 100%;max-height: none;transform: translateY(0);transition: all .5s;
}
.footer-right li .qrcode{
	display: none;
	width: 112px;
	height: 112px;
	position: absolute;
	background: #336693;
	padding:3px;
	border-radius: 4px;
	transform: translate(-39%,-160%);
	z-index: 10;
}
.footer-right li .qrcode img{
	width: 106px;
	height:106px;
	background: #fff;
	border-radius: 4px;
}
.footer-right li:hover .qrcode{
	display: block;
}
.footer-right li .qrcode:after{
	content: '';
	border-top:6px solid #336693;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 53px;
	bottom:-9px;
	padding:0;
	z-index: 11;
}
.footer-right li span{
	display: block;
	color: #8fb6d9;
	font-size: 13px;
	margin-top:5px;
}

.rightfloat{
	position: fixed;
	right: 0;
	top:410px;
	width:60px;
	border:1px solid #dddddd;
	border-radius: 6px;
	background: #fff;
}
.rightfloat dt{
	height: 57px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
	position: relative;
}
.rightfloat dt.no1{
	background: url("https://www.ndrc.gov.cn/images/floaticon-1new.png") center center no-repeat;
}
.rightfloat dt.no2{
	background: url("https://www.ndrc.gov.cn/images/floaticon-2new.png") center center no-repeat;
}
.rightfloat dt.no3{
	background: url("https://www.ndrc.gov.cn/images/floaticon-3new.png") center center no-repeat;
}
.rightfloat dt.no4{
	background: url("https://www.ndrc.gov.cn/images/floaticon-4new.png") center center no-repeat;
}
.rightfloat dt.no5{
	background: url("https://www.ndrc.gov.cn/images/floaticon-5new.png") center center no-repeat;
}
.rightfloat dt.no6{
	background: url("https://www.ndrc.gov.cn/images/floaticon-6new.png") center center no-repeat;
}
.rightfloat dt.no1:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-11new.png") #b20916 center center no-repeat;
}
.rightfloat dt.no2:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-22new.png") #b20916 center center no-repeat;
}
.rightfloat dt.no3:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-33new.png") #b20916 center center no-repeat;
}
.rightfloat dt.no4:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-44new.png") #b20916 center center no-repeat;
}
.rightfloat dt.no5:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-55new.png") #b20916 center center no-repeat;
}
.rightfloat dt.no6:hover{
	background: url("https://www.ndrc.gov.cn/images/floaticon-66new.png") center center no-repeat;
}
.rightfloat dt em{
	position: absolute;
	z-index: 100;
	color: #fff;
	line-height: 54px;
	font-size: 14px;
	background: #fff;
	opacity: 0;
	-moz-opacity: 0;
	border-radius: 3px;
	width: 100px;
	top: 0px;
	left: -159px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	visibility: hidden;
}
.rightfloat dt.no3 em{
	width:110px;
	height: 110px;
	border:1px solid #dddddd;
	padding:7px;
}
.rightfloat  dt.cur em{
	left: -120px;
	opacity:1;
	-moz-opacity:1;
	visibility:visible;
}
.rightfloat dt ul{
	position: absolute;
	z-index: 100;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	opacity: 0;
	-moz-opacity: 0;
	border-radius: 3px;
	width: 94px;
	top: 0px;
	left: -143px;
	/*background: #fff;*/
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	visibility: hidden;
}
.rightfloat  dt.cur ul{
	left: -104px;
	opacity:1;
	-moz-opacity:1;
	visibility:visible;
}
.rightfloat dt ul li{
	float: left;
	width:94px;
	height:80px;
	border-radius: 2px;
	margin-top: 2px;
	text-align: center;
	background: -webkit-linear-gradient(left top, #699ecd , #6fafea); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #699ecd , #6fafea); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #699ecd , #6fafea); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #699ecd , #6fafea); /* 标准的语法 */
}
.rightfloat dt ul li a{
	display: block;
	padding-top:53px;
	color: #fff;
}
.rightfloat dt ul li:nth-child(1) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-1.png") center 15px no-repeat;
}
.rightfloat dt ul li:nth-child(2) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-2.png") center 15px no-repeat;
}
.rightfloat dt ul li:nth-child(3) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-3.png") center 15px no-repeat;
}
.rightfloatnew{
	position: fixed;
	right: 0;
	top:310px;
	width:74px;
	background: #fff;
	border-radius: 2px;
	font-size: 13px;
	font-weight: bold;
}
.rightfloatnew > ul{

}
.rightfloatnew ul li{
	width:74px;
	height:80px;
	border-radius: 2px;
	margin-top: 2px;
	text-align: center;
	background: -webkit-linear-gradient(left top, #699ecd , #6fafea); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #699ecd , #6fafea); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #699ecd , #6fafea); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #699ecd , #6fafea); /* 标准的语法 */
}
.rightfloatnew ul li:nth-child(1){
	margin-top: 0;
}
.rightfloatnew ul li a{
	display: block;
	padding-top:53px;
	color: #fff;
}
.rightfloatnew ul li:nth-child(1) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-1.png") center 15px no-repeat;
}
.rightfloatnew ul li:nth-child(2) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-2.png") center 15px no-repeat;
}
.rightfloatnew ul li:nth-child(3) a{
	background: url("https://www.ndrc.gov.cn/images/floatnav-3.png") center 15px no-repeat;
}
.rightfloatnew ul li:nth-child(4) a{
	background: url("../images/floatnav-4.png") center 15px no-repeat;
}
.siju-left #content * {
	font-size: 16px !important;
	font-family: 'PingFangSC-Regular','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',sans-serif !important;;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px !important;
}
.banner .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 35px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
}


.swiper-container1 {
	min-height: 130px;
            position: relative;
            width: 100%;
            width: 1400px;
            height: 130px;
    box-sizing: border-box;
    margin-top: 43px !important;
        }

        .swiper-container1 .swiper {
        	width: 1260px;
            height: 130px;
            overflow: hidden;
            margin: 0 auto;
        }

        .swiper-container1 .swiper-slide {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease;
            cursor: pointer;
            height: 135px;
            width: 240px;
height: 130px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.035);
display: flex;
align-items: center;
justify-content: center;
        }

        .swiper-container1 .swiper-slide:hover{
            background: white !important;
            background-color: white !important;

border: solid 1px rgba(121, 121, 121, 0.082);
border-width: 1px;
border-style: solid;
border-color: rgba(121, 121, 121, 0.082);
border-radius: 10px;
background-color: rgb(255, 255, 255);
        }

        .swiper-container1 .swiper-slide img {
            width: 220px;
            height: 110px;
            object-fit: cover;
            border-radius: 10px;
            opacity: 0.5;
        }
        .swiper-container1 .swiper-slide:hover img{
            opacity: 1 !important;
            width: 100%;
            height: 100%;
        }

        .swiper-container1 .slide-content {
            padding: 20px;
            text-align: center;
        }

        .swiper-container1 .slide-content h3 {
            color: #333;
            margin-bottom: 10px;
            font-size: 1.3rem;
        }

        .swiper-container1 .slide-content p {
            color: #666;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .swiper-container1 .swiper-button-prev,
        .swiper-container1 .swiper-button-next {
            width: 14px;
            height: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
            z-index: 10;
            background: none;
            margin-top: -13px !important;
        }
        .swiper-container1 .swiper-button-prev{
        	margin-left: 15px !important;
        }
     	.swiper-container1 .swiper-button-next{
        	margin-right: 15px !important;
        }

        .swiper-container1 .swiper-pagination {
            position: relative;
            margin-top: 30px;
        }

        .swiper-container1 .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: rgba(255, 255, 255, 0.5);
            opacity: 1;
            transition: all 0.3s ease;
        }

        .swiper-container1 .swiper-pagination-bullet-active {
            background: white;
            transform: scale(1.2);
        }

        .swiper-container1 .controls-info {
            margin-top: 30px;
            color: white;
            font-size: 1rem;
            opacity: 0.9;
        }

        @media (max-width: 768px) {
           
            
            .swiper-container1 .swiper {
                height: 300px;
            }
            
            .swiper-container1 .swiper-button-prev,
            .swiper-container1 .swiper-button-next {
                width: 45px;
                height: 45px;
            }
        }

/*顶部 尾部 绝对定位样式*/
.header{
	/*position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;*/
}
.footer{
    position: fixed;
    bottom: 0;
    z-index: 35;
}
.main{
	margin-top:10px;
	min-width: 1400px;
}


.bom-bg{
	position:absolute; z-index: 1; width: 100%;bottom:82px;
}

.modal-div{
	    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(1 1 1 / 62%);
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-div-data{
	width: 540px;
height: 250px;
border-radius: 20px;
background-color: rgb(255, 255, 255);
}
.modal-div-data1{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	color: rgb(19, 16, 16);
	margin-top: 69px;
}
.modal-div-data2{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	color: rgb(19, 16, 16);
}
.modal-div-cancel{
	width: 160px;
	height: 48px;
	border-radius: 60px;
	background-color: rgb(48, 116, 252);
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 29px;
	cursor: pointer;
}


.yc-logo{
	width: 1400px;
	margin:0 auto;
	height: 128px;
	display: flex;
	align-items: center;
}
.yc-logo-img{
	width: 94px;
	height: 94px;
	margin-right: 13px;
}
.yc-logo-data1{
	background-color: transparent;
	font-family: AlimamaShuHeiTi-Bold;
	font-size: 32px;
	font-weight: 700;
	text-align: left;
	color: rgb(215, 8, 21);
	margin-bottom: 3px;
}
.yc-logo-data2{
	font-size: 15px;
	font-weight: 200;
	color: rgb(0, 0, 0);
}


.kecheng-div-new{
	border-radius: 20px;
	padding: 50px;
	background: white;
	position: relative;
	z-index: 2;
	margin: 40px auto !important;
	width: 1400px;
	padding-bottom: 30px;
}
.kecheng-div-new h1{
	display: flex;
	justify-content: center;
	align-items: center;
}
.kecheng-div-new h1 img{
	width: 36px;
}
.kecheng-div-new h1 b{
	margin: 0 25px;
	color: #000000;
}
.kecheng-div-h2{
    color: #666;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin-top: -10px;
}



.modal-div-report{
	    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(1 1 1 / 62%);
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.modal-div-report-data{
	    width: 1400px;
    height: calc(100vh - 150px);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    overflow: auto;
    padding: 0 200px 155px;
}
.modal-div-report-data1{
	font-family: PingFangSC-Regular-woff2;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	color: rgb(51, 51, 51);
	margin-top: 69px;
	margin-bottom: 30px;

}
.modal-div-report-data2{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: rgb(51, 51, 51);
}
.modal-div-report-data2 img{
	text-align: center;
	max-width: 100%;
	margin: 5px auto;
	display: block;
}

.modal-div-report-cancel{
	width: 120px;
	height: 40px;
	border: solid 1px rgb(221, 221, 221);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(221, 221, 221);
	border-radius: 60px;
	background-color: rgb(255, 255, 255);
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: rgb(100, 128, 255);
	line-height: 40px;
	cursor: pointer;
	margin:0 auto;
}
.modal-div-report-cancel-div{
	background: white;
	padding: 50px;
	text-align: center;
	    position: absolute;
    bottom: 75px;
    width: 985px;
}


/*课程详情付款弹窗*/
.modal-div-pay{
	    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(1 1 1 / 62%);
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    /*display: none;*/
}
.modal-div-pay-data{
    width: 1100px;
    height: calc(100vh - 150px);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    overflow: auto;
    max-height: 820px;
    display: flex;
}
.modal-div-pay-data-left{
	width: 329px;
	height: 770px;
	border-radius: 20px 0px 0px 20px;
	background-color: rgb(246, 246, 246);
	padding: 33px 31px 0 28px;
	position: relative;
}
.modal-div-pay-data-left img{
	width: 270px;
	height: 152px;
	border-radius: 10px;
}
.modal-div-pay-data-left-title{
	font-family: PingFangSC-Medium-woff2;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: rgb(51, 51, 51);
	margin-top: 19px;
	margin-bottom: 20px;
}

.kecheng-pay-price{
	display: flex;
	align-items: center;
	justify-content: space-between;
    border-bottom: 1px solid #ececec;
    padding: 20px 0 15px;
}
.kecheng-pay-price1{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: rgb(153, 153, 153);
}
.kecheng-pay-price2 span{
font-size: 12px;
font-weight: 700;
text-align: left;
color: rgb(51, 51, 51);
}
.kecheng-pay-price2{
font-size: 18px;
font-weight: 700;
color: rgb(51, 51, 51);
}

.kecheng-pay-select{
	padding-top:10px;
}
.kecheng-pay-price3{
	font-family: PingFangSC-Regular-woff2;
	font-size: 16px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	    flex: 1;
    margin-left: 10px;
    text-align: right;
}
.kecheng-tips{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: rgb(153, 153, 153);
}
.kecheng-jiange{
	height: 40px;
}

.modal-div-pay-data-right{
	padding: 60px 81px;
}
.modal-div-pay-data-right-title{
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	color: rgb(51, 51, 51);
	margin-bottom: 10px;
}
.modal-div-pay-data-right-price{
	font-family: PingFangSC-Semibold-woff2;
	font-size: 28px;
	font-weight: 700;
	color: rgb(219, 31, 13);
}
.modal-div-pay-data-right-price span{
	font-family: PingFangSC-Semibold-woff2;
	font-size: 20px;
	font-weight: 650;
	color: rgb(219, 31, 13);
}
.modal-div-pay-data-right-tab{
	width: 608px;
	height: 58px;
	border-radius: 359px;
	background-color: rgb(246, 246, 246);
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-div-pay-data-right-tab div{
	width: 299px;
	height: 48px;
	border-radius: 359px;
	text-align: center;
	line-height: 48px;
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
text-align: center;
color: rgb(51, 51, 51);
cursor: pointer;
}
.modal-div-pay-data-right-tab .on{
	width: 299px;
	height: 48px;
	border-radius: 359px;
	background-color: rgb(255, 255, 255);
	text-align: center;
	line-height: 48px;
	margin: 0 5px;
}
.modal-div-pay-data-right-tips{
	font-family: PingFangSC-Regular-woff2;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: rgb(0, 0, 0);
	margin-top: 32px;
}
.modal-div-pay-data-right-ewm{
	width: 260px;
height: 260px;
border-radius: 16px;
background-color: rgb(255, 255, 255);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 0 8px #ececec;
margin: 28px auto;
}
.modal-div-pay-data-right-ewm img{
	width: 220px;
	height: 220px;
}
.saoma-pay{
	font-family: PingFangSC-Light-woff2;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
	color: rgb(51, 51, 51);
}
.pay-button{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	padding-bottom: 40px;
}
.pay-button1{
	width: 120px;
height: 48px;
border: solid 1px rgb(221, 221, 221);
border-width: 1px;
border-style: solid;
border-color: rgb(221, 221, 221);
border-radius: 4px;
background-color: rgb(255, 255, 255);
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
text-align: center;
color: rgb(100, 128, 255) !important;
line-height: 48px;
}
.pay-button2{
	width: 120px;
height: 48px;
border-radius: 6px;
background-color: rgb(48, 116, 252);
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
text-align: center;
color: rgb(255, 255, 255) !important;
line-height: 48px;
margin-left: 25px;
}

.pay-tab-data2-top{
	padding: 35px 0px 25px 110px;
}
.pay-tab-data2-top1 img{
	width: 25px;
}
.pay-tab-data2-top1 span{
font-family: PingFangSC-Medium-woff2;
font-size: 18px;
font-weight: 500;
color: rgb(51, 51, 51);
margin-left: 7px;
}
.pay-tab-data2-top2{
font-family: PingFangSC-Medium-woff2;
font-size: 14px;
font-weight: 500;
line-height: 28px;
color: rgb(51, 51, 51);
margin: 15px 0px 5px;
}
.pay-tab-data2-top2 b{
font-family: PingFangSC-Medium-woff2;
font-size: 14px;
font-weight: 500;
color: rgb(255, 0, 0);
margin: 0 7px;
}

.pay-tab-data2-top3{
font-family: PingFangSC-Medium-woff2;
font-size: 14px;
font-weight: 500;
line-height: 28px;
text-align: left;
color: rgb(51, 51, 51);
}
.pay-tab-data2-bom{
	width: 440px;
/*height: 295px;*/
border: solid 1px rgb(255, 243, 233);
border-width: 1px;
border-style: solid;
border-color: rgb(255, 243, 233);
border-radius: 10px;
background-color: rgb(255, 255, 255);
margin: 25px auto;
padding-bottom: 25px;
}
.pay-tab-data2-bom-top{
	width: 440px;
height: 50px;
border-radius: 10px 10px 0px 0px;
background-color: rgb(255, 243, 233);
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
text-align: left;
color: rgb(102, 102, 102);
line-height: 50px;
padding-left: 22px;
}
.pay-tab-data2-bom-bom{
	padding-left: 50px;
	padding-top: 22px;
	padding-right: 15px;
}
.pay-tab-data2-bom-bom1{
	display: flex;
	align-items: center;
	padding: 13px 0;
}
.pay-tab-data2-bom-bom1-left{
	width: 85px;
	font-family: PingFangSC-Regular-woff2;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	color: rgb(102, 102, 102);
}
.pay-tab-data2-bom-bom1-right{
	flex: 1;
	font-family: PingFangSC-Medium-woff2;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: rgb(0, 0, 0);
	margin-left: 20px;
}
.pay-tab-data2-bom-btn{
	width: 440px;
height: 48px;
line-height: 48px;
text-align: center;
border-radius: 6px;
background-color: rgb(48, 116, 252);
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
text-align: center;
color: rgb(255, 255, 255);
margin: 0 auto;
cursor: pointer;
}
#upload-pingzheng{
	width: 436px;
	height: 130px;
	background: white;
	border:2px dashed #ececec;
	border-radius: 3px;

font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
text-align: center;
color: rgb(100, 128, 255);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin: 25px auto 0;
}
.upload-pingzheng-tips{
	font-family: PingFangSC-Light-woff2;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
	color: rgb(215, 30, 21);
	margin: 30px 0;
}

.pay-upload-submit{
	    width: 440px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 6px;
    background-color: rgb(48, 116, 252);
    font-family: PingFangSC-Regular-woff2;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    cursor: pointer;
    border: none;
    display: block;
    color: pointer;
}
.pay-cancel{
	width: 440px;
height: 48px;
border: solid 1px rgb(221, 221, 221);
border-width: 1px;
border-style: solid;
border-color: rgb(221, 221, 221);
border-radius: 4px;
background-color: rgb(255, 255, 255);
font-family: PingFangSC-Regular-woff2;
font-size: 14px;
font-weight: 400;
text-align: center;
color: rgb(100, 128, 255) !important;
line-height: 48px;
cursor: pointer;
display: block;
margin: 20px auto;
}
/* 1. 修改导航列表容器 */
.header .nav .ul {
    width: 100%;
    max-width: 1400px;        /* 大屏时仍可限制最大宽度，可选 */
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* 左右分开 */
    align-items: center;
    height: 64px;
    padding: 0 20px;          /* 增加左右内边距，避免内容贴边 */
    box-sizing: border-box;
}

/* 2. 左侧菜单组弹性占位 */
.header-mid-div {
    display: flex;
    flex: 1;                  /* 自动撑满剩余宽度 */
    align-items: center;
}

/* 3. 调整菜单项内边距并禁止换行 */
.header .nav .li > a {
    color: white;
    padding: 0 20px;          /* 原为 50px，缩小到 20px（可依需调整） */
    line-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;      /* 防止文字折行 */
}

/* 4. 右侧用户容器禁止压缩 */
.right-user-container {
    flex-shrink: 0;           /* 保证其宽度不被压缩 */
}