

*{margin:0;padding:0;}

ol, ul ,li{list-style: none;}
img {border: 0; vertical-align:middle;}
a{text-decoration:none; }
a:hover{text-decoration:none;}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; box-shadow: 0 0 0 1000px white inset;}
textarea{resize:none!important}/* 编辑器里的描述文本统一样式 */

/* 栅格系统 */
/* @media screen and (min-width: 1541px) {
    .grid-content { width: 1380px;}
    .g-col-1 { width: 93px;}
    .g-col-2 { width: 210px;}
    .g-col-3 { width: 327px; margin-right: 24px; float: left;} .g-col-3:nth-child(4n) { margin-right: 0;} .g-col-3:nth-child(n+5) { margin-top: 24px;} .g-col-3 .img { height: 218px;}
    .g-col-4 { width: 444px; margin-right: 24px; float: left;} .g-col-4:nth-child(3n) { margin-right: 0;} .g-col-4:nth-child(n+4) { margin-top: 24px;} .g-col-4 .img { height: 296px;}
    .g-col-5 { width: 561px;}
    .g-col-6 { width: 678px;}
    .g-col-7 { width: 795px;}
    .g-col-8 { width: 912px;}
    .g-col-9 { width: 1029px;}
    .g-col-10 { width: 1146px;}
    .g-col-11 { width: 1263px;}
    .g-col-12 { width: 1380px;}
  }

  @media screen and (max-width: 1540px) {
    .grid-content { width: 1180px;}
    .g-col-1,.g-col-2,.g-col-3,.g-col-4,.g-col-5,.g-col-6,.g-col-7,.g-col-8,.g-col-9,.g-col-10,.g-col-11,.g-col-12 { float: left;}
    .g-col-1 { width: 80px;}
    .g-col-2 { width: 180px;}
    .g-col-3 { width: 280px; margin-right: 20px;float: left;} .g-col-3:nth-child(4n) { margin-right: 0;} .g-col-3:nth-child(n+5) { margin-top: 20px;} .g-col-3 .img { height: 186px;}
    .g-col-4 { width: 380px; margin-right: 20px;float: left;} .g-col-4:nth-child(3n) { margin-right: 0;} .g-col-4:nth-child(n+4) { margin-top: 20px;} .g-col-4 .img { height: 253px;}
    .g-col-5 { width: 480px;}
    .g-col-6 { width: 580px;}
    .g-col-7 { width: 680px;}
    .g-col-8 { width: 780px;}
    .g-col-9 { width: 880px;}
    .g-col-10 { width: 980px;}
    .g-col-11 { width: 1080px;}
    .g-col-12 { width: 1180px;}
  } */

/* body{
    background-color: #f8f8f8;
} */
.beyond1{
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.beyond2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.beyond3{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
/*文字超出显示... 兼容ie写法 需要配合js*/
.beyondIE{
   position: relative;
   line-height: 20px;
   max-height:40px;
   overflow: hidden;
}
.iden-left{
    float: left;
}
.iden-right{
    float: right; font-size: 12px;
}
.iden-clear::after{
    content: "";
    display: block;
    clear: both;
}
.IDEN-bc-verify{
    background-color: #eee;
}
/* #Main{
    background:#fff;
} */
/* 表格斑马灰 */
.table-bc-h1{
    background: #F1F1F1;
}
.subtract-red{
    color: #FC4147;
}

.add-green{
    color: #358815;
}
#active-intro p{
    /* color:#4a4a4a!important;
    line-height:30px!important; */
    /* margin: 15px 0px!important; */
    word-wrap: break-word;
}
#active-intro p span{
    /* color:#4a4a4a!important;
    line-height:30px!important; */
    word-wrap: break-word;
}
.editor_cont_wrapper p{
    line-height: 30px;
    font-size: 15px;
}
.content-works p{
    /* color:#4a4a4a!important;
    line-height:30px!important; */
    /* margin: 15px 0px!important; */
    word-wrap: break-word;
}
.content-works h2,.content-works h3{
    width: 840px;
    margin-left: 20px;
}
#wenwenContent{
    /* padding: 0 20px ; */
}
.content-works p span{
    /* color:#4a4a4a!important;
    line-height:30px!important; */
    word-wrap: break-word;
}
/* .detail_content{
    padding: 0 20px!important;
} */
.detail_content p{/*9月7号修改 资讯详情功能受影响*/
    color:#4a4a4a!important;
    /* line-height:30px!important;
    /* margin: 15px 0px!important; */
    word-wrap: break-word;
}
#active-feature p span{
    /* color:#4a4a4a!important;
    line-height:30px!important; */
    word-wrap: break-word;
}
#active-feature p{
    /* color:#4a4a4a!important;
    line-height:30px!important; */
    /* margin: 15px 0px!important; */
    word-wrap: break-word;
}
/*9月7号修改 资讯详情功能受影响*/
.detail_content p span{
    /* color:#4a4a4a; */
    line-height:30px;
    word-wrap: break-word;
}
/* 获奖公示，作品展示 */
.toggle-item-hidden{
    display: none!important;
}
/**头部**/
div{
    font-size: 16px;
}
.fix-header{
    position: fixed !important;
    z-index: 9999;


    background: #fff;
    top: 0;
}
.fix-header .top-rows{
    display: none;
}


.fix-header .ic-search-red,.fix-header .ic-upload-red{
    line-height: 30px;
}

.nav-row .logo{

    display: none;
    float: left;
}
.nav-row .logo img{
    height:30px;
}
.fix-header .nav {
    line-height: 30px;
    /* overflow: hidden; */
}
.fix-header .nav-row .logo{
    display: inline-block;
    line-height: 55px;
}

