
html,body,div,header,nav,head,span,object,iframe,section,figure,aside,article,h1,h2,h3,h4,img,ol,ul,dl,p {margin:0;padding:0;border:0;background:transparent;}

body {
    color: #666;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif,Arial,Verdana,Tahoma,sans-serif;
    margin: 0 auto;
    background: #f7faff;
}

a:hover,a:focus,a:active {
    text-decoration:none;
    cursor:pointer;
    outline: 0
}

*,*:before,*:after {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.clear {clear:both;}.clear:after {clear: both;display: table;content: " ";}
article,aside,dialog,footer,header,section,footer,nav,figure,menu {display:block}
h1,h2,h3,h4,h5 {line-height:1.75;font-weight:normal;color:inherit;text-rendering:optimizelegibility;}
h1 {font-size:24px;}h2 {font-size:18px;}h3 {font-size:16px;}h4 {font-size:15px;}h5 {font-size:14px;}
.lf {float:left;}.lr {float:right;}
li {list-style:none;}
a {color:#666;vertical-align:baseline;text-decoration:none;font-size:100%;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;}
abbr[title],dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-spacing:0;border-collapse:collapse;}
:focus{outline: 0}

/******************************************************/

.head{
    height: 60px;
    line-height: 60px;
    width:100%;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 hsla(0,0%,48%,.14);
    border-bottom: 1px solid rgba(219,224,232,.3);
    position: fixed;
    left: 0;
    top:0;
    z-index: 9999;
}

.logo{
    display: inline-block;
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
}

.logo img{
    margin-top: 12px;
    height: 36px;
}

.head-nav{
    display: inline-block;
    width: calc(100% - 350px);
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 80px;
}

.head-nav a{
    margin-right: 26px;
}

.head-nav a.lr{
    margin-right: 0;
    color: #FF9800;
}

.head-nav a.lr i{
    margin-right: 5px;
}

.nav{
    height: 100vh;
    width: 60px;
    background-color: #fff;
    float: left;
    position: fixed;
    left: 0;
    z-index: 98;
    border-right: 1px solid #f2f2f2;
    padding-top: 80px;
    text-align: center;
}

.nav a{
    background-color: #f6fafa;
    display: inline-block;
    width: 40px;
    padding: 8px 0;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #e8f1f3;
}

.nav i{
    font-size: 16px;
}

.nav span{
    display: block;
    margin-top: 10px;
    font-size: 12px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.login{
    position: absolute;
    right: 10px;
    top: 0;
}

.login .login_a{
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color: #00b277;
    color: #fff !important;
    padding: 0 15px;
    border-radius: 5px;
}

.login .login_a i{
   margin-right: 10px;
}

.login img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 15px;
    margin-right: 5px;
}

.login .user_alert{

}

.login .user_alert {
    background-color: #fff;
    position: absolute;
    top: 60px;
    right: 0px;
    width: 300px;
    border: 1px solid #e5e6ec;
    border-radius: 5px;
    padding: 10px 20px;
    display: none;
    z-index: 9999;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.login .user_alert::before {
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    content: "";
    right: 10px;
    margin-left: -8px;
    position: absolute;
    top: -20px;
    width: 16px;
    height: 16px;
}

.login .user_alert > span {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.login .user_alert > div {
    padding: 0px 10px;
    font-size: 12px;
    background: #e9faf8;
    border-radius: 2px;
    border: 1px solid #cdf0ec;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.login .user_alert > div p {
}

.login .user_alert > div p a {
    font-size: 12px;
    color: #00b278;
    float: right;
}

.login .user_alert > a {
    font-size: 12px;
    display: block;
    height: 24px;
    line-height: 24px;
}

.login .user_alert > a i {
    margin-right: 8px;
}

.login .user_alert hr {
    border: none;
    height: 1px;
    background-color: #f2f2f2;
    margin: 10px 0;
}

/******************************************************/

.main{
    width: 100%;
    float: right;
    margin-top: 60px;
}

/******************************************************/

.ind_mod1{
    background: radial-gradient(circle,#e0edef, #FFF);
    position: relative;
}

.ind_mod1 *{
    position: relative;
    z-index: 8;
}

.ind_mod1::before{
    content: '';
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 100% 20px 100% 20px;
    position: absolute;
    background-color: #ddebee;
    left: calc(50% - 125px);
    top: 100px;
    z-index: 6;
    transform: rotate(264deg);
}

.ind_mod1::after{
    content: '';
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 100% 20px 100% 10px;
    position: absolute;
    background: radial-gradient(circle,#e8f1f2, #f6fafa);
    right: 15px;
    top: 15px;
    z-index: 6;
}

.cent{
    margin: auto;
    width: 1100px;
}

.ind-one {
    padding: 90px 0 90px 0;
    text-align: center;
}

.ind-one h2{
    font-weight: 600;
    font-size: 46px;
    color:#2c2c2c;
}

.ind-one h2 span{
    color: #00b278;
}

.ind-one p{
    margin-top: 20px;
    color: #666;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

.ind-one div>a{
    margin: 36px auto 0;
    padding: 16px 55px;
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 14px 0 rgba(17,13,83,.16);
    cursor: pointer;
    display: inline-block;
    background-color: #00b277;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.ind-one div>a i{
    margin-right: 15px;
}

.ind-one div>a:hover{
    color: #fff !important;
}

.ind-two{
    padding-top: 55px;
    padding-bottom: 70px;
}

 


.ind-two>div:nth-child(1){
    width: 450px;
    float: left;
    display: inline-block;
    position: relative;
}

.ind-two>div:nth-child(1)>div{
    height: 80px;
}

.ind-two>div:nth-child(1)>div p{
    font-weight: 600;
    font-size: 24px;
}

.ind-two>div:nth-child(1)>div img{

}

.ind-two>div:nth-child(1)>div p span{
    margin-left: 10px;
    color: #00b277;
}

.ind-two>div:nth-child(1)>div>div{
    height: 2px;
    background-color: #00b277;
    margin-top: 20px;
}

.ind-two>div:nth-child(1) ul{
    padding-right: 20px;
}

.ind-two>div:nth-child(1) li{
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    margin-top: 10px;
    padding-left: 15px;
    border-left: 4px solid #00b277;
    font-weight: 400;
    font-size: 16px;
    background: linear-gradient(270deg,#e8f1f3,#e1f7ef);
    border-radius: 0 60px 60px 0;
    cursor: pointer;
    color: #00b277;
    
}

.ind-two>div:nth-child(1) li i{
    margin-right: 10px;
    color: #00b277;
}

.ind-two>div:nth-child(1) li.act{
    filter: drop-shadow(0 3px 14px rgba(17,13,83,.16));
    border-radius: 0 3px 3px 0;
}

.ind-two>div:nth-child(2){
    width:calc(100% - 450px);
    float: left;
    display: inline-block;
}

.ind-two>div img{
    width: 100%;
}

.ind-two>div img:nth-child(2){
    display: none;
}

.ind-two>div img:nth-child(3){
    display: none;
}


.ind-soft{
    padding-top: 20px;
 
}

 

.ind-soft>div:nth-child(1){
 
    float: left;
    display: inline-block;
    position: relative;
}

.ind-soft>div:nth-child(1)>div{
    height: 50px;
}

.ind-soft>div:nth-child(1)>div p{
    font-weight: 600;
    font-size: 24px;
}

.ind-soft>div:nth-child(1)>div img{

}

.ind-soft>div:nth-child(1)>div p span{
    /*margin-left: 10px;*/
    color: #00b277;
}

.ind-soft>div:nth-child(1)>div>div{
    height: 2px;
    background-color: #00b277;
    margin-top: 20px;
}

.ind-soft>div:nth-child(1) ul{
    padding-right: 20px;
}

.ind-soft>div:nth-child(1) li{
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    margin-top: 10px;
    padding-left: 15px;
    border-left: 4px solid #00b277;
    font-weight: 400;
    font-size: 16px;
    background: linear-gradient(270deg,#e8f1f3,#e1f7ef);
    border-radius: 0 60px 60px 0;
    cursor: pointer;
    color: #00b277;
    
}

.ind-soft>div:nth-child(1) li i{
    margin-right: 10px;
    color: #00b277;
}

.ind-soft>div:nth-child(1) li.act{
    filter: drop-shadow(0 3px 14px rgba(17,13,83,.16));
    border-radius: 0 3px 3px 0;
}

.ind-soft>div:nth-child(2){
    width:calc(100% - 450px);
    float: left;
    display: inline-block;
}

.ind-soft>div img{
    width: 100%;
}

.ind-soft>div img:nth-child(2){
    display: none;
}

.ind-soft>div img:nth-child(3){
    display: none;
}



.ind_mod2{
    background-color: #fff;
}

.ind-three{
    padding: 20px 0;
}

.ind-three li{
    width: 50%;
    float: left;
    padding: 20px;
}

.ind-three li:nth-child(1){
    padding-left: 0px;
}

.ind-three li:nth-child(2){
    padding-right: 0px;
}

.ind-three li:nth-child(3){
    padding-left: 0px;
}

.ind-three li:nth-child(4){
    padding-right: 0px;
}

.ind-three li>div{
    background-color: #fef2e8;
    border-radius: 16px;
    padding: 30px;
    padding-right: 70px;
    position: relative;
}

.ind-three li>div p{
    margin-bottom: 15px;
    color: #222;
}

.ind-three li>div div{
    font-size: 14px;
    line-height: 28px;
    height: 56px;
}

.ind-three li>div span{
    position: absolute;
    top: 35px;
    right: 20px;
    width: 30px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    background-color: #f97b1e;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.ind-three li>div:hover {
    background: url(https://market-isv-1258344699.file.myqcloud.com/market-node/prod/images/231024-11bg34d8b4531d7b0607fb25.png) no-repeat;
 
    box-shadow: 0 4px 16px 1px rgba(0,0,0,.161);
}
.ind-three li:nth-child(2)>div{
    background-color: #f3fdf7;
}

.ind-three li:nth-child(2)>div span{
    background-color: #2db6ff;
}

.ind-three li:nth-child(3)>div{
    background-color: #ffeee8;
}

.ind-three li:nth-child(3)>div span{
    background-color: #f44e18;
}

.ind-three li:nth-child(4)>div{
    background-color: #f2f0fe;
}

.ind-three li:nth-child(4)>div span{
    background-color: #846cff;
}

.foot{
    padding: 30px 0;
    border-top: 1px solid #f5f5f5;
    background-color: #fff;
}

.foot .cent>div{
    float: left;
    position: relative;
    display: inline-block;
}

.foot .cent>div>span{
    margin-left: 10px;
    cursor: pointer;
}

.foot .beian{
    position: absolute;
    bottom: 30px;
    width: 320px;
    padding: 20px 20px;
    background-color: #ffff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3), 0 4px 14px 0 rgba(0,0,0,.1);
}

.foot .beian::before{
    border: 8px solid transparent;
    border-bottom-color: #fff;
    content: "";
    margin-left: 30px;
    position: absolute;
    bottom: -16px;
    width: 16px;
    height: 16px;
    transform: rotate(183deg);
}

.foot .beian p{
    height: 30px;
    line-height: 30px;
}

.foot .cent>a {
    float: right;
    margin-left: 10px;
}

/******************************************************/

.tool{

}

.tool_bufa{
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.tool_bufa span{
    width: calc(100%/3);
    display: inline-block;
    float: left;
    position: relative;
}

.tool_bufa span i{
    width: 32px;
    height: 32px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 8px;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    line-height: 32px;
    text-align: center;
    border-radius: 32px;
    border: 1px solid transparent;
    transition: background-color 0.3s,border-color 0.3s;
    display: inline-block;
    background-color: #f5f5f5;
    font-style: normal;
    font-weight: bold;
    margin-right: 10px;
}

.tool_bufa span::after{
    position: absolute;
    top: 30px;
    width: calc(50% + 40px);
    left: calc(50% + 63px);
    display: block;
    height: 1px;
    background: rgba(5, 5, 5, 0.06);
    content: "";
}

.tool_bufa span:last-child::after{
    display: none;
}

.tool_bufa span.act{

}

.tool_bufa span.act i{
    background-color: #24be58;
    border-color: #24be58;
    color: #fff;
}

.tool_bufa span.act::after{
    background-color: #24be58;
}

.danhao{
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding-left: 15px;
    font-size: 12px;
    border-bottom: 1px solid #dde9ef;
}

.tool_cent{
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.tool_cent .tool_cent_div{
    padding: 30px;
    background-color: rgb(248 250 254);
}

.tool_cent .tool_cent_div *{
    position: relative;
    z-index: 2;
}

.tool_cent .tool_cent_div .divsdiv{
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
}

.tool_cent .tool_cent_div .divsdiv span{
    display: block;
    margin-bottom: 8px;
    position: relative;
}

.tool_cent .tool_cent_div .divsdiv span.dian::before{
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun,sans-serif;
    line-height: 1;
    content: "*";
}

.tool_cent .tool_cent_div .divsdiv span i{
    cursor: pointer;
}

.tool_cent .tool_cent_div .divsdiv span m{
    position: absolute;
    padding: 10px;
    border: 1px solid #dde9ef;
    background-color: #fff;
    border-radius: 6px;
    margin-top: -10px;
    transform: translate(-50%,-100%);
    font-size: 12px;
    color: #888;
    display: none;
}

.tool_cent .tool_cent_div .divsdiv span m::before{
    border: 8px solid transparent;
    border-bottom-color: #dde9ef;
    content: "";
    left: calc(50% - 16px);
    position: absolute;
    bottom: -16px;
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
}


.tool_cent .tool_cent_div .divsdiv input{
    border: 1px solid #dde9ef;
    height: 38px;
    line-height: 38px;
    width: 100%;
    border-radius: 3px;
    padding-left: 10px;
}

.tool_cent .tool_cent_div .divsdiv textarea{
    border: 1px solid #dde9ef;
    height: 100px;
    border-radius: 6px;
    resize: none;
    width: 100%;
    padding: 10px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.tool_cent .tool_cent_div .divsdiv select{
    height: 38px;
    line-height: 38px;
    border: 1px solid #dde9ef;
    width: 100%;
    padding-left: 10px;
}

.tool_cent .tool_cent_div .divsdiv .ds{
    position: absolute;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    top: 100px;
    border: 1px solid #f8fafe;
    color: #999;
    font-size: 12px;
    z-index: 3;
    right: 10px;
}

.tool_cent .tool_cent_div .divsdiv .ggpt{
    position: absolute;
    right: 4px;
    background-color: #009688;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px 10px 0px 0;
    cursor: pointer;
    transform: translate(0, 5px);
    transition: all .3s ease-out 0s;
}

.tool_cent .tool_cent_div .divsdiv .tedian_div{
  
}

.tool_cent .tool_cent_div .divsdiv .tedian_div span{
    float: left;
    background-color: #fff;
    margin-right: 5px;
    padding: 8px 10px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #dde9ef;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.tool_cent .tool_cent_div .divsdiv .tedian_div span.act{
    border: 1px solid #02b572;
    position: relative;
}

.tool_cent .tool_cent_div .divsdiv .tedian_div span.act::before{
    position: absolute;
    content: "";
    height: 15px;
    width: 18px;
    right: -2px;
    bottom: -2px;
    background: url(/zb_users/plugin/zhuz/style/img/haos.svg) no-repeat right bottom;
    background-size: 18px 18px;
}

.tool_cent .tool_cent_spans{

}

.tool_cent .tool_cent_spans span{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    background: #02b572;
    border: 1px solid #02b572;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: .1s;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    width: 160px;
    color: #fff;
    border-radius: 3px;
}

.tool_cent_buys{
    padding-top: 15px;
    border-top: 1px solid #dde9ef;
    margin-top: 15px;
}

.tool_cent_buys>div{
    display: inline-block;
    padding: 10px;
    border: 1px solid #dde9ef;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}

.tool_cent_buys>div img{
    width: 120px;
    height: 120px;
    padding: 5px;
    border: 1px solid #f5f5f5;
}

.tool_cent_buys>div p{
    font-size: 12px;
    margin-top: 8px;
    color: #FF8A65;
}

.prevbut{
    margin-right: 20px !important;
    background-color: #fff !important;
    color: #888 !important;
    border: 1px solid #dde9ef !important;
}

.exit_nos{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dde9ef;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: .1s;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    width: 160px;
    color: #97b7c7;
    border-radius: 3px;
    float: right !important;
}

.tool_tip{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.tool_tip>div{
    background-color: #f8fafe;
    padding: 20px;
}

.tool_tip>div>span{
    margin-bottom: 8px;
    display: inline-block;
}

.tool_tip>div>span i{
    margin-right: 5px;
}


.tool_tip>div p{
    font-size: 12px;
    line-height: 20px;
    color: #888;
    margin: 10px 0;
}

.twomd_get_alert{
    padding: 10px;
}

.twomd_get_alert textarea{
    width: 100%;
    height: 160px;
    padding: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    border-radius: 4px;
    border: 1px solid #dbe4e6;
    resize: none;
}

.twomd_get_alert .twomd_get_alert_div{
    text-align: right;
    padding: 10px 0 0 0;
}

.twomd_get_alert .twomd_get_alert_div span{
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    background-color: #00b277;
    border:1px solid #00b277;
    margin-left: 10px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.twomd_get_alert .twomd_get_alert_div span.quxiao{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
}

.tool_cent .tool_cent_div .divsdiv textarea{

}

.tool_cent .tool_cent_div .divsdiv textarea::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.tool_cent .tool_cent_div .divsdiv textarea::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background-color: #12b6e3;
}

.tool_cent .tool_cent_div .divsdiv input::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
}
.tool_cent .tool_cent_div .divsdiv input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
    opacity: 1;
}
.tool_cent .tool_cent_div .divsdiv input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
    opacity: 1;
}
.tool_cent .tool_cent_div .divsdiv input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
    opacity: 1;
}

.tool_cent .tool_cent_div .divsdiv textarea::-webkit-input-placeholder{
    color:#ccc;
    opacity: 1;
}
.tool_cent .tool_cent_div .divsdiv textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
    opacity: 1;
}
.tool_cent .tool_cent_div .divsdiv textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
    opacity: 1;
}
.tool_cent .tool_cent_div .divsdiv textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
    opacity: 1;
}

.sandiv{
    padding: 15px;
    border: 1px solid #dde9ef;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 6px;
    background-image: linear-gradient(164deg, #defbf0 0%, #ffffff 30%);
}

.sandiv_two{
    background-image: linear-gradient(164deg, #defbf0 0%, #ffffff 10%)
}

.sandiv>span{
    color: #ff7500;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.sandiv>span m{
    float: right;
    margin-left: 10px;
    color: #879da8;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.sandiv>p{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.sandiv>p>span{
    width: 100px;
    display: inline-block;
}

.sandiv>.sandivmod{
    margin-bottom: 15px;
    border: 1px solid #dde9ef;
    border-radius: 6px;
}

.sandiv>.sandivmod>p{
    font-size: 12px;
    background-color: #dde9ef;
    padding: 10px 15px;
}

.sandiv>.sandivmod>div{
    line-height: 24px;
    font-size: 12px;
    padding: 10px;
}

.sandiv>.sandivmod>div span.sps{
    margin-right: 10px;
}

.sandiv>.sandivtip>p{
    font-size: 12px;
    height: 24px;
    color: #666;
}

.sandiv>.sandivtip ul{
    margin-bottom: 10px;
}

.sandiv>.sandivtip ul li{
    float: left;
    width: calc(100%/4);
    padding: 10px;
    padding-left: 0px;
}

.sandiv>.sandivtip ul li>div{
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #dde9ef;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
   
}

.sandiv>.sandivtip ul li span{
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 12px;
    padding-left: 10px;
    border-bottom: 1px solid #dde9ef;
    background-image: linear-gradient(225deg, #defbf0 0%, #ffffff 100%);
}

.sandiv>.sandivtip ul li span i{
    margin-right: 10px;
    color: #02b572;
    font-size: 14px;
}

.sandiv>.sandivtip ul li>div::before{

}

.sandiv>.sandivtip ul li>div>div{
    line-height: 24px;
    font-size: 12px;
    color: #787d87;
    text-align: left;
    padding: 15px 18px 15px;
}

.sandiv>.sandivtip ul li.act>div{
    border: 1px solid #02b572;
}

.sandiv>.sandivtip ul li.act>div::before{
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    right: -2px;
    bottom: -2px;
    background: url(/zb_users/plugin/zhuz/style/img/haos.svg) no-repeat right bottom;
    background-size: 30px 30px;
}

.sandiv>.sandivtip ul li.act span{
    border-bottom: 1px solid #02b572;
}

/******************************************************/
.nologin{
    min-height: calc(100vh - 165px);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.nologin>div{
    background-color: #fff;
    margin: 20px 0;
    height: 400px;
}

.nologin img{
    width: 200px;
    margin-top: 100px;
}

.nologin p{
    margin-top: 30px;
    font-size: 16px;
    color: #8e94b7;
}

.nologin p span{
    margin: 0 5px;
    color: #FF9800;
    cursor: pointer;
}

/******************************************************/

.lists{
    min-height: calc(100vh - 60px - 81px);
}

.lists_mod{
    background-color: #fff;
    margin: 20px 0;
    padding: 20px;
    position: relative;
}

.lists_mod * {
    position: relative;
    z-index: 99;
}

.lists_mod::before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100px;
    z-index: 88;
    background: linear-gradient(180deg,#ffeadb,#fff);
}

.lists_mod span{
    margin-bottom: 20px;
    display: block;
}

.lists_mod span i{
    margin-right: 8px;
}

.lists_mod span a{
    float: right;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    background-color: #FF9800;
    color: #fff;
    padding: 0 15px;
    border-radius: 3px;
    cursor: pointer;
}

.lists_mod table{
    width: 100%;
}

.lists_mod table thead{
    color: #ff9800 !important;
}

.lists_mod table thead tr{
    height: 50px;
}

.lists_mod table tbody tr{
    height: 50px;
}


.lists_mod table tbody{

}

.lists_mod table tbody tr{

}

.lists_mod table thead tr th{
    text-align: left;
}

.lists_mod table td,.lists_mod table th{
    border:1px solid #eff3f5;
    padding-left: 20px;
}

.lists_mod .gree{
    color:#2196F3 !important;
    font-size: 12px;
}

.lists_mod .blurs{
    color:#FF9800 !important;
    margin-left: 15px;
    font-size: 12px;
}

.lists_mod .gree i{
    margin-right: 5px;
}

.lists_mod .blurs i{
    margin-right: 5px;
}

.nolist_tip{
    text-align: center;
    padding: 60px 0;
}

.nolist_tip i{
    font-size: 60px;
    margin-bottom: 30px;
    color: #feeadb;
}

.nolist_tip p{
    
}
/******************************************************/

.wechat_mp{
    overflow: hidden;
    border-radius: 4px;
}

.login_alert{
    padding: 20px;
}

.login_alert .wqrcode{
    width: 150px;
    height: 150px;
    float: left;
    border: 1px solid #0cc160;
    border-radius: 5px;
}

.login_alert .wqtip{
    width: 150px;
    height: 150px;
    float: right;
}

.login_alert p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    border-radius: 15px;
    margin-top: 15px;
    background-color: #0cc160;
}

.login_alert .login_alert_divs{
    margin-top: 15px;
    color: #666;
    font-size: 12px;
}

.login_alert .login_alert_divs a{
    margin: 0 5px;
    color: #0cc160;
}

.login_alert p i{
    margin-right: 6px;
    font-size: 14px;
}