
@font-face
{
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;

	url('../fonts/ArialMT.ttf') format('truetype');
}
@font-face {
	  font-family:PingFang SC;
	  
	  src:url('../fonts/PingFangSC-Regular.otf');
	}
@font-face
{
    font-family: 'Source Han Sans CN';
    font-weight: normal;
    font-style: normal;

	url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');
}
@font-face {
	  font-family:DIN;
	  
	  src:url('../fonts/DIN-MEDIUM.OTF');
	}
/*banner*/

.banner_box {
	width: 100%;
	/* height: 100%; */
	height: 100vh;
	position: relative;
}
.s_banner{
	height: 100%;
}
.banner {
	height: 100%;
	/* -webkit-background-size: cover;
	background-size: cover; */
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	/* animation: suofang 40s linear infinite alternate; */
	position: relative;
}
.s_banner .swiper-slide{
	overflow: hidden;
}

.swiper-pagination{
	text-align: center;
	bottom: 80px!important;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: .6;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.swiper-pagination-bullet-active{
	width:  12px;
	height: 12px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1;
}
.swiper-container.s_banner{
	--swiper-theme-color: #fff;
	--swiper-pagination-color: #fff;/* 两种都可以 */
}

@keyframes suofang {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}
.mySwiper {
	width: 100%;
	height: 100vh;
}
.ifw_box{
	width: 100%;
	min-height: 100vh;
	
}
.ifw_box>div{
	/* padding-top: 100px; */
}

.pro_nl{
	/* width: 300px;
	margin-right: 32px; */
}
.filter_type{
	display: none;
}
.pro_nl_tit{
	width: 100%;
	height: 100px;
	background: linear-gradient(126deg, #65C0E2, #154995);
	position: relative;
}
.pro_nl_img{
	position: absolute;
	bottom: 0;
	right: 0;
}
.pro_nltit_c{
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}
.pro_nltit_e{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}
.pronl_li_tit{
	width: 300px;
	height: 82px;
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	padding: 0 28px;
	cursor: pointer;
}
.off_type{
	width: 10px;
	height: 14px;
}
.pronl_li_tit.active{
	color: #182E70;
}
.pronl_li_tit.active .off_type{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.ibanner_box{
	width: 100%;
	background-image: url(../banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.ibanner_nbox{
	max-width: 660px;
	height: 540px;
}
.ibanner_n1{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 44px;
	color: #282828;
	line-height: 1.5;
}
.ibanner_n2{
	margin-top: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #282828;
	line-height: 1.5;
	text-align: justify;
}
.ibanner_nbtn{
	margin-top: 20px;
	width: 160px;
	height: 48px;
	background: #2468F2;
	border-radius: 8px;
	font-size: 16px;
	color: #FFFFFF!important;
}
.ishop_box{
	width: 100%;
	background-color: #E5F1FF;
	background-image: url(../ibg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 100px 0 50px;
}
.ishop_btit{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 32px;
	color: #1A1A1A;
	margin-bottom: 45px;
	line-height: 1.2;
}
.ishop_ml{
	width: 348px;
	--width:348px;
	margin-right: 22px;
}
.prot_list{
	width: 100%;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 30px 0;
}

.prot_li{
	width: 100%;
}
.prot_li_tit{
	width: 100%;
	padding: 0 30px;
	height: 60px;
	border-left: 6px solid #fff;
}
.prot_li_tit i{
	color: #fff;
	font-size: 18px;
}
.prot_li_img{
	width: 28px;
	height: 28px;
	margin-right: 18px;
	object-fit: contain;
}
.prot_li_tit.active{
	background: #E5EDFE;
	border-left: 6px solid #2468F2;
}
.prot_li_tit.active i{
	color: #2468F2;
}
.ishop_mr{
	width: calc(100% - 348px - 22px);
}
.ishop_list{
	margin-left: -14px;
	margin-right: -14px;
}
.ishop_li{
	width: 25%;
	padding:0 14px 28px;
	position: relative;
}
.ishop_la{
	width: 100%;
	height: 282px;
	background: #FFFFFF;
	border-radius: 12px;
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.ishop_lad{
	position: absolute;
	background: #C9D5F6;
	border-radius: 12px;
	top: 0;
	left: 14px;
	right: 14px;
	bottom: 28px;
	z-index: 1;
	transition: all .3s;
}
.ishop_la:hover{
	border: 1px solid #2468F2;
}

.ishop_li:hover .ishop_lad{
	top: 8px;
	left: 32px;
	right: 6px;
	bottom: 20px;
}
.ishopla_img{
	width: 100%;
	height: 160px;
	position: relative;
	z-index: 2;
}
.ishopla_type{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 3;
}
.ishopla_msg{
	width: 100%;
	background: #fff;
	padding: 8px;
}
.ishopla_tit{
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
}
.ishopla_d2{
	width: 100%;
}
.ishopla_num{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #C3C3C3;
}
.ishopla_description {
	font-size: 13px;
	color: #777;
	line-height: 15px;
	height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 限制显示两行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 14px;
	padding-bottom: 8px;
}

/* 鼠标悬停效果 */
.ishop_la:hover .ishopla_description {
	color: #555;
	border-bottom-color: #ddd;
}
.ishopla_pri{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 16px;
	color: #F44242;
}
.details_main{
	width: 100%;
	background: #FFFFFF;
	border-radius: 12px;
	min-height: 500px;
	padding: 30px;
}
.dmbox_tit{
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #1A1A1A;
	line-height: 20px;
	margin-bottom: 30px;
}
.dmxq_tit{
	width: 100%;
	background: #F2F6FA;
	border-radius: 8px;
	padding: 16px 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #2468F2;
	line-height: 28px;
	margin-bottom: 20px;
}
.dmxq_timg{
	width: 28px;
	height: 28px;
	vertical-align: bottom;
	object-fit: contain;
	margin-right: 12px;
}
.dmxq_tit1{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
	line-height: 16px;
	margin-bottom: 20px;
}
.dmxq_tit1 img{
	/* width: 16px; */
	height: 16px;
	margin-right: 10px;
	vertical-align: bottom;
	object-fit: contain;
}
.dmxq_args{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #C3C3C3;
}
.dmxq_pri{
	font-weight: bold;
	font-size: 28px;
	color: #F44242;
	margin-right: 5px;
}
.dmxq_sz_tit{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #7689A4;
	height: 40px;
	margin-top: 10px;
	line-height: 40px;
}
.dmxq_sz_list{
	margin: -6px;
}
.dmxq_sz_li{
	padding: 6px;
}
.dmxq_sz_la{
	height: 48px;
	border-radius: 8px;
	border: 1px solid #C3C3C3;
	padding: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
	line-height: 16px;
	cursor: pointer;
}
.dmxq_sz_la.active{
	border: 1px solid #2468F2;
	background: #2468F2;
	color: #fff;
}
.dmxq_sz_int{
	width: 880px;
	height: 48px;
	background: #F2F6FA;
	border-radius: 8px;
	max-width: 100%;
	padding: 0 12px;
	outline: none;
	border:1px solid #F2F6FA;
}
.dmxq_sz_int:focus{
	border:1px solid #2468F2;
}
.dmxq_sz_tip{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #7689A4;
	padding: 10px 0;
	margin-bottom: 20px;
}
.dmxq_btn{
	width: 160px;
	height: 48px;
	background: #F2F6FA;
	border-radius: 8px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #2468F2;
	margin-right: 12px;
	cursor: pointer;
}
.dmxq_btn1{
	background: #2468F2;
	color: #fff;
}
.dmxq_tabs{
	width: 100%;
	margin-top: 60px;
}
.dmtabs_box{
	width: 100%;
}
.dmxq_tabs .el-tabs__item{
	font-size: 16px;
	outline: none;
}
.dmtabs_box{
	white-space: pre-line;
}
.dmxq_btn2{
	width: 48px;
}
.dmxq_btn2 img{
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.dmxq_num_box{
	margin-bottom: 30px;
}
.dmxq_num_box .el-input-number__decrease, .dmxq_num_box .el-input-number__increase{
	background: #fff;
}
/* login */
.login_wrap_su{
	width: 100%;
	background: #F0F4F7;
	min-height: 100vh;
}
.login_main{
	width: 1200px;
	min-height: 642px;
	max-width: 100%;
}
.login_ktext{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	text-align: center;
	line-height: 20px;
	height: 0;
	position: relative;
	top: 40px;
}
.login_ktext a{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
}
.login_kbox{
	width: 100%;
	min-height: 624px;
	border-radius: 16px;
	overflow: hidden;
}
.login_kbox .div_img1{
	/* background-color: #2468F2; */
}
.login_form{
	width: 558px;
	height: 722px;
	background: #FFFFFF;
	border-radius: 0px 16px 16px 0px;
	padding:40px 61px;
}
.l_form_t{
	text-align: center;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 27px;
}
.l_form_li{
	width: 100%;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	padding-left: 16px;
}
.l_form_li+.l_form_li{
	margin-top: 16px;
}
.l_form_lib{
	margin-top: 16px;
	margin-bottom: 16px;
}
.l_form_text{
	width: 86px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	
}
.l_form_int{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	padding-right: 10px;
	outline: none;
	min-width: 0;
	border: 0;
}
.l_form_img{
	width: 108px;
	height: 100%;
	cursor: pointer;
}

.l_form_fs{
	flex: none;
	width: 128px;
	height: 54px;
	background: #2468F2;
	border-radius: 4px;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 16px;
}
.l_form_url{
	margin-top: 20px;
	font-size: 16px;
}
.login_rad_box{
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	margin-right: 14px;
	cursor: pointer;
}
.login_rad_box span{
	color: #fff;
}
.login_rad_box.active{
	background: #2468F2;
}
.l_form_url a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2468F2;
	cursor: pointer;
}
.login_btn{
	border: 0;
	width: 100%;
	height: 56px;
	background:#2468F2;
	border-radius: 4px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 20px;
}
.login_qh_text{
	margin-top: 20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: center;
}
.login_qh_text span{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2468F2;
	cursor: pointer;
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; /* Safari */
  margin: 0;
}
.login_tabs{
	width: 100%;
	margin: 10px 0;
}
.login_tab{
	margin: 0 25px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #7689A4;
	height: 40px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.login_tab.active{
	color: #2468F2;
	border-bottom: 1px solid #2468F2;
}
.xieyi_box{
	width: 100%;
	background: #F1F2F8;
	min-height: calc(100vh - 80px - 189px);
	padding-top: 30px;
	padding-bottom: 30px;
}
.xieyi_main{
	width: 100%;
	background: #FFFFFF;
}
.xieyi_tit{
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #1A1A1A;
	border-bottom: 1px solid #EEEEEE;
	padding: 15px 0;
	line-height: 30px;
	text-align: center;
}
.xieyi_msg{
	width: 100%;
	white-space: pre-line;
	padding: 30px 50px;
	
}
.me_box_rpx .me_content_card_rpx .center_r_su{
	padding: 0 30px;
}
.center_r_su .el-tabs__item{
	height: 60px;
	line-height: 60px;
	color: #1A1A1A;
	font-size: 16px;
}
.center_r_su .el-tabs__item.is-active{
	color: #2468F2;
}
.acctabs_mbox{
	width: 100%;
	padding-top: 14px;
	padding-bottom: 20px;
}
.accif_li{
	--accinth:48px;
	margin-bottom: 20px;
}
.accifli_name{
	width: 90px;
	height: 48px;
	height: var(--accinth);
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #7689A4;
	justify-content: flex-end;
	padding-right:5px;
	flex: none;
}
.accifli_r{
	width: 372px;
	font-size: 14px;
}
.accifli_r .el-input__inner{
	height: 48px;
	line-height: 48;
}
.uptx_img_su{
	width: 59px;
	height: 59px;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
}
.uptx_img_su input {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.uptx_tip_su{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #2468F2;
}
.accifli_btn{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	width: 132px;
	height: 48px;
	background: #2468F2;
	border-radius: 8px;
	cursor: pointer;
}
.accifli_code_btn{
	width: 102px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #2468F2;
	margin-left: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #2468F2;
	cursor: pointer;
}
.center_r_su .el-tabs__nav-next,.center_r_su .el-tabs__nav-prev{
	line-height: 60px;
}
.center_rtit_su{
	width: 100%;
	padding: 16px 0;
}
.center_rtit_text_su{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 16px;
	color: #1A1A1A;
}
.center_rtit_btn_su{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #2468F2;
	min-width: 54px;
	padding: 0 13px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #2468F2;
	cursor: pointer;
}
.ishop_la1{
	border: 1px solid #2468F2;
}
.coll_sxbox{
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #C4D1E2;
	font-size: 14px;
	color: #fff;
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 30px;
	cursor: pointer;
}
.coll_sxbox.active{
	background: #2468F2;
}
.coll_sys_box{
	width: 100%;
	height: 80px;
	border-top: 1px solid #DCE6F3;
}
.coll_del_btn{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	width: 96px;
	height: 48px;
	background: #2468F2;
	border-radius: 8px;
	cursor: pointer;
}
.coll_all_l{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
	cursor: pointer;
}
.coll_all_btn{
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #C4D1E2;
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
}
.coll_all_btn.active{
	background: #2468F2;
}

.nav_top_center_box{
	width: 280px;
	padding: 4px;
}
.nav_tc_tx{
	width: 40px;
	height: 40px;
	object-fit: cover;
	margin-right: 10px;
}
.nav_tc_name{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	height: 30px;
}
.nav_tc_out{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
	cursor: pointer;
}
.nav_tc_list{
	width: 100%;
	margin: -5px;
	margin-top: 6px;
}
.nav_tc_li{
	width: 33.333%;
	padding: 5px;
}
.nav_tc_la{
	width: 100%;
	height: 68px;
	border-radius: 8px;
	cursor: pointer;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #1A1A1A;
}
.nav_tc_la span{
	font-size: 18px;
}
.nav_tc_la:hover{
	background: #F2F6FA;
	color: #2468F2;
}
.datanull_img{
	width: 427px;
	height: 356px;
	margin-bottom: 40px;
}
.datanull_text{
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	text-align: center;
}
.price_rpx input{
	min-width: 0;
	text-align: center;
	border: none;
	outline: none;
}
@media screen and (min-width: 1441px){
	
	
}

@media screen and (max-width: 1440px) {
	.ishop_ml{
		width: 250px;
		--width:250px;
		margin-right: 15px;
	}
	.prot_list{
		padding: 15px 0;
	}
	.prot_li_tit{
		padding: 0 20px;
		height: 50px;
	}
	.ishop_mr{
		width: calc(100% - 250px - 15px);
	}
	.ishop_list{
		margin-left: -6px;
		margin-right: -6px;
	}
	.ishop_li{
		padding:0 6px 12px;
	}
	.ishop_lad{
		top: 0;
		left: 6px;
		right: 6px;
		bottom: 12px;
	}
	.ishop_li:hover .ishop_lad{
		top: 3px;
		left: 9px;
		right: 3px;
		bottom: 9px;
	}
	.details_main{
		padding: 20px;
	}
	.dmbox_tit{
		margin-bottom: 20px;
	}
	.me_box_rpx .me_content_card_rpx .center_r_su{
		padding: 0 20px;
		
	}
}

@media screen and (max-width: 1440px) and (min-width: 1150px){
	
	
}
@media screen and (max-width: 1300px) {
	
}

@media screen and (max-width: 1250px){    /*主要*/
	
}

@media screen and (max-width: 1200px) and (min-width: 1151px) {
	
}
@media screen and (min-width: 1151px) {
	/* .ishop_ml{
		position: sticky;
		top: 80px;
	} */
	.prot_list_p{
		position: fixed;
		top: 80px;
		width: var(--width);
		max-height: calc(100vh - 80px);
		overflow-y: auto;
	}
}
@media screen and (max-width: 1200px) and (min-width: 993px) {

}
@media screen and (max-width: 1150px){
	
	
	
	.w1200{
		padding: 0 10px;
	}
	
	.top_box .w1200{
		padding: 0 0px;
	}
	
	
	.pro_nl {
		width: 300px;
		left: -310px;
		transition: left .5s;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		z-index: 200;
		position: fixed;
		top: 0;
		bottom: 0;
		padding-top: 64px;
	}
	.filter_type {
		display: block;
		position: absolute;
		width: 36px;
		height: 36px;
		text-align: center;
		right: -36px;
		top: 100px;
		background: #fff;
		border-radius: 0 30px 30px 0;
		cursor: pointer;
		z-index: 200;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		padding: 3px 3px 3px 0;
	}
	.filter_type i {
			font-size: 24px;
			line-height: 30px;
			transition: all .5s;
			color: #005AAA;
	}
	.pro_nl.active{
		left: 0;
	}
	.ishop_mr{
		width: 100%;
	}
	.ishop_box{
		padding: 80px 0 40px;
	}
	.prot_list{
		height: calc(100vh - 64px);
		overflow-y: auto;
	}
}
@media screen and (min-width: 992px){
	
}
/* @media screen and (max-width: 900px) and (min-width: 770px) */
@media screen and (max-width: 992px){
	
}
/* 超小设备 (手机, 600px 以下屏幕设备) */
/* @media only screen and (max-width: 600px) {
  
} */

/* 小设备 (平板电脑和大型手机，600 像素及以上) */
/* @media only screen and (min-width: 600px) {
    
} */

/* 中型设备（平板电脑，768 像素及以上） */
/* @media only screen and (min-width: 768px) {
   
} */

/* 大型设备（笔记本电脑/台式机，992 像素及以上） */
/* @media only screen and (min-width: 992px) {
    
} */

/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
/* @media only screen and (min-width: 1200px) {
   
} */
/**
 * 
 * @author wenxin <1171390035@qq.com>
 * 
 * @createTime: 2021-3-19 14:21:05
 * ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 * │Esc│   │ F1│ F2│ F3│ F4│ │ F5│ F6│ F7│ F8│ │ F9│F10│F11│F12│ │P/S│S L│P/B│  ┌┐    ┌┐    ┌┐
 * └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘  └┘    └┘    └┘
 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┬───┬───┐ ┌───┬───┬───┬───┐
 * │~ `│! 1│@ 2│# 3│$ 4│% 5│^ 6│& 7│* 8│( 9│) 0│_ -│+ =│ BacSp │ │Ins│Hom│PUp│ │N L│ / │ * │ - │
 * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┼───┼───┤ ├───┼───┼───┼───┤
 * │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │{ [│} ]│ │ | │ │Del│End│PDn│ │ 7 │ 8 │ 9 │   │
 * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ └───┴───┴───┘ ├───┼───┼───┤ + │
 * │ Caps │ A │ S │ D │ F │ G │ H │ J │ K │ L │: ;│  '│ Enter  │               │ 4 │ 5 │ 6 │   │
 * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤     ┌───┐     ├───┼───┼───┼───┤
 * │ Shift  │ Z │ X │ C │ V │ B │ N │ M │< ,│> .│? /│  Shift   │     │ ↑ │     │ 1 │ 2 │ 3 │   │
 * ├─────┬──┴─┬─┴──┬┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┤ ┌───┼───┼───┐ ├───┴───┼───┤ E││
 * │ Ctrl│    │Alt │         Space         │ Alt│    │    │Ctrl│ │ ← │ ↓ │ → │ │   0   │ . │←─┘│
 * └─────┴────┴────┴───────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘ └───────┴───┴───┘
  */
@media screen and (max-width: 768px) {
	
	.top_user_box{
		/* height: auto; */
		height: 44px;
		padding-right: 40px;
	}
	
	

	
	.swiper-pagination{
		/* text-align: right; */
		/* padding-right: 12px; */
		bottom: 30px!important;
	}
	
	.swiper-pagination-bullet{
		
		width: 8px;
		height: 8px;
		border-radius: 2px;
	}
	.swiper-pagination-bullet-active{
		width: 8px;
		height: 8px;
		
		border-radius: 2px;
		
	}
	.banner,
	.banner_box{
		/* height: 155px; */
		height: 275px;
		width: 100%;
		margin-bottom: 0;
		/* border-radius: 8px; */
		overflow: hidden;
	}
	
	.banner_name{
		
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		padding:10px 16px 26px;
		
	}
	.info_banner,
	.info_banner_box {
		height: 182px;
		width: 100%;
	}

	/* 首页 */
	
	.swiper-button-prev1,
	.swiper-button-next1{
		width: 30px;
		height: 30px;
	}
	.swiper-button-prev1{
		left: 0px;
	}
	.swiper-button-next1{
		right: 0px;
	}
	
	
	
	.team_page{
		margin-top: 20px;
	}
	
	.ishop_li{
		width: 50%;
	}
	
	
	.login_wrap_su{
		padding: 10px ;
	}
	.login_main{
		min-height: 0;
		max-width: 670px;
		margin: 0 auto;
		width: 100%;
		zoom: 1;
	}
	.login_ktext{
		font-size: 14px;
	}
	.login_ktext a{
		font-size: 14px;
	}
	.login_kbox{
		padding:20vw 10px 20px;
		min-height: 0;
		position: relative;
		overflow: hidden;
		border-radius: 8px;
	}
	.login_kbox .div_img1{
		/* display: none; */
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		/* height: calc(100vw - 20px); */
		height: 100vw;
		border-radius: 16px;
	}
	.login_kbox .div_img1>div{
		background-position: center ;
	}
	.login_form{
		position: relative;
		z-index: 100;
		width: 100%;
		height: auto;
		background: #FFFFFF;
		border-radius: 6px;
		padding: 10px 11px;
		
	}
	.l_form_t{
		text-align: center;
		font-size: 20px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #333333;
		margin-bottom: 10px;
	}
	.l_form_li{
		height: 40px;
	}
	.l_form_li+.l_form_li {
		margin-top: 10px;
	}
	.l_form_text{
		font-size: 14px;
		width: 60px;
	}
	.l_form_img{
		width: 90px;
	}
	.l_form_int{
		font-size: 14px;
	}
	.l_form_url{
		margin-top: 10px;
	}
	.l_form_url a{
		font-size: 14px;
	}
	.l_form_lib{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.l_form_fs{
		width: 100px;
		height: 40px;
		margin-left: 10px;
	}
	.login_btn{
		height: 40px;
		font-size: 16px;
		margin-top: 10px;
	}
	.login_qh_text{
		margin-top: 10px;
		font-size: 14px;
		
	}
	.login_qh_text span{
		font-size: 14px;
	}
	.login_tabs{
		margin: 10px 0;
	}
	.login_tab{
		height: 30px;
		font-size: 14px;
	}
	.xieyi_msg{
		padding: 15px 10px;
	}
	.me_box_rpx .me_content_card_rpx .center_r_su{
		padding: 0 10px;
	}
}

@media screen and (max-width: 600px){
	.ibanner_nbox{
		height: auto;
		padding: 50px 0;
		align-items: center;
	}
	.ibanner_n1{
		font-size: 33px;
		text-align: center;
	}
	.ibanner_n2{
		text-align: center;
	}
	.ishop_li{
		width: 100%;
	}
	.details_main{
		padding:20px 10px;
	}
	.dmbox_tit{
		margin-bottom: 10px;
	}
	.dmxq_timg{
		margin-right: 5px;
	}
	
}
/*admin*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
	'Microsoft YaHei', Arial, sans-serif;
}

#app {
	height: 100%;
	display: flex;
}

/* 左侧菜单样式 */
.left-menu {
	width: 220px;
	height: 100%;
	background: #304156;
	overflow-y: auto;
}

.menu {
	list-style: none;
}

.menu li {
	padding: 14px 20px;
	color: #bfcbd9;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.menu li:hover {
	background: #263445;
}

.menu li.active {
	background: #263445;
	color: #409EFF;
}

.menu li i {
	margin-right: 8px;
	font-size: 18px;
}

/* 右侧内容区样式 */
.right-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

/* 顶部导航栏 */
.top-navbar {
	height: 60px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
	background: #fff;
}

/* 主内容区 */
.main-content {
	flex: 1;
	padding: 20px;
	overflow-y: auto;
	background: #f0f2f5;
}

.box-card {
	margin-bottom: 20px;
}