@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
b,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
nav,
menu,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

button,
select,
input,
textarea {
	font-size: 14px;
	font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}
html{
	height: 100%;
}
body {
	font-size: 14px;
	font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
	color: #333;
	line-height: 1.8;
	background: #f4f6f6;
	height: 100%;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

input,
textarea {
	outline: none;
	resize: none;
}

div:active {
	outline: none;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	vertical-align: top;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;  */
}

input {
	border: none;
}

input:focus {
	border: none;
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
	transition: 0.2s;
	cursor: pointer;
}

a:hover {
	color: #0772fc;
}

/* scrollbar */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-track:hover {
	background: #eee;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #b9b9b9;
}

::-webkit-scrollbar-thumb:hover {
	background: #747474;
}

::-webkit-scrollbar-thumb:active {
	background: #555;
}

/* common ------------------------*/

.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mt120{
	margin-top: 120px;
}


/* 证件照制作 */
.IDPhoto_head{
	width: 100%;
	min-width: 1400px;
	background: #fff;
}
.IDPhoto_head .head_content{
	width: 100%;
	height: 84px;
	max-width: 1828px;
	min-width: 1400px;
	padding: 0 45px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.IDPhoto_head .left{
	height: 84px;
	display: flex;
	align-items: center;
}
.IDPhoto_head .logo{
	width: 145px;
	height: 52px;
	background: url(../images/logo3.png) center no-repeat;
}
.IDPhoto_head .nav{
	font-size: 16px;
	margin-left: 60px;
	display: flex;
}
.IDPhoto_head .nav li{
	margin: 0 2px;
}
.IDPhoto_head .nav a{
	height: 42px;
	line-height: 42px;
	padding: 0 25px;
	border-radius: 5px;
	display: block;
}
.IDPhoto_head .nav .active a{
	color: #fff;
	background: #2c9aee;
}
.IDPhoto_head .nav a:hover{
	color: #fff;
	background: #2c9aee;
}
.IDPhoto_head .nav .search{
	width: 140px;
	height: 42px;
	border-radius: 3px;
	background: #f5f5f5;
	padding: 0 5px 0 35px;
	border-radius: 5px;
	position: relative;
	display: none;
}
.IDPhoto_head .nav .search input{
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: none;
}
.IDPhoto_head .nav .search_icon{
	left: 10px;
	top: 13px;
}
.IDPhoto_head .nav .search .box_all{
	width: 670px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 2;
}
.IDPhoto_head .nav .search .box_all strong{
	width: 100%;
	height: 18px;
	line-height: 18px;
	color: #0084e9;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 3px solid #0084e9;
	margin: 10px 0 5px;
}
.IDPhoto_head .nav .search .box_all dl{
	font-size: 13px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.IDPhoto_head .nav .search .box_all dd{
	line-height: 20px;
	padding-left: 10px;
}
.IDPhoto_head .nav .search .box_all dd a{
	height: 28px;
	line-height: 28px;
	padding: 0;
	margin-right: 10px;
}
.IDPhoto_head .nav .search .box_all dd a:hover{
	color: #0083E9;
	background: none;
}
.IDPhoto_head .nav .search .link_all{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 32px;
	line-height: 32px;
	background: #0083E9;
	border-radius: 16px;
	font-size: 14px;
	color: #FFFFFF;
	margin: 15px auto 0 auto;
}

.IDPhoto_head .right{
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	display: flex;
}
.IDPhoto_head .right .upgrade{
	font-size: 16px;
	width: 135px;
	height: 42px;
	line-height: 42px;
	padding-left: 45px;
	border-radius: 5px;
	margin-right: 35px;
	background:#f7d75f url(../images/IDPhoto/IDP_ico5.png) 20px no-repeat;
	display: inline-block;
}

.IDP_banner{
	width: 100%;
	min-width: 1400px;
	height: 425px;
	background: url(../images/IDPhoto/IDP_banner.png) center no-repeat;
}
.IDP_banner .IDP_upload{
	color: #000;
	font-size: 30px;
	text-indent: 40px;
	width: 310px;
	height: 84px;
	border-radius: 8px;
	background: #fff url(../images/IDPhoto/IDP_ico6.png) 63px no-repeat;
	position: absolute;
	right: 10px;
	top: 230px;
}
.IDPhoto_content{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.IDPhoto_content2{
	width: 1240px;
	margin: 0 auto;
	position: relative;
}
.IDPhoto_content3{
	width: 1400px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.IDP_search{
	width: 100%;
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.IDP_search .search_box{
	width: 620px;
	display: flex;
	align-items: center;
}
.IDP_search .search_box .out_box{
	width: 100%;
	border: 1px solid #bfbfbf;
	border-radius: 0 5px 5px 0;
	display: flex;
	position: relative;
}
.IDP_search .search_box .out_box .open_box{
	width: 100%;
	max-height:200px ;
	background: #fff;
	border: 1px solid #ececec;
	padding:10px 10px;
	border-radius: 5px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 45px;
}
.IDP_search .search_box .out_box .open_box li{
	width: 100%;
	height: 40px;
	display: flex;
}
.IDP_search .search_box .out_box .open_box li span{
	margin-left: 20px;
}
.IDP_search .search_box .out_box .open_box li a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.IDP_search .search_box .out_box .open_box li a:hover{
	background: #f8f8f8;
}
.IDP_search .search_box .layui-form-select{
	width: 117px;
	height: 42px;
	margin-right: 3px;
	border: 1px solid #bfbfbf;
	border-radius: 5px 0 0 5px;
	flex-shrink: 0;
}
.IDP_search .search_box .layui-form-select .layui-input{
	color: #5d5d5d;
	height: 40px;
	background: #fff;
	border: none;
	border-radius: 5px 0 0 5px;
}
.IDP_search .search_box .layui-input{
	background: #fff;
	height: 42px;
	line-height: 42px;
	border: none;
}
.IDP_search .search_box .search_btn{
	color: #2c9aee;
	font-size: 15px;
	text-indent: 25px;
	width: 120px;
	height: 42px;
	line-height: 42px;
	background: #fff url(../images/IDPhoto/IDP_ico1.png) 30px no-repeat;
	border-radius: 0 5px 5px 0;
	border-left: none;
	flex-shrink: 0;
	position: relative;
}
.IDP_search .search_box .search_btn::after{
	content: '';
	width: 1px;
	height: 25px;
	background: #bfbfbf;
	position: absolute;
	left: 0px;
	top: 8px;
}
.IDP_search .search_hot{
	color: #5d5d5d;
	font-size: 13px;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.IDP_search .search_hot span{
	margin-right: 10px;
	cursor: pointer;
}
.IDPhoto_block .function_ico{
	width: 100%;
	display: flex;
	justify-content: center;
}
.IDPhoto_block .function_ico li{
	font-size: 25px;
	text-align: center;
	width: 190px;
	height: 190px;
	border-radius: 190px;
	margin: 0 60px;
	padding-top: 125px;
	background: #fff;
	border: 1px dashed #2c9aee;
}
.IDPhoto_block .function_ico .i1{
	background:#fff url(../images/IDPhoto/IDP_ico2.png) center 40px no-repeat;
}
.IDPhoto_block .function_ico .i1:hover{
	background:#2c9aee url(../images/IDPhoto/IDP_ico2_2.png) center 40px no-repeat;
}
.IDPhoto_block .function_ico .i2{
	background:#fff url(../images/IDPhoto/IDP_ico3.png) center 40px no-repeat;
}
.IDPhoto_block .function_ico .i2:hover{
	background:#2c9aee url(../images/IDPhoto/IDP_ico3_2.png) center 40px no-repeat;
}
.IDPhoto_block .function_ico .i3{
	background:#fff url(../images/IDPhoto/IDP_ico4.png) center 40px no-repeat;
}
.IDPhoto_block .function_ico .i3:hover{
	background:#2c9aee url(../images/IDPhoto/IDP_ico4_2.png) center 40px no-repeat;
}
.IDPhoto_block .function_ico li:hover{
	color: #fff;
	border: 1px solid #2c9aee;
	background: #2c9aee;
	cursor: pointer;
}
.IDP_title1{
	color: #000;
	font-size: 40px;
	text-align: center;
	width: 100%;
}
.IDP_title1 p{
	color: #fe625f;
	font-size: 20px;
}
.IDP_title1 h3{
	font-size: 30px;
}
.IDP_title2{
	color: #000;
	font-size: 25px;
	width: 100%;
}
.IDP_title3{
	color: #000;
	font-size: 20px;
	width: 100%;
}
.IDP_title4{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	justify-content: space-between;
}
.IDP_title4 p{
	font-size: 15px;
	font-weight: normal;
}
.IDP_title4 span{
	color: #2c9aee;
}
.IDP_type_list{
	width: 100%;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.IDP_type_list li{
	text-align: center;
	width: calc(100% / 6);
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction:column-reverse;
}
.IDP_type_list li a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction:column-reverse;
}
.IDP_type_list li strong{
	font-size: 25px;
	width: 100%;
	margin-top: 10px;
}
.IDP_type_list li span{
	color: #6b6b6b;
	font-size: 15px;
	width: 100%;
}
.IDP_type_list li .img{
	background: url(../images/IDPhoto/IDP_pic.png) no-repeat;
	background-size: 100% 100%;
}
.IDP_type_list .s1{
	width: 89px;
	height: 131px;
}
.IDP_type_list .s2{
	width: 102px;
	height: 143px;
}
.IDP_type_list .s3{
	width: 137px;
	height: 196px;
}
.IDP_type_list .s4{
	width: 141px;
	height: 204px;
}
.IDP_type_list .s5{
	width: 105px;
	height: 131px;
}
.IDP_type_list .s6{
	width: 89px;
	height: 131px;
}
.IDP_type_list .s7{
	width: 49px;
	height: 66px;
}
.IDP_type_list .s8{
	width: 53px;
	height: 70px;
}
.IDP_type_list .s9{
	width: 81px;
	height: 103px;
}
.IDP_type_list .s10{
	width: 102px;
	height: 143px;
}
.IDP_type_list .s11{
	width: 133px;
	height: 194px;
}
.IDP_type_list .s12{
	width: 162px;
	height: 214px;
}

.IDP_type_block{
	width: 100%;
}
.IDP_type_block .layui-tab-title{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	border: none;
}
.IDP_type_block .layui-tab-title li{
	color: #2c9aee;
	font-size: 25px;
	width: 177px;
	height: 46px;
	line-height: 46px;
	background: #fff;
	border: 1px solid #2c9aee;
	border-radius: 6px;
	margin: 0 35px;
}
.IDP_type_block .layui-tab-title .layui-this{
	color: #fff;
	background: #2c9aee;
}
.IDP_type_block .layui-tab-title .layui-this::after{
	display: none;
}
.IDP_type_block .layui-tab-content{
	padding: 0;
}
.IDP_type_list2{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
.IDP_type_list2 li{
	font-size: 12px;
	width: 258px;
	height: 84px;
	line-height: 25px;
	border: 1px solid #eaeaea;
	border-radius: 6px;
	margin-right: 27px;
	margin-top: 30px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.IDP_type_list2 li:nth-child(5n){
	margin-right: 0;
}
.IDP_type_list2 li a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.IDP_type_list2 li h3{
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}
.IDP_type_list2 li:hover{
	color: #fff;
	border: 1px solid #2c9aee;
	background: #2c9aee;
}
.IDP_type_list2 li:hover a{
	color: #fff;
}
.IDP_type_list2 li .more{
	color: #2c9aee;
	font-size: 17px;
}
.IDP_foot{
	color: #fff;
	width: 100%;
	background: #2c9aee;
	border-radius: 15px;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}
.IDP_foot .logo{
	width: 295px;
	height: 215px;
	background: url(../images/logo_foot_index.png) center no-repeat;
	border-right:1px solid #76bdf4;
	flex-shrink: 0;
}
.IDP_foot .contact{
	width: 560px;
	height: 215px;
	padding: 0px 60px;
	border-right:1px solid #76bdf4;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.IDP_foot .contact .qr_wx{
	font-size: 13px;
	text-align: center;
	width: 102px;
	padding-top: 115px;
	margin-right: 23px;
	background: url(../images/newerweima.jpg) top no-repeat;
	background-size: 100% auto;
}
.IDP_foot .contact .qr_gz{
	font-size: 13px;
	text-align: center;
	width: 102px;
	padding-top: 115px;
	margin-right: 50px;
	background: url(../images/ewm.jpg) top no-repeat;
	background-size: 100% auto;
}
.IDP_foot .contact .phone{
	font-size: 13px;
	line-height: 30px;
}
.IDP_foot .contact .phone strong{
	font-size: 22px;
	font-weight: normal;
}
.IDP_foot .contact .phone a{
	font-size: 15px;
	text-align: center;
	width: 120px;
	height: 28px;
	line-height: 28px;
	background: #f7d75f;
	border-radius: 28px;
	margin-top: 10px;
	display: block;
}
.IDP_foot .nav{
	color: #fff;
	font-size: 13px;
	width: 100%;
	height: 215px;
	padding:0 40px 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.IDP_foot .nav ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.IDP_foot .nav li{
	width: calc(100% / 3);
	flex-shrink: 0;
}
.IDP_foot .nav li a{
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 37px;
	display: block;
}
.IDP_foot .nav li .i1{
	background: url(../images/IDPhoto/IDP_foot01.png) left no-repeat;
}
.IDP_foot .nav li .i2{
	background: url(../images/IDPhoto/IDP_foot02.png) left no-repeat;
}
.IDP_foot .nav li .i3{
	background: url(../images/IDPhoto/IDP_foot03.png) left no-repeat;
}
.IDP_foot .nav li .i4{
	background: url(../images/IDPhoto/IDP_foot04.png) left no-repeat;
}
.IDP_foot .nav li .i5{
	background: url(../images/IDPhoto/IDP_foot05.png) left no-repeat;
}
.IDP_foot .nav li .i6{
	background: url(../images/IDPhoto/IDP_foot06.png) left no-repeat;
}
.IDP_foot .nav p{
	margin-top: 20px;
}

.IDP_upload_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.IDP_upload_box li{
	color: #898989;
	font-size: 35px;
	width: 540px;
	height: 345px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 13px;
	padding-top: 215px;
	position: relative;
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.IDP_upload_box li:hover{
	color: #2c9aee;
	border: 2px solid #2c9aee;
	padding-top: 214px;
}
.IDP_upload_box .pc{
	background:#fff url(../images/IDPhoto/IDP_ico7.png) center 95px no-repeat;
}
.IDP_upload_box .phone{
	background:#fff url(../images/IDPhoto/IDP_ico8.png) center 95px no-repeat;
}
.IDP_upload_box .pc:hover{
	background:#fff url(../images/IDPhoto/IDP_ico7_2.png) center 94px no-repeat;
}
.IDP_upload_box .phone:hover{
	background:#fff url(../images/IDPhoto/IDP_ico8_2.png) center 94px no-repeat;
}
.IDP_upload_box .phone::after {
	content: '';
	color: #fff;
	font-size: 20px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
.IDP_upload_box .phone::before {
	content: '近期上线 敬请期待';
	color: #666;
	font-size: 20px;
	text-align: center;
	width: 210px;
	height: 65px;
	line-height: 65px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.IDP_upload_phone{
	width: 400px;
	height: 400px;
	background: #fff;
	padding: 50px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	display: none;
}
.IDP_upload_phone img{
	width: 100%;
	height: 100%;
}
.IDP_upload_phone .close{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.IDP_upload_phone .close i{
	font-size: 30px;
	line-height: 30px;
}

.IDP_list{
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.IDP_list li{
	text-align: center;
	font-size: 20px;
	width: 87px;
}
.IDP_list li i{
	width: 87px;
	height: 87px;
	border: 1px solid #e7e7e7;
	border-radius: 87px;
	margin-bottom: 20px;
	display: block;
}
.IDP_list .i1 i{
	background: #fff url(../images/IDPhoto/IDP_ico9.png) center no-repeat;
}
.IDP_list .i2 i{
	background: #fff url(../images/IDPhoto/IDP_ico10.png) center no-repeat;
}
.IDP_list .i3 i{
	background: #fff url(../images/IDPhoto/IDP_ico11.png) center no-repeat;
}
.IDP_list .i4 i{
	background: #fff url(../images/IDPhoto/IDP_ico12.png) center no-repeat;
}
.IDP_list .i5 i{
	background: #fff url(../images/IDPhoto/IDP_ico13.png) center no-repeat;
}
.IDP_list .i6 i{
	background: #fff url(../images/IDPhoto/IDP_ico14.png) center no-repeat;
}

.IDP_list_pop{
	width: 940px;
	background: #fff;
	padding: 60px 80px;
}
.IDP_list_pop h2{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

.IDP_type_list3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.IDP_type_list3 li{
	font-size: 12px;
	width: calc((100% - 40px) / 5);
	height: 84px;
	line-height: 20px;
	border: 1px solid #eaeaea;
	border-radius: 6px;
	margin-right: 10px;
	margin-top: 10px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.IDP_type_list3 li:nth-child(5n){
	margin-right: 0;
}
.IDP_type_list3 li a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.IDP_type_list3 li h3{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 25px;
}
.IDP_type_list3 li p{
	color: #666;
	text-align: center;
	width: 100%;
}
.IDP_type_list3 li:hover{
	color: #fff;
	border: 1px solid #2c9aee;
	background: #2c9aee;
}
.IDP_type_list3 li:hover a,
.IDP_type_list3 li:hover p{
	color: #fff;
}
.IDP_type_list3 li.slt{
	color: #fff;
	border: 1px solid #2c9aee;
	background: #2c9aee;
}
.IDP_type_list3 li.slt a,
.IDP_type_list3 li.slt p{
	color: #fff;
}

.IDP_upgrade_pop{
	width: 715px;
	height: 545px;
	background: #fff;
	position: relative;
}
.IDP_upgrade_pop .close{
	width: 12px;
	height: 12px;
	background: url(../images/upgrade/clsoe.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	opacity:1;
}
.IDP_upgrade_pop .title{
	color: #fff;
	text-align: center;
	font-size: 14px;
	width: 100%;
	height: 80px;
	background: #318bf9;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.IDP_upgrade_pop .title strong{
	font-size: 20px;
	font-weight: bold;
}
.IDP_upgrade_block{
	width: 100%;
	padding: 10px 20px;
}
.IDP_upgrade_block .user{
	width: 100%;
	display: flex;
	align-items: center;
}
.IDP_upgrade_block .user img{
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: #ececec;
	margin-right: 10px;
	object-fit: cover;
}
.IDP_upgrade_block .user strong{
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
}
.IDP_upgrade_block .user span{
	color: #333;
	font-size: 12px;
	margin-right: 20px;
}
.IDP_upgrade_block .type_list{
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.IDP_upgrade_block .type_list li{
	text-align: center;
	width: 155px;
	height: 140px;
	border: 1px solid #e0e5ea;
	border-radius: 4px;
	padding: 15px 15px 0;
	cursor: pointer;
}
.IDP_upgrade_block .type_list .slt{
	border: 1px solid #0083e9;
	background: #f6f9ff;
	position: relative;
}
.IDP_upgrade_block .type_list .slt:after{
	content: '';
	width: 29px;
	height: 27px;
	background: url(../images/upgrade/upgrade_ico.png) no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.IDP_upgrade_block .type_list .slt .notice{
	border-top: 1px solid #dee8ff;
}
.IDP_upgrade_block .type_list li h3{
	font-size: 18px;
	font-weight: bold;
}
.IDP_upgrade_block .type_list li .price{
	font-size: 14px;
}
.IDP_upgrade_block .type_list li .price strong{
	color: #ff5448;
	font-size: 28px;
}
.IDP_upgrade_block .type_list li .notice{
	font-size: 13px;
	width: 100%;
	height: 40px;
	border-top: 1px solid #f6f7f8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.IDP_upgrade_block .type_list li .count{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.IDP_upgrade_block .type_list li .count .min{
	font-size: 28px;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 16px;
	border-radius: 24px;
	border: 1px solid #f1f1f1;
	background: #f4f4f4;
	cursor: pointer;
	user-select: none;
}
.IDP_upgrade_block .type_list li .count .add{
	font-size: 22px;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 20px;
	border-radius: 24px;
	border: 1px solid #f1f1f1;
	background: #f4f4f4;
	cursor: pointer;
	user-select: none;
}
.IDP_upgrade_block .type_list li .count .num{
	font-size: 14px;
	width: 50px;
}

.IDP_upgrade_block .price_box{
	width: 100%;
	border: 1px solid #e0e5ea;
	margin-top: 15px;
	padding: 15px 30px;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.IDP_upgrade_block .price_box>div{
	text-align: center;
	width: 125px;
	margin-right: 25px;
}
.IDP_upgrade_block .price_box >div img{
	width: 125px;
	height: 125px;
	background: #fff;
	padding: 10px;
	border:1px solid #e0e5ea
}
.IDP_upgrade_block .price_box .wx_qr span{
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	padding-left: 30px;
	background: url(../images/upgrade/upgrade_wx2.png) left no-repeat;
	display: inline-block;
}
.IDP_upgrade_block .price_box .ali_qr span{
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	padding-left: 30px;
	background: url(../images/upgrade/upgrade_ali.png) left no-repeat;
	display: inline-block;
}
.IDP_upgrade_block .price_box .price_info{
	font-size: 14px;
	line-height: 24px;
}
.IDP_upgrade_block .price_box .price_info li{
	margin-bottom: 10px;
}
.IDP_upgrade_block .price_box .price_info li a{
	color: #0873fc;
	text-decoration: underline;
}
.IDP_upgrade_block .price_box .price_info .num{
	font-size: 16px;
}
.IDP_upgrade_block .price_box .price_info .num strong{
	color: #ff5448;
	font-size: 32px;
}
.IDP_upgrade_block .price_box .price_info .wx{
	width: 24px;
	height: 24px;
	background: url(../images/upgrade/upgrade_wx.png);
	display: inline-block;
	vertical-align: middle;
}
.IDP_upgrade_block .price_box .price_info .ali{
	width: 24px;
	height: 24px;
	background: url(../images/upgrade/upgrade_ali.png);
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.IDP_upgrade_block .notice_box{
	color: #555;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

.IDP_banner2{
	color: #fff;
	width: 100%;
	min-width: 1400px;
	height: 199px;
	background: url(../images/IDPhoto/IDP_banner02.png) center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.IDP_banner2 p{
	font-size: 35px;
	line-height: 35px;
}
.IDP_banner2 strong{
	font-size: 43px;
	vertical-align: middle;
}
.IDP_banner2 .search_box2{
	width: 620px;
	height: 44px;
	background: #fff;
	border-radius: 5px;
	padding: 0 20px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.IDP_banner2 .search_box2 .search_input{
	width: 480px;
	height: 44px;
	border: none;
	flex-shrink: 0;
}
.IDP_banner2 .search_box2 .search_btn{
	color: #2c9aee;
	font-size: 15px;
	text-indent: 35px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #fff url(../images/IDPhoto/IDP_ico1.png) 25px no-repeat;
	position: relative;
}
.IDP_banner2 .search_box2 .search_btn::after{
	content: '';
	width: 1px;
	height: 24px;
	background: #bfbfbf;
	position: absolute;
	left: 0;
	top: 10px;
}
.IDP_banner2 .hot{
	margin-top: 10px;
}
.IDP_banner2 .hot a{
	color: #fff;
	margin-right: 10px;
}

.IDP_type_list4{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.IDP_type_list4 li{
	font-size: 12px;
	width: calc((100% - 120px) / 5);
	height: 84px;
	line-height: 20px;
	border: 1px solid #eaeaea;
	border-radius: 6px;
	margin-right: 30px;
	margin-top: 30px;
	background: #fff;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.IDP_type_list4 li:nth-child(5n){
	margin-right: 0;
}

.IDP_type_list4 li h3{
	font-size: 17px;
	text-align: center;
	width: 100%;
	line-height: 25px;
}
.IDP_type_list4 li p{
	color: #666;
	text-align: center;
	width: 100%;
}
.IDP_type_list4 li p>span{
	margin: 0 5px;
}
.IDP_type_list4 li:hover{
	color: #fff;
	border: 1px solid #2c9aee;
	background: #2c9aee;
}
.IDP_type_list4 li:hover a,
.IDP_type_list4 li:hover p{
	color: #fff;
}
.IDP_type_list4 li .cover{
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 100%;
	color: #fff;
	border: 1px solid #2c9aee;
	background: #2c9aee;
	border-radius: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.IDP_type_list4 li .cover a{
	color: #fff;
}
.IDP_type_list4 li .cover a:first-child{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #80c2f5;
}
.IDP_type_list4 li:hover .cover{
	display: flex;
}

.IDP_foot2{
	color: #fff;
	width: 100%;
	background: #2c9aee;
	padding: 18px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.IDP_foot2 .nav{
	width: 580px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 200px;
}
.IDP_foot2 .nav dd{
	font-size: 12px;
	width: 70px;
}
.IDP_foot2 .nav dd a{
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 100%;
	padding-top: 50px;
	display: block;
}
.IDP_foot2 .nav .i1{
	background: url(../images/IDPhoto//IDP_foot07.png) top no-repeat;
}
.IDP_foot2 .nav .i2{
	background: url(../images/IDPhoto//IDP_foot08.png) top no-repeat;
}
.IDP_foot2 .nav .i3{
	background: url(../images/IDPhoto//IDP_foot09.png) top no-repeat;
}
.IDP_foot2 .nav .i4{
	background: url(../images/IDPhoto//IDP_foot10.png) top no-repeat;
}
.IDP_foot2 .nav .i5{
	background: url(../images/IDPhoto//IDP_foot11.png) top no-repeat;
}

.IDP_select{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.IDP_select li{
	width: 195px;
	height: 77px;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}
.IDP_select li p{
	font-size: 17px;
}
.IDP_select li span{
	font-size: 12px;
}
.IDP_select .more{
	color: #2c9aee;
	font-size: 17px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.IDP_select li.slt{
	border: 1px solid #8ec9f6;
}
.IDP_select li.slt p,
.IDP_select li.slt span{
	color: #2c9aee;
}

.IDP_select li.slt{
	border: 1px solid #8ec9f6;
}
.IDP_select li.slt p,
.IDP_select li.slt span{
	color: #2c9aee;
}

.IDPhoto_edit_block{
	width: 100%;
	padding: 30px 20px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}
.IDPhoto_edit_block .photo_old{
	font-size: 20px;
	text-align: center;
	width: 300px;
	height: 415px;
	margin-right: 35px;
	padding: 20px 30px;
	border: 1px solid #e7e7e7;
	flex-shrink: 0;
}
.IDPhoto_edit_block .photo_new{
	font-size: 20px;
	text-align: center;
	width: 530px;
	height: 415px;
	margin-right: 40px;
	padding: 20px 30px;
	border: 1px solid #e7e7e7;
	flex-shrink: 0;
}
.IDPhoto_edit_block .photo_old h2,
.IDPhoto_edit_block .photo_new h2{
	line-height: 20px;
}
.IDPhoto_edit_block .photo_old .img_box,
.IDPhoto_edit_block .photo_new .img_box{
	width: 100%;
	height: 330px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.IDPhoto_edit_block .photo_old .img_box img,
.IDPhoto_edit_block .photo_new .img_box img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.IDPhoto_edit_block .photo_edit{
	width: 455px;
}
.IDPhoto_edit_block .photo_edit h2{
	font-size: 20px;
}
.IDPhoto_edit_block .photo_edit .color_slt{
	width: 100%;
	height: 190px;
	border-bottom: 1px solid #bfbfbf;
}
.IDPhoto_edit_block .photo_edit .color_slt ul{
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.IDPhoto_edit_block .photo_edit .color_slt li{
	width: 32px;
	height: 32px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 6px;
	border: 1px solid #ececec;
	cursor: pointer;
}
.IDPhoto_edit_block .photo_edit li.slt{
	border: 2px solid #8ec9f6;
}
.IDPhoto_edit_block .photo_edit .colorSlt{
	background: url(../images/IDPhoto/IDP_color_01.png);
}
.IDPhoto_edit_block .photo_edit .colorSlt_transparent{
	background: url(../images/IDPhoto/IDP_color_02.png);
}
.IDPhoto_edit_block .photo_edit .layui-icon{
	display: none;
}
.IDPhoto_edit_block .photo_edit .layui-colorpicker{
	width: 100%;
	height: 100%;
	border: none;
}
.IDPhoto_edit_block .photo_edit .layui-colorpicker span{
	border: none;
}
.layui-colorpicker-main-input div.layui-inline{
	margin: 0;
}
.IDPhoto_edit_block .photo_edit .change_clothes{
	width: 100%;
	margin-top: 50px;
	position: relative;
}
.IDPhoto_edit_block .photo_edit .change_clothes::after{
	content: '近期上线  敬请期待';
	color: #fff;
	font-size: 20px;
	width: 105%;
	height: 105%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -5%;
	top: -5%;
}
.IDPhoto_edit_block .photo_edit .change_clothes .title{
	font-size: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.IDPhoto_edit_block .photo_edit .change_clothes .title span{
	font-size: 20px;
}
.IDPhoto_edit_block .photo_edit .change_clothes .title .r{
	display: flex;
}
.IDPhoto_edit_block .photo_edit .change_clothes .title .r em{
	font-size: 17px;
	text-align: center;
	font-style: normal;
	width: 80px;
	height: 37px;
	line-height: 35px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	margin-left: 10px;
	display: inline-block;
	cursor: pointer;
}
.IDPhoto_edit_block .photo_edit .change_clothes .title .r .slt{
	color: #2c9aee;
	border: 1px solid #2c9aee;
}
.IDPhoto_edit_block .photo_edit .clothes_list{
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	overflow-y: auto;
}

.IDPhoto_edit_block .photo_edit .clothes_list .left,
.IDPhoto_edit_block .photo_edit .clothes_list .right{
	width: 30px;
	height: 77px;
	background: #fafafa;
	margin-right: 10px;
	flex-shrink: 0;
}
.IDPhoto_edit_block .photo_edit .clothes_list .right{
	margin-left: 10px;
}
.IDPhoto_edit_block .photo_edit .clothes_list ul{
	width: 370px;
	white-space: nowrap;
	overflow: hidden;
}
.IDPhoto_edit_block .photo_edit .clothes_list li{
	width: 77px;
	height: 77px;
	background: #e3edff;
	border-radius: 5px;
	margin-right: 10px;
	display: inline-block;
}
.IDPhoto_edit_block .photo_edit .clothes_list .i2{
	background: url(../images/IDPhoto/IDP_pic_04.png) no-repeat;
	background-size: 100% 100%;
}

.IDPhoto_edit_block .btn_box{
	width: 100%;
	display: flex;
	justify-content: center;
}
.IDPhoto_edit_block .btn_box button{
	color: #fff;
	font-size: 20px;
	width: 240px;
	height: 62px;
	border-radius: 10px;
	margin: 0 30px;
	background: #2c9aee;
}

.IDP_list2{
	width: 100%;
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
}
.IDP_list2 li{
	width: 45%;
	padding-left: 65px;
}
.IDP_list2 li strong{
	font-size: 20px;
	font-weight: bold;
}
.IDP_list2 li p{
	font-size: 15px;
}
.IDP_list2 .i1{
	background:  url(../images/IDPhoto/IDP_ico15.png) left no-repeat;
}
.IDP_list2 .i2{
	background:  url(../images/IDPhoto/IDP_ico16.png) left no-repeat;
}

/* 手机端 */
.IDPM_content{
	width: 100%;
	min-height: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.IDPM_edit_content{
	width: 100%;
	height: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.IDPM_head{
	width: 100%;
	height: 60px;
	background: #3c6cfe;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.IDPM_head .logo{
	width: 83px;
	height: 40px;
	background: url(../images/logo.png) center no-repeat;
	background-size: 100% 100%;
}

.IDPM_head .menu .ico{
	width: 24px;
	height: 14px;
	background: url(../images/IDPhoto/IPD_P_ico01.png) center no-repeat;
	background-size: 100% 100%;
}
.IDPM_head .menu .menu_cover{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}
.IDPM_head .menu .menu_list{
	width: 160px;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.IDPM_head .menu .menu_list li{
	width: 100%;
	border-bottom: 1px solid #3b3b3b;
}
.IDPM_head .menu .menu_list li a{
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
}

.IDPM_block{
	width: 100%;
	padding: 10px 15px;
	background: #fff;
}
.IDPM_location{
	font-size: 13px;
	width: 100%;
	line-height: 30px;
}
.IDPM_search{
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.IDPM_search input{
	width: 90%;
	height: 37px;
	line-height: 37px;
	border: none;
	flex-shrink: 0;
}
.IDPM_search .search{
	width: 100%;
	height: 37px;
	line-height: 37px;
	border: none;
	background: url(../images/IDPhoto/IPD_P_ico02.png) center no-repeat;
	background-size: 15px 15px;
	position: relative;
}

.IDPM_search .open_box{
	width: 100%;
	max-height:200px ;
	background: #fff;
	border: 1px solid #ececec;
	padding:10px 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 45px;
	z-index: 9;
}
.IDPM_search .open_box li{
	width: 100%;
	height: 40px;
	display: flex;
}
.IDPM_search .open_box li span{
	margin-left: 20px;
}
.IDPM_search .open_box li a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.IDPM_search .open_box li a:hover{
	background: #f8f8f8;
}

.IDPM_typeBlock{
	width: 100%;
}
.IDPM_typeBlock .layui-tab-title{
	width: 100%;
	height: auto;
	border: none;
	margin-top: 15px;
	display: flex;
}
.IDPM_typeBlock .layui-tab-title .layui-this{
	color: #333;
}
.IDPM_typeBlock .layui-tab-title .layui-this::after{
	display: none;
}
.IDPM_typeBlock .layui-tab-title li{
	font-size: 13px;
	text-align: center;
	width: 25%;
	height: auto;
	line-height: 24px;
}
.IDPM_typeBlock .layui-tab-title li em{
	width: 34px;
	height: 34px;
	border-radius: 4px;
	display: inline-block;
}
.IDPM_typeBlock .layui-tab-title .i1 em{
	background:#ececec url(../images/IDPhoto/IPD_P_ico03.png) center no-repeat;
	background-size: 20px 20px;
}
.IDPM_typeBlock .layui-tab-title .i2 em{
	background:#ececec url(../images/IDPhoto/IPD_P_ico04.png) center no-repeat;
	background-size: 20px 20px;
}
.IDPM_typeBlock .layui-tab-title .i3 em{
	background:#ececec url(../images/IDPhoto/IPD_P_ico05.png) center no-repeat;
	background-size: 20px 20px;
}
.IDPM_typeBlock .layui-tab-title .i4 em{
	background:#ececec url(../images/IDPhoto/IPD_P_ico06.png) center no-repeat;
	background-size: 20px 20px;
}
.IDPM_typeBlock .layui-tab-title .i1.layui-this em{
	background:#008bff url(../images/IDPhoto/IPD_P_ico03_2.png) center no-repeat;
	background-size: 20px 20px;
}
.IDPM_typeBlock .layui-tab-title .i2.layui-this em{
	background:#008bff url(../images/IDPhoto/IPD_P_ico04_2.png) center no-repeat;
	background-size: 20px 20px;
}
.IDPM_typeBlock .layui-tab-title .i3.layui-this em{
	background:#008bff url(../images/IDPhoto/IPD_P_ico05_2.png) center no-repeat;
	background-size: 20px 20px;
}
.IDPM_typeBlock .layui-tab-title .i4.layui-this em{
	background:#008bff url(../images/IDPhoto/IPD_P_ico06_2.png) center no-repeat;
	background-size: 20px 20px;
}
.IDPM_typeBlock .type_box{
	width: 100%;
	height: 85px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	padding: 5px 15px;
	border-radius: 4px;
	margin-bottom: 15px;
	position: relative;
}
.IDPM_typeBlock .type_box .name{
	font-size: 15px;
	font-weight: bold;
	width: 100%;
}
.IDPM_typeBlock .type_box .name em{
	color: #888;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height: 16px;
	line-height: 16px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 10px;
}
.IDPM_typeBlock .type_box .size{
	color: #999;
	font-size: 12px;
	width: 100%;
}
.IDPM_typeBlock .type_box .size span{
	margin-right: 10px;
}
.IDPM_typeBlock .type_box .color{
	width: 100%;
	margin-top: 5px;
	display: flex;
}
.IDPM_typeBlock .type_box .color em{
	width: 15px;
	height: 15px;
	border: 1px solid #efefef;
	border-radius: 15px;
	margin-right: 10px;
	background: url(../images/IDPhoto/IDP_color_01.png) center no-repeat;
	background-size: 100% 100%;
}
.IDPM_typeBlock .type_box::after{
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: url(../images/IDPhoto/IPD_P_ico07.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 15px;
	top: 34px;
}
.IDPM_typeBlock  .layui-tab-content{
	padding: 0;
	margin-top: 20px;
}
.IDPM_foot_hold{
	width: 100%;
	height: 80px;
}
.IDPM_foot{
	color: #b5b5b5;
	font-size: 12px;
	width: 100%;
	height: 80px;
	line-height: 20px;
	padding: 20px 0px;
	background: #201f25;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	bottom: 0;
}
.IDPM_foot p{
	text-align: center;
	width: 100%;
}

.IDPM_upgrade_pop{
	width: 100%;
	background: #fff;
}
.IDPM_upgrade_pop .close{
	width: 12px;
	height: 12px;
	background: url(../images/upgrade/clsoe.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	opacity:1;
}
.IDPM_upgrade_pop .title{
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 100%;
	height: 60px;
	background: #318bf9;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.IDPM_upgrade_pop .title strong{
	font-size: 16px;
	font-weight: bold;
}
.IDPM_upgrade_block{
	width: 100%;
	padding: 10px 20px;
}
.IDPM_upgrade_block .user{
	width: 100%;
	display: flex;
	align-items: center;
}
.IDPM_upgrade_block .user img{
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: #ececec;
	margin-right: 10px;
	object-fit: cover;
}
.IDPM_upgrade_block .user strong{
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
}
.IDPM_upgrade_block .user span{
	color: #333;
	font-size: 12px;
	margin-right: 20px;
}
.IDPM_upgrade_block .type_list{
	width: 100%;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.IDPM_upgrade_block .type_list li{
	text-align: center;
	width: calc(50% - 5px);
	height: 110px;
	border: 1px solid #e0e5ea;
	border-radius: 4px;
	padding: 5px 5px 0;
	margin:5px 0 ;
	cursor: pointer;
}
.IDPM_upgrade_block .type_list .slt{
	border: 1px solid #0083e9;
	background: #f6f9ff;
	position: relative;
}
.IDPM_upgrade_block .type_list .slt:after{
	content: '';
	width: 19px;
	height: 17px;
	background: url(../images/upgrade/upgrade_ico.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.IDPM_upgrade_block .type_list .slt .notice{
	border-top: 1px solid #dee8ff;
}
.IDPM_upgrade_block .type_list li h3{
	font-size: 14px;
	font-weight: bold;
}
.IDPM_upgrade_block .type_list li .price{
	font-size: 12px;
}
.IDPM_upgrade_block .type_list li .price strong{
	color: #ff5448;
	font-size: 19px;
}
.IDPM_upgrade_block .type_list li .notice{
	font-size: 12px;
	width: 100%;
	height: 40px;
	border-top: 1px solid #f6f7f8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.IDPM_upgrade_block .type_list li .count{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.IDPM_upgrade_block .type_list li .count .min{
	font-size: 28px;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 16px;
	border-radius: 24px;
	border: 1px solid #f1f1f1;
	background: #f4f4f4;
	cursor: pointer;
	user-select: none;
}
.IDPM_upgrade_block .type_list li .count .add{
	font-size: 22px;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 20px;
	border-radius: 24px;
	border: 1px solid #f1f1f1;
	background: #f4f4f4;
	cursor: pointer;
	user-select: none;
}
.IDPM_upgrade_block .type_list li .count .num{
	font-size: 14px;
	width: 50px;
}
.IDPM_upgrade_block .price_box{
	text-align: center;
	width: 100%;
}
.IDPM_upgrade_block .price_box .num{
	font-size: 13px;
}
.IDPM_upgrade_block .price_box .num strong{
	color: #fe4801;
	font-size: 20px;
}
.IDPM_upgrade_block  .pay_btn{
	font-size: 15px;
	width: 90%;
	height: 38px;
	border-radius: 38px;
	background: #0084e9;
	margin-left: 5%;
	border: none;
}
.IDPM_upgrade_block .agreement{
	color: #666;
	font-size: 13px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.IDPM_upgrade_block .agreement a{
	color: #666;
	text-decoration: underline;
}
.agreement .layui-form-checked[lay-skin=primary] i{
	border-color: #0084e9!important;
	background-color: #0084e9;
	margin-top: 1px;
}
.IDPM_edit_block{
	width: 100%;
	height: calc(100% - 60px);
}
.IDPM_edit_block .edit_block{
	width: 100%;
	height: calc(100% - 185px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.IDPM_edit_block .edit_block .img_box{
	position: relative;
}
.IDPM_edit_block .edit_block img{
	width: 230px;
	height: auto;
	border: 1px solid #333;
	padding: 20px;
}
.IDPM_edit_block .edit_block span{
	color: #333;
	font-size: 15px;
	background: #f7f7f7;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.IDPM_edit_block .edit_block .top{
	width: 130px;
	height: 20px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%, 0);
}
.IDPM_edit_block .edit_block .bottom{
	width: 130px;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
}
.IDPM_edit_block .edit_block .left{
	width:130px;
	height: 20px;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translate(0, -50%) rotate(90deg);
}
.IDPM_edit_block .edit_block .right{
	width: 120px;
	height: 20px;
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translate(0, -50%) rotate(90deg);
}


.IDPM_edit_block .edit_btn{
	width: 100%;
	height: 185px;
	background: #fff;
	box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.03) ;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.IDPM_edit_block .edit_btn .layui-tab-title{
	width: 100%;
	height: 45px;
	display: flex;
}
.IDPM_edit_block .edit_btn .layui-tab-title li{
	color: #333;
	font-size: 13px;
	width: 50%;
	height: 45px;
	line-height: 45px;
}
.IDPM_edit_block .edit_btn .layui-tab-title li::after{
	display: none;
}
.IDPM_edit_block .edit_btn .layui-tab-title span{
	padding-left: 22px;
}
.IDPM_edit_block .edit_btn .layui-tab-title .layui-this {
	color: #3c6cfe;
}
.IDPM_edit_block .edit_btn .layui-tab-title .i1{
	background: url(../images/IDPhoto/IPD_P_ico08.png) no-repeat;
	background-size: 16px 15px;
}
.IDPM_edit_block .edit_btn .layui-tab-title .i2{
	background: url(../images/IDPhoto/IPD_P_ico09.png) no-repeat;
	background-size: 15px 14px;
}
.IDPM_edit_block .edit_btn .layui-tab-title .layui-this .i1{
	background: url(../images/IDPhoto/IPD_P_ico08_2.png) no-repeat;
	background-size: 16px 15px;
}
.IDPM_edit_block .edit_btn .layui-tab-title .layui-this .i2{
	background: url(../images/IDPhoto/IPD_P_ico09_2.png) no-repeat;
	background-size: 15px 14px;
}
.IDPM_edit_block .edit_btn .layui-tab-content{
	padding: 0;
}
.IDPM_edit_block .edit_btn .color_list{
	width: 100%;
	padding: 20px;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
	overflow-y: auto;
}
.IDPM_edit_block .edit_btn .color_list li{
	width: 40px!important;
	height: 40px!important;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-right: 10px;
	background-size: 100% 100%;
	flex-shrink: 0;
	position: relative;
}
.IDPM_edit_block .edit_btn .color_list li i{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: none;
}
.IDPM_edit_block .edit_btn .color_list .active i{
	display: inline-block;
}
.IDPM_edit_block .edit_btn .color_list li img{
	width: 100%!important;
	height: 100%!important;
}
.IDPM_edit_block .edit_btn .color_list #iD_colorpicker_fff i{
	color: #999;
 }
.IDPM_edit_block .edit_btn .color_list #iD_colorpicker_no i{
	color: #999;
}
.IDPM_edit_block .edit_btn .change_list{
	width: 100%;
	padding:10px 20px;
	white-space: nowrap;
	display: flex;
	overflow-y: auto;
}
.IDPM_edit_block .edit_btn .change_list li{
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-right: 10px;
	background: url(../images/IDPhoto/IPD_P_ico12.png);
	background-size: 100% 100%;
	flex-shrink: 0;
}
.IDPM_edit_block .edit_btn .change_list li img{
	width: 100%;
	height: 100%;
}
.IDPM_edit_block .edit_btn .change_title{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.IDPM_edit_block .edit_btn .change_title li{
	font-size: 12px;
	height: 18px;
	line-height: 16px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	padding: 0 8px;
	margin: 0 5px;
}
.IDPM_edit_block .edit_btn .change_title .slt{
	color: #3c6cfe;
	border: 1px solid #3c6cfe;
}
.IDPM_edit_block .edit_btn .btn_box{
	width: 100%;
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
}
.IDPM_edit_block .edit_btn .btn_box button{
	width: 50%;
	height: 55px;
	margin: 0;
	border-radius:0;
}
.IDPM_edit_block .edit_btn .btn_box .reupload{
	color: #3c6cfe;
	font-size: 15px;
	text-indent: 20px;
	background: #f5f3f3 url(../images/IDPhoto/IPD_P_ico10.png) 30% no-repeat;
	background-size: 18px 16px;
}
.IDPM_edit_block .edit_btn .btn_box .download{
	color: #fff;
	font-size: 15px;
	text-indent: 20px;
	background: #3c6cfe url(../images/IDPhoto/IPD_P_ico11.png) 30% no-repeat;
	background-size: 16px 16px;
}

.coming_soon{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}
.coming_soon .box{
	font-size: 16px;
	text-align: center;
	width: 260px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.coming_soon .box span{
	width: 120px;
	height: 110px;
	background: url(../images/IDPhoto/IPD_P_ico13.png) center no-repeat;
	background-size: 100% 100%;
	margin-top: -55px;
	display: inline-block;
}
.coming_soon .box button{
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 45px;
	background: #3c6cfe;
	border-radius: 0 0 10px 10px;
	margin-bottom: -1px;
}
.IDP_left{
	width: 990px;
}
.IDP_right{
	width: 380px;
}
.IDP_block01{
	width: 100%;
	background: #fff;
	padding:20px;
	border-radius: 2px;
}
.IDP_size_info{
	font-size: 15px;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
}
.IDP_size_info li{
	margin-right: 80px;
	display: flex;
	align-items: center;
}
.IDP_size_info li>span{
	color: #999;
}
.IDP_size_info li em{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin-right: 5px;
}
.IDP_size_conent{
	font-size: 16px;
	width: 100%;
	line-height: 36px;
	padding: 20px 0;
}
.IDP_make{
	font-size: 18px;
	width: 100%;
	line-height: 40px;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.IDP_make a{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	height: 55px;
	line-height: 55px;
	border-radius: 5px;
	background: #2c9aee;
	margin-top: 10px;
}
.IDP_news_box{
	width: 100%;
	margin: 15px 0;
	display: flex;
}
.IDP_news_box>img{
	width: 245px;
	height: 155px;
	object-fit: cover;
	margin-right: 20px;
}
.IDP_news_box .info{
	width: 100%;
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.IDP_news_box .info a{
	font-size: 20px;
}
.IDP_news_box .info p{
	color: #666;
	font-size: 14px;
	max-height: 52px;
	line-height: 26px;
	overflow: hidden;
}
.IDP_news_box .count{
	color: #666;
	font-size: 13px;
}
.IDP_news_box .count span{
	padding-left: 20px;
	margin-right: 20px;
	display: inline-block;
}
.IDP_news_box .count .time{
	background: url(../images/IDPhoto/IDP_ico18.png) left no-repeat;
}
.IDP_news_box .count .num{
	background: url(../images/IDPhoto/IDP_ico19.png) left no-repeat;
}
.IDP_pageList{
	width: 100%;
	padding: 15px 0;
	display: flex;
	justify-content: center;
}
.IDP_pageList a{
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin-right: 15px;
	background: #f2f2f2;
}
.IDP_pageList .slt{
	color: #fff;
	background: #0083e8;
}
.IDP_pageList a:hover{
	color: #fff;
	background: #0083e8;
}
.search_hot{
	width: 100%;
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}
.search_hot a{
	height: 32px;
	line-height: 30px;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.search_hot a:hover{
	color: #fff;
	border: 1px solid #2c9aee;
	background: #2c9aee;
}
.IDP_recommend li{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #e8e8e8;
}
.IDP_recommend li a{
	color: #2c9aee;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.IDP_recommend li p{
	font-size: 13px;
	line-height: 24px;
}
.IDP_recommend li p span{
	color: #666;
}
.IDP_search_box{
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #e8e8e8;
}
.IDP_search_box .top{
	width: 100%;
	border-bottom: 2px dashed #e8e8e8;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.IDP_search_box .top .text{
	width: 90%;
}
.IDP_search_box .top .text strong{
	font-size: 18px;
}
.IDP_search_box .top .text p{
	margin-top: 10px;
}
.IDP_search_box .top .text span{
	color: #666;
	margin-right: 10px;
}
.IDP_search_box .top a{
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 110px;
	height: 36px;
	line-height: 36px;
	background: #2c9aee;
	border-radius: 4px;
}
.IDP_search_box .info{
	width: 100%;
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.IDP_search_box .info p{
	margin-right: 80px;
	display: flex;
	align-items: center;
}
.IDP_search_box .info p>span{
	color: #999;
}
.IDP_search_box .info p em{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin-right: 5px;
}
.IDP_search_box .info .white{
	border: 1px solid #e8e8e8;
}
.IDP_banner_small{
	width: 100%;
}
.IDP_banner_small img{
	width: 100%;
}
.IDP_new_list{
	width: 100%;
	padding:0 45px;
}
.IDP_new_list li{
	width: 100%;
	height: 85px;
	margin-top: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.IDP_new_list li a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.IDP_new_list li strong{
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}
.IDP_new_list li p{
	color: #666;
	font-size: 12px;
}
.IDP_new_list li:hover{
	color: #fff;
	background: #0083e8;
}
.IDP_new_list li:hover a,
.IDP_new_list li:hover a p{
	color: #fff;
}