.sx-nav{
	font-size: 14px;
    color: #999999;
	line-height:19px;
	padding: 20px 0;
}
.sx-nav span{
	margin:0 5px;
}
.sx-nav .index{
	color: #666666;
}
.sssb-tlt{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	margin-bottom: 30px;
}
.sssb-tlt span{
	width: 4px;
	height: 18px;
	background: #CA0712;
	margin-right: 8px;
	display: inline-block;
    vertical-align: middle;
}
.titled{
	font-size: 24px;
	font-weight: 900;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}
.group{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap ;
}
.item {
	width: 556px;
	margin-bottom: 24px;
}
.item label{
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 18px;
	margin-bottom: 10px;
	display: block;
}
.item input{
	width: 556px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-indent: 12px;
	font-weight: 400;
	font-size: 14px;
}
.item input::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 14px;
}
.item select{
	width: 556px!important;
}
.select2-container .select2-selection--single {
    height: 42px!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #DDDDDD;
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 42px;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ca07120d;
    color:  #333333;
}

.check-tlt{
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 15px;
}

.ckbox span:after, .ckbox span:before {
    line-height: 14px;
    position: absolute;
}
.el-col-radio{
	display: flex;
	font-weight: 400;
    position: relative;
    line-height: 18px;
    flex-wrap: wrap;
}
.el-col-radio .rdioboxs,.el-col-radio .ckbox{
	font-weight: 400;
    position: relative;
    display: block;
    line-height: 32px;
}
.el-col-radio input[type=checkbox] {
    opacity: 0;
    margin: 0 5px 0 0;
}
.el-col-radio .ckbox span {
    padding-left: 3px;
    margin-right: 60px;
    font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.el-col-radio .ckbox span:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #adb5bd;
    border-radius: 2px;
    top: 9px;
    left: 0;
}
.el-col-radio input[type=checkbox]:checked+span:before {
    border-color: transparent;
    background-color: #BE2321;
}
.el-col-radio .ckbox span:after {
    top: 9px;
    left: 0;
    width: 12px;
    height: 12px;
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #BE2321;
    line-height: 14px;
    border-radius: 2px;
    border: 1px solid #BE2321;
    display: none;
}
.el-col-radio input[type=checkbox]:checked+span:after {
    display: block;
}
.content{
	margin-bottom: 50px;
	margin-top: 24px;
}
#Synopsis{
	width: 1200px;
	height: 120px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 12px;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 18px;
}
#Synopsis::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 14px;
}
#tjBtn{
	width: 210px;
	height: 52px;
	background: #CA0712;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 52px;
	margin: 0 auto;
	cursor: pointer;
	margin-bottom: 45px;
}

/*公共弹窗样式*/
#commonpop {
	position: fixed;
	left: 0;
	top: 0;
	right: -7%;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	display: none;
	border-radius: 5px;
	z-index: 100000;
}

#commonpop p {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column
}

#commonpop p span {
	line-height: 22px;
	display: block
}
/*纸质出版*/
.cbType{
	display: block;
}
.el-col-radio.cbType .ckbox {
	width: 60px;
}
.el-col-radio.cbType .ckbox span{
	margin-right: 0px;
}
.el-col-radio input[type=radio] {
    opacity: 0;
    margin: 0 5px 0 0;
}
.el-col-radio .rdioboxs span {
    padding-left: 3px;
    margin-right: 60px;
    font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.el-col-radio .rdioboxs{
	font-weight: 400;
    position: relative;
    display: block;
    line-height: 32px;
    margin-bottom: 10px;
}
.el-col-radio .rdioboxs input[type=radio] {
    opacity: 0;
    margin: 0 5px 0 0;
}
.el-col-radio .rdioboxs span:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #adb5bd;
    border-radius: 50px;
    line-height: 46px;
    position: absolute;
    top: 8px;
    left: 0;
}
.el-col-radio .rdioboxs input[type=radio]:checked+span:before {
    border-color: transparent;
    background-color: #BE2321;
}
.el-col-radio .rdioboxs span:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50px;
    line-height: 46px;
    position: absolute;
    top: 13px;
    left: 5px;
    display: none;
}
.el-col-radio .rdioboxs input[type=radio]:checked+span:after {
    display: block;
}


.zz-cont{
	width: 1200px;
	height: 81px;
	background: #F7F7F7;
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	display: none;
}
.zz-cont1{
	flex-wrap: wrap;
	height: 160px;
}
.zz-item{
	margin-top: 20px;
}
.zz-item label{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.zz-item input{
	width: 280px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-indent: 12px;
	font-weight: 400;
	font-size: 14px;
}
.zz-item input::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 14px;
}
.zz-item select{
	width: 280px!important;
}


.item input.scfj{
	width: 484px;
}
.item .chose{
	display: inline-block;
	width: 64px;
	height: 40px;
	background: #CA0712;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	border: 1px solid #CA0712;
	vertical-align: middle;
}
.item input.up-file {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 64px;
    height: 42px;
    opacity: 0;
    cursor: pointer;
}
.item label span{
	font-size: 14px;
	font-weight: 400;
	color: #CCCCCC;
}
.chose2{
	width: 400px;
	height: 220px;
	background: #FAFAFA;
	display: inline-block;
	text-align: center;
	position: relative;
}
.chose2 span{
	width: 143px;
	height: 38px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	display: block;
	margin: 0 auto;
}
.chose2 img{
	width: 39px;
	height: 40px;
	margin-top: 63px;
	margin-bottom: 17px;
}
.chose2 .up-file2{
	position: absolute;
    z-index: 100;
    top: 63px;
    left: 180px;
    width: 39px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
.chose2 #Vidoe{
    width: 400px;
	height: 220px;
}
