.filter-pc {
    width: 100%;
}
.option-box {
    background:#FFFFFF;
    border-radius:16px;
    padding: 24px 48px 8px 48px;
    margin-bottom: 16px;
    position: relative;
}
.reset {
    display: none;
}
.reset-btn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 24px;
    right: 48px;
    font-size:14px;
    color:#808080;
    text-align:left;
    line-height:18px;
    cursor: pointer;
}
.reset-btn .icon-reset {
    width: 16px;
    height: 16px;
    background: url(../images/developer-center-second/developer-center-mvpmember/refresh.svg) no-repeat center/cover;
    margin-right: 4px;
}
.filters {
    flex: 1;
    padding-right: 84px;
}
.ishidden {
    height: 48px;
    overflow: hidden;
}
.filter-li {
    display: flex;
    position: relative;
}
.title {
    width: 92px;
    height: 32px;
    font-size: 14px;
    color: #595959;
    line-height: 32px;
}
.filter-txt {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    font-size:14px;
    color:#181818;
    line-height: 32px;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    cursor: pointer;
}
.filter-txt-active {
    cursor: pointer;
    padding: 0 12px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #181818;
    line-height: 32px;
    background: #F5F5F5;
    border-radius: 6px;
}
.search-wp .search-input {
    width: 100%;
    height: 48px;
    background:#FFFFFF;
    border-radius:24px;
    padding: 0 68px 0 68px;
    font-size: 14px;
    line-height: 22px;
    color: #191919;
    border: none;
}
.search-wp {
    position: relative;
    flex: 1;
    margin-bottom: 16px;
}
.search-icon {
    position: absolute;
    top: 50%;
    left: 32px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    display: inline-block;
    background: url(../images/developer-tags/gray-search.svg) no-repeat;
}
.closed-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    background-image: url('../images/developer-tags/close.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: none;
}

.search-line {
    position: absolute;
    border-left: 1px solid #D8D8D8 ;
    height: 16px;
    top: 8px;
    right: 35px;
}

.expand-icon {
    position: absolute;
    right: 78px;
    top: 13px;
    display: inline-block;
    width: 14px;
    height: 8px;
    cursor: pointer;
}

.arrow-bottom {
    background: url(../images/developer-center-second/developer-center-mvpmember/arrow-bottom.png) no-repeat center/cover;
}

.arrow-top {
    background: url(../images/developer-center-second/developer-center-mvpmember/arrow-top.png) no-repeat center/cover;
}
/* 头部搜索mobile */
@media only screen and (max-width: 768px) {
    .filter-pc {
        display: none;
    }
    .search-mobile a {
        display: flex;
        height: 100%;
        background: url(../images/developer-tags/arrow_left.svg) no-repeat;
        width: 26px;
        background-position: 0 center;
    }
    .icon-down {
        background: url(../images/global/icon-down.png) no-repeat;
    }
    .cancle-txt {
        display: flex;
        width: 41px;
        justify-content: end;
    }
    .operate-right {
        display: flex;
        align-items: center;
        display: none;
    }
    .arrow-up {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../images/developer-tags/arrow-up.svg) no-repeat;
    }
    .arrow-down {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../images/developer-tags/arrow-down.svg) no-repeat;
    }
    .flex-2 {
        width: 65.5%;
    }
    .height-auto {
        height: auto;
    }
    .height-none {
        height: 0;
        overflow: hidden;
    }
}
/**member.html**/

.newpage {
    background: #f7f7f7 !important;
}

.newpage:after {
    content: "";
    clear: left;
    display: block;

}

.title-homepage {
    width: 57px;
    text-align: center;
}

.title-homepage:hover {
    font-weight: 600;
}

.title-member {
    /*font-family: PingFangSC-Regular;*/
    font-weight: 600;
    text-align: center;
}

.title-arrow {
    color: #999999;
    text-align: center;
}

