/*-------------------------------------------------------*
/* 公共样式
/*-------------------------------------------------------*/
::-webkit-scrollbar {
    width: 4px;
	height: 4px;
}

::-webkit-scrollbar-track {
    background-color: #bbb;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  height: 30px;
  margin-right: -2px;
}
body {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	outline:none;
	font-style:normal;
}
#codev {
	height:100%;
	overflow: hidden;
}
.none {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	outline:none;
	font-style:normal;
}
.current {
	color: #34cece!important;
}
a{
	color: #333;
	text-decoration: none;
}
.codev_left a:hover,.box_right a:hover{
	color: #fff;
	background: #222;
}
.codev_content_tool_list a:hover {
	color: #34cece;
}
/*-------------------------------------------------------*
/* 左侧
/*-------------------------------------------------------*/
.codev_left {
	position: fixed;
    width: 210px;
    height: 100%;
    border-right: 1px solid #ccc;
	background: #333;
	color: #eee;
	overflow-y: auto;
}
.logo{
    
}
.codev_left_title {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    color: #000;
    margin-right: 30px;
}
.codev_left_title_version {
	position: absolute;
    bottom: 13px;
    right: -15px;
    font-size: 10px;
    color: #34cece;
}
.codev_left_list_a {
	font-size: 14px;
	color: #eee;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 26px;
	text-decoration: none;
}
.codev_left_list_box {
	position: relative;
}
.codev_left_list_click {
	display: none;
}
.codev_left_list_click:checked + .codev_left_list_label + .codev_left_list_title + .codev_left_list_content{
	display: none;
}
.codev_left_list_label:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 53px;
    opacity: 0;
}
.codev_left_list_title {
	display: block;
	background: #222;
	color: #fafafa;
	padding: 15px;
	border-bottom: 1px solid #444;
	cursor: pointer;
}
.codev_left_list_content {
	display: block;
}
.codev_left_list_content .codev_left_list_a {
	border-bottom: 1px solid #333;
}
/*-------------------------------------------------------*
/* 首页界面
/*-------------------------------------------------------*/
.codev_content {
    height: 100%;
	position: relative;
	overflow: auto;
}
/*-------------------------------------------------------*
/* 首页界面 顶部
/*-------------------------------------------------------*/
.codev_content_nav {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 42px;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
    z-index: 98;
    display: flex;
    justify-content: space-between;
}
.codev_content_nav_left {
	display: flex;
    margin-left: 20px;
}
.codev_content_nav_left_li {
	margin-right: 5px;
    line-height: 42px;
    color: #333;
	text-decoration: none;
}
.codev_content_nav_user {
    float: right;
    margin-right: 20px;
}
.codev_content_nav_user_a {
    margin-right: 5px;
    line-height: 42px;
    color: #333;
	text-decoration: none;
}
.codev_content_nav_user_a.register {
	color: #fafafa;
	background: #34cece;
    padding: 2px 10px;
    font-size: 14px;
}
.codev_content_nav_user_a.register:hover {
	color: #fafafa;
}
.codev_content_top_none {
	margin-top: 42px;
	overflow: hidden;
}
/*-------------------------------------------------------*
/* 首页界面 内容区域
/*-------------------------------------------------------*/
.codev_content_home {
}


/*-------------------------------------------------------*
/* 页底样式
/*-------------------------------------------------------*/
.footer{
    font-size: 12px;
    zoom: 0.9;
    overflow: hidden;
    padding: 6px;
    z-index: 999999;
    border-top: 1px solid #ccc;
    margin: 0;
    bottom: 0;
    text-decoration: none;
    outline: none;
    font-style: normal;
}
.footer a{
	display: block;
	line-height: 20px;
}
/*-------------------------------------------------------*
/* 通用样式
/*-------------------------------------------------------*/
.codev_common_submit {
	width: 100px;
    border: 1px solid #ccc;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    outline: none;
}