.fix-header .top-tools{
    line-height: 55px;
}
.login-success .login-content{
    display: none;
}
.nav-row{
    float: none !important;
}
.fix-header.header .nav li:first-child{
    margin-left: 20px;
}
.fix-header.header  .nav li {
    width: 80px;
}
.fix-header.header .nav li>a{
    font-size: 14px;
    padding: 6px 0 0px 0;
}
.fix-header.header .nav .quebec{
    bottom: 9px;
    width: 0;
}
.header {
    width: 100%;
    border-bottom: 1px solid #ededed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1001;
    /* position: fixed; */
}
li, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header .nav .quebec {
    position: absolute;
    bottom: 14px;
    left: 8px;
    z-index:-1;
    margin: 0;
    margin: 0 !important;
    border: 0;
    width: 0;
    height: 3px;
    padding: 0;
    overflow: hidden;
    background: #fc4147;
    -webkit-transition-property: left,width;
    transition-property: left,width;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.rows {
    width: 1180px;
    margin: 0 auto;
}


.header .rows {
    position: relative;
    height: 100px;
    /* overflow: hidden; */
    padding: 20px 0;
    clear: both;
    margin: 0 auto;
    line-height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* height: 66px; */
}
.user_logined_sidenav .login-username,
.user_logined_sidenav .log_off1{
    display: none;
}
.header .header-bot .rows .new-year4{
    position: absolute;
    top: -20px;
    left: 1004px;
}
.header.fix-header .header-bot .rows .new-year4{
    display: none;
}
.header .header-top .rows .new-year1{
    position: absolute;
    top: 0;
    left: -91px;
}
.header .header-top .rows .new-year2{
    position: absolute;
    top: -29px;
    left: 374px;
    animation: showBanner 1s linear 0.5s infinite;
}
.header .header-top .rows .new-year3{
    position: absolute;
    top: 68px;
    left: 526px;
    transform: scale(0.5,0.5);
    animation: showBanner 1s linear 0s infinite;
}
.header .header-top .rows .new-year4{
    position: absolute;
    top:-25px;
    left: 686px;
    transform: scale(0.5,0.5);
    animation: showBanner 1s linear 0.8s infinite;
}
.header .header-top .rows .new-year5{
    position: absolute;
    top: 46px;
    left: 849px;
    transform: scale(0.8,0.8);
    animation: showBanner 1s linear 0.2s infinite;
}
.header .header-top .rows .new-year6{
    position: absolute;
    top: 0;
    right: -91px;
}

@keyframes showBanner {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
  @-ms-keyframes showBanner {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes showBanner {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes showBanner {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes showBanner {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }



.header .nav {

    z-index: 2;
    /* overflow: hidden; */
    height: 55px;
    margin-bottom: 0;
}
.header .nav li {
    position: relative;
    /* border: solid 1px; */
    z-index: 4;
    float: left;
    padding: 1px;
    /* margin-left: 100px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100px;
    height: 100%;
}
.header .nav li::after{
    content: "";
    clear: both;
}
.header .nav li.active>a{
    border-bottom:3px solid #fc4147 ;
    color: #fc4147;
    /* border: solid 1px; */
    /* height:60px; */
}
.header .nav li .menu-list{
    float: left;
    /* margin-top: 46px; */
}
.header .nav li a {
    font-size: 16px;
    /* line-height: 140%;
    display: block;
    padding: 22.5px 16px; */
    color: #202020;
    text-align: left;
    float: left;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    padding: 0px 0 9px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    height: 46px;
    line-height: 46px;
    /* font-weight: bold; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.header .nav li a.active{
    color: #fc4147;
}
.header .nav li .new_tab_a {
    padding: 0;
}
.fix-header .menu-list{
    top:46px;
}
#us-login{
    display: none;
}
.login-success #us-login{
    display: inline-block;
}
.menu-list {
    /* position: absolute; */
    /* top: 46px; */
    width: 1180px;
    left: 0;
    height: 0;
    z-index: 300;
    background-color: #fff;
    overflow: hidden;
    height: auto;
    display: none;
    width: 100px;
    margin-left: -32px;
    border: 1px solid #eee;
}
.header .nav li.active .menu-list{
    z-index: 100;
}
.menu-list .menu {
    width: auto;
    background-color: #fff;
    padding: 0;
    height: auto;
    line-height: initial;
}
.menu-list .menu dl {
    margin: 0;
    float: none;
    line-height: 50px;
    display: block;
}


.menu-list .menu dt {
    color: #000;
    /* line-height: 20px; */

}
.header .menu-list dl a{
    border: 0;
    padding: 0;
    color: #000 !important;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    width: 100%;
}
/* .menu-list .menu dd {
    padding-top: 7px;

}
.menu-list .workshop{
    margin-left: 247px;
    float: left;
}
.menu-list .shequn{
    margin-left: 340px;
    float: left;
}
.menu-list .d2 {

    float: left;
}
.menu-list .d3 {

    float: left;
}
.menu-list .d4 {

    float: left;
}

.menu-list .menu dl.d5 {
    float: left;
    margin-left: 492px;
    margin-right: 10px;
}
.menu-list .menu dl.d7 {
    float: left;
    margin-left: 413px;
    margin-right: 10px;
}
.menu-list .d6,.menu-list .d8 {
    float: left;

} */

.menu-list .menu dd a:first-child {
    padding-left: 0;
}
.menu-list .d4 dd a:first-of-type{
    max-width: 278px;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden;

}
.menu-list .d4 dd a:last-of-type{
   position: absolute;

}
.menu-list .menu dd a {
    display: inline-block;
    line-height: 30px;
    padding: 0 17px 0 0;
    color: #4a4a4a;
}
.menu-list .menu dd a:hover{
    color: #fc4147;
}
.header .topys-logo {
    display: block;
    width: 140px;
    height: 40px;

    background-repeat: no-repeat;
    background-image: url(../image/logo-new.png);
    margin-top: 14px;
    position: absolute;
    left: 5%;
    top: -1px;
    margin-left: -55px;
}

.top-tools {
    float: right;
    line-height: 60px;
    position: relative;
}


.top-tools .ic-search {
    background-image: url(../image/search.png);
}
.top-tools .ic-upload {
    background-image: url(../image/upload.png);
}
.top-tools .ic-search-red {
    background-image: url(../image/search-red.png);
}
.top-tools .ic-upload-red {
    color: #fc4147;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 31px;
}
.fix-header .top-tools .ic-upload-red{
    color: #fc4147;
    margin-bottom: 9px;
}
.fix-header .top-tools .icon-msg i,
.fix-header .login-content a,
.fix-header .login-content,
.fix-header .top-tools .icon-msg span{
    color: #fc4147 !important;
}
.top-tools .ic-message {
    background-image: url(../image/message.png);
}
.top-tools #top-user {
    position: relative;
    display: inline-block;
}
.top-tools #top-user .icon {
    margin-left: 0;
}

.top-tools .ic-user {
    position: relative;
    background-image: url(../image/personal-home-page.png);
}
.top-tools .icon {
    width: 25px;
    height: 23px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: inline-block;
}
.top-tools .icon-msg{
    position: relative;
}
.top-tools .icon-msg i{
    color:#fc4147;
    position: absolute;
    top: -17px;
    left: 0;
    font-size: 18px;
}
.top-tools .icon-msg #msgdd{
    position: absolute;
    left:40%;
    top:-4px;
    color: #fc4147;
    /* background: #fff; */
    padding:2px 5px;
    line-height: 100%;
    font-size: 12px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


.user-panel {
    width: 285px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -366px;
    background-color: #fff;
    z-index: 10000;
    /* background-image: url(../../img/head-nav-logo/pic06.png); */
    padding: 150px 40px 15px 40px;
    background-repeat: no-repeat;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* border-left: 1px solid #a51424; */
}
.user-box {
    vertical-align: middle;
    height: 100%;
    max-width: 339px;
    border: 1px solid #edeeee;
    padding: 40px 30px 30px 30px;
    background-color: #fff;
    margin: 10% auto 20px auto;
}
.user-panel .user-box {
    border: 0;
    padding: 0;
    height: auto;
    margin-bottom: 0;
}
.user-box h4 {
    font-size: 18px;
    line-height: 20px;
    color: #202020;
    text-align: center;
    font-weight: normal;
}
/*.user-form {*/
    /*padding-top: 46px;*/
/*}*/
/*.user-form .ipt-group {*/
    /*width: 100%;*/
    /*height: 40px;*/
    /*margin: 5px 0;*/
    /*border: 1px solid #edeeee;*/
    /*margin-bottom: 20px;*/
/*}*/
/*.user-form .ipt-group_xy {*/
    /*width: 100%;*/
    /*height: 40px;*/
    /*margin: 5px 0;*/

/*}*/
/*.user-form .ipt-group_xy label{*/
    /*font-size: 12px;*/
    /*color: #757779;*/
/*}*/
/*.user-form .ipt-group_xy a{*/
    /*font-size: 12px;*/
    /*color: #fc4147;*/
/*}*/
/*.user-form .us-ipt {*/
    /*font-size: 13px;*/
    /*text-indent: 8px;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*border: 0;*/
    /*outline: none;*/
/*}*/
/*.user-form .spance {*/
    /*height: 20px;*/
    /*line-height: 20px;*/
    /*font-size: 12px;*/
    /*position: relative;*/
    /*margin: 40px 0;*/
/*}*/
/*.user-form .spance span {*/
    /*display: block;*/
    /*width: 40px;*/
    /*text-align: center;*/
    /*margin: 0 auto;*/
    /*background-color: #fff;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -20px;*/
    /*top: 0;*/
    /*height: 20px;*/
    /*z-index: 2;*/
/*}*/
/*.user-form .spance i {*/
    /*display: block;*/
    /*height: 1px;*/
    /*background-color: #edeeee;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 0;*/
    /*width: 100%;*/
/*}*/
/*.user-form .wm {*/
    /*float: right;*/
    /*line-height: 38px;*/
    /*padding-right: 20px;*/
    /*position: absolute;*/
    /*color: #999999;*/
/*}*/
/*.user-form .us-pass {*/
    /*width: 65%;*/
/*}*/
/*.user-form .us-btn {*/
    /*background-color: #fc4147;*/
    /*color: #fff;*/
    /*width: 100%;*/
    /*border: 0;*/
    /*margin: 13px 0 16px;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
/*}*/
/*.us-other {*/
    /*!* height: 52px;*/
    /*line-height: 50px; *!*/
    /*height: 36px;*/
    /*line-height: 22px;*/
    /*text-align: center;*/
    /*background-color: transparent;*/
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*max-width: 340px;*/
    /*color: #757779;*/
    /*margin: 0 auto;*/
    /*font-size: 14px;*/
/*}*/
/*.us-other a {*/
    /*color: #fc4147;*/
/*}*/
.rel {
    position: relative;
}
/*.user-form .sendcode {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 10px;*/
    /*z-index: 10;*/
    /*line-height: 38px;*/
/*}*/
/*.user-panel .us-close {*/
    /*width: 30px;*/
    /*text-align: center;*/
    /*line-height: 30px;*/
    /*font-size: 24px;*/
    /*color: #666;*/
    /*height: 30px;*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: 27px;*/
    /*top: 24px;*/
    /*z-index: 2;*/
    /*!* background-size: 60px 60px; *!*/
    /*background-color: rgba(255, 255, 255, 0.6);*/

/*}*/
.user_logined_sidenav {
    width: 162px;
    position: absolute;
    z-index: 9999;
    border: 1px solid #eee;
    right: -73px;
    top: 46px;
    background: white;
}
.user_logined_sidenav a {
    text-decoration: none;
    font-size: 14px;
    line-height: 50px;
    color: #555;
    display: block;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 3px;
    padding: 10px 0;
    height: 16px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    line-height: 16px;
}
.user_logined_sidenav a:first-of-type{
    padding-top: 16px;
}
.user_logined_sidenav a:last-of-type{
    border-top:1px solid #eee ;
    padding: 16px 0;
    margin: 6px 0 0;
}
div#bgDiv{
    position: fixed;
    _position: absolute;
    zoom: 1;
    top: 0;
    left: 0;
    right: 366px;
    width: auto;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .2) ;
    display: none;
    z-index: 1002;
}
.login-msg{
    position: absolute;
    background: url(../image/msg-bg.png) no-repeat;
    width: 411px;
    height: 367px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    margin-left: 188px;
    padding: 80px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.login-msg a{
    color: #fc4147;
}
.loading_pic {
    background-image: url("../image/loading1.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 425px;
}
.loaDing {
    margin: 0 auto;
    width: 1180px;
}
.login-type>div{
    width: 35%;
    text-align: center;
    color: #333;
    cursor: pointer;
    display: inline-block
}
/*.login-type .login-active{*/
    /*color: #fc4147;*/
    /*position: relative;*/
/*}*/
/*.login-type .login-active::before{*/
    /*content: "";*/
    /*display: block;*/
    /*width: 20px;*/
    /*border-bottom: 2px solid #fc4147;*/
    /*bottom: -3px;*/
    /*left: 41%;*/
    /*position: absolute;*/
/*}*/
.authCode{
    color: #333;
    font-size: 14px;
    padding-right: 0px;
    cursor: pointer;
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0px;
    top: 1px;
}

/**footer**/
.area-footer {
    /* margin-top: 30px; */
    border-top: 1px solid #eee;
    background: #fff;

}
.area-footer .inner {
    position: relative;
    margin: 0 auto;
    padding: 60px 0 40px;
    width: 1040px;
}

.area-footer .footer-logo {
    display: inline-block;
    float: right;
    position: absolute;
    top: 64px;
    right: 187px;
    width: 230px;
    height: 70px;
    background: url(../image/logo-bottom.png) no-repeat 0 50%;

}
.area-footer .contents .footer-nav {
    margin-bottom: 24px;
    height: 18px;
    font: 14px/1 'Microsoft YaHei', sans-serif;
    margin-top: 11px;
}
.area-footer .contents p {
    color: #999;
    font: 12px/20px 'Microsoft YaHei', sans-serif;
}

/*适配移动端*/
@media screen and (max-width: 900px) {
    .area-footer .contents p{
        font-size: 12px;
    }
}

.area-footer .contents .footer-nav li {
    display: inline;
    float: left;
    margin-right: 20px;
}
.area-footer .contents .footer-nav li a{
    color: #000000;
}
.area-footer .relation-logo {
    position: absolute;
    top: 60px;
    right: 0;
    height: 70px;
}
.area-footer .relation-logo img {
    display: inline-block;
    margin-left: 20px;
    height: 70px;
    vertical-align: middle;
    font-size: 0;
}
/**分页**/
.tcdPageCode{
    padding: 15px 20px;
    text-align: left;
    color: #ccc;
    text-align:center;
    margin-bottom: 100px;
}
.tcdPageCode a,.tcdPageCode span{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 38px;
    margin: 0 5px;
    color: #999999;
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    vertical-align: middle;
    border-radius: 6px;
}

.tcdPageCode a:hover{text-decoration: none;border: 1px solid #fc4147;}
.tcdPageCode span.current{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 38px;
    margin: 0 5px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #fc4147;
    background-color: #fc4147;
    border-radius: 6px;
    vertical-align: middle;

}
.tcdPageCode span.disabled{
    display: inline-block;
    height: 38px;
    line-height: 38px;
   width: 38px;
    margin: 0 5px;
    color: #999999;
    font-size: 16px;
    background-color: #f2f2f2;
    border: 1px solid #dddddd;
    vertical-align: middle;
    border-radius: 6px;
}
.null_content_img{
    background-image: url(../image/null-pic.jpg);
    background-position: center;
    height: 425px !important;
    /* background-position-x: -200px; */
    margin-top: 100px;
}
.null_content_img2{
    background: url("../image/null-pic.jpg") no-repeat center;
    height: 425px !important;
}

/* #go_top{
    width: 48px;
    height: 59px;
    background: url(../../img/images/goto-top.jpg) no-repeat;

    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: 620px;
    z-index:10000;
    cursor: pointer;
}
#go_top::after{
    content:'回到顶部';
    color: #999;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    top: 31px;
    left: -7px;
} */

/*.right-fixed .toggleActivity{*/
    /*position: absolute;*/
    /*width: 46px;*/
    /*height: 46px;*/
    /*top: -43px;*/
    /*left: -8px;*/
    /*cursor: pointer;*/
    /*background-image: url(../../img/images/toggleActivity.png);*/
    /*background-repeat: no-repeat;*/
 /*}*/

/*.right-fixed .triangle {*/
    /*width: 6px;*/
    /*height: 6px;*/
    /*background: #fff;*/
    /*position: absolute;*/
    /*-webkit-transform: rotate(45deg);*/
            /*transform: rotate(45deg);*/
    /*top: 20px;*/
    /*right: -4px;*/
    /*color: #ddd;*/
    /*border-right: solid 1px;*/
    /*border-top: solid 1px;*/
/*}*/
/*.right-fixed { z-index:9999; position: fixed; top: calc(78% - 100px); right: 0; width: 40px; height: 200px;}*/
/*.right-fixed li { border: 1px solid #ccc; background: #fff; height: 40px; text-align: center; position: relative; margin-top: -1px;}*/
/*.right-fixed li i { line-height: 40px; font-size: 24px; color: #fc4147;}*/
/*.right-fixed li>div{*/
    /*border: solid 1px #ddd;*/
    /*border-radius: 5px;*/
    /*top: 0;*/
    /*background: #fff;*/
/*}*/
/*.right-fixed li .goqq{*/
    /*padding:10px 0;*/
/*}*/
/*.right-fixed li:nth-child(1) >div { */
    /*position: absolute; */
    /*display: none; */
    /*!* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  *!*/
    /*width: 230px;*/
    /*left: -240px;*/
    /*text-align: left;*/
/*}*/
/*.right-fixed li:nth-child(2) >div>div{*/
    /*display: inline-block;*/
/*}*/
/*.right-fixed li:nth-child(2) >div { */
    /*position: absolute; */
    /*display: none; */
    /*!* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  *!*/
    /*width: 236px; */
    /*left: -246px; */
    /*top: 0;  */
/*}*/
/*.right-fixed li:nth-child(3) >div { */
    /*position: absolute; */
    /*display: none; */
    /*!* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  *!*/
    /*width: 136px; */
    /*left: -146px; */
    /*top: 0;  */
/*}*/
/*.right-fixed li:nth-child(4) >div { */
    /*position: absolute; */
    /*display: none; */
    /*!* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  *!*/
    /*width: 136px; */
    /*left: -146px; */
    /*top: 0;  */
/*}*/
/*.right-fixed li i:hover + div { display: block;}*/

/*.right-fixed li i:hover + div,.right-fixed li a:hover + div { display: block;}*/
/*.right-fixed .icon-go-call + div span { margin: 5px;display: block;}*/
/*.right-fixed .icon-go-wechat + div,.right-fixed li a + div { height:142px; background-position-y: -100px; padding-top: 12px;}*/
/*.right-fixed .icon-go-qq + div span { position: relative;top: -4px;}*/
/*.right-fixed p { color: #333; margin-bottom: 0;}*/
/*.right-fixed span { font-size: 14px; color: #666;}*/
/*#go_top { */
    /*background: #fc4147; */
    /*border: none;*/
    /*z-index:9999; */
    /*position: fixed;*/
    /*left: 85%; */
    /*left: calc(50% + 620px); */
    /*bottom: 40px; */
    /*width: 40px; */
    /*height: 40px; */
    /*text-align: center; */
    /*border-radius: 50%;*/
/*}*/


/*#go_top i { color: #fff; cursor: pointer;-webkit-transition: 0.1s ease;transition: 0.1s ease; font-size: 24px;line-height: 40px;}*/
/*#go_top i:hover { line-height: 10px;}*/
/*#go_top i:hover::before { content: "返回顶部"; font-size: 14px; line-height: 10x; position: relative; top: 4px; }*/

#Share .share-item3{
    position: absolute;
    /* border: solid 1px red; */
    width: 120px;
    right: 20px;
    top: 30px;
}
#Share .share-item3 .collect-wrapper{
    width: 120px;
    height: 64px;
}
#Share .share-item3 .collect-wrapper .collect-btn{
    height: 40px;
    border-radius: 20px;
    border: solid 1px #000;
    line-height: 40px;
    text-align: center
}
#Share .share-item3 .collect-wrapper .collect-btn:hover{
    cursor: pointer;
}
#Share .share-item3 .collect-wrapper .collect-btn div{
    height: 20px;
    width: 20px;
    display: inline-block;
    background-image: url(../image/collect.png);
    /* border: solid 1px red; */
    margin-top: 10px;
}
#Share .share-item3 .collect-wrapper .collect-btn span{
    /* border: solid 1px red; */
    font-size: 14px;
    vertical-align: 5px;
}
#Share .share-item3 .collect-wrapper p{
    color: #999;
    font-size: 14px;
    text-align: center;
    margin-top: 6px;
}
.dashed{
    background: url(http://s1.iden.cn/common/common/img/dashed.png);
    height: 1px;
    width: 880px;
    position: absolute;
    display: block;
}


.page-content .input-content{
    width: 91px;
    overflow: hidden;
}
.page-content .input-content input{
    width: 50px;
    float: left;
    height: 100%;
    border: 0;
    outline: none;
    font-size: 20px;
    color: #999;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.page-content .input-content span{
    float: right;
    width: 39px;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    border: 0;
    border-left: 1px solid #ddd;
}
.page-content .page-num{
    width:auto;
    padding:0 5px;
}
.m-competition-form .control-label i {
    color: #f00;
    font-style: normal;
}
/* .collection-content #Share ul{
    margin: 0;
    overflow: hidden;
    float: left;
    width: 280px;
    border: solid 1px red;
    text-align: center;
}
.collection-content #Share ul li{
    float: none;
    display: inline-block;
} */
#Share .thumd-box {
    /* margin-top:30px;  */
    position: absolute;
    top: 26px;
    height: 64px;
    width: 178px;
    left: 351px;
}
#Share .thumd-box .thumd-btn {
    display: block;
    height: 64px;
    position: relative;
    /* margin-top: -10px; */
    line-height: 64px;
    width: 178px;
    color: #fff;
    background: url(../image/bg-good.png) 100% 100% no-repeat;
}
#Share .thumd-box .thumd-btn i{
    display: inline-block;
}
#Share .thumd-box .thumd-btn .img-praise{
    background: url(../image/good-full.png) 100% 100% no-repeat;
    width: 22px;
    height: 22px;
    /* border: solid 1px #fff; */
    margin-left: 18px;
    vertical-align: -4px;
}
#Share .thumd-box .thumd-btn .text{
    font-size: 20px;
}
#Share .thumd-box .thumd-btn .num{
    position: absolute;
    right: 18px;
    font-size: 16px;
}


