.zibo-title-name{
    font-size: 23px;
    color: #333;
    font-weight: bold;
    margin-left: 23px;
}
#header {
    margin-bottom: 0px;
}
/* 标题 */
   .zibo-title {
    margin-top: 30px;
}

.content-img {
    width: 100%;
    height: 8px;
    display: block;
    margin-top: 30px;
}
/* 标题END */
/* tab选项卡 */
.sk-this::after {
    line-height: 50px;
}
.sk-tab {
    margin-top: 30px;
}
.sk-tab-brief>.sk-tab-more li.sk-this:after,
.sk-tab-brief>.sk-tab-title .sk-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 0px solid #5FB878;
    top: 27px;
}

.sk-tab-title {
    border: none;
    height: 50px;
}

.sk-tab-title li {
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 25px;
}

.sk-tab-brief>.sk-tab-title .sk-this {
    color: #333333;
    font-weight: bold;
}
/* tab选项卡END */
/* 内容 */
.content-jy {
    height: 60px;
    background: #f9f9f9;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.content-opinions {
    color: #333333;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e3e3e3;
}

.content-name {
    text-align: center;
}

.content-title {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content-title:hover{
    cursor: pointer;
}
.content-data {
    text-align: center;
}

table {
    border: 1px solid #e3e3e3;
    margin-top: 30px;
}

td>input {
    width: 100%;
    height: 60px;
    border: none;
    font-size: 16px;
    text-indent: 1em;
}

td>textarea {
    width: 100%;
    height: 200px;
    border: none;
    text-indent: 1em;
    font-size: 16px;
}

.table-title {
    background: #f8f9fa;
    width: 260px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.table-title>span {
    color: red;
    position: relative;
    top: 3px;
    left: 5px;

}

.codeRight>img {
    width: 150px;
    height: 40px;
    margin-top: 10px;
    display: block;
    float: left;
}

.table-name {
    letter-spacing: 5px;
}

.table-vcode {
    letter-spacing: 5px;
}

#vcode {
    width: 20%;
    float: left;
}

.sk-btn-normal {
	text-align: center;
width: 240px !important;
height: 48px !important;
background: #245399;
	border-radius: 4px !important;
display: block !important;
	font-size: 20px;
margin: 50px auto !important;
color: #FFF;
	line-height: 48px;
float: inherit !important;
} 

.sk-btn-normal-finish {
	text-align: center;
	height: 48px !important;
	background: #999;
		border-radius: 4px !important;
	display: block !important;
		font-size: 20px;
	margin: 50px auto !important;
	color: #fff;
		line-height: 48px;
	float: inherit !important;
}
/* 内容END */
/* 适应PAD */
@media screen and (min-width:768px) and (max-width:1100px){
       /* Tab选项卡 */
       .sk-tab-title {
        border: none;
        height: 250px;
    }
    .sk-tab-brief>.sk-tab-more li.sk-this:after, .sk-tab-brief>.sk-tab-title .sk-this:after {
        top: 50px;
    }
       .sk-tab-title li {
        color: #999999;
        font-size: 20px;
        font-weight: bold;
        width: 50%;
        padding: 20px 0px;
        float: left;
        text-align: center;
    }
    /* Tab选项卡END */
}
/* 适应PADEND */
/* 适应手机 */
@media screen and (max-width: 812px) {
    /* Tab选项卡 */
    .sk-tab-title {
        border: none;
        height: 380px;
    }
    .sk-tab-brief>.sk-tab-more li.sk-this:after, .sk-tab-brief>.sk-tab-title .sk-this:after {
        top: 40px;
    }
    .sk-tab-title li {
        color: #999999;
        font-size: 20px;
        font-weight: bold;
        width: 100%;
        padding: 10px 0px;
        float: left;
        text-align: center;
    }
    /* Tab选项卡END */
}
/* 适应手机END */
/* 弹窗样式 */
#dck {
    margin: auto;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgb(0, 0, 0, 0.6);
    z-index: 2;
    display: none;
}
.dc {
    margin: 10% auto;
    width: 1000px;
    height: auto;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
}
.dc>div {
    width: 94%;
    margin: 0px auto;
}

.close>div {
    width: 26px;
    height: 26px;
    float: right;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    border: 1px solid;
    border-radius: 50%;
    margin-right: -10px;
    margin-top: 12px;
    color: #e3e3e3;
}
.close>div:hover {
    cursor: pointer;
}

.dctitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #333333;
}

.dcname {
    font-size: 14px;
    text-align: left;
    color: #999999;
    height: 30px;
    line-height: 30px;
}

.dcdata {
    font-size: 14px;
    text-align: right;
    color: #999999;
    height: 30px;
    line-height: 30px;
}

.dcborder {
    border-bottom: 1px solid #e3e3e3;
    margin: 10px auto;
}

.dccon {
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    color: #333333;
    margin-bottom: 21px;
}
/* 弹窗样式END */