/*** all1 ***/
body {
  background: #f3f5f7;
  color: #333;
  line-height: 1.6em;
  font-size: 12px;
  font-family: "微软雅黑", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti;
  margin: 0px auto;
  max-width: 2560px;
  overflow-x: hidden; }

input[type="text"], input[type="password"], textarea, select {
  font-family: "微软雅黑", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti;
  background-color: #FFFFFF;
  font-size: 12px;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0; }

div,form,input,select,p,table,h1,h2,h3,h4,h5,h6,ul,ol,li,th,td,dl,dt,dd{margin:0;padding:0;font-weight:inherit;font-style:inherit;font-size:100%;}
h1,h2,h3,h4,h5,h6{font-weight:bold;}
ul,ol,dl,dt,dd,li,p,h2,h3,h4,h5 {list-style: none outside none; display:block;}
a{text-decoration:none;color:#666;outline:none;star:expression(this.onFocus=this.blur())}
a:hover{color:#c60000;/*text-decoration:underline;*/}
strong{/* font-weight:normal; */}
*html,*html{background-image:url(about:blank);background-attachment:fixed}/*澶勭悊IE6婊氬姩鐨凚UG*/
input[type="button"], input[type="submit"], input[type="reset"] ,input[type="text"]{
-webkit-appearance: none;
border-radius: 0;
}
textarea {  -webkit-appearance: none;}   
input:focus, textarea:focus,button {
    outline: none;
}
h1,h2,h3,h4,h5{ margin-bottom:6px; }
h1{font-size:28px; line-height: 40px;}
h2{font-size:24px; line-height: 36px;}
h3{font-size:20px; line-height: 30px;}
h4{font-size:18px;}
h5{font-size:14px;}

table{border-collapse:collapse;}
.tt01{ font-size: 16px; padding: 10px 5px; }
.news_content table { width: 100%;}
.box_article th, .box_article td { padding: 5px; font-size:14px; min-height: 22px; line-height: 22px; border: 1px solid #ddd;}
.box_article th{
  background: #efefef;
}
img{border:none; border:0px;}
em,i{font-style:normal;}
*{margin:0px; padding:0px;}
input{outline:none; border: none; }
select{outline:none;}
textarea{outline:none;}
/*math-js-code*/
.math-js-code{
    font-size: 18px; margin: 5px; 
/*    background: #e1e1e1;*/
}


::-webkit-scrollbar,.thick-scrollbar::-webkit-scrollbar,textarea::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb,.thick-scrollbar::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb {
    border-width: 0;
    border-color: #fff;
    border-radius: 6px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb:hover,.thick-scrollbar::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
*:hover ::-webkit-scrollbar-thumb{
    background-color: #c2c2c2;
}
.thick-scrollbar:hover::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
}

/*Hidden in excess*/
.textOver{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box_article pre {
    padding: 10px;
    margin: 6px auto;
    color: #444;
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    word-wrap: break-word;
}
.scroll{ 
    overflow-y:auto; 
}
.scroll::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
.scroll::-webkit-scrollbar-thumb {
    opacity: 0;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(216,216,216,.2);
    background: #d8d8d8;
}
.scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #fff;
        border-radius: 0;
        background: rgba(0,0,0,0.05)
}
.scroll::-webkit-scrollbar-thumb:hover{
    background-color: rgba(0,0,0,.3);
}

.clear{clear:both; height:0px; visibility:hidden; overflow:hidden; line-height:normal; display:block;}
.none{display:none}
.main{ width:1000px; margin:0px auto; overflow:hidden;}
.bk_top{ margin-top:10px;}
.height_10{ height:10px;}
.height_15{ height:15px;}
.height_25{ height:25px;}
.color_red{ color:#f00;}
.pos,.pes{  display: block;}
.pos{ position:absolute;}
.pes{ position:relative;}

.red{
    color:red;
}
.green{
    color: green;
}
.blue{
    color: blue;
}
.yellow{
    color: yellow;
}

a,.more,.link{ cursor:pointer;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}

.btn{
    cursor: pointer;
}
.icon{
    position: absolute;
    font-style: normal;
    display: block;
    z-index: 1;
    text-align: center;
}

/*组件*/
.el-select{
    height: 28px;
    margin: 0px 5px;
}
.el-button-group {
    display: inline-block;
    vertical-align: middle;
}

.el-button-group:after,.el-button-group:before {
    display: table;
    content: ""
}

.el-button-group:after {
    clear: both
}

.el-button-group>.el-button {
    float: left;
    position: relative
}

.el-button-group>.el-button+.el-button {
    margin-left: 0
}

.el-button-group>.el-button.is-disabled {
    z-index: 1
}

.el-button-group>.el-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-button-group>.el-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-button-group>.el-button:first-child:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.el-button-group>.el-button:first-child:last-child.is-round {
    border-radius: 20px
}

.el-button-group>.el-button:first-child:last-child.is-circle {
    border-radius: 50%
}

.el-button-group>.el-button:not(:first-child):not(:last-child) {
    border-radius: 0
}

.el-button-group>.el-button:not(:last-child) {
    margin-right: -1px
}

.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover {
    z-index: 1
}

.el-button-group>.el-dropdown>.el-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--primary:first-child {
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--primary:last-child {
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--success:first-child {
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--success:last-child {
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--success:not(:first-child):not(:last-child) {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--warning:first-child {
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--warning:last-child {
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--danger:first-child {
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--danger:last-child {
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--info:first-child {
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--info:last-child {
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--info:not(:first-child):not(:last-child) {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5)
}
.el-button-group .el-input-group-addon{
    display: inline-block;
}
/* btn */
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px
}

.el-button+.el-button {
    margin-left: 10px;
}

.el-button.is-round {
    padding: 12px 20px
}

.el-button:focus,.el-button:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff
}

.el-button:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: none
}

.el-button::-moz-focus-inner {
    border: 0
}

.el-button [class*=el-icon-]+span {
    margin-left: 5px
}

.el-button.is-plain:focus,.el-button.is-plain:hover {
    background: #fff;
    border-color: #409eff;
    color: #409eff
}

.el-button.is-plain:active {
    background: #fff;
    outline: none
}

.el-button.is-active,.el-button.is-plain:active {
    border-color: #3a8ee6;
    color: #3a8ee6
}

.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5
}

.el-button.is-disabled.el-button--text {
    background-color: transparent
}

.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover {
    background-color: #fff;
    border-color: #ebeef5;
    color: #c0c4cc
}

.el-button.is-loading {
    position: relative;
    pointer-events: none
}

.el-button.is-loading:before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: hsla(0,0%,100%,.35)
}

.el-button.is-round {
    border-radius: 20px;
    padding: 12px 23px
}

.el-button.is-circle {
    border-radius: 50%;
    padding: 12px
}

.el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff
}

.el-button--primary:focus,.el-button--primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff
}

.el-button--primary:active {
    outline: none
}

.el-button--primary.is-active,.el-button--primary:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff
}

.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover {
    color: #fff;
    background-color: #a0cfff;
    border-color: #a0cfff
}

.el-button--primary.is-plain {
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff
}

.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover {
    background: #409eff;
    border-color: #409eff;
    color: #fff
}

.el-button--primary.is-plain:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
    outline: none
}

.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover {
    color: #8cc5ff;
    background-color: #ecf5ff;
    border-color: #d9ecff
}

.el-button--success {
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a
}

.el-button--success:focus,.el-button--success:hover {
    background: #85ce61;
    border-color: #85ce61;
    color: #fff
}

.el-button--success:active {
    outline: none
}

.el-button--success.is-active,.el-button--success:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff
}

.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover {
    color: #fff;
    background-color: #b3e19d;
    border-color: #b3e19d
}

.el-button--success.is-plain {
    color: #67c23a;
    background: #f0f9eb;
    border-color: #c2e7b0
}

.el-button--success.is-plain:focus,.el-button--success.is-plain:hover {
    background: #67c23a;
    border-color: #67c23a;
    color: #fff
}

.el-button--success.is-plain:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff;
    outline: none
}

.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover {
    color: #a4da89;
    background-color: #f0f9eb;
    border-color: #e1f3d8
}

.el-button--warning {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c
}

.el-button--warning:focus,.el-button--warning:hover {
    background: #ebb563;
    border-color: #ebb563;
    color: #fff
}

.el-button--warning:active {
    outline: none
}

.el-button--warning.is-active,.el-button--warning:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff
}

.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover {
    color: #fff;
    background-color: #f3d19e;
    border-color: #f3d19e
}

.el-button--warning.is-plain {
    color: #e6a23c;
    background: #fdf6ec;
    border-color: #f5dab1
}

.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover {
    background: #e6a23c;
    border-color: #e6a23c;
    color: #fff
}

.el-button--warning.is-plain:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff;
    outline: none
}

.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover {
    color: #f0c78a;
    background-color: #fdf6ec;
    border-color: #faecd8
}

.el-button--danger {
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c
}

.el-button--danger:focus,.el-button--danger:hover {
    background: #f78989;
    border-color: #f78989;
    color: #fff
}

.el-button--danger:active {
    outline: none
}

.el-button--danger.is-active,.el-button--danger:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff
}