/* .thumd-btn {
    background: url(../../img/images/thumd-big.png) center 16px no-repeat #1E90FF !important;
    background-size: 28px auto !important;
} */
/* .collect-btn {
    background: url(../../img/images/collect-big.png) center 16px no-repeat #1E90FF !important;
    background-size: 28px auto !important;
} */
/* .collect-btn.active{
    background-color:  #fc4147 !important;
}
.thumd-btn.active{
    background-color:  #fc4147 !important;
} */
.thumd-box span:hover {
    opacity: .8;
}
.header .nav-row{
    height: auto;
    padding:0;
    line-height: initial;
}
.header .header-top{
    background-color: #fff;
}
.header .header-bot{
    background-color: #fff;
}
.header .header-bot .nav li a{
    color: #333;
}
.header .header-bot .nav li.active a{
    color: #fc4147;
}
.login-content{
    display: inline-block;
    color: #fc4147;
}
.login-content a{
    color: #fc4147;
}

.top-tools>.icon{
    margin-right: 30px;
}
.v-container{
    width: 1180px;


    margin: 60px auto 80px;
}
.v-container:after{
    content: ' ';
    clear: both;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.search-input{
    border: 0;
    border-bottom: 1px solid #fc4147;
    outline: none;

    -webkit-transition: .3s;

    transition: .3s;
    line-height: initial;
    width: 0;
    transition: .3s;
    padding: 0;
    font-size: 14px;
}
.search-input.active{
    width:150px;
    padding: 3px;
}
.scale-img{
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
}
.scale-img:hover{
    -webkit-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}
.img{
    overflow: hidden;
}
.high-text:hover{
    color: #fc4147 !important;
}
.full-link{
    display: inline-block;
    width: 100%;
    color: inherit;
    height: 100%;
}
#searchContainer .v-container{
    overflow: hidden;
}
.show-menu{
    z-index: 1;
    position: relative;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    width: 100%;
    display: block;
    background: #eee;
    border: 0;
}
.show-menu .menu{
    display: block;
    margin: 0;
    width: 100%;
    background: none;
    text-align: center;
    padding: 0;
    line-height: 50px;
}
.show-menu .menu dl{
    display: inline-block;
    float: none;
    margin: 0;
    width: 100px;
}
.show-menu .menu .Rows2  dl{
    width: auto !important;
    margin-left: 50px;
    display: block;
    float: left;
}
.show-menu .menu .Rows2::after{
    content: "";
    display: block;
    clear: both
}
.show-menu .menu dl a{
    color: #666;
}
.show-menu .menu dl a.active{
    color: #fc4147;
}
.search-select{
    position: absolute;
    width: 150px;
    display: none;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 44px;
    z-index: 9;
    max-height: 300px;
    overflow: auto;
}
.search-select>div{
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
    height: 24px;
}
.search-select a{
    color: #666;
}