.act-content-block {
    width: 1600px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.act-wrapper {
    position: relative;
    z-index: 2;
}

.member-body {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
}

.member-card {
    width: calc((100% - 48px)/4);
    height: 414px;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 32px;
    position: relative;
    margin-right: 16px;
}

.card-info-position {
    padding: 0 32px;
}

.member-card-position {
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow : 0 4px 12px 0 rgba(0,0,0,0.08);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.member-card:hover {
    box-shadow : 0 4px 12px 0 rgba(0,0,0,0.08) !important;
}

.member-card-position:hover {
    box-shadow : 0 4px 12px 0 rgba(0,0,0,0.08);
}

.member-pic {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}

.member-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.member-name { 
    font-size: 20px;
    color: #191919; 
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}

.member-card .labels {
    display: none;
}
.member-card-position .labels {
    display: none;
}

.member-card .member-label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.member-card-position .member-label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.member-card .member-label1 {
    height: 52px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.member-card-position .member-label1 {
    height: 52px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.member-card .member-label .label {
    padding: 3px 8px;
    background:rgba(89,89,89,0.08);
    border-radius:4px;
    font-size:12px;
    color:#595959;
    text-align:center;
    line-height:18px;
    margin-right: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}

.member-card-position .member-label .label {
    padding: 3px 8px;
    background:rgba(89,89,89,0.08);
    border-radius:4px;
    font-size:12px;
    color:#595959;
    text-align:center;
    line-height:18px;
    margin-right: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}

.member-card .member-label1 .label {
    padding: 3px 8px;
    background:rgba(89,89,89,0.08);
    border-radius:4px;
    font-size:12px;
    color:#595959;
    text-align:center;
    line-height:18px;
    margin-right: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}
.member-card-position .member-label1 .label {
    padding: 3px 8px;
    background:rgba(89,89,89,0.08);
    border-radius:4px;
    font-size:12px;
    color:#595959;
    text-align:center;
    line-height:18px;
    margin-right: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}

.member-position { 
    height: 44px;
    font-size: 14px;
    color: #595959; 
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}

.mvp-members-line{
    background-color: #ADB0B8;
    width:32px;
    height:3px;
    margin-bottom:13px;
}

.member-card .member-card-info {
    width: calc(100% - 64px);
    /* height: 44px; */
    position: absolute;
    left: 32px;
    bottom: 32px;
}
.member-card .card-info-position {
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding-bottom: 32px;
    position: absolute;
    left: 0;
    top: 302px;
    z-index: 999;
    box-shadow : 0 12px 12px 0 rgba(0,0,0,0.08);
    display: none;
}
.member-card .card-info-position .info-box {
    height: auto;
    margin-bottom: 12px;
}

.member-card-position .member-card-info {
    width: calc(100% - 64px);
    /* height: 44px; */
    position: absolute;
    left: 32px;
    bottom: 32px;
}

.info-box {
    height: 44px;
    margin-bottom: 12px;
}

.info1 {
    font-size: 14px;
    color: #595959; 
    line-height: 22px;
    text-align: justify;
    word-break: break-all;
    word-wrap: break-word;
}

.info {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}

.info-icon {
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.expand-info-icon {
    width: 14px;
    height: 8px;
    cursor: pointer;
    display: none;
}


.button-box {
    width: 488px;
    height: 40px;
    margin: auto;
    margin-top: 50px;
    padding: 0 22px
}

.button-box li {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #dddddd;
    /*font-family: PingFangSC-Regular;*/
    color: #666A75;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin-left: 4px;
    cursor: pointer;
    padding-top: 4px;
}

.button-box span {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #dddddd;
    /*font-family: PingFangSC-Regular;*/
    font-size: 32px;
    line-height: 34px;
    color: #666A75;
    text-align: center;
    cursor: pointer;
    margin-left: 4px;
}

.button-box .active {
    border: none;
    background: #387CF0;
    color: #ffffff;
}

.mobile-loader{
    display:none;
}

.register-area-devcenter:before {
    background-image: url(../images/developer-center-second/developer-center-mvpmember/attach-pc.jpg);
}


/*暂无数据*/
.nodata-block {
    text-align: center;
  }
  .nodata-block .icon-nodata {
    display: inline-block;
    background: url(../images/developer-center-second/developer-center-mvpmember/icon-nodata.png) no-repeat center/cover;
    width: 159px;
    height: 159px;
    margin-bottom: 3px;
  }
  .nodata-block .icon-nodata-error {
    display: inline-block;
    background: url(../images/developer-center-second/developer-center-mvpmember/nodata-error.svg) no-repeat center/cover;
    width: 159px;
    height: 159px;
    margin-bottom: 3px;
  }
  .nodata-block p {
    font-size: 14px;
    color: #191919; 
  }
  
  .developer-new-join .nodata-block {
    padding: 268px 0 346px;
  }
  
  .developer-new-events-block .nodata-block {
    padding: 79px 0;
  }
  
  .expert-lists .nodata {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    text-align: center;
  }

@media (min-width:1776px) {
    .act-content-block {
        width: 1600px;
    }
}

@media (min-width:1025px) and (max-width:1775px) {
    .act-content-block {
        width: 90%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .act-content-block {
        width: 94%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px){
    body,html{
        min-width: 100%;
    }
}
  

@media only screen and (max-width: 768px) and (min-width: 320px) {

    .act-content-block .more.show-loading{
        opacity: 0;
    }
    .act-content-block .wrapper-main .more.hide-loading{
        display: none;
    }


    .act-banner-member {
        /* display: none; */
    }

    .mobile-loader {
        display: block;
        text-align:center;
        line-height: 40px;
        font-size: 14px;
        color: #A0A2A8;
    }
    .page-customize{
        display:none;
    }
    .footer-service-wrapper{
        display: none;
    }
    .register-area-devcenter:before {
        background-image: url(../images/developer-center-second/developer-center-mvpmember/attach-mb.png);
    }
    .newpage {
        padding-bottom: 28px;
    }
	.act-content-block {
    padding-bottom: 0px;
    }

}
.act-banner-member {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 769px) {
    /* 头部搜索pc */
    .filter-mobile, .search-mobile {
        display: none;
    }
    .act-banner-member {
        padding: 40px 0 24px 0;
        font-size:12px;
        color:#191919;
        line-height:18px;
    }
    .filter-txt:hover {
        background:#F5F5F5;
        border-radius: 6px;
        font-weight: 600;
    }
    .ucd-pager-goto {
        display: none;
    }
    .ucd-pager-pages .ucd-pager-page {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 12px;
        color: #595959;
        text-align: center;
        line-height: 24px;
        font-weight: 600;
    }
    .ucd-pager-pages .ucd-pager-page a {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 12px;
        color: #595959;
        text-align: center;
        line-height: 24px;
        font-weight: 600;
    }
    .ucd-pager-page:hover {
        background:rgba(0,0,0,0.05);
    }
    .ucd-pager-page:hover a {
        background:rgba(0,0,0,0.05);
    }
    .ucd-pager-page.active {
        background:rgba(0,0,0,0.05);
        color: #191919;
        font-weight: 800;
    }
    .ucd-pager-page.active a {
        background:rgba(0,0,0,0.05);
        color: #191919;
        font-weight: 800;
    }
    .ucd-pager-sizes {
        display: none;
    }
    .page-customize {
        display: block;
        margin: 0;
        padding-top: 19px;
        padding-bottom: 29px;
    }
    .ucd-pager {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .ucd-pager-count {
        font-size: 12px;
        color: #191919;
        line-height: 18px;
    }
    .ucd-pager-btn, .ucd-pager-ellipsis, .ucd-pager-page {
        margin-right: 4px;
    }
}

@media only screen and (min-width: 1601px) {
/*---- 1920以上 ----*/
    .member-card:nth-child(4n) {
        margin-right: 0;   
    } 
}

@media only screen and (max-width: 1600px) and (min-width: 1281px) {
/*---- 1536 ----*/
    .member-card:nth-child(4n) {
        margin-right: 0;   
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
/*---- 1280 ----*/
    .member-card:nth-child(4n) {
        margin-right: 0;   
    }
    .option-box {
        padding: 24px 40px 8px 40px;
    } 
    .reset-btn {
        right: 40px;
    }
    .member-card {
        padding-left: 24px;
        padding-right: 24px;
    }
    .card-info-position {
        padding: 0 24px;
    }
    .member-card-position {
        padding-left: 24px;
        padding-right: 24px;
    }
    .member-card .member-card-info {
        left: 24px;
    }
    .member-card-position .member-card-info {
        left: 24px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
/*---- 1024 ----*/
    .option-box {
        padding: 24px 40px 8px 40px;
    } 
    .reset-btn {
        right: 40px;
    }
    .member-card {
        width: calc((100% - 32px)/3);
        padding-left: 24px;
        padding-right: 24px;
    }
    .card-info-position {
        padding: 0 24px;
    }
    .member-card:nth-child(3n) {
        margin-right: 0;   
    }
    .member-card-position {
        padding-left: 24px;
        padding-right: 24px;
    }
    .member-card .member-card-info {
        left: 24px;
    }
    .member-card-position .member-card-info {
        left: 24px;
    }
}

@media only screen and (max-width: 768px) {
/*---- 375 ----*/
    .member-card-position {
        display: none;
    }
    .card-info-position {
        display: none;
    }
    .member-card:hover {
        box-shadow : none !important;
    }
    .act-banner-member {
        padding-top: 20px;
        margin-left: 16px;
        font-size:12px;
        color:#191919;
        line-height:18px;
        margin-bottom: 20px;
    }
    .search-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f7f7f7;
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 16px;
    }
    .input-wp {
        position: relative;
        flex: 1;
    }
    .input-wp .search-input {
        width: 100%;
        height: 36px;
        background:#FFFFFF;
        border-radius: 24px;
        padding: 0 40px 0 40px;
        font-size: 12px;
        color: #191919;
        line-height: 18px;
        border: none;
    }
    .search-icon {
        left: 17px;
    }
    .closed-icon {
        right: 17px;
    }
    .filter-btn {
        width: 12px;
        height: 12px;
        background: url(../images/developer-center-second/developer-center-mvpmember/filter.png) no-repeat center/cover;
        margin-left: 18px;
    }
    .newpage {
        position: relative;
    }
    .modal-mobile {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 48px;
        left: 0;
        z-index: 999;
        background-color: rgba(0,0,0,0.50);
        display: none;
    }
    .register-area-devcenter .btn {
        z-index: 1 !important;
    }
    #footer {
        z-index: 1 !important;
    }
    .register-text-devcenter {
        z-index: 1 !important;
    }
    .filter-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 16px 16px 0 16px;
    }
    .filter-content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }
    .filter-txt {
        padding: 7px 12px;
        background: #F7F7F7;
        border-radius: 6px;
        font-size: 12px;
        color: #595959;
        line-height: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        word-wrap: break-word;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .filter-txt-active {
        background: #E8E8E8;
        color: #191919;
        font-weight: 600; 
    }
    .filter-head {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }
    .filter-head .title-txt { 
        font-size: 14px;
        color: #191919; 
        line-height: 22px;
        font-weight: 600;
    }
    .modal-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
    }
    .confirm-btn {
        padding: 5px 24px;
        background:#191919;
        border:1px solid #191919;
        border-radius:16px;
        font-size:14px;
        color:#FFFFFF;
        line-height:22px;
        margin-right: 8px;
    }
    .modal-reset-btn {
        padding: 5px 24px;
        border:1px solid #595959;
        border-radius:16px;
        font-size:14px;
        color:rgba(0,0,0,0.90);
        text-align:center;
        line-height:22px;
    }
    .member-body {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .member-card {
        width: calc(100% - 32px);
        height: auto;
        margin-bottom: 8px;
        padding: 20px;
        margin-right: 0;
    }
    .member-card .member-card-info {
        width: 100%;
        position: static;
    }
    .info-box {
        height: auto;
        margin-bottom: 6px;
    }
    .info1 {
        font-size: 12px;
        color: #595959; 
        line-height: 18px;
        text-align: justify;
        word-break: break-all;
        word-wrap: break-word;
    }
    .info {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        word-wrap: break-word;
    }
    .info-icon {
        height: 20px;
    }
    .member-pic {
        width: 56px;
        height: 56px;
        margin: 0 auto;
        margin-bottom: 12px;
    }
    .member-name {
        font-size: 14px;
        color: #191919; 
        line-height: 22px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 4px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        word-wrap: break-word;
    }
    .member-card .member-label {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 2px;
    }
    .member-card .member-label1 {
        height: 48px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 6px;
    }
    .member-card .member-label .label {
        padding: 2px 8px;
        background:rgba(89,89,89,0.10);
        border-radius:4px;
        font-size:12px;
        color:#595959;
        text-align:center;
        line-height:18px;
        margin-right: 4px;
        margin-bottom: 4px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        word-wrap: break-word;
    }
    
    .member-card .member-label1 .label {
        padding: 2px 8px;
        background:rgba(89,89,89,0.10);
        border-radius:4px;
        font-size:12px;
        color:#595959;
        text-align:center;
        line-height:18px;
        margin-right: 4px;
        margin-bottom: 4px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        word-wrap: break-word;
    }
    .member-position {
        height: auto;
        font-size: 12px;
        color: #595959;
        text-align: center;
        line-height: 18px;
        margin-bottom: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
        word-wrap: break-word;
    }

}



/*---- common start ----*/

body {
    font-family: -apple-system, "roboto", "Arial", "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
    color: #666;
}

.fl {
    float: left;
}

i,
em {
    font-style: normal
}

.red,
em {
    color: #e41f2b;
}

.blue,
.link-blue {
    color: #2d56b1;
}

.link-blue:hover {
    text-decoration: underline;
}







.price>span {
    color: #666;
    font-size: .6em;
}



/********buttom********/




.act-btn.shadow {
    box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
}



.act-btn-def:hover {
    background-color: #f24651;
}

.act-btn-def:active {
    background-color: #c8000d;
}

.act-btn-sub {
    color: #e41f2b;
    background-color: #fff;
}

.act-btn-sub:hover {
    color: #fff;
    background-color: #f24651;
}

.act-btn-sub:active {
    color: #fff;
    background-color: #c8000d;
}

.act-btn-def.disabled {
    color: #fff;
    background-color: #ccc;
    border: 1px solid #ccc;
}

.act-btn-sub.disabled {
    color: #999;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

@media(max-width: 768px) {
    .act-btn {
        height: 32px;
        padding: 0 20px;
        line-height: 30px;
        font-size: 14px;
    }
}

/********buttom********/

/********banner********/





.act-banner-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
}




.act-banner-pc .button-area {
    margin-top: 30px;
}

.act-banner-pc .button-area .act-btn-sub {
    margin-left: 30px
}

.act-banner-mb {
    display: none
}

.act-banner-mb img {
    display: block;
    width: 100%;
}

@media (max-width:768px) {
    .act-content-block {
        width: 100%;
    }
    .act-banner {
        height: auto;
        margin-bottom: 0;
    }
    .act-banner-pc {
        display: none;
    }
    .act-banner-mb {
        display: block;
    }
}

/********banner********/

/********rule********/

.act-rule-h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.act-rule {
    padding-left: 18px;
    color: #333;
}

.act-rule li {
    list-style: decimal;
    text-align: justify;
    line-height: 22px;
}

.act-rule li+li {
    margin-top: 7px;
}

/********rule********/

/********modal********/

.shade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 200;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.modal-s {
    width: 400px;
}

.modal-m {
    width: 550px;
}

.modal-l {
    width: 700px;
}

.modal-header {
    position: relative;
    padding-top: 30px;
}

.modal-header>h3 {
    height: 24px;
    padding-left: 27px;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #333;
    border-left: 3px solid #e41f2b;
}

.modal-close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 20px;
    right: 20px;
    background: url(../images/common/modal-close.png) no-repeat;
    -o-background-size: auto 100%;
       background-size: auto 100%;
    cursor: pointer;
}

.modal-body {
    position: relative;
    padding: 30px;
    background-color: #fff;
}

.modal-title {
    position: relative;
    padding-left: 60px;
    margin-bottom: 2px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.modal-only-title {
    display: table;
    width: 100%;
    min-height: 40px;
    margin-bottom: 0;
}

.modal-only-title span {
    display: table-cell;
    vertical-align: middle;
}

.modal-title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 99;
    -o-background-size: contain;
       background-size: contain;
}

.success::before {
    /**** 成功 ****/
    background-image: url("../images/common/success.svg");
}

.prompt::before {
    /**** 提示 ****/
    background-image: url("../images/common/prompt.svg");
}

.fail::before {
    /**** 失败 ****/
    background-image: url("../images/common/failure.svg");
}

.alarm::before {
    /**** 警告 ****/
    background-image: url("../images/common/alarm.svg");
}

.modal-detail {
    padding-left: 60px;
    color: #666;
}

.modal-footer {
    padding-top: 15px;
    height: 62px;
    font-size: 0;
    text-align: center;
    background-color: #f5f5f5;
}

.modal-footer .act-btn {
    height: 32px;
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
}

.modal-footer .act-btn+.act-btn {
    margin-left: 10px;
}

.modal-prize-img {
    position: absolute;
    width: 80px;
    height: 80px;
}

.modal-prize .modal-title {
    padding-left: 100px;
}

.modal-prize .modal-prize-name {
    padding-left: 100px;
    color: #666;
}

.modal-prize .modal-detail {
    padding-left: 100px;
}

.modal-body>[class^=project-]+[class^=project-] {
    margin-top: 8px;
}

.modal-body .ide-h5 {
    float: left;
    color: #666;
    line-height: 32px;
}

.modal-body .ide-h5::before {
    content: "*";
    display: inline-block;
    margin-right: 5px;
    color: #e41f2b;
    font-size: 24px;
    line-height: 32px;
    vertical-align: middle;
}

.project-name input {
    width: 554px;
    height: 32px;
    padding-left: 10px;
}

.project-path i {
    position: relative;
    display: inline-block;
    line-height: 32px;
    padding-left: 20px;
    cursor: pointer;
}

.project-path i+i {
    margin-left: 20px;
}

.project-path i::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 6px;
    left: 0;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #999;
    vertical-align: middle;
}

.project-path i.active::before {
    border: 4px solid #e41f2b;
}

.project-detail textarea {
    width: 554px;
    height: 118px;
    padding-left: 10px;
    resize: none;
}

@media (max-width:768px) {
    .act-banner-member {
        /* display: none; */
    }
    .modal-body.scroll {
        height: -webkit-calc(100vh - 136px);
        height: -moz-calc(100vh - 136px);
        height: calc(100vh - 136px);
        overflow-y: scroll;
    }
}

@media (max-width:480px) {
    .modal-s,
    .modal-m,
    .modal-l {
        max-width: -webkit-calc(100% - 30px);
        max-width: -moz-calc(100% - 30px);
        max-width: calc(100% - 30px);
        max-height: -webkit-calc(100vh - 20px);
        max-height: -moz-calc(100vh - 20px);
        max-height: calc(100vh - 20px);
    }
    .project-name input,
    .project-detail textarea {
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        padding-left: 5px;
    }
}

@media (max-width:360px) {
    #CloudIDE .modal-body {
        padding: 10px
    }
    .project-path i+i {
        margin-left: 10px;
    }
}

/********modal********/

/*---- common end ----*/



@media (max-width:768px) {
    #content {
        background:#F5F5F6;
    }
}

.fst-term-outer {
    width: 100%;
    min-height: 200px;
    border: 1px solid #000;
	margin-bottom: 20px;
	font-size: 0;
}

.fst-term-inner {
    width: 33.33%;
    border: 1px solid #333;
    display: inline-block;
    min-height: 200px;
}