.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover {
    color: #fff;
    background-color: #fab6b6;
    border-color: #fab6b6
}

.el-button--danger.is-plain {
    color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4
}

.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover {
    background: #f56c6c;
    border-color: #f56c6c;
    color: #fff
}

.el-button--danger.is-plain:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff;
    outline: none
}

.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover {
    color: #f9a7a7;
    background-color: #fef0f0;
    border-color: #fde2e2
}

.el-button--info {
    color: #fff;
    background-color: #909399;
    border-color: #909399
}

.el-button--info:focus,.el-button--info:hover {
    background: #a6a9ad;
    border-color: #a6a9ad;
    color: #fff
}

.el-button--info:active {
    outline: none
}

.el-button--info.is-active,.el-button--info:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff
}

.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover {
    color: #fff;
    background-color: #c8c9cc;
    border-color: #c8c9cc
}

.el-button--info.is-plain {
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6
}

.el-button--info.is-plain:focus,.el-button--info.is-plain:hover {
    background: #909399;
    border-color: #909399;
    color: #fff
}

.el-button--info.is-plain:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff;
    outline: none
}

.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover {
    color: #bcbec2;
    background-color: #f4f4f5;
    border-color: #e9e9eb
}

.el-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px
}

.el-button--medium.is-round {
    padding: 10px 20px
}