.search-select div:hover{
    background: #ddd;
}
.search-select div:hover a{
    color: #fc4147;
}
.competition{
    margin-top: -30px;
}
a:active {
    color: #fc4147;
}

a:hover {
    color: #fc4147;
}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
html,body{
    min-width: 1200px;
    font-family: "Microsoft YaHei"!important;
    font-size: 0;
    border-top: 1px solid transparent;
}
.soput i{
    font-style: normal;
}
/* 个人中心内容部分的头部 */
.inner .my-center{
    width: 1180px;
    height: 310px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
            box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 5px;
    margin-bottom: 10px;
    /* overflow: hidden; */
    background-color: #fff;
}
.inner .my-center .title-img{
    height: 180px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#title-img .file-upload {
    opacity: 0;
}
#title-img .webuploader-pick {
    width: 162px; height: 46px;;
}
.inner .my-center .title-img .setTitle{
    height: 44px;
    width: 160px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 3px;
    text-align: center;
    line-height: 44px;
}
.inner .my-center .title-img .setTitle::before{
    font-size: 26px;
    vertical-align: -4px;
}
.inner .my-center .title-content{
    height: 130px;
    width: 100%;
}
.inner .my-center .title-content li.float{
    float: left;
}
.inner .my-center .title-content li a{
    color: #666;
}

