.pcNav{
	align-items: center;
}
.text-two{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.top_r{
	display: flex;
	align-items: center;
	width: 874px;
	justify-content: space-between;
}
.top_r li {
	display: flex;
	align-items: center;
	color: #fff;
}
.pcNav .login{
	font-size: 18px;
	color: #fff;
	margin-left: 58px;
	white-space: nowrap;
}
.pcNav .login a{
	color: #fff;
}
.top_r .on::after{
	content:'';
	position: absolute;
	left: calc((100% - 30px)/2);
	bottom: 2px;
	width: 30px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 20px;
}
.banner{
	margin-bottom: 30px;
}
.unit{
	margin-bottom: 40px;
}
.containers{
	width: 1280px;
	margin: 0 auto 70px;
	max-width: 100%;
}
.crumbs{
	display: flex;
	align-items: center;
	height: 80px;
	background: #E7E7E7;
	width: 100%;
	box-sizing: border-box;
	padding-left: 19px;
	font-size: 16px;
	color: #464646;
}
.crumbs2{
   padding: 0px 0 40px 19px;
}
.crumbs a{
	color: #464646;
	margin:0 3px;
}
.boxs{
	padding: 50px 80px 86px 55px;
	background-color: #fff;
}
.boxs .text{
	font-size: 22px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	margin-bottom: 44px;
}
.boxs .text img{
	max-width: 100%;
}
.boxs  .titles{
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;

}
.boxs .text p{
	margin-bottom: 20px;
}
.boxs .item{
	display: flex;
	margin-bottom: 20px;
}
.boxs .item img{
	width: 300px;
	aspect-ratio: 400/300;
	margin-right: 20px;
}
.boxs .item_r{
	width: calc(100% - 320px);
}
.boxs .item_r .tit{
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	line-height: 2;
}
.boxs .item_r p{
	font-size: 20px;
	color: #666;
	line-height: 1.5;
}

.btns{
	display: block;
	background: url('../image/btn-bg.png') no-repeat center/contain;
	height: 142px;
	width: 550px;
	font-size: 32px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 142px;
	text-align: center;
	margin: 0 auto;
	max-width: 100%;

}
.uploadbox{
	background-color: #fff;
	padding: 36px 40px 128px;
}
.uploadbox .title{
	font-size: 32px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #4E4F4F;
	padding-bottom: 20px;
	border-bottom: 8px solid #2465FA;
	text-align: center;
	margin-bottom: 97px;
}
.uploadbox .row{
	display: flex;
	padding: 0 75px 0 44px;
	margin-bottom: 32px;
}
.uploadbox .row span{
	width: 64px;
	white-space: nowrap;
	margin-right: 21px;
	line-height: 42px;
	font-size: 16px;
	color: #333;
}
.uploadbox .row_r{
	width: calc(100% - 85px);
}
.uploadbox .row_r input{
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #D0D0D0;
	padding-left: 22px;
	font-size: 16px;

}
.uploadbox .row_r textarea{
	min-height: 430px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #D0D0D0;
	padding: 11px 22px;
	font-size: 16px;

}
.uploadbox .row .upload{
	cursor: pointer;
	position: relative;
	width: 142px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	font-size: 16px;
}
.uploadbox .row .upload img{
	height: 16px;
	width: 18px;
	margin-right: 11px;

}
.uploadbox .row .upload input{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.fileitem{
	width:0;
	height: 42px;
	background: #F0F0F0;
	margin-top: 22px;
	align-items: center;
	justify-content: space-between;
	padding-left: 12px;
	display: none;
	transition: all 2s;
}
.fileitems{
	display: flex;
	width: 100%;
}
.file_l{
	display: flex;
	align-items: center;
	width: calc(100% - 45px);
}
.file_l img{
	height: 20px;
	width: 18px;
	margin-right: 15px;
}
.file_r{
	padding:8px 16px;
	font-size: 16px;
	cursor: pointer;
}
.uploadbox .rows{
	margin-bottom: 105px;
}
.subBtn{
	width: 670px;
	height: 88px;
	background: #2465FA;
	margin: 0 auto;
	text-align: center;
	line-height: 88px;
	font-size: 32px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
.uploadbox .fileitem span{
	width: calc(100% - 35px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zsydBox{
	padding: 46px 28px 27px;
	background-color: #fff;
}
.zsydBox p{
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	margin-bottom: 20px;
}
.zsydBox .tit{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: center;
}
.pop{
	display: none;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
.pop_bg{
	height: 100%;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.5);
}
.pop_con{
	width: 715px;
	height: 90%;
	overflow-y: auto;
	padding-bottom: 15px;
	background: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	top: 5%;
	left: calc((100% - 715px)/2);
}
.pop_con .tit{
	width: 100%;
	height: 40px;
	background: #F8F8F8;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #292D38;
	margin-bottom: 49px;
}
.pop_con .row{
	padding:0 126px;
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}
.pop_con .row_l{
	width: 120px;
	white-space: nowrap;
	text-align: end;
	line-height: 40px;
	margin-right: 13px;
	font-size: 14px;
	color: #292D38;
}
.pop_con .row_l span{
	color: #FD1F3E;
}
.pop_con .row_r{
	width: calc(100% - 83px);
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #C0C0C0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 14px;
	padding-right: 14px;
}
.pop_con .row_r input{
	border: 0;
	outline: none;
	width: 60%;
}
.pop_con .row_r span{
	white-space: nowrap;
	color: #2465FA;
	font-size: 14px;
	cursor: pointer;
}
.pop_con .row_r .time{
	display: none;
	white-space: nowrap;
	color: #666;
	font-size: 14px;
}
.pop_con .btm{
	margin-top: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pop_con .btm .sub{
	cursor: pointer;
	width: 100px;
	height: 35px;
	background: #2465FA;
	border: 1px solid #2465FA;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
}
.pop_con .btm .cancel{
	cursor: pointer;
	width: 100px;
	height: 35px;
	border: 1px solid #D6D6D6;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.pop_con img{
	height: 15px!important;
	width: 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 13px;
}
.rcapBox{
	padding: 78px 20px 105px;
	background-color: #fff;
}
.rcapBox img{
	max-width: 100%;
}
.boxs p{
	margin-bottom: 20px!important;
}

/* 登录注册 */
.mt-16{
	margin-top: 16px;
}
.content{
	box-sizing: border-box;
	width: 1080px;
	max-width: 100%;
	margin: 108px auto 38px;
	background-color: #fff;
	min-height: 600px;
	padding-bottom: 89px;
}
.login_tit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 63px;
}
.login_tit_l{
	height: 54px;
	width: 218px;
	background: url('../image/tit_bg.png') no-repeat center/100%;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 18px;

}

.login_tit_r{
	white-space: nowrap;
	font-size: 16px;
	color: #999;
	margin-right: 16px;
}
.login_tit_r a{
	color: #2465FA;
}
.login_row{
	margin: 0 auto 34px;
	width: 504px;
	max-width: 100%;
}
.login_row p{
	font-size: 16px;
	color: #333333;
	margin-bottom: 23px;
}
.login_row input{
	height: 50px;
	width: 100%;
	border: 1px solid #DFDFDF;
	padding-left: 11px;
	font-size: 16px;
	box-sizing: border-box;
}
.loignbtn{
	cursor: pointer;
	width: 504px;
	height: 45px;
	background: #2465FA;
	max-width: 90%;
	margin: 64px auto 0;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.login_rows{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	position: relative;
}
.login_rows p{
	width: 120px;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
	margin-right: 9px;
	text-align: end;
}
.login_rows p span{
	color: #B7002C;
}
.login_rows input{
	height: 50px;
	width: 504px;
	border: 1px solid #DFDFDF;
	padding-left: 11px;
	font-size: 16px;
	box-sizing: border-box;
}
.login_rows select{
	height: 50px;
	width: 504px;
	border: 1px solid #DFDFDF;
	padding-left: 11px;
	font-size: 16px;
	box-sizing: border-box;
}
.login_rows .loignbtn{
	margin: 16px 0 0;
}
.header .container .personal{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 50px;
}
.header .container .personal img:nth-child(1){
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin-right: 12px;
}
.header .container .personal span{
	max-width: 70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #fff;
}
.header .container .personal img:nth-child(3){
	height: 6px;
	width: 11px;
	margin-left: 26px;
}
/* 个人中心 */
.myCenterBox{
	width: 1080px;
	max-width: 100%;
	padding: 24px 0 30px;
	margin: 80px auto 0;
}
.mCcrumbs{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333333;
	margin-bottom: 33px;
}
.myContent{
	width: 100%;
	display: flex;
}
.myContent_l {
	width: 172px;
	height: 636px;
	background: #FFFFFF;
	margin-right: 8px;
}
.myContent_l_t{
	height: 155px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #E1E1E1;
}
.myContent_l_t img{
	height: 54px;
	width: 54px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.myContent_l_t span{
	text-align: center;
	font-size: 14px;
	color: #333333;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.myContent ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 34px;

}
.myContent ul li{
	margin-bottom: 32px;
	font-size: 14px;
	text-align: center;

}
.myContent ul li a{
	color: #333;
}
.myContent ul li .on{
	color: #2465FA;
	position: relative;
}
.myContent ul li .on::after{
	content: '';
	width: 6px;
	height: 6px;
	background: #2465FA;
	border-radius: 50%;
	position: absolute;
	left: -12px;
	top: 6px;
}
.myContent_r{
	width: calc(100% - 180px);
}
.myBox1{
	background-color: #fff;
	padding: 22px 37px 50px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 14px;
}
.myBox1_row{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 16px;
}
.myBox1_row span:nth-child(1){
	width: 80px;
	white-space: nowrap;
	text-align: end;
	color: #333333;
	margin-right: 5px;
}
.myBox1_row span:nth-child(2){
	width: calc(100% - 85px);
	color: #999;
}
.myBox1_row img{
	height: 66px;
	width: 66px;
	border-radius: 50%;
}
.myBox2{
	background-color: #fff;
	padding: 47px 37px 71px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
}
.myBox2_l{
	width: 413px;
	height: 260px;
	background: #FFFFFF;
	border-radius: 20px;
	border: 2px solid #707070;
	position: relative;
	box-sizing: border-box;
	padding: 73px 25px 0;
	display: flex;
	margin-right: 54px;
}
.myBox2_l_l{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 17px;
}
.myBox2_l_l img{
	height: 100px;
	width: 100px;
	margin-bottom: 5px;
}
.myBox2_l_l span{
	line-height: 21px;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
}
.myBox2_l_r .tit{
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 12px;
	white-space: nowrap;
}
.myBox2_l_r .row p:nth-child(1){
	line-height: 21px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;

}
.myBox2_l_r .row p:nth-child(2){
	width: 80px;
	white-space: nowrap;
	text-align: justify;
	margin-bottom: 8px;
	font-size: 10px;
	text-align-last: justify;
	word-break: break-all;
	color: #333;
	line-height: 1.5;
}
.myBox2_po{
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.myBox2_po span:nth-child(1){
	width: 95px;
	text-align-last: justify;
	word-break: break-all;
	font-size: 18px;
	font-weight: bold;
	color: #2465FA;
}
.myBox2_po span:nth-child(2){
	width: 95px;
	text-align-last: justify;
	word-break: break-all;
	white-space: nowrap;
	font-size: 10px;
	color: #2465FA;
	line-height: 1.5;
}
.myBox2_r_row{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
	margin-bottom: 20px;
}
.myBox2_r_row span{
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	line-height: 25px;
}
.myBox3{
	padding: 52px 0 99px;
	background-color: #fff;
}
.select{
	position: relative;
}
.login_rows img{
	position: absolute;
	top: 20px;
	right: 20px;
	height: 10px;
	width: 16px;
}
.layui-form{
	width: 504px;
	max-width: 100%;
}
.layui-icon-radio:before{
	content: ''!important;
	display: inline-block;
	height: 19px;
	width: 19px;
	background: url('../image/check.png') no-repeat center/100%;
}
.layui-form-radio:hover>*,.layui-form-radio:hover>i, .layui-form-radioed>div, .layui-form-radioed>i{
	color: #333!important;
}
.layui-form-radio>div{
	font-size: 18px!important;
}
.layui-form-radio>*{
}
.myBox4{
	padding: 31px 62px 109px 35px;
	background-color: #fff;
}
.myBox4 .title{
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 0;
	margin-bottom: 47px;
}
.layui-table{
	max-width: 100%;
}
.layui-table tr th{
	min-height: 72px;
	line-height: 72px;
	text-align: center;
	border: 1px solid #707070;
	border-right: 0;
	border-left: 0;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.layui-table tr th:nth-child(2n-1){
	background-color: #EFEFEF;
	font-weight: bold;
}
.layui-table tr th:nth-last-child(1){
	border-right:1px solid #707070;
}
.layui-table tr th:nth-child(1){
	border-left:1px solid #707070;
}
.layui-table tr td{
	min-height: 72px;
	line-height: 72px;
	border: 1px solid #707070;
	border-right: 0;
	border-left: 0;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.layui-table tr td:nth-child(2n-1){
	background-color: #EFEFEF;
	font-weight: bold;
}
.layui-table tr td:nth-last-child(1){
	border-right:1px solid #707070;
}
.layui-table tr td:nth-child(1){
	border-left:1px solid #707070;
}
.img-td{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 18px 0;
}
.img-td img{
	height: 202px;
	width: 202px;
	margin-bottom: 17px;
}
.img-td span{
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.myBox5{
	padding: 31px 22px 24px 35px;
	background-color: #fff;
}
.myBox5 .title{
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 0;
	margin-bottom: 66px;
}
.myBox5 p{
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}
#getCaptcha{
    background: #2465fa;
    border: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0 10px;
}
/*pjh*/
.list_arr{
	display: flex;
	margin-bottom: 10px ;
	box-shadow: 0px 0px 20px 0px rgb(175 175 175 / 50%);
	border-radius: 5px;
	padding: 10px 10px;
}
.list_arr .zt_img{
	width:150px !important;
	height: 150px !important;
	margin-right: 10px ;

}
.addres{
	width:20px;
	height:auto;
}
.list_t{
	display: flex;
	align-items: center;
}
.list_t div{
	display: flex;
	align-items: center;
}
.list_c{
	margin: 10px 0;
}
.list_c span{
	font-size: 16px;
	color: black;
	margin-right: 30px ;
}
.list_t h2{
	margin-right: 30px ;
}
.list_right {
	width: calc(100% - 150px);
	padding-top: 5px;
}
.list_right text{
	width: 90%;
	font-size: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.btn_deta{
	font-size: 16px;
	float: right;
	background: #2465fa;
	color: white;
	padding: 7px 10px;
	border-radius: 5px 5px ;
	margin-top: 5px;
}
.btn_deta2{
	font-size: 16px;
	float: right;
	background: rgb(175 175 175 / 50%);
	color: white;
	padding: 7px 10px;
	border-radius: 5px 5px ;
	margin-top: 5px;
}
.zsyd_deta_t{
	display: flex;

}
.zsyd_deta_t span{
	font-size: 16px;
	margin: 5px 0;
	display: block;
}
.zsyd_deta_t .text{
	width: 80%;
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
}
.zsyd_deta_t a{

	font-size: 16px;
	background: #2465fa;
	color: white;
	padding: 7px 10px;
	border-radius: 5px 5px ;
	margin-top: 5px;
}
.zsyd_deta_right{
	width: calc(100% - 250px);
	margin-left: 10px;
}
.zsyd_deta_t image{
	width: 200px;
	height: 200px;
}
.zsyd h2{
	margin-top: 50px;
	border-bottom: 1px solid #2465fa ;
}
.zsyd_deta_form  label{
	display: block;
	margin: 10px 0;
}
.zsyd_deta_form  span{
	display: inline-block;
	width: 70px;
	font-size: 16px;
}
.zsyd_deta_form   input{
	width: 250px;
	border: 1px solid #739eff;
	border-radius:3px 3px ;
	padding: 3px 5px;
}
.zsyd_deta_form button{
	border: 1px solid  #739eff;
	background: #2465fa;
	padding: 5px 30px;
	color: white;
	border-radius: 3px 3px ;
	margin: 0 auto;
}
.zsyd_deta_form h2{
	border-bottom: 1px solid  #2465fa;
}
#nan, #nv{
	width: 20px !important;
	height: 20px !important;
}
.login_check{
	width: 50%;
	text-align: left;
	display: flex;
	margin: 0 auto 18px;

}
.login_check p{
	width: 74px;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
	margin-right: 9px;
	text-align: end;
}
.login_check p span{
	color: #B7002C;
}
.login_check label{
	margin: 0 10px;
}
.log_p{
	position: absolute;
}
.header li a{
	padding: 0 7px;
}
.code{
	color: white;
	height: 50px;
	background: #2465fa;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 94px;
}
.text p{
    font-weight: 400 !important;
}

/*pjh*/
@media screen  and (max-width:1280px) {
	.header li a{
		font-size: 14px;
	}
	.containers{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.btns{
		font-size: 24px;
	}
	.boxs{
		padding: 30px;
	}
}
@media screen  and (max-width:980px) {

	.pop_con{
		width: 90%;
		left: 5%;
	}
	.pop_con .row{
		padding: 0 10px;
	}
	.pop_con .row_r{
		padding: 0 8px;
	}
	.boxs .item{
		flex-direction: column;
	}
	.boxs .item img{
		width: 100%;
		margin: 0 0 20px;
	}
	.boxs .item_r{
		width: 100%;
		line-height: 1;
	}
	.boxs .item_r .tit{
		font-size: 24px;
		font-weight: bold;
		color: #333;
		margin-bottom: 15px;
		line-height: 1;
	}
	.boxs .item_r p{
		font-size: 14px;
		color: #666;
		line-height: 1.5;
	}
	.uploadbox{
		padding: 20px;
	}
	.uploadbox .row{
		padding: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.uploadbox .row_r{
		width: 100%;
	}
	.subBtn{
		width: 100%;
	}
	.login_row{
		padding:  0 20px;
		box-sizing: border-box;
	}
	.login_rows{
		padding:  0 20px;
		box-sizing: border-box;
		flex-direction: column;
		align-items: flex-start;
	}
	.login_rows p{
		margin-bottom: 20px;
		text-align: start;
	}
	.login_rows input{
		width: 100% !important;
	}
	.login_rows .select{
		width: 100%;
	}
	.login_check {
	    width:100%!important;
	}
	/* 个人中心 */
	.myContent{
		flex-direction: column;
	}
	.myContent_l,.myContent_r{
		width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 20px;
	}
	.myContent_l ul{
		padding: 0 20px;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.myContent_l ul li{
		margin-right: 20px;
	}
	.myBox1{
		padding: 20px;
	}
	.myBox2{
		padding: 20px;
		flex-direction: column;
	}
	.myBox2_l,.myBox2_l{
		margin: 0 0 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.myBox4{
		padding: 20px 0;
	}
	.layui-table tr th{
		font-size: 13px;
		white-space: nowrap;
		padding: 5px;
	}
	.layui-table tr td{
		font-size: 13px;
		padding: 5px;
	}
}
@media screen  and (max-width:600px) {
	.list_arr,.zsyd_deta_t{
		display: block;
	}
	.list_arr .zt_img, .zsyd_deta_t img{
		display: block;
		margin: 0 auto;
	}
	.list_right ,.zsyd_deta_right{
		width: 90%;
		margin: 0 auto;
	}
	.btn_deta{
		float: none;
		margin-top: 20px;
		width: 95%;
		text-align: center;
		display: block;
	}
	.zsyd_deta_t .text{
		width:100%;
	}
	.list_c span{
	    display: block;
	    margin: 5px 0;
	}
}