.inblock{display:inline-block;}
/*-------------------------------------------------------*
/* 内容样式
/*-------------------------------------------------------*/
.content{margin-left:20px;}
.msk_oneword{margin:20px 10px;font-size:16px;}
.msk_colorline_1{margin:5px 0px;height:2px;background:#5cb85c;}
.msk_colorline_2{margin:5px 0px;height:2px;background:#dddddd;}
.msk_colorline_3{margin:5px 0px;height:2px;background:#5bc0de;}
.msk_word{margin:10px 10px 0px 10px;padding:10px 10px 0px 10px;line-height:32px;font-size:16px;letter-spacing:2px;color:#333;text-indent:0em;text-align:justify;word-break:break-all;}
.msk_word a{display:block;font-size:16px;color:#333;line-height:32px;border-bottom:1px dashed #f60;}
.msk_word a:hover{text-shadow:0px 0px 3px #3fa9f5;}
.msk_img{width:100%;}

/*注册登录表单*/
/*-------------------------------------------------------*
/* 表单样式
/*-------------------------------------------------------*/
.inputbox{margin:10px;padding-left:10px;padding:10px;}
.inputbox_title{font-size:16px;width:100px;display:inline-block;}
.inputbox_input{width:200px;border:1px solid #ccc!important;padding-left:10px;font-size:14px;height:30px;line-height:30px;outline:none;}
.inputbox_span{display:inline-block;color:#ccc;font-size:12px;margin-left:20px;}
.inputbox_textarea{width:100%;border:1px solid rgb(204,204,204);outline:none;margin:10px 0px 0px 0px;height:600px;padding:10px;font-size:16px;letter-spacing:2px;font-family:auto;}
.inputbox_button{
	height: 33px;
    padding: 0px 10px;
    background: #333;
    color: #fafafa;
    margin-left: 30px;
    outline: none;
    border: 0;
    display: inline-block;
    line-height: 32px;
    text-decoration: none;
	}
.inputbox_button_right{height:33px;padding:0px 10px;background:#67cece;color:#fafafa;margin-left:30px;outline:none;border:0;}


/*积分动画*/

.movetop{
    animation: movetop 3s;
    -webkit-animation: movetop 3s;
    position:absolute;
    font-size:12px;
    color:#f60;
    opacity:0;
}

@keyframes movetop{
   0%{top:200px;opacity:1;}
   100%{top:170px;opacity:0;}
}

@-webkit-keyframes movetop{
    0%{top:200px;opacity:1;}
   100%{top:170px;opacity:0;}
}


.codev_content_reg {
	border-bottom: 1px solid #ccc;
}
.codev_content_login {
	border-bottom: 1px solid #ccc;
}


/*-------------------------------------------------------*
/* 动画 面提示框
/*-------------------------------------------------------*/
.show_msg{
    cursor: pointer;
	position: fixed;
	z-index: 99999;
	top: 100px;
	padding: 5px 20px;
	background: #000;
	color: #fafafa;
    opacity: 0;
    animation: show_msg 3s;
    -webkit-animation: show_msg 3s;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    box-sizing: content-box;
}
@keyframes show_msg{
   0%{top:100px;opacity:1;}
   100%{top:60px;opacity:0;}
}
@-webkit-keyframes show_msg{
    0%{top:100px;opacity:1;}
   100%{top:60px;opacity:0;}
}
.show_msg_warning{
    cursor: pointer;
	position: fixed;
	z-index: 99999;
	top: 100px;
	padding: 5px 20px;
	background: #000;
	color: #f00;
    opacity: 0;
    animation: show_msg_warning 3s;
    -webkit-animation: show_msg_warning 3s;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    box-sizing: content-box;
}
@keyframes show_msg_warning{
   0%{top:100px;opacity:1;}
   100%{top:60px;opacity:0;}
}
@-webkit-keyframes show_msg_warning{
    0%{top:100px;opacity:1;}
   100%{top:60px;opacity:0;}
}