.inner .my-center .title-content ul:nth-child(2) li{
    width: 150px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;

}

.inner .my-center .title-content ul:nth-child(2) li:nth-child(1)::before{
    font-size: 19px;
    margin-right: 10px;
    vertical-align: -2px;
    color: #b8c4ce;
}
.inner .my-center .title-content ul:nth-child(2) li:nth-child(2)::before{
    font-size: 24px;
    margin-right: 6px;
    vertical-align: -5px;
    color: #b8c4ce;
}
.inner .my-center .title-content ul:nth-child(2) li:nth-child(3)::before{
    font-size: 22px;
    margin-right: 10px;
    vertical-align: -3px;
    color: #b8c4ce;
}
.inner .my-center .title-content ul:nth-child(2) li:nth-child(4)::before{
    /* font-size: 22px;
    margin-right: 10px;
    vertical-align: -3px; */
    color: #b8c4ce;
}

.inner .my-center .title-content ul{
    padding-left: 164px;
    width: 1016px;
    position: relative;
    height: 54px;
}
/* .inner .my-center .title-content ul:nth-child(1)::before{
    content: "";
    display: block;
    clear: both;
}
.inner .my-center .title-content ul:nth-child(2)::after{
    content: "";
    display: block;
    clear: both;
} */
.inner .my-center .title-content ul:nth-child(1) li:nth-child(1){
    position: absolute;
    height: 140px;
    width: 140px;
    background: #666;
    left: 14px;
    top: -50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px #fff;
            box-shadow: 0 0 0 4px #fff;
    overflow: hidden;
}
/* 橙色色实心的主题按钮 */
.iden-btn-so{
    background: #ff6000;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
}
.iden-btn-so:hover{
    opacity: 0.8;
}
/* 红色实心的主题按钮 */
.iden-btn-sr{
    background: #FC4147;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
}
.iden-btn-sr:hover{
    background: #FC6368;
    color: #fff;
    cursor: pointer;
}
.iden-btn-sr-d{
    cursor: pointer;
    background: #D71C22;
    color: #fff;
}


/* 灰色实心的主题按钮 */
.iden-btn-sg{
    cursor: pointer;
    background: #a3b7bf;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.iden-btn-sg:hover{
    cursor: pointer;
    background: #B4C4CB;
    color: #fff;
}
.iden-btn-sg-d{
    cursor: pointer;
    background: #8A9EA6;
    color: #fff;
}

/* 红色空心的主题按钮 */
.iden-btn-hr{
    cursor: pointer;
    border: solid 1px;
    color: #FC4147;
    border-radius: 3px;
    text-align: center;
}
.iden-btn-hr:hover{
    cursor: pointer;
    padding: 1px;
    border: none;
    color: #fff;
    background-color: #FC4147
}
.iden-btn-hr-d{
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #D71C22
}

/* 灰色空心的主题按钮 color:666 */
.iden-btn-hg{
    cursor: pointer;
    border: solid 1px;
    color: #666;
    border-radius: 3px;
    text-align: center;
}
.iden-btn-hg:hover{
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #666;
    padding: 1px;
}
/* 灰色空心的主题按钮 color:#333*/
.iden-btn-hg14{
    cursor: pointer;
    border: solid 1px;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
}
.iden-btn-hg14:hover{
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #666;
    padding: 1px;
}
.iden-btn-d{
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #333
}

.memberType .cont-bottom ul{
    position: absolute;
    height: 856px;
    width: 163px;
    overflow: hidden;
}
.memberType .cont-bottom ul:nth-child(1){
    border: solid 1px #ddd;
    width: 202px;
}
.memberType .cont-bottom ul:nth-child(2){
    border: solid 1px #ddd;
    left: 204px;
}
.memberType .cont-bottom ul:nth-child(3){
   border: solid 1px #358815;
    left: 369px;
}
.memberType .cont-bottom ul:nth-child(4){
   border: solid 1px #67777b;
    left: 534px;
}
.memberType .cont-bottom ul:nth-child(5){
   border: solid 1px #eda906;
    left: 699px;
}
.memberType .cont-bottom ul:nth-child(6){
   border: solid 1px #15acda;
    left: 864px;
}
.memberType .cont-bottom ul:nth-child(7){
   border: solid 1px #fc4147;
    left: 1029px;
}

.memberType .cont-bottom ul li{
   height: 50px;
   line-height: 50px;
   text-align: center;
   color: #333;
   width: 163px;
   background-color: #fff;
   border-top: solid 1px #ddd;
}
.memberType .cont-bottom ul:nth-child(1) li{
   height: 50px;
   line-height: 50px;
   text-align: center;
   color: #333;
   width: 202px;
   border-top: solid 1px #ddd;
}
.memberType .cont-bottom ul li:nth-child(1){
    color: #fff;
    height: 60px;
    font-size: 20px;
    /* color: #666; */
    line-height: 60px
 }
