.mapbox{width:100%;position:relative;}
#mapContainer {
    width:100%;
    min-height:100vh;
    position:relative;
    background:rgb(252, 249, 242);
}
#panels{display:none;}
.dptop{position:absolute;top:10px;left:20px;}
.dpmenu{background-color:white;font-weight:800;color:#4a4a4a;box-shadow:0 2px 4px rgb(0 0 0 / 20%);}
.dpdisplay{background-color:white;box-shadow:rgb(0 0 0 / 10%) 0 3px 4px;position:relative}
.setbody_box_switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
}
.setbody_box_switch>input{position:absolute;width:0;height:0;opacity:0;margin:0;}
.el-switch__core{
    margin:0;
    position:relative;
    border:1px solid #dcdfe6;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background:#dcdfe6;
    -webkit-transition:border-color .3s,background-color .3s;
    transition:border-color .3s,background-color .3s;
    vertical-align:middle;
    outline:0;
}
.setbody_box_switch.is-checked .el-switch__core{border-color:#409eff;background-color:#409eff;}
.el-switch__core:after {
    content:"";
    position:absolute;
    top:1px;
    left:1px;
    border-radius:100%;
    -webkit-transition:all .3s;
    transition:all .3s;
    background-color:#fff;
}
.dpbone_body_box:first-child{margin-top:0;}
.dpbone_body_name{color:#666;font-weight:700;text-align:right;}
.dpbone_body_select{position:relative;cursor:pointer;}
.dpbone_body_select input,.dpbone_body_select img{cursor:pointer;}
.dpbone_body_input{border:none;outline:none;color:rgba(0,0,0,.65);}
.dpbone_body_option {
    border:1px solid #eee;
    background-color:white;
    position:absolute;
    box-shadow:0 1px 2px rgb(0 0 0 / 10%);
    z-index:99;
    overflow-x:hidden;
    display:none;
}
.dpbone_body_option>div div{cursor:pointer;color:#666;}
.dpbone_body_option>div div:hover{background-color:#409eff;color:white;}
.dpbone_body_scbtn,.btright>div{background-color:#16a4fa;color:white;text-align:center;cursor:pointer;}
.notallow,.notallow input{cursor:not-allowed;background-color:#eee;}
.dpbone_body_btn.active{border-color:#3dbbff;color:#3dbbff;}
.dpbone_body_btn{cursor:pointer;color:rgba(0,0,0,.65);border:1px #d0d6d9 solid;text-align:center;}
.dpbone_body_border{border:1px solid #d0d6d9;border-radius:3px;position:relative;}
.dpbone_body_button>div{text-align:center;border-radius:4px;cursor:pointer;}
.dpbone_body_button>.fl{border:1px #a9a9a9 solid;color:rgba(0,0,0,.65);}
.dpbone_body_button>.fr{border:1px #16a4fa solid;background-color:#16a4fa;color:white;}
.dduser table{width:100%;border-collapse:collapse;}
table tr:nth-child(2n+1){background-color:#f9f9f9;}
.dduser th{background-color:#d5e9fc;text-align:center;font-weight:600;}
table tr:nth-child(2n+1){background-color:#f9f9f9;}
.ddord_tdtwo{width:96%;text-align:center;font-weight:600;color:#efcc0f;}
.ddord_tdthree{width:96%;text-align:center;font-weight:600;color:#333;}
.dpbox_two{background-color:white;border:1px solid #d9d9d9;display: none;}
.dpbox_two thead{background-color:#f9f9f9;}
.dpbox_two th{color:#333;font-weight:500;border-bottom:1px #e8e8e8 solid;}
.tbtd{width:94%;margin:auto;text-align:center;}
.amap-marker-label {border:0;background:none;padding:0;}
.marinfo_top{text-align:center;background-color:white;}
.marinfo_bottom{text-align:center;color:white;}
.poright{
	overflow-x:hidden;
	height:calc(100vh - 2px);
	position:fixed;
	right:0;
	top:0;
	background-color:white;
	border:1px solid white;
	display:none;
}
.poright_title{width:92%;margin:auto;}
.poright_block{width:94%;background-color:white;box-shadow:1px 1px 4px rgb(0 0 0 / 20%);margin:auto;}
.poright_block_title{width:92%;margin:auto;font-weight:600;}
.poright_block_font{width:92%;margin:auto;color:#555;}
.poright_block_btn {
    width:92%;
    background-color:#409eff;
    margin:auto;
    text-align:center;
    color:white;
    cursor:pointer;
}
.dpaddress{
    position:absolute;
    z-index:1024;
    background-color:#fefefe;
    border:1px solid #d1d1d1;
    bottom:auto;
    border-radius:3px;
    overflow-x:hidden;
    display:none;
}
.dpaddr_block_font{color:#333333;border-bottom:1px #f1f1f1 solid;}
.dduser{display:none;background-color:white;}
.backs_face{display: block;margin: auto;}
.backs_name{margin:auto;text-align:center;font-weight:600;}


@media screen and (min-width:1600px){
	.amap-icon img{width:24px;height:36px;}
	.marinfo {border-radius:4px;padding:4px;}
	.marinfo_top{
		height:24px;
		line-height:24px;
		font-size:15px;
		padding:0 4px;
	}
	.marinfo_bottom{height:24px;line-height:24px;font-size:15px;padding:0 5px;}
	.dpmenu{border-radius:6px;}
	.dpmenu_block{margin-left:8px;margin-right:18px;}
	.dpmenu_block>input{width:16px;height:16px;margin-right:10px;margin-top:10px;}
	.dpmenu_block>div{height:36px;line-height:36px;font-size:14px;}
	.dpdisplay{height:36px;padding:0 10px;border-radius:6px;}
	.dpdisplay .setbody_box_switch{line-height:20px;height:20px;margin-top:8px;}
	.el-switch__core{width:40px;height:20px;border-radius:10px;}
	.setbody_box_switch.is-checked .el-switch__core:after{left:100%;margin-left:-17px;}
	.el-switch__core:after{width:16px;height:16px;}
	.dpdisplay_font{font-size:14px;height:36px;line-height:36px;margin-left:10px;}
	.dpbox_one{width:450px;position:absolute;left:20px;top:58px;}
	.dpbox_one>form{background-color:white;border:1px solid #d9d9d9;border-radius:6px;}
	.yincang{height:24px;overflow:hidden;}
	.dpboxone_title{width:100%;height:24px;}
	.dpboxone_title_img{width:12px;height:8px;margin-top:8px;margin-left:10px;}
	.dpbone_body_box{margin-top:10px;}
	.dpbone_body_bitian{
	    width:12px;
	    height:30px;
	    line-height:36px;
	    font-size:16px;
	    color:red;
	    margin-left:10px;
	}
	.dpbone_body_name{width:66px;font-size:13px;line-height:30px;}
	.dpbone_body_border {border:1px solid #d0d6d9;border-radius:3px;position:relative;}
	.dpbone_body_input{height:28px;font-size:13px;margin-left:10px;}
	.dpbone_body_selicon {
	    width: 12px;
	    height: 6px;
	    margin-top: 12px;
	    margin-right: 10px;
	    margin-left: 10px;
	}
	.dpbone_body_option{width:334px;}
	.dpbone_body_option>div{width:351px;max-height:280px;overflow-y:scroll;}
	.dpbone_body_option>div div{text-indent:10px;height:28px;line-height:28px;font-size:13px;}
	.dpbone_body_scbtn,.btright>div{
	    width: 70px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	    margin-right: 25px;
		border-radius:4px;
	}
	.dpbone_body_yugu{
		margin-top:6px;
		margin-left:88px;
		height:24px;
		line-height:24px;
		margin-bottom:8px;
		font-size:13px;
		color:#666;
		font-weight:700;
	}
	.btnwidth_one{width:106px;margin-right:25px;}
	.dpbone_body_btn{height:28px;line-height:28px;font-size:13px;}
	.btnwidth_two {width:158px;margin-right:16px;}
	.dpbone_body_border>textarea{
	    width:314px;
	    padding:2px 10px;
	    line-height:26px;
	    font-size:13px;
	    border:none;
	    outline:none;
	}
	.dpbone_body_button{width:336px;margin-left:89px;margin-top:20px;margin-bottom:20px;}
	.dpbone_body_button>div{height:40px;line-height:40px;font-size:14px;}
	.dpbone_body_button>.fl{width:118px;}
	.dpbone_body_button>.fr{width:194px;}
	.dduser{width:450px;margin-top:10px;padding-bottom:10px;}
	.dduser th{height:36px;font-size:13px;}
	.ddord_tdone{line-height:38px;font-size:13px;text-align:center;}
	.ddord_tdtwo{line-height:16px;font-size:13px;margin:4px 0;}
	.ddord_tdthree{
	    line-height:16px;
	    max-height:44px;
	    font-size:13px;
	    margin:5px auto;
	}
	.dpbox_two{
	    width:578px;
	    height:558px;
	    position:absolute;
	    left:470px;
	    top:58px;
		border-radius:0 6px 6px 0;
	}
	.dpbox_two table{width:100%;table-layout:fixed;}
	.dpbox_two th{height:50px;line-height:50px;font-size:14px;}
	.dpbox_two thead th:nth-child(1){width:18%;}
	.dpbox_two thead th:nth-child(2){width:22%;} 
	.dpbox_two thead th:nth-child(3){width:16%;} 
	.dpbox_two thead th:nth-child(4){width:19%;} 
	.dpbox_two thead th:nth-child(5){width:15%;}
	.tbtd{line-height:46px;font-size:14px;}
	.btright{position:fixed;right:0;bottom:20px;}
	.poright{width:320px;}
	.poright_title{height:48px;font-size:18px;}
	.poright_title>div{height:48px;line-height:48px;}
	.poright_title>img{width:14px;margin-top:17px;}
	.poright_block{margin-top:20px;padding:20px 0;border-radius:4px;}
	.poright_block_title{font-size:22px;margin-bottom:20px;}
	.poright_block_font{line-height:26px;}
	.poright_block_btn {
	    height: 32px;
	    line-height: 32px;
	    margin-top: 10px;
	    font-size: 14px;
	    border-radius: 4px;
	}
	#amap_qi{left:109px;top:153px;}
	#amap_zhong{left:109px;top:193px;}
	.dpaddress{width:350px;}
	.dpaddress>div{width:367px;max-height:404px;overflow-y:scroll;}
	.dpaddr_block{width:330px;padding:10px;cursor:pointer;}
	.dpaddr_block>.clearfix{width:100%;height:22px;}
	.dpaddr_block_icon{width:18px;height:22px;}
	.dpaddr_block_title {
	    width:296px;
		min-height:22px;
		line-height:22px;
		font-size:14px;
		margin-left:6px;
		color:#409eff;
	}
	.dpaddr_block_font {
	    width:330px;
	    line-height:22px;
	    font-size:14px;
	    margin-top:10px;
		padding-bottom:6px;
	}
	.amap-info-content{padding:10px;}
	.backs{width:210px;height:160px;padding-top:24px;}
	.backs_face{width:90px;height:90px;}
	.backs_name{width:90%;height:36px;font-size:18px;line-height:36px;}
	.backs_fl{
	    width:70px;
	    height:30px;
	    line-height:30px;
	    color:#666;
	    margin-left:10px;
		font-size:15px;
	}
	.backs_fr {
	    width:122px;
	    height:30px;
	    line-height:30px;
	    color:#333;
	    margin-left:8px;
		font-size:15px;
	}
	
	.inputwidth_one{width:324px;}
	.inputwidth_two{width:244px;}
	.inputwidth_three{width:292px;}
	.inputwidth_four{width:206px;}
	
	.ml10{margin-left:10px;}
	.ml20{margin-left:20px;}
	
	.mr320{right:320px!important;}
}
@media screen and (max-width:1599px) and (min-width:1360px){
	.amap-icon img{width:24px;height:36px;}
	.marinfo {border-radius:4px;padding:4px;}
	.marinfo_top{
		height:24px;
		line-height:24px;
		font-size:14px;
		padding:0 4px;
	}
	.marinfo_bottom{height:24px;line-height:24px;font-size:14px;padding:0 5px;}
	
	
	.dptop{position:absolute;top:8px;left:16px;}
	.dpmenu{border-radius:5px;}
	.dpmenu_block{margin-left:6px;margin-right:14px;}
	.dpmenu_block>input{width:14px;height:14px;margin-right:6px;margin-top:9px;}
	.dpmenu_block>div{height:32px;line-height:32px;font-size:13px;}
	.dpdisplay{height:32px;padding:0 8px;border-radius:5px;}
	.dpdisplay .setbody_box_switch{line-height:20px;height:20px;margin-top:6px;}
	.el-switch__core{width:40px;height:20px;border-radius:10px;}
	.setbody_box_switch.is-checked .el-switch__core:after{left:100%;margin-left:-17px;}
	.el-switch__core:after{width:16px;height:16px;}
	.dpdisplay_font{font-size:13px;height:32px;line-height:32px;margin-left:6px;}
	.dpbox_one{width:400px;position:absolute;left:16px;top:50px;}
	.dpbox_one>form{background-color:white;border:1px solid #d9d9d9;border-radius:6px;}
	.yincang{height:20px;overflow:hidden;}
	.dpboxone_title{width:100%;height:20px;}
	.dpboxone_title_img{width:10px;height:6px;margin-top:7px;margin-left:8px;}
	.dpbone_body_box{margin-top:8px;}
	.dpbone_body_bitian{
		width:10px;
		height:28px;
		line-height:34px;
		font-size:15px;
		color:red;
		margin-left:6px;
	}
	.dpbone_body_name{width:62px;font-size:12px;line-height:28px;}
	.dpbone_body_input{height:26px;font-size:12px;margin-left:6px;}
	.dpbone_body_selicon{
		width:10px;
		height:4px;
		margin-top:12px;
		margin-right:6px;
		margin-left:6px;
	}
	.dpbone_body_option{width:302px;}
	.dpbone_body_option>div{width:319px;max-height:260px;overflow-y:scroll;}
	.dpbone_body_option>div div{text-indent:6px;height:26px;line-height:26px;font-size:12px;}
	.dpbone_body_scbtn,.btright>div{
		width:64px;
		height:28px;
		line-height:28px;
		font-size:13px;
		margin-right:16px;
		border-radius:3px;
	}
	.dpbone_body_yugu{
		margin-top:4px;
		margin-left:76px;
		height:22px;
		line-height:22px;
		margin-bottom:6px;
		font-size:12px;
		color:#666;
	}
	.btnwidth_one{width:106px;font-size:14px;margin-right:16px;}
	.dpbone_body_btn{height:26px;line-height:26px;font-size:12px;}
	.btnwidth_two{width:146px;margin-right:8px;}
	.dpbone_body_border>textarea{
	    width:290px;
	    padding:2px 6px;
	    line-height:22px;
	    font-size:12px;
	    border:none;
	    outline:none;
	}
	.dpbone_body_button{
		width:304px;
		margin-left:78px;
		margin-top:16px;
		margin-bottom:16px;
	}
	.dpbone_body_button>div{height:36px;line-height:36px;font-size:13px;}
	.dpbone_body_button>.fl{width:108px;}
	.dpbone_body_button>.fr{width:180px;}
	.dduser{width:400px;margin-top:6px;padding-bottom:6px;}
	.dduser th{height:32px;font-size:12px;}
	.ddord_tdone{line-height:32px;font-size:12px;text-align:center;}
	.ddord_tdtwo{line-height:16px;font-size:12px;margin:3px 0;}
	.ddord_tdthree{line-height:16px;max-height:44px;font-size:12px;margin:3px auto;}
	.dpbox_two{
	    width:500px;
	    height:496px;
	    position:absolute;
	    left:416px;
	    top:50px;
		border-radius:0 6px 6px 0;
	}
	.dpbox_two thead th:nth-child(1){width:18%;}
	.dpbox_two thead th:nth-child(2){width:22%;} 
	.dpbox_two thead th:nth-child(3){width:16%;} 
	.dpbox_two thead th:nth-child(4){width:19%;} 
	.dpbox_two thead th:nth-child(5){width:15%;}
	.dpbox_two table{width:100%;table-layout:fixed;}
	.dpbox_two th{height:36px;line-height:36px;font-size:13px;}
	.tbtd{line-height:40px;font-size:13px;}
	.btright{position:fixed;right:0;bottom:16px;}
	.poright{width:298px;}
	.poright_title{height:44px;font-size:16px;}
	.poright_title>div{height:44px;line-height:44px;}
	.poright_title>img{width:12px;margin-top:16px;}
	.poright_block{margin-top:14px;padding:14px 0;border-radius:3px;}
	.poright_block_title{font-size:20px;margin-bottom:14px;}
	.poright_block_font{font-size:14px;line-height:22px;}
	.poright_block_btn {
	    height:28px;
	    line-height:28px;
	    margin-top:6px;
	    font-size:13px;
	    border-radius:3px;
	}
	
	
	#amap_qi{left:95px;top:135px;}
	#amap_zhong{left:95px;top:171px;}
	.dpaddress{width:302px;}
	.dpaddress>div{width:319px;max-height:362px;overflow-y:scroll;}
	.dpaddr_block{width:290px;padding:6px;cursor:pointer;}
	.dpaddr_block>.clearfix{width:100%;height:22px;}
	.dpaddr_block_icon{width:18px;height:22px;}
	.dpaddr_block_title {
	    width:266px;
		min-height:22px;
		line-height:22px;
		font-size:13px;
		margin-left:4px;
		color:#409eff;
	}
	.dpaddr_block_font {
	    width:290px;
	    line-height:22px;
	    font-size:13px;
	    margin-top:6px;
		padding-bottom:4px;
	}
	/* .amap-icon img{width:28px;height:40px;}
	.marinfo {border-radius:4px;padding:4px;}
	.marinfo_bottom{height:24px;line-height:24px;font-size:15px;padding:0 5px;}
	 */
	.amap-info-content{padding:10px;}
	.backs{width:200px;height:140px;padding-top:20px;}
	.backs_face{width:86px;height:86px;}
	.backs_name{width:90%;height:32px;font-size:16px;line-height:32px;}
	.backs_fl{
	    width:70px;
	    height:28px;
	    line-height:28px;
	    color:#666;
	    margin-left:12px;
		font-size:14px;
	}
	.backs_fr {
	    width:110px;
	    height:28px;
	    line-height:28px;
	    color:#333;
	    margin-left:8px;
		font-size:14px;
	}
	.inputwidth_one{width:296px;}
	.inputwidth_two{width:222px;}
	.inputwidth_three{width:274px;}
	.inputwidth_four{width:180px;}
	
	.ml10{margin-left:8px;}
	.ml20{margin-left:16px;}
	
	.mr320{right:298px!important;}
}
@media screen and (max-width:1359px) and (min-width:1024px){
	.amap-icon img{width:22px;height:34px;}
	.marinfo {border-radius:3px;padding:3px;}
	.marinfo_top{
		height:22px;
		line-height:22px;
		font-size:14px;
		padding:0 3px;
	}
	.marinfo_bottom{height:22px;line-height:22px;font-size:14px;padding:0 4px;}
	
	.dptop{position:absolute;top:6px;left:10px;}
	.dpmenu{border-radius:4px;}
	.dpmenu_block{margin-left:4px;margin-right:10px;}
	.dpmenu_block>input{width:12px;height:12px;margin-right:4px;margin-top:8px;}
	.dpmenu_block>div{height:28px;line-height:28px;font-size:12px;}
	.dpdisplay{height:28px;padding:0 6px;border-radius:4px;}
	.dpdisplay .setbody_box_switch{line-height:20px;height:20px;margin-top:4px;}
	.el-switch__core{width:40px;height:20px;border-radius:10px;}
	.setbody_box_switch.is-checked .el-switch__core:after{left:100%;margin-left:-17px;}
	.el-switch__core:after{width:16px;height:16px;}
	.dpdisplay_font{font-size:12px;height:30px;line-height:30px;margin-left:4px;}
	.dpbox_one{width:340px;position:absolute;left:10px;top:42px;}
	.dpbox_one>form{background-color:white;border:1px solid #d9d9d9;border-radius:5px;}
	.yincang{height:18px;overflow:hidden;}
	.dpboxone_title{width:100%;height:18px;}
	.dpboxone_title_img{width:10px;height:6px;margin-top:6px;margin-left:6px;}
	.dpbone_body_box{margin-top:6px;}
	.dpbone_body_bitian{
		width:8px;
		height:26px;
		line-height:30px;
		font-size:14px;
		color:red;
		margin-left:6px;
	}
	.dpbone_body_name{width:60px;font-size:12px;line-height:28px;}
	.dpbone_body_input{height:26px;font-size:12px;margin-left:6px;}
	.dpbone_body_selicon{
		width:10px;
		height:4px;
		margin-top:11px;
		margin-right:6px;
		margin-left:6px;
	}
	.dpbone_body_option{width:248px;}
	.dpbone_body_option>div{width:275px;max-height:260px;overflow-y:scroll;}
	.dpbone_body_option>div div{text-indent:6px;height:24px;line-height:24px;font-size:12px;}
	.dpbone_body_scbtn,.btright>div{
		width:60px;
		height:28px;
		line-height:28px;
		font-size:12px;
		margin-right:14px;
		border-radius:3px;
	}
	.dpbone_body_yugu{
		margin-top:4px;
		margin-left:74px;
		height:22px;
		line-height:22px;
		margin-bottom:6px;
		font-size:12px;
		color:#666;
	}
	.btnwidth_one{width:92px;font-size:13px;margin-right:14px;}
	.dpbone_body_btn{height:26px;line-height:26px;font-size:12px;}
	.btnwidth_two{width:120px;margin-right:6px;}
	.dpbone_body_border>textarea{
	    width:236px;
	    padding:2px 6px;
	    line-height:22px;
	    font-size:12px;
	    border:none;
	    outline:none;
	}
	.dpbone_body_button{
		width:250px;
		margin-left:74px;
		margin-top:14px;
		margin-bottom:14px;
	}
	.dpbone_body_button>div{height:32px;line-height:32px;font-size:13px;}
	.dpbone_body_button>.fl{width:86px;}
	.dpbone_body_button>.fr{width:154px;}
	.dduser{width:350px;margin-top:6px;padding-bottom:6px;}
	.dduser th{height:30px;font-size:12px;}
	.ddord_tdone{line-height:30px;font-size:12px;text-align:center;}
	.ddord_tdtwo{line-height:16px;font-size:12px;margin:3px 0;}
	.ddord_tdthree{line-height:16px;max-height:44px;font-size:12px;margin:3px auto;}
	
	
	.dpbox_two{
	    width:440px;
	    height:466px;
	    position:absolute;
	    left:350px;
	    top:42px;
		border-radius:0 5px 5px 0;
	}
	.dpbox_two thead th:nth-child(1){width:18%;}
	.dpbox_two thead th:nth-child(2){width:22%;} 
	.dpbox_two thead th:nth-child(3){width:16%;} 
	.dpbox_two thead th:nth-child(4){width:19%;} 
	.dpbox_two thead th:nth-child(5){width:15%;}
	.dpbox_two table{width:100%;table-layout:fixed;}
	.dpbox_two th{height:32px;line-height:32px;font-size:12px;}
	.tbtd{line-height:36px;font-size:12px;}
	.btright{position:fixed;right:0;bottom:14px;}
	.poright{width:210px;}
	.poright_title{height:40px;font-size:14px;}
	.poright_title>div{height:40px;line-height:40px;}
	.poright_title>img{width:10px;margin-top:15px;}
	.poright_block{margin-top:12px;padding:12px 0;border-radius:3px;}
	.poright_block_title{font-size:16px;margin-bottom:12px;}
	.poright_block_font{font-size:12px;line-height:20px;}
	.poright_block_btn {
	    height:26px;
	    line-height:26px;
	    margin-top:6px;
	    font-size:12px;
	    border-radius:3px;
	}
	#amap_qi{left:85px;top:123px;}
	#amap_zhong{left:85px;top:157px;}
	.dpaddress{width:248px;}
	.dpaddress>div{width:265px;max-height:336px;overflow-y:scroll;}
	.dpaddr_block{width:236px;padding:6px;cursor:pointer;}
	.dpaddr_block>.clearfix{width:100%;height:22px;}
	.dpaddr_block_icon{width:18px;height:22px;}
	.dpaddr_block_title {
	    width:214px;
		min-height:22px;
		line-height:22px;
		font-size:13px;
		margin-left:4px;
		color:#409eff;
	}
	.dpaddr_block_font {
	    width:236px;
	    line-height:22px;
	    font-size:13px;
	    margin-top:6px;
		padding-bottom:4px;
	}
	
	
	.amap-info-content{padding:10px;}
	.backs{width:184px;height:130px;padding-top:14px;}
	.backs_face{width:80px;height:80px;}
	.backs_name{width:90%;height:30px;font-size:15px;line-height:30px;}
	.backs_fl{
	    width:60px;
	    height:24px;
	    line-height:24px;
	    color:#666;
	    margin-left:8px;
		font-size:14px;
	}
	.backs_fr {
	    width:112px;
	    height:24px;
	    line-height:24px;
	    color:#333;
	    margin-left:4px;
		font-size:14px;
	}
	
	
	
	.inputwidth_one{width:242px;}
	.inputwidth_two{width:176px;}
	.inputwidth_three{width:220px;}
	.inputwidth_four{width:142px;}

	.ml10{margin-left:6px;}
	.ml20{margin-left:12px;}
	
	.mr320{right:210px!important;}
}
@media screen and (max-width:1023px){
	.buju{min-width:800px;}
	.amap-icon img{width:22px;height:34px;}
	.marinfo {border-radius:3px;padding:3px;}
	.marinfo_top{
		height:22px;
		line-height:22px;
		font-size:14px;
		padding:0 3px;
	}
	.marinfo_bottom{height:22px;line-height:22px;font-size:14px;padding:0 4px;}
	
	.dptop{min-width:780px;position:absolute;top:6px;left:10px;}
	.dpmenu{border-radius:4px;}
	.dpmenu_block{margin-left:4px;margin-right:10px;}
	.dpmenu_block>input{width:12px;height:12px;margin-right:4px;margin-top:8px;}
	.dpmenu_block>div{height:28px;line-height:28px;font-size:12px;}
	.dpdisplay{height:28px;padding:0 6px;border-radius:4px;}
	.dpdisplay .setbody_box_switch{line-height:20px;height:20px;margin-top:4px;}
	.el-switch__core{width:40px;height:20px;border-radius:10px;}
	.setbody_box_switch.is-checked .el-switch__core:after{left:100%;margin-left:-17px;}
	.el-switch__core:after{width:16px;height:16px;}
	.dpdisplay_font{font-size:12px;height:30px;line-height:30px;margin-left:4px;}
	.dpbox_one{width:340px;position:absolute;left:10px;top:42px;}
	.dpbox_one>form{background-color:white;border:1px solid #d9d9d9;border-radius:5px;}
	.yincang{height:18px;overflow:hidden;}
	.dpboxone_title{width:100%;height:18px;}
	.dpboxone_title_img{width:10px;height:6px;margin-top:6px;margin-left:6px;}
	.dpbone_body_box{margin-top:6px;}
	.dpbone_body_bitian{
		width:8px;
		height:26px;
		line-height:30px;
		font-size:14px;
		color:red;
		margin-left:6px;
	}
	.dpbone_body_name{width:60px;font-size:12px;line-height:28px;}
	.dpbone_body_input{height:26px;font-size:12px;margin-left:6px;}
	.dpbone_body_selicon{
		width:10px;
		height:4px;
		margin-top:11px;
		margin-right:6px;
		margin-left:6px;
	}
	.dpbone_body_option{width:248px;}
	.dpbone_body_option>div{width:275px;max-height:260px;overflow-y:scroll;}
	.dpbone_body_option>div div{text-indent:6px;height:24px;line-height:24px;font-size:12px;}
	.dpbone_body_scbtn,.btright>div{
		width:60px;
		height:28px;
		line-height:28px;
		font-size:12px;
		margin-right:14px;
		border-radius:3px;
	}
	.dpbone_body_yugu{
		margin-top:4px;
		margin-left:74px;
		height:22px;
		line-height:22px;
		margin-bottom:6px;
		font-size:12px;
		color:#666;
	}
	.btnwidth_one{width:92px;font-size:13px;margin-right:14px;}
	.dpbone_body_btn{height:26px;line-height:26px;font-size:12px;}
	.btnwidth_two{width:120px;margin-right:6px;}
	.dpbone_body_border>textarea{
	    width:236px;
	    padding:2px 6px;
	    line-height:22px;
	    font-size:12px;
	    border:none;
	    outline:none;
	}
	.dpbone_body_button{
		width:250px;
		margin-left:74px;
		margin-top:14px;
		margin-bottom:14px;
	}
	.dpbone_body_button>div{height:32px;line-height:32px;font-size:13px;}
	.dpbone_body_button>.fl{width:86px;}
	.dpbone_body_button>.fr{width:154px;}
	.dduser{width:350px;margin-top:6px;padding-bottom:6px;}
	.dduser th{height:30px;font-size:12px;}
	.ddord_tdone{line-height:30px;font-size:12px;text-align:center;}
	.ddord_tdtwo{line-height:16px;font-size:12px;margin:3px 0;}
	.ddord_tdthree{line-height:16px;max-height:44px;font-size:12px;margin:3px auto;}
	
	
	.dpbox_two{
	    width:440px;
	    height:466px;
	    position:absolute;
	    left:350px;
	    top:42px;
		border-radius:0 5px 5px 0;
	}
	.dpbox_two thead th:nth-child(1){width:18%;}
	.dpbox_two thead th:nth-child(2){width:22%;} 
	.dpbox_two thead th:nth-child(3){width:16%;} 
	.dpbox_two thead th:nth-child(4){width:19%;} 
	.dpbox_two thead th:nth-child(5){width:15%;}
	.dpbox_two table{width:100%;table-layout:fixed;}
	.dpbox_two th{height:32px;line-height:32px;font-size:12px;}
	.tbtd{line-height:36px;font-size:12px;}
	.btright{position:fixed;right:0;bottom:14px;}
	.poright{width:210px;}
	.poright_title{height:40px;font-size:14px;}
	.poright_title>div{height:40px;line-height:40px;}
	.poright_title>img{width:10px;margin-top:15px;}
	.poright_block{margin-top:12px;padding:12px 0;border-radius:3px;}
	.poright_block_title{font-size:16px;margin-bottom:12px;}
	.poright_block_font{font-size:12px;line-height:20px;}
	.poright_block_btn {
	    height:26px;
	    line-height:26px;
	    margin-top:6px;
	    font-size:12px;
	    border-radius:3px;
	}
	#amap_qi{left:85px;top:123px;}
	#amap_zhong{left:85px;top:157px;}
	.dpaddress{width:248px;}
	.dpaddress>div{width:265px;max-height:336px;overflow-y:scroll;}
	.dpaddr_block{width:236px;padding:6px;cursor:pointer;}
	.dpaddr_block>.clearfix{width:100%;height:22px;}
	.dpaddr_block_icon{width:18px;height:22px;}
	.dpaddr_block_title {
	    width:214px;
		min-height:22px;
		line-height:22px;
		font-size:13px;
		margin-left:4px;
		color:#409eff;
	}
	.dpaddr_block_font {
	    width:236px;
	    line-height:22px;
	    font-size:13px;
	    margin-top:6px;
		padding-bottom:4px;
	}
	
	.amap-info-content{padding:10px;}
	.backs{width:184px;height:130px;padding-top:14px;}
	.backs_face{width:80px;height:80px;}
	.backs_name{width:90%;height:30px;font-size:15px;line-height:30px;}
	.backs_fl{
	    width:60px;
	    height:24px;
	    line-height:24px;
	    color:#666;
	    margin-left:8px;
		font-size:14px;
	}
	.backs_fr {
	    width:112px;
	    height:24px;
	    line-height:24px;
	    color:#333;
	    margin-left:4px;
		font-size:14px;
	}
	
	.inputwidth_one{width:242px;}
	.inputwidth_two{width:176px;}
	.inputwidth_three{width:220px;}
	.inputwidth_four{width:142px;}
	
	.ml10{margin-left:6px;}
	.ml20{margin-left:12px;}
	
	.mr320{right:210px!important;}
}