/* common */
* {
	margin: 0;
	padding: 0;
}

body{
	color: #333333;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-size: 100%;
}

em {
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: thin none;
}

a:hover {
	text-decoration: none;
}

video{
	border: none;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.after::after {
	clear: both;
	content: "";
	display: block;
}

p {
	text-align: justify;
}

img {
	vertical-align: top;
	outline: 0;
	border: 0;
	vertical-align: top;
}

body{
	background: #f4f6f9;
}

/* base */
.copy{
	height: 64px;
	line-height: 64px;
	text-align: center;
	background: #1787FB;
	color: #FFFFFF;
}
.header{
	overflow: hidden;
	background: #FFFFFF;
	padding: 28px 0;
}
.header .logo{
	float: left;
}
.header .ivu-dropdown{
	float: right;
	margin-top: 7px;
}
.header .ivu-dropdown .name{
	line-height: 24px;
	height: 24px;
	display: block;
	cursor: pointer;
	font-size: 18px;
}
.header .ivu-dropdown .name .ivu-icon{
	margin-left: 5px;
}
.banner{
	overflow: hidden;
	text-align: center;
}
.banner img{
	width: 100%;
	max-width: 1920px;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.shb-wrapper{
	position: relative;
	margin-top: 15px;
}
.shb-menu{
	position: absolute;
	top: 0;
	right: 0;
}
.shb-menu.is_fixed{
	position: fixed;
	right: calc((100% - 1200px)/2);
}
.shb-menu ul{
	background: #FFFFFF;
	width: 305px;
	padding: 25px 0;
}
.shb-menu li{
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.shb-menu li::before{
	content: '';
	width: 4px;
	height: 31px;
	background: #1787fb;
	position: absolute;
	top: 11px;
	left: 25px;
	display: none;
}
.shb-menu li:hover a{
	background: #EEEEEE;
}
.shb-menu li a{
	padding-left: 54px;
	color: #333333;
	display: block;
}
.shb-menu li.active a{
	color: #1787fb;
}
.shb-menu li.active::before{
	display: inline-block;
}
.shb-menu p{
	background: #FFFFFF;
	width: 305px;
	padding: 10px;
	margin-top: 10px;
	/* padding-left: 54px; */
	font-size: 14px;
	color: red;
	text-align: center;
}
.shb-content{
	width: 880px;
	float: left;
}
.shb-list{
	padding: 25px;
	margin-bottom: 15px;
	background: #FFFFFF;
}
.shb-title{
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.shb-info{
	position: relative;
}
.shb-info ul{
	overflow: hidden;
}

.shb-edit{
	position: absolute;
	top: 0px;
	right: 0;
	color: #1787FB;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	background: #FFFFFF;
	padding: 0 10px;
	margin-top: 0px;
}
.shb-upload .shb-edit{top: 20px;}
.shb-edit i{
	width: 14px;
	height: 14px;
	background: url(../images/icon-edit.png) no-repeat;
	background-size: cover;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.shb-info:hover .shb-edit{
	display: block;
}
.shb-info li{
	width: 50%;
	float: left;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
}
.shb-info li em{
	font-style: normal;
	color: #666666;
}
.shb-info li b{
	font-weight: normal;
}
.shb-info li.long{
	width: 100%;
}
.shb-info li.short{
	width: 25%;
}
.shb-upload{
	overflow: hidden;
}
.shb-upload li{
	padding: 20px 0;
	border-top: 1px dashed #DDDDDD;
	position: relative;
}
.shb-upload li:first-child{
	margin-top: 0;
}
.shb-upload li .label{
	overflow: hidden;
	font-size: 18px;
	letter-spacing: 1.56px;
}
.shb-upload li .add{
	overflow: hidden;
}
.shb-upload li .add .o{
	background: rgba(225,225,225,0.5);
	border: 1px dashed #DDDDDD;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 20px;
}
.shb-upload li .add .o img{
	width: 150px;
	height: 150px;
	cursor: pointer;
}
.shb-upload li .add .o:nth-child(5n+1){
	margin-left: 0;
}
.shb-upload li .new{
	height: 72px;
	line-height: 72px;
	text-align: center;
	background: #EEEEEE;
	border: 1px dashed #DDDDDD;
	font-size: 18px;
	color: #999999;
	margin-top: 10px;
	cursor: pointer;
}
.shb-upload-image{
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}
.shb-upload-image .a{
	height: 200px;
	border: 1px dashed #DDDDDD;
	cursor: pointer;
	text-align: center;
}
.shb-upload-image .a i{
	margin-top: 70px;
	width: 60px;
	height: 60px;
	display: inline-block;
	background: url(../images/icon-add.png) no-repeat center center;
}
.shb-upload-image .a .label{
	text-align: center;
	color: #999999;
}
.shb-upload-image .o{
	margin-top: 20px;
	overflow: hidden;
}
.shb-upload-image .o .item{
	background: rgba(225,225,225,0.5);
	border: 1px dashed #DDDDDD;
	float: left;
	width: 145px;
	height: 145px;
	position: relative;
	margin-left: 10px;
}
.shb-upload-image .o .item:nth-child(5n+1){
	margin-left: 0;
}
.shb-upload-image .o .i{
	width: 145px;
	height: 145px;
}
.shb-upload-image .o .item:hover .t{
	display: block;
}
.shb-upload-image .o .t{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	display: none;
}
.shb-upload-image .o em{
	float: left;
	margin-top: 51px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-left: 15px;
}
.shb-upload-image .o i{
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
.shb-upload-image .o em.preview{
	margin-left: 25px;
	background-color: #67C23A;
}
.shb-upload-image .preview i{
	background-image: url(../images/icon-preview.png);
}
.shb-upload-image .delete{
	background-color: #F56C6C;
}
.shb-upload-image .delete i{
	background-image: url(../images/icon-delete.png);
}
.shb-upload-image .shb-button{
	margin-top: 15px;
}
.shb-upload-image .ivu-upload .ivu-upload-select{
	width: 100%;
}
.shb-button{
	overflow: hidden;
}
.shb-button span{
	cursor: pointer;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	float: left;
	border-radius: 20px;
	margin-right: 15px;
}
.shb-button span.ok{
	background: #1787FB;
	color: #FFFFFF;
}
.shb-upload li:hover .shb-edit{
	display: block;
	top: 20px
}
.login{
	width: 436px;
	margin: 100px auto;
	background: #FFFFFF;
	padding: 20px;
}
.login .label{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.shb-preview-image .p{
	padding: 20px;
	text-align: center;
	overflow-y: auto;
	max-height: 600px;
	background: rgba(225,225,225,0.5);
}
.shb-preview-image .p img{
	max-width: 100%;
}

.xm-label .ivu-form-item-label{
	width: 200px !important;
}
.xm-label .ivu-form-item-content{
	margin-left: 200px !important;
}
.sm-label .ivu-form-item-label{
	width: 170px !important;
}
.sm-label .ivu-form-item-content{
	margin-left: 170px !important;
}
.xl-label .ivu-form-item-label{
	width: 248px !important;
}
.xl-label .ivu-form-item-content{
	margin-left: 248px !important;
}
.xll-label .ivu-form-item-label{
	width: 517px !important;
}
.xlll-label .ivu-form-item-label{
	width: 685px !important;
}
.xlll-label1 .ivu-form-item-label{
	width: 585px !important;
}
.xlll-label1 .ivu-form-item-content{
	margin-left: 585px !important;
}
.xlll-label2 .ivu-form-item-label{
	width: 60px !important;
}
.xlll-label2 .ivu-form-item-content{
	margin-left: 60px !important;
}
.xll-label .ivu-form-item-content{
	margin-left: 517px !important;
}
.xll-label1 .ivu-form-item-label{
	width: 180px !important;
}
.xll-label3 .ivu-form-item-label{
	width: 191px !important;
}
.xll-label2 .ivu-form-item-label{
	width: 320px !important;
}
.xll-label5 .ivu-form-item-label{
	width: 280px !important;
}
.xll-label4 .ivu-form-item-label{
	width: 100px !important;
}
.xll-label6 .ivu-form-item-label{
	width: 170px !important;
}
.xll-label8 .ivu-form-item-label{
	width: 212px !important;
}
.xll-label8 .ivu-form-item-content{
	margin-left: 212px !important;
}
.xll-label8 .ivu-form-item-required .ivu-form-item-label:before{
	content: '' !important;
}
.xll-label10 .ivu-form-item-label{
	width: 420px !important;
}
.xll-label10-1 .ivu-form-item-label{
	width: 123px !important;
}
.xll-label10-1 .ivu-form-item-content{
	margin-left: 123px !important;
}
.xll-label12 .ivu-form-item-content{
	margin-left: 20px !important;
}
.input input{width: 95%;}
.ivu-tabs-nav{width: 100%;}
.ivu-tabs-nav .ivu-tabs-tab{text-align: center;width: 50%;}

.ivu-col-span-12{padding: 0px 10px;}
.btn{display: flex;justify-content: center;align-items: center;padding: 20px 0px;}
.ivu-tooltip{width: 100%;}
.ivu-btn-primary{width: 200px;height: 40px;}
.ivu-tabs .ivu-tabs-content-animated{justify-content: center;}
.i_button .ivu-form-item-content{margin-left: 54px !important;}

.delect{position: relative;border-bottom: 5px solid #e8eaec;margin-top: 20px;}
.delect:last-child{border-bottom: none;}
.delect .ivu-row{padding-right: 60px;}
.p_red{font-size: 14px;line-height: 24px;color: red;padding-right: 72px;margin-bottom: 30px;}
.p_block{font-size: 14px;line-height: 24px;color: #000000;padding-right: 72px;margin-bottom: 10px;}
.p_indent{text-indent: 0em;}
.last{position: absolute;right: 0px;top: 0px;}
/* 手机端 */
@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 750px){
		
}

@media screen and (max-width: 510px){
	
}

.xll-labe6 .ivu-form-item-label{width: 140px !important;}
.xll-labe7 .ivu-form-item-label{width: 130px !important;}
.xll-labe7 .ivu-form-item-content{margin-left: 130px !important;}

.list-content .ivu-form-item-content{
	margin-left: 10px !important;
}

.xll-label10 .ivu-form-item{
	margin-bottom: 0;
}

.tips{
	position: relative;
	top: -8px;
}
.tips:before{
	display: none !important;
}