.memberType .cont-bottom ul .by-btn a{
    width: 140px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    margin: 20px 11px
 }
 .memberType .cont-bottom ul li:nth-child(2){
    height: 80px;
    line-height: 80px;
    font-weight: lighter;
    position: relative;
 }
 .memberType .cont-bottom ul li:nth-child(2) span:nth-child(1){
   font-size: 20px;
   position: absolute;
   top: -8px;
 }
 .memberType .cont-bottom ul li:nth-child(2) span:nth-child(2){
     margin-left: 20px;
   font-size: 50px;
 }
 .memberType .cont-bottom ul li:nth-child(2) span:nth-child(3){
   font-size: 40px;
 }
.memberType .cont-bottom ul:nth-child(1) li:nth-child(1),
.memberType .cont-bottom ul:nth-child(2) li:nth-child(1)
{
    color: #666;
 }
.memberType .cont-bottom ul:nth-child(2) li:nth-child(1)
{
   background-color: #ececec;
   border-top: 1px solid #ececec;
 }
 .memberType .cont-bottom ul:nth-child(3) li:nth-child(1){
    background-color: #358815;
    border-top: 1px solid #358815;
 }
 .memberType .cont-bottom ul:nth-child(4) li:nth-child(1){
    background-color: #67777b;
    border-top: 1px solid #67777b;
 }
 .memberType .cont-bottom ul:nth-child(5) li:nth-child(1){
    background-color: #eda906;
    border-top: 1px solid #eda906;
 }
 .memberType .cont-bottom ul:nth-child(6) li:nth-child(1){
    background-color: #15acda;
    border-top: 1px solid #15acda;
 }
 .memberType .cont-bottom ul:nth-child(7) li:nth-child(1){
    background-color: #fc4147;
    border-top: 1px solid #fc4147;
 }


.memberType .cont-bottom active{

    left: 204px;
}
.memberType .cont-bottom active{
    left: 369px;
}
.memberType .cont-bottom active{
    left: 534px;
}
.memberType .cont-bottom active{
    left: 699px;
}
.memberType .cont-bottom active{
    left: 864px;
}
.memberType .cont-bottom active{
    left: 1029px;
}

.memberType .cont-top ul li{
    float: left;
    width: 292px;
    text-align: center;
}
.memberType .cont-top ul::after{
    content: "";
    clear: both;
    display: block;
}
.memberType .cont-top ul li p:nth-child(1){
    font-size: 48px;
    font-weight: lighter;
    color: #fff;
    position: relative;
}
.memberType .cont-top ul li p:nth-child(1) span{
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: -18px;
}
.memberType .cont-top ul li p:nth-child(2){
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
}
.memberPay>div h4{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}


.memberPayAfter .cont-top .icon{
   color: #fc4147;
   font-size: 80px;
}
.memberPayAfter .cont-top {
   text-align: center;
}
.memberPayAfter .cont-top ul li{
   /* float: left; */
   display: inline-block;
   margin-bottom: 100px;
}
.memberPayAfter .cont-top ul li a{
   width: 110px;
   text-align: center;
   display: block;
   height: 36px;
   line-height: 36px;
   border-radius: 3px;
}

.memberPayAfter .cont-top ul li:nth-child(2){
    margin: 0 20px 0 10px;
}
.memberPayAfter .cont-top p:nth-child(2){
   padding: 10px 0;
   color: #333;
   font-size: 24px;
}
.memberPayAfter .cont-top p:nth-child(2) span{
   color: #ff6000;
}
.memberPayAfter .cont-top p:nth-child(3){
   margin-top: 20px;
   margin-bottom: 10px;
   color: #999;
}
.memberPayAfter .cont-bottom>p{
    font-size: 14px;
    color:#333;
    margin-bottom: 20px;
}

