@CHARSET "UTF-8";
html, body {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    font-size: 12px;
    font-family: "PingFang SC", Microsoft Yahei In-Bold, Microsoft Yahei, SimHei, Apple LiGothic Medium;
    color: #222222;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 50px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

/*------index------start-----css*/
.index-main {
    margin: 60px auto 0px;
    background: #f2f2f2;
}

.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.banner .banner-items {
    height: 100%;
    width: 300%;
    -webkit-transition: all ease-out .8s;
}

.banner .banner-items .banner-item {
    width: 33.33333%;
    height: 100%;
    float: left;
}

.banner .banner-items .banner-item > img {
    width: 100%;
    height: 100%;
}

.banner .ban-btns {
    position: absolute;
    bottom: 50px;
    height: 10px;
    width: 100%;
    text-align: center;
    line-height: 10px;
}

.banner .ban-btns .ban-btn {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #fff;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all ease-out 0.5s;
}

.banner .ban-btns .ban-btn.banbtnactive {
    -webkit-transition: all ease-out 0.3s;
    width: 20px;
}

.banner .banner-android {
    width: 1200px;
    margin: -500px auto;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.banner .banner-android .banner-anroid-in {
    right: 0px;
    top: 170px;
    position: absolute;
}

.banner .banner-android .banner-anroid-in > img {
    display: block;
}

.banner .banner-android .banner-anroid-in .andrdownbtn {
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    display: block;
    height: 38px;
    border-radius: 40px;
    color: #fff;
    background: url(../images/andrdown-bg.png);
    cursor: pointer;
}

.ind-le {
    float: left;
}

.ind-ri {
    float: right;
}

.index-info-list {
    width: 1200px;
    margin: 0px auto;
    padding: 40px 0px 50px;
    min-height: 500px;
}

.index-info-list .info-list-it {
    width: 580px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
}

.index-info-list .info-list-it .info-list-it-in {
    padding: 10px 40px;
}

.info-list-title .title-cn {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.info-list-title .info-list-title-desc {
    color: #ccc;
    line-height: 30px;
}

.info-list-items {
    margin-top: 10px;
}

.info-list-items .info-list-item {
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
    height: 40px;
    width: 100%;
    color: #666;
    cursor: pointer;
    display: block;
}

.info-list-items .info-list-item:hover {
    color: #333;
    cursor: pointer;
}

.info-item-title {
    float: left;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info-item-date {
    width: 30%;
    float: right;
    text-align: right;
}

.info-list-more {
    text-align: right;
    line-height: 50px;
    color: #36cfb8;
}

.info-list-more > span {
    display: inline-block;
    cursor: pointer;
}

.info-list-more > span:hover {
    color: #2bad9a;
}

.index-toast {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    border-radius: 5px;
    z-index: 999999;
    top: 0px;
    left: 0px;
}

.index-toast .index-toast-in {
    width: 380px;
    height: 360px;
    background: #fff;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -180px;
    margin-left: -190px;
    border-radius: 3px;
    overflow: hidden;
}

/*------index------end-----css*/

/*------index------start-----css*/
.foot {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
}

.main {
    width: 1200px;
    margin: 80px auto;
}

.list-left {
    width: 245px;
    background: #fff;
    float: left;
    padding: 40px 0px 30px;
    line-height: 50px;
}

.list-left .list-left-item {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    margin-bottom: 10px;
}

.list-left .list-left-item:hover {
    border-left: 2px solid #f2bb64;
    background: #f4f4f4;
    margin-left: -2px;
}

.list-left .list-left-item.listleftactive {
    border-left: 2px solid #f2bb64;
    background: #f4f4f4;
    color: #f2bb64;
    margin-left: -2px;
}

.list-left .list-left-item img {
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    margin: 10px;
}

.list-main {
    width: 940px;
    float: right;
    background: #fff;
}

.list-main .list-view-items {
    padding: 30px;
    min-height: 600px;
}

.list-view .list-view-items .list-view-item {
    line-height: 50px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.list-view .list-view-items .list-view-item .list-view-item-title {
    text-overflow: ellipsis;
}

.list-view .list-view-items .list-view-item .list-view-item-date {
    float: right;
    color: #999;
}

.list-view .list-view-items .list-view-item:hover, .list-view .list-view-items .list-view-item:hover .list-view-item-date {
    color: #f2bb64;
}

.list-main .list-detail {
    padding: 30px 0 30px 30px;
}

.list-detail {
    padding: 10px;
    border-radius: 3px;
    background: #fff;
    color: #999;
}

.list-detail .location > a {
    color: #999;
    text-decoration: none;
}

.list-detail .location .locationactive {
    color: #f2bb63;
}

.detail-content {
    padding: 40px;
    min-height: 600px;
}

.de-cont-title h2 {
    text-align: center;
    color: #333333;
    line-height: 40px;
}

.de-cont-title p {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 20px;
}

.de-cont-main {
    padding: 20px;
}

/*------news------end-----css*/
.main100 {
    width: 100%;
    background: #fff;
}

/*------protocal------start-----css*/
.protocal-container {
    background: #fff;
    padding: 10px 20px 20px;
}

.protocal-container .protocal-cont-title {
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}

.protocal-container .protocal-cont-content {
    padding: 20px 0px;
}

/*------protocal------end-----css*/

/*------introduction------start-----css*/
.main-intro {
    width: 100%;
    padding: 60px 0px;
    background: #fff;
}

.main-intro {
    padding: 60px 0px;
    width: 100%;
}

.main-intro .intro-temp-info, .intro-temp-progress {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.main-intro .intro-temp-info-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.main-intro .intro-temp-info-title span {
    display: block;
    width: 46px;
    background: #39ddc5;
    height: 4px;
}

.main-intro .intro-temp-adv {
    padding: 40px 0px;
    text-align: center;
    position: relative;
}

.main-intro .intro-temp-adv .intro-temp-info-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.main-intro .intro-temp-adv .intro-temp-info-title span {
    display: block;
    width: 46px;
    background: #fff;
    height: 4px;
}

.text-adv {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    margin-top: 20px;
}

.intro-temp-info-cont {
    padding: 30px 0px;
}

.intro-temp-info-cont .intro-temp-info-cont-img {
    width: 450px;
    float: left;
    text-align: center;
}

.intro-temp-info-cont .intro-tem-context {
    width: 690px;
    float: right;
    text-align: left;
    padding: 40px 0px;
}

.intro-temp-info-cont .intro-tem-context > p {
    margin: 20px 0px;
    line-height: 25px;
    color: #666;
}

.intro-temp-info-cont .intro-tem-context > p > span {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.intro-temp-progress img {
    /*width:1200px;*/
    margin-top: 40px
}

/*------introduction------end-----css*/

/*------tribe------start-----css*/
.tab-menu {
    width: 100%;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}

.tab-menu-item {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}

.tab-menu-item.tabmenuactive {
    border-bottom: 2px solid #f2bb64;
    line-height: 49px;
    color: #f2bb64;
}

.tribe-show-content {
    margin: 20px 0px;
}

.trible-items {
    width: 1224px;
    min-height: 800px;
}

.trible-items .tribe-item {
    float: left;
    width: 588px;
    height: 220px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    margin: 0 20px 20px 0;
}

.trible-items .tribe-item:hover {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.trible-items .tribe-item:hover .tribe-item-info-desc {
    color: #ccc;
}

.trible-items .tribe-item:hover .tribe-item-info-name {
    color: #f2bb64;
}

.trible-items .tribe-item img {
    display: inline-block;
    width: 180px;
    height: 180px;
    vertical-align: middle;
    padding: 20px;
}

.trible-items .tribe-item .tribe-item-info {
    display: inline-block;
    width: 335px;
    vertical-align: top;
    padding: 20px 0px;
    height: 180px
}

.tribe-item-info-name {
    line-height: 40px;
    font-size: 14px;
}

.tribe-item-info-desc {
    color: #666;
}

.tribe-item-info-num {
    line-height: 40px;
}

.tribe-item-info-num > span {
    line-height: 50px;
    color: #2c2c2c;
    font-weight: bold;
}

.tribe-item-info-btns {
    padding: 10px 0px;
    width: 103%;
}

.tribe-item-info-btns .tribe-item-info-btn {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    background: #f2bb64;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-right: 10px;
}

/*------tribe------end-----css*/

/*------activitypublish------start-----css*/
/*收缩菜单*/
.v {
    float: right;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url(../images/vicon.png) no-repeat;
    display: inline-block;
    margin-top: -5px;
    margin-bottom: -5px;
}

.v01 {
    background-position: 0 0;
}

.v02 {
    background-position: 0 -16px;;
}

.vtitle {
    line-height: 40px;
    font-size: 14px;
    color: #4d4d4d;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    cursor: pointer;
}

.vtitle.vtitleactive {
    color: #2c2c2c;
    font-weight: bold;
}

.vtitle > span {
    white-space: nowrap;
    width: 86%;
    display: inline-block;
    overflow: hidden;
}

.vtitle em {
    margin: 10px 10px 0 0;
}

.vconlist {
    background: #f4f4f4;
}

.vconlist p {
    padding: 10px;
    line-height: 25px;
    font-size: 12px;
}

.vconlist li a {
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    display: block;
    font-size: 14px;
    color: #866f67;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.vconlist li.select a, .vconlist li a:hover {
    color: #ed4948;
    text-decoration: none;
}

.vtitle > img {
    width: 95%;
    padding: 10px 0;
}

.activ-publish-left {
    width: 245px;
    float: left;
    background: #fff;
}

.activ-pushlis-left-title {
    height: 55px;
    border-bottom: 1px solid #eee;
    line-height: 55px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.activ-pushlis-left-title img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 20px;
}

.activ-pushlis-left-list {
    background: #fff;
    padding: 13px;
}

.activ-publish-right {
    width: 940px;
    min-height: 900px;
    background: #fff;
    float: right;
}

.activ-publish-right .fbactive-container {
    padding: 0 20px 20px 20px;
}

.activ-publish-right .fbactive-container .fbactive-title {
    height: 50px;
    border-bottom: 1px solid #eee;
    color: #f2bb64;
}

.activ-publish-right .fbactive-container .fbactive-title span {
    display: inline-block;
    border-bottom: 2px solid;
    line-height: 49px;
}

.for-liucheng {
    text-align: center;
    padding: 40px;
}

.liucheng-item {
    display: inline-block;
    margin-left: -14px;
    vertical-align: top;
}

.liucheng-item .liucheng-item-r {
    display: inline-block;
    text-align: center;
    height: 85px;
    position: relative;
}

.liucheng-item .liucheng-item-r span:nth-child(2) {
    display: block;
    line-height: 40px;
    bottom: 0px;
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}

.liucheng-item .liucheng-item-num {
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #ccc;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.liucheng-item.for-cur .liucheng-item-num {
    line-height: 36px;
    width: 45px;
    height: 45px;
    border: none;
}

.liucheng-item .liucheng-item-num .no-step {
    display: block;
}

.liucheng-item .liucheng-item-num .yes-step {
    display: none;
}

.liucheng-item .liucheng-line {
    display: inline-block;
    width: 210px;
    height: 2px;
    background: #ccc;
    vertical-align: top;
    margin: 20px 0 0 -14px;
    webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.liucheng-item.for-cur .liucheng-line {
    margin: 22px 0 0 -9px;
    background: #f2bb64;
}

.for-cur .liucheng-item-num .yes-step {
    display: block;
}

.for-cur .liucheng-item-num .no-step {
    display: none;
}

.fbactive-step {
    padding: 0 20px 20px;
}

.fbactive-step .fbstep {
    display: none;
}

.fbactive-step .fbstep.fbcur {
    display: block;
}

.reqiure {
    color: #ff584f;
    padding: 5px;
}

.fbstep-input {
    line-height: 50px;
    margin: 10px 0px;
}

.fbstep-input .input-label {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    min-width: 150px;
}

/*checkbox*/
.bmsz {
    display: inline-block;
}

ul.bmsz > li {
    display: inline-block;
}

ul.bmsz > li {
    margin: 10px 0;
}

/*input*/
/*.fbstep-input-context{*/
/*min-height:500px;}*/
.fbstep-input.select160 input[type="text"] {
    width: 160px;
}

.fbstep-input.select420 input[type="text"] {
    width: 420px;
}

.fbstep-input.select140 input[type="text"] {
    width: 120px;
    margin: 0 5px;
}

.fbstep-input.input440 input[type="text"] {
    width: 440px;
}

.fbstep-input input[type="text"], .fbstep-input input[type="textarea"] {
    color: #353535;
    width: 200px;
    font-size: 12px;
    padding: 6px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 34px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fbstep-input .searchable-select-input[type='text'] {
    width: 100%;
}

.input-reuse input {
    color: #353535;
    width: 200px;
    font-size: 12px;
    padding: 6px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 34px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
    margin-right: 20px;
}
.input-reuse {
    margin-top: 20px;
    display: none;
}
.input-reuse .input-reuse-btn {
    display: inline-block;
    text-decoration: none;
    height: 30px;
    background: #f2bb64;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
}

    /*radio*/
.radio .radioitem-div {
    position: relative;
    width: 20px;
    height: 20px;
    top: 5px;
    display: inline-block;
    margin-right: 10px;
}

.radio > img {
    width: 16px;
    height: 16px;
}

/*step btn---*/
.activebtns {
    text-align: center;
    margin-top: 50px;
}

.activebtn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #f2bb64;
    padding: 0 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    margin: 20px 10px 0px;
    cursor: pointer;
}

.fbstep-input .in-mark {
    font-size: 12px;
    color: red;
}

/*upload*/
._filelist li { /*这个选择器一定要有宽高，否则图片显示不出来，因为它里面的内容是绝对定位的*/
    width: 180px;
    height: 160px;
}

.choose-file-btn {
    width: 180px;
    height: 80px;
    background-color: #f60;
    overflow: hidden;
}

.uploadimg {
    display: inline-block;
    vertical-align: top;
    width: 690px;
}

.uploadimg #uploader2 {
    display: inline-block;
}

.uploadimg #uploader2 ._filelist > li {
    border: 1px solid #ccc;
}

.uploadimg .choose-file-btn {
    display: inline-block;
    vertical-align: top;
    height: 160px;
    background: none;
    color: #000;
}

.uploadimg .choose-file-btn .webuploader-pick {
    background: transparent;
    color: #ccc;
    text-align: center;
    line-height: 160px;
    border: 1px dashed;
}

.uploadprompt {
    font-size: 10px;
    color: #a8a8a8;
}

.uploadfile {
    display: inline-block;
    vertical-align: top;
    width: 690px;
}

.uploadfile .choose-file-btn {
    width: 105px;
}

.uploadfile #uploader3 {
    display: inline-block;
}

.uploadfile #uploader3 ._filelist > li {
    height: 100%;
    border: 1px solid #ccc;
}

.uploadfile .choose-file-btn {
    display: inline-block;
    vertical-align: top;
    height: 105px;
    background: none;
    color: #000;
}

.uploadfile .choose-file-btn .webuploader-pick {
    background: transparent;
    color: #ccc;
    text-align: center;
    line-height: 105px;
    border: 1px dashed;
}

.uploadfile ._filelist {
    height: 110px;
}

.uploadfile ._filelist > li > p {
    line-height: 20px;
}

/*step one*/
.mainchange {
    color: #f2bb64;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
}

.setheaders {
    display: inline-block;
    vertical-align: top;
}

.setheaders > .setheader, .organizers > .organizer {
    margin-right: 10px;
}

.setheader, .organizer {
    height: 30px;
    background: #f2bb64;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
}

/*radio bombbox*/
.bombbox, .bombbox1, .bombbox2, .bombbox3, .bombbox4, .bombbox5 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.bombbox-container {
    position: absolute;
    width: 630px;
    height: 580px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    top: 40%;
    margin-top: -300px;
    left: 50%;
    margin-left: -325px;
}

.bombbox1 .bombbox-container {
    position: absolute;
    width: 490px;
    height: 580px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -245px;
}

.bombbox2 .bombbox-container {
    width: 700px;
    height: 600px;
    margin-top: -300px;
    margin-left: -350px;
}

.bombbox-container .bombbox-title {
    height: 50px;
    line-height: 50px;
    background: #f5f5f3;
    padding: 0 0 0 20px;
    position: relative;
}

.bombbox-container .bombbox-title > span:nth-child(1) {
    font-weight: 700;
    text-align: left;
}

.bombbox-container .bombbox-title > span:nth-child(2) {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/bombboxclose.png) center no-repeat;
    padding: 24px;
    float: right;
    cursor: pointer;
}

.bombbox-title > .boxtitilemark {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 60%;
    position: absolute;
    left: 20%;
    color: #f00;
    top: 0;
}

.changeradios {
    padding: 10px 20px;
    height: 440px;
    overflow-y: auto;
}

.changeradios p {
    color: #bbb;
}

.changeradios .changeradio {
    height: 50px;
    line-height: 50px;
    margin: 10px 0px;
    cursor: pointer;
}

.radioicon {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #f2bb64;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.radioicon .radioiconin {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    margin: 4px;
}

.chraactive .radioicon .radioiconin {
    background: #f2bb64;
}

.changeradios .changeradio > img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 20px;
}

.bombsearchcheckbox {
    margin: 10px 20px;
    height: 35px;
    line-height: 35px;
    background: #eeeeee;
    overflow: hidden;
    color: #999;
    border-radius: 3px;
}

.bombsearchcheckbox > img {
    width: 16px;
    height: 17px;
    display: inline-block;
    margin: 8px;
    cursor: pointer;
}

.bombsearchcheckbox > input {
    width: 85%;
    background: transparent;
    outline: none;
    border: none;
}

.bombcheckbox {
    margin: 10px 20px;
    border: 1px solid #eee;
    padding: 20px 0px;
    border-radius: 3px;
    height: 300px;
    overflow-y: auto;
    background: #fdf9f9;
}

.bombbox1 .bombcheckbox {
    height: 380px;
}

.bombcheckbox .bombcheckboxitem {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
}

.bombcheckbox .bombcheckboxitem > img {
    display: inline-block;
    margin: 2px 30px 2px 40px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

.bombcheckbox .bombcheckboxitem.checkboxed {
    background: #f2bb64;
    color: #fff;
}

.bombboxbtns {
    text-align: center
}

.bombboxbtns > span:nth-child(1) {
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 3px;
    background: #f2bb64;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 20px;
    cursor: pointer;
}

.bombboxbtns > span:nth-child(2) {
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 3px;
    background: #fff;
    line-height: 30px;
    text-align: center;
    color: #f2bb64;
    margin: 20px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #f2bb64;
}

.lefttoright {
    width: 100%;
}

.lefttoright .bombcheckbox {
    min-height: 380px;
}

.maxleft {
    width: 335px;
    float: left;
}

.maxright {
    width: 335px;
    float: right;
}

.bombinfo {
    margin: 10px 20px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: #999;
}

.left-to-right {
    background: url(../images/left-to-right.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    display: inline-block;
    margin-top: 180px;
}

/*报名信息设置*/
.custom-right {
    display: inline-block;
    width: 690px;
    vertical-align: top;
}

.addbmsz .addbmszbtn, .addhdjx {
    border: 1px dashed #f2bb64;
    border-radius: 3px;
    padding: 0 10px;
    cursor: pointer;
    color: #f2bb64;
    margin-right: 10px;
    display: inline-block;
    line-height: 30px;
}

.addbmsz .textactive {
    background: #f2bb64;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 10px;
}

.multitext, .singletext {
    border: 1px solid #f2bb64;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 10px;
}

.custombmsz-items {
    display: none;
    border: 1px solid #f2bb64;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
}

.custombmsz-item > input[type='text'], .custombmsz-item > input[type='textarea'] {
    width: 300px;
}

.custombmsz-item-delete {
    background: url(../images/customdelete.png) no-repeat;
    width: 16px;
    height: 22px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    cursor: pointer;
}

.customrequire {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
    background: #fff;
    line-height: 16px;
    text-align: center;
}

.customrequire.custrequired {
    border: 2px solid #f2bb64;
}

.customrequire.custrequired > span {
    width: 10px;
    height: 10px;
    background: #f2bb64;
    display: inline-block;
    border-radius: 2px;
}

.customradio {
    display: inline-block;
}

.custradio {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    margin: 10px;
    cursor: pointer;
}

.custradio.custradiocur {
    border: 1px solid #f2bb64;
}

.custradio.custradiocur span {
    width: 12px;
    height: 12px;
    background: #f2bb64;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
}

.addbmszconfirmbtn {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    padding: 0 10px;
    background: #f2bb64;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
}

.custombmsz-mark {
    line-height: 20px;
    display: block;
    text-align: right;
    padding: 0 20px;
    color: #f00;
    font-size: 12px;
}

/*输入内容右侧调整*/
.input-right {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 80%;
    font-size: 12px;
}

.input-right > .input-mark-error {
    display: none;
    font-size: 12px;
    color: #f00;
    line-height: 30px;
}

/**/
.bmszdefitem {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f4f4f4;
}

.bmszdefitem.checked {
    background: #f2bb64;
    color: #fff;
}

.hdjx-delete, .xufun-delete {
    border: 1px dashed #f2bb64;
    padding: 8px 10px;
    margin: 5px;
    color: #f2bb64;
    border-radius: 3px;
    cursor: pointer;
}

.gdrs-input, .qjrs-input {
    display: none;
}

.qjrs-input.inline-block, .gdrs-input.inline-block {
    display: inline-block;
}

.zhuantiinput {
    display: none;
}

.zhuantiinput-inline {
    display: inline-block;
}

/*------activitypublish------end-----css*/

/*toast*/
.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-transition: all ease-out .8s;
    /* -webkit-transform: translateY(100%); */
    z-index: 999999999;
    margin-top: -15px;
    display: none;
}

.toast .toast_text {
    line-height: 30px;
    background: #5F5D5D;
    color: white;
    padding: 0 15px 0 15px;
    -webkit-border-radius: 15px;
}

/*发布页面调整*/
.organizers {
    display: inline-block;
}

.setheader-item, .organizer-item {
    width: 40px;
    height: 40px;
    display: inline-block;
    /* vertical-align: middle; */
    margin: 0px 5px;
    border-radius: 50px;
}

.bombcheckboxitem > .hoverdelete {
    position: relative;
    display: none;
}

.bombcheckboxitem.hover > .hoverdelete {
    display: block;
    position: absolute;
    padding: 5px 20px;
    line-height: 20px;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
}

.leftbox .organizeritem:hover {
    background: #f2bb64;
    color: #fff;
}

.xufen-info {
    display: none;
    position: absolute;
    top: -110px;
    background: #fdf9f9;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    left: 250px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .2);
}

.xufen-info p {
    line-height: 30px;
}

.xufen-info > div {
    border: 10px solid;
    width: 0px;
    border-color: #fdf9f9 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 21%;
    /* box-shadow: 2px 1px 5px rgba(0,0,0,.2); */
}

.xufen-help {
    cursor: pointer;
}

.xufen-list {
    display: none;
}

.xufen-list.xufencurr {
    display: block;
}

.fbstep-input[name='huodongxufen'] input {
    width: 100px;
}

.fbstep-input[name='huodongxufen'] .xufun-item-add {
    border: 1px dashed #f2bb64;
    border-radius: 3px;
    padding: 0 10px;
    cursor: pointer;
    color: #f2bb64;
    margin-right: 10px;
    display: inline-block;
    line-height: 30px;
}

#uploadfile {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    border: 1px dashed #ccc;
    border-radius: 3px;
    padding: 6px;
    overflow: hidden;
}

#uploadfile > img {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
}

#uploadimg {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    padding: 10px;
    border: 1px dashed #ccc;
    border-radius: 3px;
}

#imglist {
    margin-bottom: 10px;
}

