.kernel_content {
    background: #fff;
    position: relative;
}

.version_wrap {
    width: 1080px;
}

.v_title {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: rgba(248, 248, 248, 1);
    margin-top: 26px;
}

.v_title>span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
    margin-left: 20px;
    margin-right: 18px;
}

.v_diff {
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(0, 145, 255, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 30px;
    margin-top: 4px;
    margin-left: 16px;
    padding: 0 8px;
}

.vDiff_title {
    width: 100%;
    background: #FBFBFB;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    box-sizing: border-box;
}

.v_contain>li {
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: .5s;
    margin-top: 30px;
}

.v_contain>li>div {
    float: left;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
}
.v_contain>li>div:nth-child(2) {
    width: 113px;
    margin-left: 50px;
}

.v_contain>li>div:nth-child(3) {
    width: 429px
}

.v_contain>li>div:nth-child(4) {
    width: 192px;
}

.v_contain>li>div:nth-child(5) {
    width: 101px;
}

.page_line {
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: 208px;
}

.version_list {
    width: 885px;
    float: left;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 38px;
    padding-left: 50px;
}

.version_list>li {
    float: left;
}

.version_list>li:nth-child(1) {
    width: 113px;
}

.version_list>li:nth-child(2) {
    width: 429px
}

.version_list>li:nth-child(3) {
    width: 192px;
}

.version_list>li:nth-child(4) {
    width: 101px;
}

.v_diff_list>li {
    width: 38px;
    height: 30px;
    line-height: 30px !important;
    margin-right: 0;
    text-align: center;
}

.v_diff_list {
    width: 38px;
    margin-top: 18px !important;
    float: left;
}

.v_new {
    border-left: none;
}

.diff_intro {
	width:1080px;
	height:38px;
	background:rgba(248,248,248,1);
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: 38px;
	margin-bottom: 30px;
	margin-top: 20px;
	padding-left: 20px;
}

.add_num {
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    background: #7fca9c;
    float: left;
    margin-right: 17px;
}

.rm_num {
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    background: #f6cf55;
    float: left;
    margin-right: 17px;
}

.diff_intro>span {
    margin: 0 5px
}

.v_diff_list_wrap {
    float: left;
    width: 90px;
    height: 100%;
    position: absolute;
	border:1px solid #F2F2F2!important;
	border-right: none!important;
}

#codelangs {
    float: left;
    width: 1004px;
    height: 100%;
    margin-left: 76px;
    padding: 0px !important;
    border:1px solid #F2F2F2!important;
    border-left: none!important;
    margin-bottom: 0;
}

.vdiff_wrap {
    width: 1080px;
}

#codelangs>code>ol>li {
    letter-spacing: 2px;
    height: 30px;
    line-height: 30px !important;
}

#codelangs>code>ol {
    border: none;
}

.kernel_loading {
    font-size: 22px;
    line-height: 100px;
    text-align: center;
}

.version_title {
    float: left;
    width: 194px;
    padding-left: 20px;
    padding-right: 12px;
    box-sizing: border-box;
}

.radio_wrap input {
    width: 20px;
    height: 20px;
}

.radio_wrap {
    width: 194px;
}

.v_diff_contain{
	margin-top: 20px;
}

.version_line{
    position: absolute;
    width: 1px;
    background: #F2F2F2;
    height: 100%;
    margin-left: 194px;
}
.v_diff_en{
    margin-left: 6px;
}