*
{
    padding:0;
    margin:0;
    font-family: "Microsoft yahei","PingFangSC-Regular";
}
ul
{
    list-style:none;
}

a
{
    text-decoration:none;
}
.container
{
    width:100%;
}
header
{
    background: #f1f1f1;
    overflow:hidden;
}
header menu
{
    max-width:1000px;
    margin:0 auto;
}
header menu>ul li
{
    float:left;
}
header menu>ul a
{
    text-align: center;
    padding: 0 28px;
    display: block;
    color: #616161;
    border-bottom: 2px solid transparent;
    font-size: 15px;
    line-height: 69px;
}
.header menu >ul a:hover
{
    background: #f7f7f7;
    color: #1abd9b;
    border-bottom: 2px solid #1abd9b;
}
.login_btn
{
    height: 26px;
    line-height: 28px;
    border-radius: 3px;
    border: 1px solid #1abd9b;
    padding: 0 10px;
    display: inline-block;
    color: #1abd9b;
    float:right;
    overflow: hidden;
    margin:20px 150px 0 0;
}
.banner
{
    position:relative;
}
.banner>a
{
    position:relative;
}
.banner>a>img
{
    position:absolute;
    top:0;
    left:50%;
    margin-left:-960px;
}
.searchmain
{
    width:100%;
    position:absolute;
    bottom:50px;
    left:0;
    z-index:99;
}
.searchmain .webtn
{
    width: 70px;
    height: 41px;
    background: #ffffff url(/static/images/seosuo.png) no-repeat center;
    background-size: 25px 25px;
    cursor: pointer;
    float: right;
    border: none;
}

.filter
{
    max-width:1000px;
    margin:0 auto;
}
.indlistzc
{
    padding: 72px 0 54px;
}

.indlistzc .part .words h2
{
    font-weight: normal;
    display: block;
    font-size: 16px;
    color:#000;
}
.indlistzc .part .links a
{
    color: #999;
    line-height:30px;
    font-size: 12px;
    margin-right: 10px;
}

.list
{
    max-width:1000px;
    margin:20px auto;
}


.bordered a
{
    color:#333;
}
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    margin:0 auto;
}
/*td,th
       {
           box-shadow:-5px -5px 5px rgba(204,204,204,.6);
           border-top-color:rgba(204,204,204,.6)!important;
           border-left-color:rgba(204,204,204,.0)!important;
       }*/
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 5px;
    text-align: left;
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/*----------------------*/

.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image: -o-linear-gradient(top, #f5f5f5, #eee);
    background-image: linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;

}