.el-button--medium.is-circle {
    padding: 10px
}

.el-button--small {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px
}

.el-button--small.is-round {
    padding: 9px 15px
}

.el-button--small.is-circle {
    padding: 9px
}

.el-button--mini {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 3px
}

.el-button--mini.is-round {
    padding: 7px 15px
}

.el-button--mini.is-circle {
    padding: 7px
}

.el-button--text {
    border-color: transparent;
    color: #409eff;
    background: transparent;
    padding-left: 0;
    padding-right: 0
}

.el-button--text:focus,.el-button--text:hover {
    color: #66b1ff;
    border-color: transparent;
    background-color: transparent
}

.el-button--text:active {
    color: #3a8ee6;
    background-color: transparent
}

.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active {
    border-color: transparent
}

/* input */
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%
}

.el-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px
}

.el-input::-webkit-scrollbar:horizontal {
    height: 6px
}

.el-input::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: #b4bccc
}

.el-input::-webkit-scrollbar-corner,.el-input::-webkit-scrollbar-track {
    background: #fff
}

.el-input::-webkit-scrollbar-track-piece {
    background: #fff;
    width: 6px
}

.el-input .el-input__clear {
    color: #c0c4cc;
    font-size: 14px;
    cursor: pointer;
    transition: color .2s cubic-bezier(.645,.045,.355,1)
}

.el-input .el-input__clear:hover {
    color: #909399
}

.el-input .el-input__count {
    height: 100%;
    display: inline-flex;
    align-items: center;
    color: #909399;
    font-size: 12px
}

.el-input .el-input__count .el-input__count-inner {
    background: #fff;
    line-height: normal;
    display: inline-block;
    padding: 0 5px
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%
}

.el-input__inner::-ms-reveal {
    display: none
}

.el-input__inner::placeholder {
    color: #c0c4cc
}

.el-input__inner:hover {
    border-color: #c0c4cc
}

.el-input__inner:focus {
    outline: none;
    border-color: #409eff
}
/*group*/
.el-input-group-form{
    display: table;
}
.el-input-group-form .el-input-text{
   width: 10%; padding-right: 5px;
}
.el-input-group-form .el-input-text,
.el-input-group-form .el-button,
.el-input-group-form .el-input__inner
{
    display: table-cell; float: none; vertical-align: middle; text-align: center;
}

/*组件*/

/** ad **/
.ad_01{ clear:both; padding:10px;}