#imglist > img {
    display: inline-block;
    width: 240px;
    height: 200px;
    margin-right: 10px;
}

#filelist {
    margin-bottom: 10px;
}

#filelist > span {
    display: inline-block;
    margin-right: 10px;
}

.zhubanfangimg {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 100%;
}

/*活动详情*/
/*焦点图*/
.details-pic-show {
    padding: 20px;
    background: #fff;
}

.detail-pic {
    display: inline-block;
}

.mod18 {
    width: 320px;
    height: 300px;
    margin: 0px auto;
    position: relative;
}

.mod18 .btn {
    position: absolute;
    width: 15px;
    height: 45px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
    bottom: 0px;
}

.mod18 .prev {
    left: 0;
    background: url(../images/leftjiantou.png) no-repeat center;
}

.mod18 .next {
    right: 0;
    background: url(../images/rightjiantou.png) no-repeat center;
}

.mod18 li {
    float: left;
}

.mod18 .cf li {
    position: relative;
    color: #fff;
}

.mod18 .cf a {
    display: block;
    width: 320px;
    height: 240px;
    position: absolute;
    color: #fff;
    top: 0px;
}

.mod18 .cf li span {
    display: block;
    width: 320px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.mod18 .picBox {
    height: 240px;
    position: relative;
    overflow: hidden;
}

.mod18 .picBox ul.bigbox {
    height: 240px;
    position: absolute;
    padding: 0px;
    margin: 0px;
}

.mod18 .picBox .bigbox li {
    width: 320px;
    height: 240px;
}

.mod18 .picBox .bigbox li img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.mod18 .listBox {
    width: 270px;
    height: 45px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.mod18 .listBox ul {
    height: 45px;
    position: absolute;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
}

.mod18 .listBox li {
    width: 50px;
    height: 45px;
    cursor: pointer;
    position: relative;
    padding: 0px;
    margin: 0 5px;
}

.mod18 .listBox li i {
    display: none;
}

.mod18 .listBox li a {
    display: block;
    width: 124px;
    height: 70px;
}

.mod18 .listBox li img {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
}

.mod18 .listBox .on img {
    width: 100%;
    height: 87%;
    border: 3px solid #ff6600;
    position: absolute;
    top: 0px;
}

.mod18 .listBox .on i {
    display: block;
}

.details-text {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: 45%;
}

.details-text .activityadd {
    width: 75%;
    height: 35px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.details-text-title {
    line-height: 30px;
}

.details-text-title img {
    display: inline-block;
    vertical-align: middle;
}

.details-text-title span {
    font-size: 18px;
    padding: 0 10px;
    font-weight: 700;
}

.details-text-con p {
    line-height: 35px;
    font-size: 16px;
    padding: 0 0 0 30px;
}

.details-text-con .de-text-left {
    width: 100px;
    display: inline-block;
}

.details-text-con .de-text-left.indent-10 {
    text-indent: -10px;
}

.details-text-time {
    line-height: 60px;
    margin-top: 10px;
    line-height: 40px;
    font-size: 16px;
    padding: 5px 25px;
}

.details-text-time > span:nth-child(1) {
    height: 40px;
    display: inline-block;
    padding: 0 20px;
    background: #f2bb64;
    vertical-align: middle;
    border-radius: 20px;
    color: #fff;
}

.details-text-time span:nth-child(2) {
    padding: 0 20px;
}

.signcode {
    display: inline-block;
    float: right;
    padding: 30px;
    border-left: 1px solid #eee;
    height: 240px;
}

.signcode .signcode-img {
    padding: 10px;
    display: none;
}

.signcodeprompt {
}

.signcodeprompt .signcode-o {
    display: block;
    text-align: center;
    padding: 20px;
    border-bottom: 1px dashed #eee;
    position: relative;
    margin-bottom: 20px;
}

.signcodeprompt .signcode-o > span {
    position: absolute;
    top: 30px;
    width: 60px;
    text-align: center;
    left: 50%;
    margin-left: -30px;
    background: #fff;
}

.signcodeprompt .signcode-t {
}

.details-show {
    padding: 0 20px 20px 20px;
    background: #fff;
    margin-top: 20px;
}

.detail-nav-items {
    list-style-type: none;
    padding: 0px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    height: 50px;
    border-bottom: 1px solid #f4f4f4;
}

.detail-nav-items > li {
    display: inline-block;
    line-height: 49px;
    margin-right: 30px;
    cursor: pointer;
}

.detail-nav-items > li.detailnavcurr {
    border-bottom: 2px solid #f2bb64;
    color: #f2bb64;
}

.det-cont-item-title {
    line-height: 60px;
    font-weight: 700;
}

.det-cont-item-title > img {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px 10px 0;
}

.det-cont-text {
    padding: 0 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.det-cont-text > a {
    display: block;
    line-height: 40px;
    cursor: pointer;
}

.signup {
}

.signupreport {
}

.signreportnum {
    line-height: 50px;
    color: #ccc;
}

.signreportfile {
    width: 255px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.signreportfile > span:nth-child(1) {
}

.signreportfile > span:nth-child(2) {
    font-size: 12px;
    color: #b6b6b6;
}

.signreportfile > span:nth-child(3) {
    padding: 5px 15px;
    background: #f2bb64;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
}

.signuplist {
    padding: 40px 0 0 0;
}

.signuplist-title {
    line-height: 60px;
    border-top: 1px solid #eee;
}

.signuplist-title > span:nth-child(1) {
    font-weight: 700;
}

.signuplist-title > span:nth-child(2) {
    float: right;
}

.searchsignup > span:nth-child(1) {
    width: 300px;
    background: #eee;
    display: inline-block;
    margin: 12px 10px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}

.searchsignup > span:nth-child(1) > span {
    width: 300px;
    background: #eee;
    display: inline-block;
    margin: 12px 10px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}

.searchsignup > span:nth-child(1) > img {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 5px;
    padding: 8px 0 10px 5px;
}

.searchsignup > span:nth-child(1) > input {
    border: none;
    width: 230px;
    height: 25px;
    background: none;
}

.searchsignup > span:nth-child(2) {
    padding: 7px 15px;
    background: #f2bb64;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.signuplist-items {
    width: 1200px;
}

.signup-item {
    display: inline-block;
    width: 525px;
    height: 145px;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 20px;
    margin-right: 20px;
}

.signup-item > img {
    display: inline-block;
    width: 135px;
    height: 145px;
    overflow: hidden;
    margin: 0px;
    vertical-align: top;
}

.signup-item .signup-item-text {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 0px;
}

.signup-item .signup-item-text > p {
    line-height: 30px;
}

.signup-item .signup-item-text > p:nth-child(1) {
    font-size: 16px;
}

.signup-item .signup-item-text > p:nth-child(2) {
    color: #999;
}

.signup-item .signup-item-text > span {
    padding: 8px 25px;
    background: #f2bb64;
    color: #fff;
    border-radius: 3px;
    margin: 12px 0;
    display: inline-block;
    cursor: pointer;
}

.signup-item:hover {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.signup-item:hover .signup-item-text > p:nth-child(1), .signup-item:hover .teamname {
    color: #f2bb64;
}

.signup-item > span > span > img {
    display: inline-block;
    padding: 0 5px 0 0;
}

.signup-item .teamname {
    font-weight: 700;
    line-height: 30px;
    font-size: 16px;
}

.signup-item .teaminfo {
    line-height: 40px;
}

.signup-item .teaminfo > span:nth-child(1) {
    display: inline-block;
    margin-right: 50px;
}

.signup-item .attchment {
    padding: 8px 25px;
    background: #f2bb64;
    color: #fff;
    border-radius: 3px;
    margin: 20px 0px;
    display: inline-block;
    cursor: pointer;
}

.organizername > span {
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}

.organizername .organizernamelist {
    vertical-align: top;
    display: inline-block;
    line-height: 40px;
    text-indent: -5px;
}

.organizername .organizernamelist > span {
    display: block;
}

.bodytoast {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.2);
}

.bodybox {
    width: 380px;
    height: 245px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -135px;
    overflow: hidden;
}

.bodybox-title {
    height: 50px;
    line-height: 50px;
    background: #eee;
}

.bodybox-title > span {
    display: inline-block;
    padding: 0 20px;
    font-weight: 700;
}

.bodybox-title > img {
    display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
    padding: 17px;
    cursor: pointer;
}

.bodybox-list {
    line-height: 50px;
}

.bodybox-item {
    padding: 0 40px;
    cursor: pointer;
}

.bodybox-item > img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.signcode-img span {
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 16px;
}

/*图片、附件删除*/
.imgitem {
    display: inline-block;
    width: 200px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.imgitem > img:nth-child(1) {
    display: block;
    width: 100%;
    height: 100%;
}

.imgitem .imgdelete {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.imgitem .imgdelete img {
    display: inline-block;
    vertical-align: text-bottom;
    position: absolute;
    padding: 6px;
    cursor: pointer;
    right: 0px;
}

.fileitem {
    display: inline-block;
    padding: 5px 10px;
    line-height: 30px;
    position: relative;
    margin: 0 10px 0 0;
    border: 1px solid #eee;
}

.fileitem .filedelete {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0 5px;
    background: rgba(0, 0, 0, 0.05);
    padding: 0 8px;
    border-radius: 5px;
}

/*页面修改*/
.hdjx-items {
    /* max-height: 300px;
    overflow-y: auto; */
}

.xufun-items {
    /* max-height: 300px;
    overflow-y: auto; */
}

/*!*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*!*/
/*::-webkit-scrollbar {*/
    /*width: 5px;*/
    /*height: 16px;*/
    /*background-color: #F5F5F5;*/
/*}*/

/*!*定义滚动条轨道 内阴影+圆角*!*/
/*::-webkit-scrollbar-track {*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 3px;*/
    /*background-color: #F5F5F5;*/
/*}*/

/*!*定义滑块 内阴影+圆角*!*/
/*::-webkit-scrollbar-thumb {*/
    /*border-radius: 3px;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);*/
    /*background-color: #ccc;*/
/*}*/

.masking {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 101;
}

.masking-body {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 102;
    width: 400px;
    height: 400px;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.closeMasking {
    float: right;
    margin-top: 18px;
    cursor: pointer;
}

.masking-body .masktitle {
    line-height: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
}

.masking-body .maskcontent {
    height: 280px;
    overflow: auto;
}

.masking-body .maskBtn {
    height: 70px;
}

.masking-body .maskBtn span {
    float: right;
    display: inline-block;
    color: #f2bb64;
    height: 40px;
    width: 90px;
    border-radius: 8px;
    border: 1px solid #f2bb64;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin: 15px;
}

.masking-body .maskBtn span:hover {
    color: #fff;
    background: #f2bb64;
}

.masking-body .maskcontent .fileList {
    padding: 20px 10px 15px 30px;
}

.masking-body .maskcontent .fileList li {
    height: 30px;
    line-height: 30px;
}

.masking-body .maskcontent .fileList li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #222;
    text-decoration: none;
}

.masking-body .maskcontent .fileList li a:hover {
    color: #f2bb64;
}

.masking-body .maskcontent .fileList li span.filestyle {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 15px;
}

.masking-body .maskcontent .fileList li span.filename {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.masking-body .maskcontent .fileList li span.delfile {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    vertical-align: middle;
    background: url(/static/images/webuploader-icons.png) no-repeat -45px 2px;
}

.masking-body .maskcontent .fileList li span.images {
    background: url(/static/images/img1.png) no-repeat;
}

.masking-body .maskcontent .fileList li span.excel {
    background: url(/static/images/excel1.png) no-repeat;
}

.masking-body .maskcontent .fileList li span.pdf {
    background: url(/static/images/pdf1.png) no-repeat;
}

.masking-body .maskcontent .fileList li span.cloud {
    background: url(/static/images/clouds.png) no-repeat;
}

.masking-body .maskcontent .fileList li span.word {
    background: url(/static/images/word1.png) no-repeat;
}

.masking-body .maskcontent .fileList li span.rar {
    background: url(/static/images/rar.png) no-repeat;
}

.masking-body .maskcontent .fileList li span.plain-text {
    background: url(/static/images/doc.png) no-repeat;
}

.masking-body .maskcontent .uploaditem {
    padding-left: 30px;
    margin: 10px 0;
}

.masking-body .maskcontent .uploaditem #uploaderFile {
    cursor: pointer;
}

.imgbigshow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.imgbigshow .imgbig {
    width: 600px;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -250px;
    overflow: hidden;
}

.imgbigshow .imgbig img {
    /* width:100%; */
}

/*20170926-bug修改*/
.fbstep-input .searchable-select .searchable-select-input {
    display: none;
}

/*20170929-bug修改*/
.sumxs {
    max-width: 120px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.activitycontent {
    padding: 10px 20px;
}

.det-cont-text p {
    line-height: 40px;
}

/*20171009-bug修改-webkit-transition:all ease-out .8s;*/
.bigimg-l-r, .bigimg-l-l {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 48px;
    overflow: hidden;
    margin-top: -24px;
    display: none;
}

.bigimg-l-l {
    display: inline-block;
    left: 0px;
    cursor: pointer;
}

.bigimg-l-r {
    display: inline-block;
    right: 0px;
    cursor: pointer;
}

.bigimgclose {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.2);
    width: 20px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
}

.imgmouse {
    -webkit-transition: all ease-out .8s;
}

.fbstep-input[name='tuiduanrenshu'] {
    display: none;
}

.activityListWrapper {
    min-height: 800px;
}

.main#certificate .item-list {
    min-height: 800px;
}

.datainp {
    display: inline-block;
}

.modal-buttons {
    margin-top: 10px;
}

.modal-buttons .texts {
    margin-left: 10px;
}

.modal-buttons .texts {
    margin-left: 10px;
}

.modal-buttons .remodal-cancel, .modal-buttons .remodal-confirm {
    margin: 0 10px;
}

.modal-header .fl.title {
    padding: 0 0 20px 0;
}

#bigcode {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#bigcode-in {
    width: 350px;
    height: 350px;
    background: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -150px;
    margin-left: -150px;
}

#bigcode canvas {
    top: 50%;
    left: 50%;
    padding: 25px;
}

#qrcode {
    cursor: pointer;
}

.address-wrap {

}

.selectmap,
.createmap {
    width: 440px;
    height: 280px;
}

.addresslist {
    width: 440px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    font-size: 12px;
    padding: 0px;
    padding-left: 10px;
}

.anchorBL {
    display: none !important;
}

.isunlimit span {
    float: left;
    font-size: 12px;
    color: #999;
}

.active.isunlimit span {
    color: #f2bb64;
}

#maxnum {
    float: left;
    margin-top: 8px;
}

.isunlimit {
    float: left;
    display: flex;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}

.icon-select {
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-right: 5px;
}

.active .icon-select {
    border: 1px solid #f2bb64;
}

.active .inner-select {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background: #f2bb64;
    margin-top: 1px;
    margin-left: 1px;
}

.inner-select {
    display: none;
}

.islimitshow {
    display: none;
}

.bombody {
    height: 450px;
    overflow: auto;
}

ul.bodylist li {
    line-height: 40px;
    font-size: 12px;
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
}

ul.bodylist li::after {
    content: " ";
    display: inline-block;
    float: right;
    height: 12px;
    width: 12px;
    background-size: cover;
    background-image: url(../images/icon-select.png);
    margin-top: 15px;
}

ul.bodylist li.active::after {
    content: " ";
    display: inline-block;
    float: right;
    height: 12px;
    width: 12px;
    background-size: cover;
    background-image: url(../images/icon-selected.png);
    margin-top: 15px;
}

ul.bodylist {
    margin: 20px;
}

.btn-select {
    display: inline-block;
    text-decoration: none;
    height: 30px;
    background: #f2bb64;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
}

.searchable-select-holder{
    font-size: 12px;
}

.container-selected {
    color: #999;
    font-size: 12px;
}

.unshow {
    display: none;
}

.wrap-map {
    position: relative;
}

.icon-center {
    position: absolute;
    height: 20px;
    width: 13px;
    background-image: url(../images/icon-center.png);
    background-size: cover;
    top: 120px;
    left: 210px;
}

ul.rodio-list {
    display: flex;
}

.rodio-list li {
    display: flex;
    width: 100px;
    height: 50px;
    align-items: center;
}

.actvlevel .rodio-list li {
    width: 90px;
}

.fbstep-input.input423 input[type="text"] {
    width: 423px;
    height: 30px;
}

.icon-add {
    font-size: 12px;
    color: #f2bb63;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.icon-sub {
    font-size: 12px;
    color: #f2bb63;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.award-item {
    display: flex;
    align-items: center;
    height: 50px;
}

.select-file, .upload-file {
    text-align: center;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    margin: 0;
    margin-left: 10px;
    border-radius: 3px;
}

.otherfile-item {
    display: flex;
    align-items: center;
    height: 50px;
}

.progress-border {
    width: 400px;
    border: 1px solid #ddd;
    height: 10px;
    border-radius: 3px;
}

.innerbar {
    height: 8px;
    background: #f2bb63;
    border-radius: 5px;
    animation: all 0.5s;
}

.loaded-list {
    margin-top: 30px;
}

ul.loaded-list li {
    position: relative;
    height: 30px;
    width: 423px;
    font-size: 12px;
    align-items: center;
    display: flex;
    background: #f4f4f4;
    text-indent: 10px;
}

.filename {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.success .status {
    color: #3fc2ac;
}

.errored .status {
    color: #ff0000;
}

.delete-file {
    position: absolute;
    display: block;
    padding: 2px 10px;
    color: #f2bb63;
    border-radius: 14px;
    cursor: pointer;
    right: -45px;
}

.progress-wrap {
    display: none;
}

.percentstr {
    font-size: 12px;
    line-height: 12px;
    margin-left: 5px;
}

.progress-inner {
    display: flex;
}

.model-body {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.confirmModel {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-wrap {
    width: 400px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.model-title {
    height: 30px;
    line-height: 30px;
    text-indent: 15px;
    background: #f2bb64;
    color: #fff;
    font-weight: bold;
}

.model-conten {
    height: 80px;
    font-size: 12px;
}

.model-button {
    line-height: 40px;
}

.model-conten p {
    line-height: 80px;
    text-align: center;
}

.confirm-btn {
    text-align: right;
    margin: 0 15px;
    color: #f2bb64;
    border-top: 1px solid #f4f4f4;
    font-size: 12px;
    cursor: pointer;
}

.notFound a {
    color: #f2bb63;
    text-decoration: none;
}

.input-right textarea {
    width: 420px;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 150px;
    padding: 10px;
}

.BMap_geolocationAddressText {
    line-height: 20px;
}

*{
    -webkit-overflow-scrolling: touch;
}

input:focus, textarea:focus, select:focus {
    outline-offset: 0px;
    outline: none;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