/** åˆ†é¡µ **/
.layui-laypage{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin: 10px 0; font-size: 0;}
.layui-laypage>a:first-child,
.layui-laypage>a:first-child em{border-radius: 2px 0 0 2px;}
.layui-laypage>a:last-child,
.layui-laypage>a:last-child em{border-radius: 0 2px 2px 0;}
.layui-laypage>*:first-child{margin-left: 0!important;}
.layui-laypage>*:last-child{margin-right: 0!important;}
.layui-laypage a,
.layui-laypage span,
.layui-laypage input,
.layui-laypage button,
.layui-laypage select{border: 1px solid #e2e2e2;}
.layui-laypage a,
.layui-laypage span{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; padding: 0 15px; height: 28px; line-height: 28px; margin: 0 -1px 5px 0; background-color: #fff; color: #333; font-size: 12px;}
.layui-laypage a:hover{color: #009688;}
.layui-laypage em{font-style: normal;}
.layui-laypage .layui-laypage-spr{color:#999; font-weight: 700;}
.layui-laypage a{ text-decoration: none;}
.layui-laypage .layui-laypage-curr{position: relative;}
.layui-laypage .layui-laypage-curr em{position: relative; color: #fff;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{position: absolute; left: -1px; top: -1px; padding: 1px; width: 100%; height: 100%;  }
.layui-laypage-em{border-radius: 2px;}
.layui-laypage-prev em,
.layui-laypage-next em{font-family: Sim sun; font-size: 16px;}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-skip{margin-left: 10px; margin-right: 10px; padding: 0; border: none;}
.layui-laypage span.layui-laypage-limits{vertical-align: top;padding:0 !important;}
.layui-laypage select{height: 22px; padding: 3px; border-radius: 2px; cursor: pointer;}
.layui-laypage .layui-laypage-skip{height: 30px; line-height: 30px; color: #999;}
.layui-laypage input, .layui-laypage button{height: 30px; line-height: 30px; border-radius: 2px; vertical-align: top;  background-color: #fff; box-sizing: border-box;}
.layui-laypage input{display: inline-block; width: 40px; margin: 0 10px; padding: 0 3px; text-align: center;}
.layui-laypage input:focus,
.layui-laypage select:focus{border-color: #009688!important;}
.layui-laypage button{margin-left: 10px; padding: 0 10px; cursor: pointer;}
.text-center{text-align: center;}
.c
{
    padding: 0 10px;
    margin-left: 5px;
    display: inline-block;
    color: #159587;
    font-weight: bold;
    background: #f9f9f9;
    border: solid #eee 1px;
    border-width: 0 1px 0 1px;
}
/*.layui-tab-brief>.layui-tab-title .layui-this{*/
/*color: #e51624;*/
/*}*/
/*.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{*/
/*border: none;*/
/*border-radius: 0;*/
/*border-bottom: 2px solid #e51624;*/
/*}*/
.layui-btn-del{
    background:#e51624;
}


.layui-form-onswitch,.layui-form-select dl dd.layui-this,.layui-btn,.layui-btn-normal,layui-btn,.layui-btn-del,.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #4499cb;
}
.layui-form-onswitch{
    border-color: #428bca;
}
.layui-btn-primary{
    background-color: #fff !important;
}
.layui-btn-disabled{
    background-color: #FBFBFB;
}
.layui-table-view .layui-table td, .layui-table-view .layui-table th{
    padding: 7px 0;
}
.layui-icon-help{
    font-size: 14px;
}

.didi_second_div .layui-nav-child dt{
    border-bottom: 1.5px solid #aaaaaa;
    margin-bottom: 5px;
}

.didi_second_div .layui-nav-child dt a{
    font-weight: 600;
}

.didi_second_div .layui-nav-child dd{
    line-height: 37px;
}

.didi_topnav .didi_topnavLi dd a {
    background-color: #0000;
    color: #333;
}

.didi_topnav .didi_topnavLi dl a:hover {
    color: #fff !important;
    background-color: #ee2e2c !important;
}
.didi_second_div{
    top: -10px;
    width: 140%;
    line-height: 46px;
    left: -20%;
    text-align: center;
    position: absolute;
    padding-top: 15px;
}
dl.layui-nav-child {
    line-height: 46px;
    text-align: center;
    display: block;
    position: unset;
    padding: 5px 15px;
    box-sizing: border-box;
}

li.didi_topnavLi:hover .didi_second {
    display: block;
}

li.didi_topnavLi .didi_second {
    display: none;
    padding: 20px 0;
    position: relative;
    z-index: 1988;
}

ul.userinfo-ul {
    padding: 20px 0 20px 2px;
    float: right;
    width: 50px;
    position: relative;
    z-index: 1988;
}
ul.userinfo-ul li {
    position:  relative;
    width: 50px;
    text-align: right;
}
ul.userinfo-ul>li>a{
    position:  absolute;
    left: 0;
    z-index: 1990;
}
img.userinfo-img {
    width: 50px;
    border-radius: 50%;
    border: 1px solid #eee;
    height: 50px;
    object-fit: cover;
}

.userinfo-div {
    display: none;
    padding: 40px 0;
    position: absolute;
    width: 50px;
    z-index: 1988;
    right: 0;
    top: 0;
}

ul.userinfo-ul li:hover .userinfo-div {
    display:  block;
}

dl.userinfo-dl {
    position: absolute;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    border: 1px solid #d2d2d2;
    background-color: #fff;
    z-index: 100;
    border-radius: 4px;
    white-space: nowrap;
    top: 54px;
    /* right: 0; */
    right: -40px;
    width: 118px;
    text-align: center;
    display: block;
}

dl.userinfo-dl dt{
    text-align:  left;
    padding: 5px 5px 9px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    line-height: 1.8;
    font-size: 13px;
}

dl.userinfo-dl h3 {
    font-size: 16px;
    font-weight:  bold;
}

dl.userinfo-dl img {
    border-radius: 50%;
    height: 15px;
    padding-bottom: 3px;
    padding-left: 0px;
}

dl.userinfo-dl dd a {
    line-height: 2;
    font-size: 13px;
    color: #a5a5a5;
}

dd.userinfo-out {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding: 5px 0;
}

dl.userinfo-dl dd.userinfo-out a {
    color:  #333;
}
dl.userinfo-dl dd a:hover {
    color: #ee2e2c;
}

.clearfix {
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.searchmain{
    width: 220px;
    position: initial;
}
.searchmain_inner {
    max-width: 220px;
    margin: 6px 0;
    overflow: hidden;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    height: 33px;
}
.webtxt {
    max-width: 146px;
    width: 100%;
    height: 35px;
    font-size: 15px;
    color: #333;
    padding: 0 10px;
    line-height: 21px;
    float: left;
    border: none;
    background: rgba(255,255,255,0.6) !important;
}
.searchmain .webtn {
    width: 50px;
    height: 35px;
    cursor: pointer;
    float: right;
    border: none;

    font-size: 14px;
    color: #fff;
}
ul.cat_ul li {
    font-size: 16px;
    display:  inline-block;
    padding-right: 15px;
}

ul.cat_ul li i {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    margin-right: 4px;
}
ul.cat_ul li:nth-child(8n+1) i{
    background-color: rgb(238,46,45);
}
ul.cat_ul li:nth-child(8n+2) i{
    background-color: rgb(238,210,44);
}
ul.cat_ul li:nth-child(8n+3) i{
    background-color: rgb(20,142,71);
}
ul.cat_ul li:nth-child(8n+4) i{
    background-color: rgb(237,209,43);
}
ul.cat_ul li:nth-child(8n+5) i{
    background-color: rgb(191,61,34);
}
ul.cat_ul li:nth-child(8n+6) i{
    background-color: rgb(139,195,74);
}
ul.cat_ul li:nth-child(8n+7) i{
    background-color: rgb(33,150,243);
}
ul.cat_ul li:nth-child(8n+8) i{
    background-color: rgb(121,85,72);
}
ul.cat_ul .catSet{
    color: #cccccc;
    cursor: pointer;
}
ul.cat_ul li a {
    color: #666;
}
ul.cat_ul li a:hover {
    color: #ee2e2c;
}


.vipclass {
    height: 20px;
    margin-top: 40px;
    color: #cb3232;
    position: relative;
    width: 70px;
    top: -4px;
    left: -5px;
    z-index: 9999;
}
.vipclass-background {
    border-radius: 13px 0 13px 0;
    transition: opacity .25s;
    background: linear-gradient(266deg,#ffdba9,#ffe6ab 60%,#fff);
    height: 20px;
    width: 70px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
}

.vipclass-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all .3s ease .4s;
    background: linear-gradient(120deg,hsla(0,0%,100%,0),#fff,hsla(0,0%,100%,0));
}
.vipclass:hover .vipclass-background {
    opacity: .73;
}
.vipclass:hover .vipclass-background:before {
    left: 100%;
}
.vipclass a{
    width: 70px;
    display: inline-block;
    z-index: 1990;
    color: #cb3232;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.userVip-ico{
    position: absolute;
    bottom: -52px;
    right: 0px;
    width: 30px;
    background: linear-gradient(266deg,#fad29ad6,#fae4b0d6 60%,#fee7c3d6);
    color: #cb3232;
    text-align: center;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    border-radius: 3px;
    z-index: 1998;
}

.index_invite {
    max-width: 1540px;
    margin: 30px auto 0;
    width: 98%;
    position: relative;
}

.index_invite_img {
    position: relative;
}

.index_invite_img img {
    width: 100%;
}

.index_invite .index_invite_info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index_invite .index_invite_info .inviter {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    left: 206px;
    top: 34px;
}

.index_invite .index_invite_info .inviter span {
    padding-left: 20px;
    font-size: 14px;
}

.index_invite .index_invite_info .product {
    position: absolute;
    display: flex;
    justify-content: space-around;
    width: 600px;
    top: 147px;
    left: 548px;
}

.index_invite .index_invite_info .product .item {
    text-align: center;
}

.index_invite .index_invite_info .product .item h3 {
    font-size: 39px;
    font-weight: 800;
    background: linear-gradient(20deg, #dc1700, #ff9673);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1;
    padding-bottom: 24px;
    letter-spacing: 5px;
}

.index_invite .index_invite_info .product .item p {
    font-size: 22px;
    line-height: 1.4;
    color: #333;
}

.index_invite .index_invite_info .tool {
    position: absolute;
    width: 286px;
    height: 272px;
    top: 89px;
    right: 73px;
    box-sizing: border-box;
    padding: 15px;
}

.index_invite .index_invite_info .tool .item {
    width: 100px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #FF5722;
    font-weight: 600;
    font-size: 17px;
    margin: 7px 14px;
    float: left;
    background-color: #ffbd49;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
}

.index_invite .index_invite_info .tool p {
    text-align: center;
    font-size: 15px;
    color: #FF5722;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
}

.index_invite .index_invite_info .tool .introduce {
    padding-bottom: 10px;
}

.index_invite .index_invite_info .tool .introduce .introduce_name {
    width: 100px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    background-color: #ff6935;
    background-image: linear-gradient(#ff295b, #ff6935);
}

.index_invite .index_invite_info .tool .introduce .introduce_info {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 6px;
}
.layui-btn.all-election{
    position: relative;background: none;width: 48px;padding:  0;overflow: initial;
}
.all-election-button{
    position: absolute;
    height: 49px;
    border-right: 1px solid #e6e6e6;
    padding-right: 4px;
    bottom: -6px !important;
    left: 10px;
}
.all-election-button .layui-icon-ok {
    padding: 0;
}
.layui-layer-page.overflowy .layui-layer-content{
    overflow-y: auto !important;
    max-height: 600px;
}
@media screen and (min-width: 1200px) and (max-width: 1572px){

    .index_invite .index_invite_info .inviter {
        font-size: 1.272vw;
        left: 13.104vw;
        top: 2.1628vw;
    }

    .index_invite .index_invite_info .inviter span {
        padding-left: 1.272vw;
        font-size: 0.8905vw;
    }

    .index_invite .index_invite_info .product {
        width: 38.1679vw;
        top: 9.351vw;
        left: 34.86vw;
    }

    .index_invite .index_invite_info .product .item h3 {
        font-size: 2.48vw;
        padding-bottom: 1.5267vw;
        letter-spacing: 0.318vw;
    }

    .index_invite .index_invite_info .product .item p {
        font-size: 1.3995vw;
    }

    .index_invite .index_invite_info .tool {
        width: 18.1933vw;
        height: 17.3028vw;
        top: 5.6615vw;
        right: 4.6437vw;
        padding: 0.954vw;
    }

    .index_invite .index_invite_info .tool .item {
        width: 6.3613vw;
        font-size: 1.081vw;
        margin: 0.4452vw  0.8905vw;
        height: 2.035vw;
        line-height: 2.035vw;
        border-radius: 1.0178vw;
    }

    .index_invite .index_invite_info .tool p {
        font-size: 0.954vw;
        bottom: 0.954vw;
    }

    .index_invite .index_invite_info .tool .introduce {
        padding-bottom: 0.636vw;
    }

    .index_invite .index_invite_info .tool .introduce .introduce_name {
        width: 6.3613vw;
        font-size: 0.8269vw;
        height: 2.035vw;
        line-height: 2.035vw;
        border-radius: 1.0178vw;
    }

    .index_invite .index_invite_info .tool .introduce .introduce_info {
        font-size: 0.8905vw;
        padding-top: 0.3816vw;
    }
}
@media screen and (max-width: 1200px){

    .index_invite .index_invite_info .inviter {
        font-size: 15.26px;
        left: 157.248px;
        top: 25.95px;
    }

    .index_invite .index_invite_info .inviter span {
        padding-left: 15.26px;
        font-size: 10.686px;
    }

    .index_invite .index_invite_info .product {
        width: 458px;
        top: 112.2px;
        left: 418.32px;
    }

    .index_invite .index_invite_info .product .item h3 {
        font-size: 29.76px;
        padding-bottom: 18.32px;
        letter-spacing: 3.816px;
    }

    .index_invite .index_invite_info .product .item p {
        font-size: 16.79px;
    }

    .index_invite .index_invite_info .tool {
        width: 218.32px;
        height: 207.63px;
        top: 67.938px;
        right: 55.72px;
        padding: 11.448px;
    }

    .index_invite .index_invite_info .tool .item {
        width: 76.33px;
        font-size: 12.97px;
        margin: 5.34px  10.686px;
        height: 24.42px;
        line-height: 24.42px;
        border-radius: 12.21px;
    }

    .index_invite .index_invite_info .tool p {
        font-size: 11.448px;
        bottom: 11.448px;
    }

    .index_invite .index_invite_info .tool .introduce {
        padding-bottom: 7.632px;
    }

    .index_invite .index_invite_info .tool .introduce .introduce_name {
        width: 76.33px;
        font-size: 9.92px;
        height: 24.42px;
        line-height: 24.42px;
        border-radius: 12.21px;
    }

    .index_invite .index_invite_info .tool .introduce .introduce_info {
        font-size: 10.686px;
        padding-top: 4.579px;
    }
}