/*** header ***/
.header{ overflow:hidden; margin-bottom: 15px; background: #fff; min-width: 1000px; position: relative; }
#canvas{
    position: absolute; width: 100%; height: 135px; z-index: 0; left: 0px; top: 0px; right: 0px; 
    background: none;
}
.header_top{ height: 25px; line-height: 25px; }
.header_top_nr{overflow:hidden; }
.htn_lf,.m_lf{ float:left;}
.htn_rt,.m_rt{ float:right;}
p.htn_rt_xx { }
.htn_rt_xx a{ margin:0 5px;}
a.dlk,a.zck{ color:#3695DA; font-weight:bold; font-family:"微软雅黑";}
.header_m{ clear:both; overflow:hidden; height:94px; position: relative; z-index: 1; }
.header_m .logo{ height:94px; width:200px; float:left; text-align:center;}
.header_m .logo img{ padding-top:10px;}
/*搜索*/
.header_m .searchBox{
    width: 320px; height: 40px; top: 50%; margin-top: -20px; left: 50%; margin-left: -160px; background: #f1f1f1;
}
.header_m .searchBox input{
    display: block; border: 0px; width: 320px; height: 40px; background: none; text-indent: 15px;
}
.header_m .searchBox .submit{
    background:none; border: none; cursor: pointer;
    width: 16px; height: 16px; top: 50%; margin-top: -8px; right: 10px;
} 
.header_m .searchBox .submit i.icon{
    width: 16px; height: 16px; line-height: 16px; top: 0px; left: 0px;
}
/*登录*/
.header_m .loginBox{
    top: 50%; margin-top: -25px; right: 20px; min-width: 130px;
    /*height: 30px;*/ font-size: 12px; line-height: 30px;

}
.header_m .loginBox .loginOut .btn{
    display: inline-block !important; width: auto !important; margin-right: 5px;
}
.header_m .loginBox .btn.ic{
/*    position: absolute;*/
/*    top: 25px;*/
}
.header_m .loginBox .login{
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0px;
    top: 30px;
}
.header_m .loginBox .login .loginIn{
    padding-left: 20px;
}
.header_m .loginBox .login .loginIn .icon{
    left: 0px;
}
.header_m .loginBox .login span.name{ color: #ff8533; width: 80px;  float: left; display: block; overflow: hidden; margin-right: 5px; }
.header_m .loginBox .login .btn{

}

.header_m .loginBox .login .btn.ic_qq{
    top: 0px;
    display: block;
    width: 35px;
    height: 35px;
    /*background: url(https://www.zixuephp.net/static/images/icos.png) no-repeat ;*/
    background-position: -108px 0px;
    /*background-size: 400px;*/
}

.nav{ height:40px; min-width: 1000px; clear:both; overflow:hidden; background:#2b333b; border-top:1px solid #003466; box-shadow: #ffe1ce 3px 3px 3px; position: relative; z-index: 1; }
.nav ul{ position:relative;}
.nav ul li{  height:40px; line-height:40px; float:left; text-align:center; transition: all .5s; }
.nav ul li a{ padding:0px 8px; height:40px; display:block; color:#fff; text-decoration:none; }
/*.nav ul li #on { background:#fff;  font-weight:bold; }
.nav ul li #on a{color:#ccc;}*/
.nav ul li.active a{ color:#333; background:#fff; font-weight:bold;}
.nav ul li:hover{
    font-size: 14px;
}
.nav ul li:hover a{ color:#333; background:#fff; font-weight:bold; 
/*transform: translateY(-5px);*/
}
.navChild{
    width: 1000px; margin: 0px auto; margin-bottom: 10px; overflow: hidden;
}
.navChild ul li{
    float: left; padding: 0px 10px 5px 0px;
}
.navChild ul li.active a{
    color: #ff8533;
}
/*** header ***/

/** nr page  **/
.lm_pages{ overflow:hidden; padding:5px;}
.lm_pages li{ float:left; margin:0px 3px 0px 0px;}
.lm_pages li.thisclass a{color:#f00;}

/* foot */
.foot{ height:159px; background: #F7F7F7; margin-top:10px; border-top:1px solid #3695DA; clear: both;}
.foot_nr{ text-align:center; color: #666; padding-top:30px;}
.foot_nr a{ color:#36F; font-weight:bold;}
.wx_ad1{ position:fixed; z-index:99; right:5px; top:5px; }

/*.news_seek{ color:#fff;}
.news_seek a{ color:#fff;}
.s_ad_01{ clear:both; padding:5px; width:auto; margin:0px auto;}*/

/*动画集合*/
.animation{
-webkit-animation:swing 4s .2s ease infinite both;
-moz-animation:swing 4s .2s ease infinite both;}
@-webkit-keyframes swing{
20%,40%,60%,80%,100%{-webkit-transform-origin:top center}
20%{-webkit-transform:rotate(15deg)}
40%{-webkit-transform:rotate(-10deg)}
60%{-webkit-transform:rotate(5deg)}
80%{-webkit-transform:rotate(-5deg)}
100%{-webkit-transform:rotate(0deg)}
}
@-moz-keyframes swing{
20%,40%,60%,80%,100%{-moz-transform-origin:top center}
20%{-moz-transform:rotate(15deg)}
40%{-moz-transform:rotate(-10deg)}
60%{-moz-transform:rotate(5deg)}
80%{-moz-transform:rotate(-5deg)}
100%{-moz-transform:rotate(0deg)}
}

/*公用*/
.mdt{position:relative;margin-bottom:10px;padding:0 15px;height:36px;font-weight:550;line-height:36px;}
.mdt h3{margin-bottom:0;font-size:14px;line-height:36px;}
.mdt h3.hicon{position:relative;padding-left:25px;}
.mdt h3.hicon i.icon{top:50%;left:0;margin-top:-7.5px;width:15px;height:15px;line-height:15px;}
.mdt .btn.more{position:absolute;top:50%;right:5px;margin-top:-10px;width:20px;height:20px;line-height:20px;}
.mdt .ic-line{position:inherit;display:block;height:1px;background:#f1f1f1;}
.mdb{position:relative;margin-bottom:10px;padding:0 20px;}
.mdb h4{padding-left:5px;font-size:14px;}
dl.article{overflow:hidden;margin-bottom:10px;}
dl.article dt{margin-bottom:10px;padding:10px 0 10px 0;border-radius:5px;background:#f1f1f1;box-shadow:0 4px 8px 0 rgba(7,17,27,.05);text-align:center;font-weight:700;font-size:14px;}
dl.article dd{overflow:hidden;margin-bottom:9px;list-style-type:square;text-overflow:ellipsis;white-space:nowrap;}
dl.article.time dd{position:relative;padding-right:50px;}
dl.article.time dd span.time{position:absolute;top:50%;right:10px;margin-top:-10px;color:#999;}
dl.article.scroll{overflow-y:scroll;height:360px;}
dl.imgs{
/*    overflow:hidden;*/
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 3px;
}
dl.imgs dd{position:relative;float:left;overflow:hidden;
  /*  margin-right:6px;
    margin-bottom:10px;
    width:110px;
   */
     height:90px;
    border-radius:8px;background:#f1f1f1;box-shadow:0 4px 8px 0 rgba(7,17,27,.05);transition:all .5s;}
dl.imgs dd.nor{margin-right:0;}
dl.imgs dd .img{width:100%;}
dl.imgs dd:hover{box-shadow:rgba(0,0,0,.6) 3px 5px 8px;transform:translateY(-10px);}
dl.imgs dd span.info{position:absolute;right:0;bottom:0;left:0;display:block;overflow:hidden;padding:5px;height:26px;background:#fff;text-overflow:ellipsis;white-space:nowrap;}
.mdlist{position:relative;margin-right:10px;border-radius:8px;background:#fff;box-shadow:0 4px 8px 0 rgba(7,17,27,.05);}
.mdlist.mrno{margin-right:0;}
.mdlist.ml1{width:300px;height:416px;}
.mdlist.ml2{width:380px;height:416px;}
.mdlist.ml3{width:690px;height:416px;}
.mdlist .mdb{padding:0 10px 10px 10px;height:345px;}
.mdlist .mdb dl.img2s{padding-top:10px;padding-left:15px; overflow: auto; max-height: 350px;}
.mdlist .mdb dl.img2s dd{position:relative;float:left;overflow:hidden;margin-right:10px;margin-bottom:13px;width:100px;height:100px;border-radius:8px;background:#f1f1f1;box-shadow:0 4px 8px 0 rgba(7,17,27,.05);transition:all .5s;}
.mdlist .mdb dl.img2s dd img{display:block;margin:0 auto;width:100px;height:100px;}
.mdlist .mdb dl.img2s dd span.info{position:absolute;right:0;bottom:0;left:0;display:block;overflow:hidden;padding:2px;width:100px;height:25px;background:rgba(0,0,0,.6);color:#fff;text-overflow:ellipsis;white-space:nowrap;line-height:25px;}
.mdlist .mdb dl.img2s dd:hover{box-shadow:rgba(0,0,0,.6) 3px 5px 8px;color:#c60000;transform:translateY(-10px);}
/*核心*/
.md{position:relative;display:block;margin-bottom:20px;}
.md1{overflow:visible;height:420px;border-radius:8px;background:#f1f1f1;box-shadow:0 4px 8px 0 rgba(7,17,27,.05);}
.md1 .menu{top:0;left:0;z-index:10;width:216px;height:420px;background:#2b333b;font-size:14px;}
.md1 .menu ul{display:block;padding:15px 0;}
.md1 .menu ul li{position:relative;display:block;padding-left:12px;height:40px;line-height:40px;cursor:pointer;transition:all .5s;}
.md1 .menu ul li:hover{background:rgba(255,255,255,.3);color:#fff;text-indent:20px;font-size:16px;}
.md1 .menu ul li:hover i{display:none;}
.md1 .menu ul li a{padding:0 16px;color:rgba(255,255,255,.6);}
.md1 .menu ul li i.icon{top:50%;right:10px;margin-top:-7.5px;width:15px;height:15px;color:rgba(255,255,255,.6);line-height:15px;}
.md1 .menu ul li .sonList{position:absolute;top:0;left:216px;display:none;padding:15px 20px;width:660px;min-height:280px;background:#f1f1f1;box-shadow:0 4px 8px 0 rgba(7,17,27,.05);color:#333;}
.md1 .menu ul li .sonList h3{position:relative;font-size:14px;}
.md1 .menu ul li .sonList h3 span.text i{color:#999;font-weight:400;font-size:12px;}
.md1 .menu ul li .sonList h3 i.icon{position:absolute;top:50%;left:100px;margin-top:-1px;width:560px;height:1px;background:#d1d1d1;}
.md1 .menu ul li .sonList ol{overflow:hidden;}
.md1 .menu ul li .sonList ol li{float:left;display:inline-block;width:auto;height:26px;text-align:center;font-size:12px;line-height:26px;}
.md1 .menu ul li .sonList ol li:hover{background:0 0;}
.md1 .menu ul li .sonList ol li a{color:#333;}
.md1 .menu ul li .sonList ol li a:hover{color:#c60000;}
.md1 .contbox{float:right;width:785px;height:420px;background:#f1f1f1;}
.md1 .contbox .lunbobox{position:relative;overflow:hidden;width:784px;height:338px;}
.md1 .contbox .lunbobox ul.lunbo{position:absolute;top:0;left:0;}
.md1 .contbox .lunbobox ul.lunbo li{float:left;width:784px;height:338px;background:#f1f1f1;}
.md1 .contbox .lunbobox ul.lunbo li img{width:100%;height:338px;}
.md1 .contbox .lunbobox .btn{top:50%;margin-top:-25px;width:50px;height:50px;border-radius:100%;background:rgba(0,0,0,.6);color:#f1f1f1;text-align:center;font-size:18px;line-height:50px;}
.md1 .contbox .lunbobox .btn:hover{background:rgba(211,211,211,.6);}
.md1 .contbox .lunbobox .btn.btnLeft{left:0;}
.md1 .contbox .lunbobox .btn.btnRight{right:0;}
.md1 .contbox .ztbox{overflow:hidden;padding-left:10px;width:774px;height:82px;background:#d1d1d1;}
.md1 .contbox .ztbox .ztitem{position:relative;float:left;overflow:hidden;margin:10px 8px 10px 0;width:120px;height:60px;border-radius:8px;background:#2b333b;text-align:center;font-weight:700;font-size:12px;line-height:60px;transition:all .5s;}
.md1 .contbox .ztbox .ztitem:hover{box-shadow:#000 3px 5px 8px;transform:translateY(-10px);}
.md1 .contbox .ztbox .ztitem a{display:block;width:120px;height:60px;color:#ff8533;}
.md1 .contbox .ztbox .ztitem a:hover{background:#fff;}
.md1 .contbox .ztbox .ztitem a .img{position:absolute;top:0;left:0;width:100%;height:60px;}
.md2{height:416px;}
.md2 .mdlist{float:left;}
.md3{padding:20px 0;border-radius:8px;background:#fff;}
.md3 dl.article{float:left;margin-right:2px;width:33%; min-height: 332px;}
.md3 dl.article a{padding-left:15px;}
.mdlink{padding:20px 0;border-radius:8px;background:#fff;}
.mdlink li{float:left;padding:0 5px;}
.mdlink .mdb{padding:0 20px;}
.mdlink .mdb .link a{padding-right:5px;line-height:26px;}
.mbx{padding-bottom:8px;color:#d1d1d1;font-size:14px;line-height:32px;}
.mdManual{min-height:50px;border-radius:8px;background:#fff;}
ul.ztitem{overflow:hidden;padding:10px;}
ul.ztitem li{position:relative;float:left;overflow:hidden;margin-right:8px;width:120px;height:60px;border-radius:8px;background:#2b333b;text-align:center;font-weight:700;font-size:18px;line-height:60px;}
ul.ztitem li a{display:block;width:120px;height:60px;color:#ff8533;}
ul.ztitem li a img{position:absolute;top:0;left:0;width:100%;height:60px;}
ul.ztitemB{overflow:hidden;padding:10px;}
ul.ztitemB li{position:relative;float:left;overflow:hidden;margin-right:8px;margin-bottom:5px;padding:3px 5px;border-radius:8px;background:#f1f1f1;text-align:center;font-size:14px;}
ul.ztitemB li:hover{background:#d1d1d1;}
ul.ztitemB li a{display:block;color:#333;}
ol.listMenu{overflow:auto;height:calc(100%);padding:10px;font-size:14px;}
ol.listMenu li{float:left;margin-right:5px;margin-bottom:5px;padding:2px 5px;border-radius:6px;background:#ff8533;text-align:center;}
ol.listMenu li a{color:#fff;}

.listMenu2{  }
.listMenu2 h3{ color: #fff; padding: 5px; background:#ff8533; border-radius: 6px; font-size: 16px; clear: both; }
.listMenu2 h3 a{ color: #fff; }
.listMenu2 ol{ overflow: hidden; margin-bottom: 15px; }
.listMenu2 ol li{ float: left; padding: 2px 5px; background: #999; border-radius: 6px; margin-right: 5px; }
.listMenu2 ol li a{ color: #fff; }

.listBox .m_lf{width: 70%; }
.listBox .m_rt{ width: 29%; }
.mdList{ border: 1px solid #EEE; border-radius: 8px; margin-top: 10px; background: #fff;  }
.lm_info{ border-bottom: 1px dashed #EEE; padding: 15px 15px 15px 15px; }
.lm_xh{ overflow:hidden; padding:0px 0px;}
.lm_xh li{ border-bottom:1px dashed #EEE; padding:15px 0px 15px 15px; overflow:hidden; position: relative;}
.lm_xh li .video_img{ display:block; float:left; padding-left:5px;}
.lm_xh li .box_video_node{ display:block; float:right; width:510px; position:relative;}
.lm_xh li .box_video_node .a_title{ display:block; color:#54aed0; font-size:18px;}
.lm_xh li .box_video_node .span_rd{ display:block; position:absolute; top:0px; right:5px; color:#999;}
.lm_xh li .box_video_node .p_video_jj{display:block;}
.lm_xh li:hover{ background:#F7F7F7;}
.lm_xh li .lm_img{ display:block; width: 120px; height: 80px; float: left; margin-right: 10px; border-radius: 6px; box-shadow:#AEAEAE 2px 2px 5px;}
.lm_xh li .li_lm_rt{ /*float:left;*/ /*width:510px;*/ margin-right:12px;}
.lm_xh li span.flg{
    position: absolute;
    width: unset;
    height: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    padding: 0px 10px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px #d1d1d1, 4px 4px 6px #aaa;
    transition: all .5s;
    animation: listTagMove 1s 3s infinite alternate ease-in-out;
}
.lm_xh li:hover span.flg{
    animation: unset;
    transform: translate3d(calc(100% - 55px), 5px, 0px) scale(1.2) rotate(15deg);

}   
.li_lm_t{  line-height:35px; overflow: hidden; font-weight:bold; color:#FF8000;  font-size:14px; padding-top: 5px;}
.li_lm_t a{ color:#3695DA; /*display:block; float:left; */margin-right: 10px; overflow:hidden; /*white-space: nowrap; text-overflow: ellipsis;*/ font-size:20px;}
.li_lm_t a:link    {color:#3695DA;}
.li_lm_t a:visited {color:#c7c7c7;}
.li_lm_t a.s16{ font-size:16px;}
.li_lm_t span{ /*display:block; float:left;*/ font-weight:normal; color:#999; font-size:12px; }
.li_lm_m{ overflow:hidden; clear:both; padding-top: 10px; }
.li_lm_m a{ color:#3695DA;}
.lm_pages{ padding:10px 0px 10px 10px; overflow:hidden; }
.lm_pages ol li{ float:left; padding:0px 5px; height:25px; line-height:25px; text-align:center; background: #54aed0; color:#fff; margin:2px 2px; }
.lm_pages ol li.thisclass{ background: #FF7100;}
.lm_pages ol li.thisclass a{ color:#fff;}
.lm_pages ol li a{ color:#fff; font-weight:bold;}
/*** list ***/
.listz_ul{ overflow:hidden; padding-top:10px; margin-left:10px; padding-bottom:20px;}
.listz_ul li{ float:left; background:#ff8533; text-align:center; margin-right:5px; margin-bottom: 5px; padding:0px 5px;}
.listz_ul li a{ color:#fff; }

.listz_rt_01{ clear:both; margin-top:10px; border:1px solid #F2F2F2;}
.listz_rt_01 .title_02 b{ cursor:pointer;}

.listz_rt_02{ clear:both; margin-top:10px; border:1px solid #F2F2F2;}
.listz_rt_nr{ width:314px; padding:10px 0px 0px 8px; overflow:hidden;}
.listz_ul_02{ overflow:hidden;}
.listz_ul_02 li{ padding:2px 0px; overflow:hidden;}
.listz_ul_02 li .ltt_01{ color:#ff6600; font-weight:bold; font-size:12px; height:25px; overflow:hidden;  }
.listz_ul_02 li .ltt_01 a{ color:#3695DA; }
.listz_ul_02 li .lcc_01{ text-indent:1em; line-height:24px; }

.askListBox{
    clear: both;
}
#maxPrice{
    padding: 10px; display: block; min-height: 60px; overflow: hidden; margin-bottom: 20px;
}
#maxPrice li{
    float: left; padding: 2px 10px; background: #fff; margin-bottom: 5px; border-radius: 6px; display: block; line-height: 30px; margin-right: 10px; position: relative;
    padding-left: 40px; box-shadow: #d1d1d1 3px 3px 6px;
}
#maxPrice li span.face{
    position: absolute; left: 5px; top: 2px; border-radius: 50%; overflow: hidden;
}
#maxPrice li span.face img{
    width: 30px; height: 30px;
}

#newAskListBox{
    width:220px;position:fixed;top:12%;right:50%;margin-right:-720px;background:#fff; padding:5px 0px;z-index:999;border-radius:6px;
}
#newAskListBox h3{
    text-align:center;border-bottom:1px dashed #d1d1d1;
}
#newAskListBox span.close{
    width:20px;height:20px;top:0px;right:0px;display:block;background:#d1d1d1;text-align:center;line-height:20px;border-radius:6px;
}
#newAskListBox ul{
    padding:5px;
}
#newAskListBox ul li{
    line-height:26px;height:26px;overflow:hidden;
    transition: all 0.5s;
}
#newAskListBox ul li:nth-child(-n+1){
    display: flex;
/*    justify-content: center;*/
    align-items: center;
    
}
#newAskListBox ul li:nth-child(-n+1) a{
/*    color:red;*/
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  word-wrap: break-word;
  word-break: keep-all;
  background: -webkit-linear-gradient(45deg, orange, red);
  background: linear-gradient(45deg, orange, red);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  animation: slide 5s linear infinite;
}
#newAskListBox ul li:hover{
    transform: translateX(5px) scale(1.1);
}
#newAskListBox ul li:hover a{
/*    display: unset;
    box-shadow: orange 2px 3px 5px;*/
}


.gradient-text {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  background: -webkit-linear-gradient(45deg, blue, red);
  background: linear-gradient(45deg, blue, red);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  animation: slide 5s linear infinite;
}

 
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200px 0;
  }
}


/*移动端*/
@media only screen and (max-width: 640px) {
body{
    padding: 0px 5px;
}
.main{
    width: 100%; padding: 0px 0px;
}
.nav{
    width: 100%; min-width: 100%;
    height: auto;
}
.header{
    min-width: 100%;
    width: 100%;
    margin-bottom: 0px;
}
.header_m .logo{
    width: 80px; 
    /*display: flex;*/
    /*align-items: center;*/
}
.header_m .logo img{
    width: 100%;
}
.header_m .searchBox{
    width: 170px;
    margin-left: 0px;
    margin-top: 0px;
    left: 0px;
}
.header_m .searchBox input{
    width: 100%;
}
.navChild{
    width: 100%;
}
.contents{
    padding-left: 0px !important;
}
.mbx{
    padding: 0px 10px;
}

    /*index*/
    .md1{
        display: none;

    }
    .md .mdlist{
        width: 100%;
        margin-right: 0px;
        height: auto;
    }
    .md3 dl.article{
        width: 100%;
    }

    .mdlist .mdb{
        height: auto;
    }

    /*  list  */
    .listBox .m_lf{
        width: 100%;
    }
    .listBox .m_rt{
        width: 100%;
    }
}


/*animate*/
.anm_fadeInLeft{
-webkit-animation:fadeInLeft 1s .2s ease both;
-moz-animation:fadeInLeft 1s .2s ease both;}
@-webkit-keyframes fadeInLeft{
0%{opacity:0;
-webkit-transform:translateX(-20px)}
100%{opacity:1;
-webkit-transform:translateX(0)}
}
@-moz-keyframes fadeInLeft{
0%{opacity:0;
-moz-transform:translateX(-20px)}
100%{opacity:1;
-moz-transform:translateX(0)}
}
.anm_fadeInRight{
-webkit-animation:fadeInRight 1s .2s ease both;
-moz-animation:fadeInRight 1s .2s ease both;}
@-webkit-keyframes fadeInRight{
0%{opacity:0;
-webkit-transform:translateX(20px)}
100%{opacity:1;
-webkit-transform:translateX(0)}
}
@-moz-keyframes fadeInRight{
0%{opacity:0;
-moz-transform:translateX(20px)}
100%{opacity:1;
-moz-transform:translateX(0)}
}

/*.anm_fadeInUp{
-webkit-animation:fadeInUp 1s .5s ease both;
-moz-animation:fadeInUp 1s .5s ease both;}
@-webkit-keyframes fadeInUp{
0%{opacity:0;
-webkit-transform:translateY(20px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
0%{opacity:0;
-moz-transform:translateY(20px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
.anm_fadeInUpB{
-webkit-animation:fadeInUp 1s .7s ease both;
-moz-animation:fadeInUp 1s .7s ease both;}
.anm_fadeInUpC{
-webkit-animation:fadeInUp 1s .9s ease both;
-moz-animation:fadeInUp 1s .9s ease both;}
.anm_fadeInUpD{
-webkit-animation:fadeInUp 1s 1.2s ease both;
-moz-animation:fadeInUp 1s 1.2s ease both;}
.anm_fadeInUpE{
-webkit-animation:fadeInUp 1s 1.5s ease both;
-moz-animation:fadeInUp 1s 1.5s ease both;}
.anm_fadeInUpF{
-webkit-animation:fadeInUp 1s 1.9s ease both;
-moz-animation:fadeInUp 1s 1.9s ease both;}*/

.anm_bounceInRight{
-webkit-animation:bounceInRight 0.5s ease both;
-moz-animation:bounceInRight 0.5s ease both;}
@-webkit-keyframes bounceInRight{
0%{opacity:0;
-webkit-transform:translateX(2000px)}
60%{opacity:1;
-webkit-transform:translateX(-30px)}
80%{-webkit-transform:translateX(10px)}
100%{-webkit-transform:translateX(0)}
}
@-moz-keyframes bounceInRight{
0%{opacity:0;
-moz-transform:translateX(2000px)}
60%{opacity:1;
-moz-transform:translateX(-30px)}
80%{-moz-transform:translateX(10px)}
100%{-moz-transform:translateX(0)}
}
/*nav旋转进入*/
.anm_rotateInDownRight{
-webkit-animation:rotateInDownRight 0.3s .2s ease both;
-moz-animation:rotateInDownRight 0.3s .2s ease both;}
@-webkit-keyframes rotateInDownRight{
0%{-webkit-transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
opacity:0}
100%{-webkit-transform-origin:right bottom;
-webkit-transform:rotate(0);
opacity:1}
}
@-moz-keyframes rotateInDownRight{
0%{-moz-transform-origin:right bottom;
-moz-transform:rotate(-90deg);
opacity:0}
100%{-moz-transform-origin:right bottom;
-moz-transform:rotate(0);
opacity:1}
}
/*旋转进入*/
.anm_flipInY{
-webkit-animation:flipInY 0.3s .4s ease both;
-moz-animation:flipInY 0.3s .4s ease both;
}
@-webkit-keyframes flipInY{
0%{-webkit-transform:perspective(400px) rotateY(90deg);
opacity:0}
40%{-webkit-transform:perspective(400px) rotateY(-10deg)}
70%{-webkit-transform:perspective(400px) rotateY(10deg)}
100%{-webkit-transform:perspective(400px) rotateY(0deg);
opacity:1}
}
@-moz-keyframes flipInY{
0%{-moz-transform:perspective(400px) rotateY(90deg);
opacity:0}
40%{-moz-transform:perspective(400px) rotateY(-10deg)}
70%{-moz-transform:perspective(400px) rotateY(10deg)}
100%{-moz-transform:perspective(400px) rotateY(0deg);
opacity:1}
}

.anm_pulse{
-webkit-animation:pulse 1s ease 5;
-moz-animation:pulse 1s ease 5;
}
@-webkit-keyframes pulse{
0%{-webkit-transform:scale(1)}
50%{-webkit-transform:scale(1.1)}
100%{-webkit-transform:scale(1)}
}
@-moz-keyframes pulse{
0%{-moz-transform:scale(1)}
50%{-moz-transform:scale(1.1)}
100%{-moz-transform:scale(1)}
}

/* list move */
@keyframes listTagMove {
    0% { transform: translateY(0); }
    25% { transform: translateY(-10px); }
    50% { transform: translateY(20px); }
    75% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* css 检测系统模式 */
@media (prefers-color-scheme: dark) {
    :root{
        color:gray;
    }
}

@media (prefers-color-scheme: light) {
    :root{
        color:gray;
    }
}