.memberPayAfter .cont-bottom .likes>li{
    float: left;
    width: 280px;
    background-color: #fff;
    margin-right: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.memberPayAfter .cont-bottom .likes>li:nth-child(4){
    margin-right: 0;
}
.memberPayAfter .cont-bottom .likes::after{
    content: "";
    display: block;
    clear: both;
}
.memberPayAfter .cont-bottom .likes li>a{
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
    color: #fff;
}
.memberPayAfter .cont-bottom .likes li a .patent-wrapper{
    position: absolute;
    background:#fc4147;
    width: 60px;
    height: 30px;
    border-radius: 5px 0 15px 0;
    left: 0;
    top: 0;
}
.memberPayAfter .cont-bottom .likes li a .patentImg{
    display: inline-block;
    background-image: url(../image/patent.png);
    width: 16px;
    height: 16px;
    margin: 6px 2px 0 5px;
    background-size: 100% 100%;
}
.memberPayAfter .cont-bottom .likes li .detail{
    padding: 20px 16px;
}
.memberPayAfter .cont-bottom .likes li .detail p{
      color: #333;
      font-size: 16px;
      margin-bottom: 16px;
}
.memberPayAfter .cont-bottom .likes li .detail p>a{
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.memberPayAfter .cont-bottom .likes li .detail ul li{
    float: left;
}
.memberPayAfter .cont-bottom .likes li .detail ul li:nth-child(4){
    float: right;
    font-size: 16px;
    color: #ff6000;
    margin-top: 2px;
}
.memberPayAfter .cont-bottom .likes li .detail ul li:nth-child(4) span{
    font-size: 12px;
}
.memberPayAfter .cont-bottom .likes li .detail ul li:nth-child(1){
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
.memberPayAfter .cont-bottom .likes li .detail ul li:nth-child(2){
    height: 24px;
    line-height: 24px;
    color: #666;
    margin: 0 3px;
    font-size: 15px;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.memberPayAfter .cont-bottom .likes li .detail ul li:nth-child(3){
    width: 30px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    background-color: #fcba07;
    color: #fff;
    border-radius: 7px;
}
.memberPayAfter .cont-bottom .likes li .detail ul::after{
    content: "";
    display: block;
    clear: both;
}
.myMember-top .menber{
    width: 300px;
    height: 140px;
    margin: 20px;
    cursor: pointer;
    position: relative;
    background-image: url(../image/vip-bg.png);
    background-repeat: no-repeat;
    background-position: 0 -700px;
}
.myMember-top .tp{/*铜牌，现改名为铜卡*/
    background-position: 0 -0px;
}

.myMember-top .yp{/*银牌，现改名为银卡*/
    background-position: 0 -140px;
}

.myMember-top .jp{/*金牌，现改名为金卡*/
    background-position: 0 -280px;
}

.myMember-top .zs{ /*钻石，现改名为特别定制*/
    background-position: 0 -420px;
}

.myMember-top .pt{/*普通*/
    background-position: 0 -560px;
}


.myMember-top .zz{  /*至尊，现在没有这个级别，logo也没有对应的*/
    background-position: 0 -840px;
}



.myMember-bottom li{
    width: 132.5px;
    float: left;
    text-align: center;
}
.myMember-bottom ul:nth-child(1) li,
.myMember-bottom ul:nth-child(3) li{
    height: 50px;
    line-height: 50px;
}
.myMember-bottom ul:nth-child(2) li,
.myMember-bottom ul:nth-child(4) li{
    height: 60px;
    line-height: 60px;
}
.myMember-bottom ul:nth-child(2) li p,
.myMember-bottom ul:nth-child(4) li p{
    height: 16px;
    line-height: 16px;
}
.myMember-bottom ul:nth-child(2) li p:first-of-type,
.myMember-bottom ul:nth-child(4) li p:first-of-type{
    margin-top: 14px;
}
.myMember-bottom ul:nth-child(2) li p:last-of-type,
.myMember-bottom ul:nth-child(4) li p:last-of-type{
    font-size: 12px;
}

.data-list .cname:hover { color: #fc4147;}
.askmasterlist-item .show:hover { color: #fc4147;}

.data-list .cname:hover { color: #fc4147;}
.askmasterlist-item .show:hover { color: #fc4147;}

.zx-share-ul1 li p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.zx-share-ul1 li p:hover { overflow: visible;white-space: normal; height: 21px; padding-left: 105px;}

.zt-color-ff6000{
    color: #ff6000;
}

[v-cloak]{
    display: none !important;
}

/* 会员颜色及图标 */
.vip {
    /* width: 70px; */
    vertical-align: top;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 8px;
    margin-left: 16px;
    text-align: center;
    display: inline-block;
    color: #fff; }
.vip i { font-size: 14px; }

.vip-zhi { background: #cbcbcb; }
.vip-zuan { background: #cbcbcb; }
.vip-jin { background: #cbcbcb; }
.vip-yin { background: #cbcbcb; }
.vip-tong { background: #cbcbcb; }
.vip-normal { background: #cbcbcb; }

/* 遮罩层 */
.supernatant {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}
.supernatant-lucency{
    width: 400px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 20px;
    text-align: center;
    z-index: 9999999999999999999999999999;
    background-color: #939393;
    color: #fff;
    top: 300px;

}
.supernatant .supernatant-wrapper{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: none;
    height: auto;
    position: relative;
    width: 440px;
    padding: 1px 0;
    margin: 150px auto
}
.IdenAlertWrapper .supernatant-wrapper{
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -200px
}
.supernatant .supernatant-wrapper .verticalBar{
    height: 23px;
    border-right: 1px solid rgb(255, 255, 255);
    position: absolute;
    right: 14px;
    top: -23px;
    z-index: 98;
}
.supernatant .supernatant-wrapper .icon-close-line{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 30px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: -50px;
    z-index: 9999999;
}
.supernatant .supernatant-wrapper .icon-close-full,
.supernatant .supernatant-wrapper .icon-error,
.supernatant .supernatant-wrapper .icon-warn-success
{
    font-size: 60px;
    color: #fc4147;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: -18px;
    width: 80px;
    height: 80px;
    left: 180px;
}
.supernatant .supernatant-wrapper .icon-close-full::before,
.supernatant .supernatant-wrapper .icon-error::before,
.supernatant .supernatant-wrapper .icon-warn-success::before
{
    position: absolute;
    top: 8px;
    left: 10px;
}
.supernatant .supernatant-wrapper .icon-warn-success{
    color: #358815;
}
.supernatant .supernatant-wrapper .icon-error{
    color: #ff6000;
}
.supernatant .supernatant-wrapper .title{
    margin-top: 81px;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    text-align: center
}
.supernatant .supernatant-wrapper .msg{
    padding: 20px 30px 40px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    color: #666666;
}
.supernatant .supernatant-wrapper .btn1{
    width: 260px;
    height: 40px;
    border-radius: 20px;
    margin-left: 90px;
    line-height: 40px;
    margin-bottom: 20px;
}
.supernatant .success-color{
    background-color: #358815 !important
}
.supernatant .supernatant-wrapper h3{
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.supernatant .supernatant-wrapper .super-container{
    padding: 30px
}
.super-container .inp-wrap{
    border-radius: 5px;
    /* overflow: hidden; */
    border: #ddd solid 1px;
    display: inline-block;
    height: 38px;
    width: 380px;
    background: #F4F4F4;
    position: relative;
}
.super-container .inp-wrap input{
    height: 26px;
    margin: 5px 6px;
    width: 370px;
    outline: none;
    border: none;
    background: #F4F4F4;
}
.super-container .l2 .inp-wrap{
    width: 305px;

}
.super-container .l2 .inp-wrap input{
    width: 290px;
}
.super-container .tip{
    color: #fc4147;
    font-size: 14px;
}
.super-container .btn-wrap>div{
    font-size: 16px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-left: 20px
}
.super-container>div{
    margin-bottom: 20px;
}
.super-container .btn-wrap{
    margin-bottom: 0;
}
.super-container .inp-wrap .SauthCode{
    width: 100px;
    height: 38px;
    line-height: 38px;
    background-color: #fc4147;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: -1px;
    right: -1px;
}

/* 去掉选择inout框的记忆内容的白色块 */
.input-jybc{
    -webkit-box-shadow: rgb(244, 244, 244) 0px 0px 200px 100px inset !important;
            box-shadow: rgb(244, 244, 244) 0px 0px 200px 100px inset !important;
}

/* 818活动按钮 */
.activity818-wrapper{
    position: fixed;
    bottom: 40px;
    left: 50%;
    z-index: 99999;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.activity818-wrapper .act-box{
    z-index: 999999;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -179px;
    margin-left: -277px;
    width: 554px;
    height: 358px;
    background-image: url(../image/activity818.png);
}
.activity818-wrapper .act-box .icon-close-line{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
    /* display: block; */
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.activity818-wrapper .act-box .icon-close-line::before{
    font-size: 38px;
    color: #fff;
    background: #03ddcf;
    position: absolute;
    top: -4px;
    left: -4px;
    height: 41px;
    line-height: 41px;
}
.activity818-wrapper .act-box .new,.activity818-wrapper .act-box .act-vip{
    height: 136px;
    width: 248px;
    position: absolute;
    bottom: 31px;
    cursor: pointer;
    display: block;
}
.activity818-wrapper .act-box .new{
    left: 0px;
}
.activity818-wrapper .act-box .act-vip{
    left: 280px;
}

/* 非IE10以上内核的浏览器 提示块 */
.TipCards-wrapper{
    position: fixed;
    z-index: 99999997;
    background-color: #F5F5F5;
    top: 0;
    bottom: 0;

    left: 0;
    right: 0;
}
.iden-TipCards{
    width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -98px 0 0 -381px;
    text-align: center;
    border: solid 1px #ddd;
    background-color: #FAFBFB;
    padding: 30px;
    z-index: 99;
}
.IE_warn{
    height: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    background: #ffc107;
    color: #fff;
    line-height: 20px;
    padding-top: 10px;
}
.iden-TipCards img{
    position: absolute;
    width: 100px;
    opacity: 0.5;
    top: 0;
    left: 175px;
    z-index: 98;
}
.iden-TipCards .red{
    color: #fc4147;
}
.iden-TipCards .title span{
    margin-left: 10px;
    font-size: 30px;
    font-weight: bold;
}

/*提示用户认证弹窗*/
.alert-app {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
    line-height: 1.6;
}

.alert-app .alert-home {
    width: 400px;
    height: auto;
    background: #fff;
    margin: 230px auto;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.alert-app .alert-home h2 {
    color: #303133;
    font-size: 18px;
    line-height: 2;
}

.alert-app .alert-home p {
    padding: 10px 15px;
    color: #606266;
    font-size: 15px;
}

.alert-app .alert-home .alert-btn {
    text-align: right;
}

.alert-app .alert-home .alert-btn>div {
    display: inline-block;
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    cursor: pointer;
}

.alert-home .alert-btn .alert-btn-ok {
    background: #FC4147;
    color: #fff;
}

.alert-home .alert-btn .alert-btn-ok:hover {
    background: rgba(252, 65, 71, 0.6);
}

.alert-home .alert-btn .alert-btn-no {
    border: 1px solid #dcdfe6;
}

.alert-home .alert-btn .alert-btn-no:hover {
    background: rgba(252, 65, 71, 0.1);
    color: #fc4147;
}

/* 设置头部的2级横栏的位置 */
.menu-list .Rows2{
    width: 450px;
    height: 50px;
    position: absolute;
}
.rwos2-active{
    left: calc(50% - 545px);
}
.rwos2-design{
    left: calc(50% - 510px);
}
.rwos2-icollege{
    left: calc(50% - 329px);
}
.rwos2-ITaiwan{
    left: calc(50% - 211px);
}
.rwos2-recruit{
    left: calc(50% - 110px);
}
.no-click{
    opacity: 0.5;
    cursor: default!important;
}
.slider .success{
    background-size: 50% !important;
}


.fadein { -webkit-transition: 0.5s ease; transition: 0.5s ease; position: relative; top: 40px; }
.fadein-up { top:0px;}

/* 文字选中颜色 */
::-moz-selection{background:#fc4147; color:white;}
::selection{background:#fc4147; color:white;}
::-moz-selection{background:#fc4147; color:white;}
::-webkit-selection{background:#fc4147; color:white;}

/* 滚动条 */
::-webkit-scrollbar-track-piece {
    background-color:#eee;
}
::-webkit-scrollbar {
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background-color:#888;
    background-clip:padding-box;
    min-height:28px;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#999;
}
.thirdparty-login li{
    display: inline-block;
    width: 49%;
    text-align: center;
}
.thirdparty-login li a {
    border: solid 1px;
    border-radius: 50%;
    padding: 4px;
}
.thirdparty-login li .icon{
    font-size: 40px;
    color: #666;
}
.thirdparty-login li .icon:hover{
    color: #fc4147;
}
.IDEN-alter-gray,
.IDEN-alter-cg,
.IDEN-alter-sb{
    width: 400px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 20px;
    text-align: center;
    display: none;
    z-index: 9999999999999999999999999999;
}
/* 通用灰色提示 */
.IDEN-alter-gray{
    background-color: #939393;
    color: #fff;
    top: 300px;
}
.IDEN-alter-cg{
    background-color: #f3ffec;
    color: #358815;
}
.IDEN-alter-sb{
    background-color: #fff5f5;
    color: #fc4147;
}
.IDEN-alter-cg>div,
.IDEN-alter-sb>div{
    float: left;
}
.IDEN-alter-cg>div:nth-child(1),
.IDEN-alter-sb>div:nth-child(1){
    margin: 0 10px 0 20px;
}
.IDEN-alter-cg>div:nth-child(2),
.IDEN-alter-sb>div:nth-child(2){
    font-size: 14px;
}
.iden-pointer{
    cursor: pointer
}

 /*附件描述*/
 .fujianDec {
     width: 605px;
     position: relative;
     left: 35px;
     top: -25px;
     color: #999;
     font-size: 12px;
 }

 /*提交表单时  一些协议 公共样式*/
 .xieyi{
     color: #999;
     text-decoration: underline;
     cursor: pointer;
 }

 /*与 任务详情  已投稿 互动评论 导航 同一行的button*/
 .tab-key {
     position: relative;
 }

 .tab-key .btn {
     position: absolute;
     top: 10px;
     right: 27px;
     width: 100px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     color: #fc4147;
     border: solid #fc4147 1px;
     border-radius: 5px;
     outline: none;
     background-color: transparent;
     cursor: pointer;
 }

 /*顶置导航*/
 .top-nav{
     height: 56px;
     width: 100%;
     background-color:#fff;
     z-index: 1005;
     position: fixed;
     top: 0;
     left: 0;
     -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
             box-shadow: 0 0 6px rgba(0, 0, 0, .2);
     display: none;
 }
 .top-nav.active{
     display: block;
 }
  .top-nav .nav-home{
      width: 1180px;
      height: 56px;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      /* border:solid blue 1px; */
  }
.nav-home .tab-nav{
    max-width: 700px;
    float: left;
}
.nav-home .tab-nav li{
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding:12px 0;
    font-size: 15px;
}
.nav-home .tab-nav li a,
.nav-home .tab-nav li .goodBoy {
    display: inline-block;
    padding:5px 20px;
    color:#333;
    font-size: 15px;
    position: relative;
}
.nav-home .tab-nav li a::after{
    content: "";
    width: 1px;
    height: 20px;
    background-color:#e7e7e7;
    position: absolute;
    top: 5px;
    right: 0;
}
.nav-home .tab-nav li.active{
    border-bottom: #fc4147 2px solid;
}
.nav-home .tab-nav .active a{
    color:#fc4147;
}
.nav-home .nav-toolbar{
    float: right;
    width: 420px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.nav-toolbar #toolbar-share{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#toolbar-share li a::before {
    font-size: 30px;
}
.share-wrapperTarg li:nth-child(2){
    margin: 0;
}
.swiper-container{
    top: -1px;
}
.h_global-alert{
    position: fixed;
    min-width: 600px;
    max-width: 100%;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 12px 80px 12px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 999;
    font-size: 14px;
    -webkit-transition: top .9s;
    -moz-transition: top .9s;
    -ms-transition: top .9s;
    -o-transition: top .9s;
    transition: top .9s;
}
.h_global-alert.show{
    top:15px;
}
.h_global-alert.mobile-show{
    top:15px;
    min-width: 700px;
    max-width: 100%;
}
.h_global-alert .go{
    color: #0099cc;
    margin-left: 8px;
}
.h_global-alert .close-alert{
    position: absolute;
    right: 10px;
    top: 12px;
    color: #333;
    cursor: pointer;
}
.h_global-alert.alert-danger{
    color: #fc4c47;
    background-color: #fff5f5;
    border-color: #f2dede;
}
.h_global-alert.alert-danger i.font_family{
    margin-right: 10px;
}

.g_breadcrumb {
    *zoom: 1;
    margin: 20px auto;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
.g_breadcrumb:before,
.g_breadcrumb:after {
    content: " ";
    display: table;
}
.g_breadcrumb:after {
    clear: both;
}
.g_breadcrumb li {
    position: relative;
    float: left;
}
.g_breadcrumb li a {
    color: #999;
}
.g_breadcrumb li a:hover {
    color: #333;
}
.g_breadcrumb li.title {
    color: #999;
}
.g_breadcrumb li.now {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.g_breadcrumb li.now a {
    color: #333;
}
.g_breadcrumb li.fr {
    float: right;
    margin-right: 20px;
}
.g_breadcrumb .sub {
    padding-right: 30px;
}
.g_breadcrumb .sub:after {
    position: absolute;
    display: block;
    content: '>';
    text-align: center;
    width: 30px;
    right: 0;
    top: 0;
    line-height: 20px;
}


/*
模版分页
*/
/*.page-moban{
        position:relative;
        height: 100px;
    }
    .T_PageCode {
            margin: 25px auto;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        .T_PageCode li {
            list-style: none;
            float: left;
            margin: auto 4px;
            cursor: pointer;
        }

        .pagination {
            padding-top: 20px;
            width: 100%;
        }

        .pagination li {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: rgba(229, 229, 229, 1);
            border-radius: 5px;
            line-height: 40px;
            text-align: center;
        }

        .pagination li.active {
            width: 40px;
            height: 40px;
            background: rgba(252, 65, 71, 1);
            border-radius: 5px;
            color: rgba(255, 255, 255, 1);
        }

        .pagination li a {
            display: block;
            text-align: center;
        }*/

