#fiveContent{
	padding: 16px 14px 16px 20px;
}
.text_box {
	position: relative;
}
.text_box .font_num{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #c2c2c2;
}
#sub{
	margin: 0;
	position: absolute;
	right: 16px;
	top: 12px;
	cursor: pointer;
}
#warehouse {
    padding: 30px 40px;
    width: 500px;
    height: 550px;
    background: white;
    position: absolute;
    z-index: 999;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#uploading {
    padding: 30px 40px;
    width: 500px;
    height: 254px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    box-sizing: border-box;
}
.footer_auther_lis:hover{
	background:transparent;
}
.service_wrap_inner .header{
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
}
.service_wrap_inner .header .templet_box{
	height: 50px;
	width: 100%;
	box-sizing: border-box;
	padding:0 40px;
	line-height: 50px;
	background-color: #eeeeee;
	border-radius: 5px;
	font-size: 14px;
	color: #969696;
	font-family: 'PingFangSC-Regular';
}
.templet_box .no_chose,
.templet_box .has_chose{
	position: relative;
}
.templet_box .select_area{
	width: 850px;
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.service_wrap_inner .header .templet_box img{
	display: inline-block;
	margin: -2px 5px 0 0;
	vertical-align: middle; 
}
.service_wrap_inner .header .templet_box a{
	color: #fa4c55;
	text-decoration: underline;
	cursor: pointer;
}
.service_wrap_inner .header .pointer{
	cursor: pointer;
}
.service_wrap_inner .header .tem_title{
	font-size: 15px;
	color: #666;
}
#document-wrapper .content{
	border-top: 1px solid #e6e6e6;
}
#document-wrapper .content::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #bebebe;
    font-size: 12px;
    text-align: center;
}
#document-wrapper .content::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bebebe;
   font-size: 12px;
   text-align: center;
}
#document-wrapper .content::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bebebe;
   font-size: 12px;
   text-align: center;
}
#document-wrapper .content::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #bebebe;
   font-size: 12px;
   text-align: center;
}

.popmask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 999;
}
.fristComing{
	width: 401px;
	height: 480px;
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	background: url('/head_for/img/adv_templet/bg.png') no-repeat;
	background-size: cover;
}
.fristComing .title{
	font-size: 22px;
	font-family: PingFangSC-Regular;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	width: 100%;
	text-align: center;
	padding: 18px 0;
}
.fristComing .title .new-icon{
	margin-right: 4px;
}
.fristComing .title .close{
	position: absolute;
	top: 25px;
	right: 31px;
	cursor: pointer;
}
.fristComing .info_box{
	text-align: left;
	margin-top: 17.5rem;
	padding-left: 28px;
}
.fristComing .info_box p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-family: PingFangSC-Regular;
	letter-spacing: 0px;
	color: #010101;
	line-height: 22px;
}
.fristComing .info_box p img{
	display: inline-block;
	vertical-align: middle;
	margin:-2px 10px 0 0;
}
.fristComing .know{
	width: 118px;
	height: 33px;
	line-height: 33px;
	cursor: pointer;
	color: #fff;
	margin: 18px auto 0;
	background-color: #40464c;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
}
