[v-cloak] {
    display: none !important;
}

.tp_s_layer{

    border-radius: 9px !important;
}

.tp_s_layer .el-dialog__body{
    padding: 0;
}

.tp_s_layer .el-dialog__header{
    display: none;
}

.hide_scrollbars::-webkit-scrollbar { 
    width: 0;
    display: none;
}

.hide_scrollbars { 
    -ms-overflow-style: none; 
    overflow: -moz-hidden-unscrollable; 
    height: 100%;
}

.y-flex {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

/* 超过一行文字变小点 */
.txt_hidden{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

/* 超过两行文字变小数点 */
.txt_hidden2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

/* 超过三行文字变小数点 */
.txt_hidden3{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

/* 选手设置 */
.player_list_box {
    margin-top: 23px;
}

.player_list_box .player_item {
    margin-right: 17px;
    text-align: center;
    cursor: pointer;
}

.player_list_box .player_item .img {
    font-size: 0;
}

.player_list_box .player_item.active p {
    color: #4579FF;
}

.player_list_box .player_item.active .image {
    display: none;
}

.player_list_box .player_item.active .image1 {
    display: block;
}

.player_list_box .player_item img {
    width: 93px;
    height: 93px;
}

.player_list_box .player_item img.image1 {
    display: none;
}

.player_list_box .player_item p {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}


/* ***************************************** 专题活动列表 ***************************************** */
.special_create .cover_activity_box::-webkit-scrollbar {
    width: 4px;
}

.special_create .cover_activity_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.special_create .cover_activity_box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


.special {
    margin-top: 15px;
}

.special .special_title {
    margin-bottom: 13px;
    justify-content: space-between;
    align-items: center;
}

.special .special_title .title {
    color: rgba(16, 16, 16, 100);
    font-size: 20px;
    font-weight: 700;
}

.special .special_title .introduce {
    margin-left: 20px;
    color: #757575;
    font-size: 14px;
}

.special .special-list .special-item {
    border-radius: 4px;
    background-color: #fff;
    height: 100px;
}

.special .special-list .special-item .item-title {
    justify-content: space-between;
}

.special-item{
    border: 1px solid #eeeeee;
    height: auto !important;
    margin-bottom: 15px;
}
.special_list_title{
    height: 47px;
    line-height: 47px;
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(249, 250, 253);
    box-sizing: border-box;
    padding: 0 15px;
}

.special_list_title_name,
.special_list_title_name a{
    color: rgba(51, 51, 51);
    font-size: 16px;
    font-weight: bold;
}

.special_list_title_name:hover a {
    color: #4579FF;
}

.special_list_handel_icon{
    object-fit: cover;
    margin-right: 16px;
}

.special_list_add_btn{
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: rgba(17, 98, 248);
    color: rgba(255, 255, 255);
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.special_list_operation{
    display: flex;
    align-items: center;
    line-height: 18px;
}

.special_child_list{
    display: flex;
    padding: 17px;
    justify-content: space-between;
}

.special_child_list_handels{
    width: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 0;
}

.special_child_list_handel_btn{
    color:rgb(17, 98, 248);
    font-size: 14px;
}   

.special_child_item_name{
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
    cursor: pointer;
}

.special_child_item_name:hover{
    color: #4579FF;
}

.special_child_item_create_time{
    color: #535353;
    font-size: 14px;
}

.special_child_item_text{
    color: #333333;
    font-size: 14px;
}

.special_child_item_activity_time{
    color: #535353;
    font-size: 14px;
}

.special_child_item_state{
    font-size: 15px;
    color: #16b920;
    margin-left: 20px;
    width: 100px;
}

.special_child_item_state_gray{
    color: gray;
}

.special_child_item_num{
    font-size: 15px;
    color: #333333;
    margin-left: 20px;
    width: 100px;
}

.special_child_item_num_box{
    display: flex;
    align-items: center;
}

.special_child_item_base_info{
    width: 450px;
}

#DialogBySHF #Container table, #DialogBySHF #Container iframe{
    margin-top: 0;
}

.special_child_list_line{
    height: 1px;
    width: 1146px;
    margin: 0 auto;
    background-color: #eeeeee;
}

.special_poster_box{
    width: 337px;
    height: 616px;
    flex-shrink: 0;
}

.special_poster_box .image {
    height: 556px;
}

.special_poster_box.iphone_center .el-scrollbar__bar div {
    opacity: 1
}

.special_poster_box .el-scrollbar__view {
    padding-right: 7px;
}

.special_poster_box .el-color-picker__trigger {
    padding: 2px;
    border-color: transparent;
}

.special_poster_box .el-color-picker__color {
    border-color: transparent;
}

.special_poster_box .active .el-color-picker__color {
    box-shadow: 0 2px 10px  rgba(153, 153, 153, .7);
}

.special_poster_box .el-color-picker__color-inner {
    border-radius: 4px;
}

.special_poster_info{
    flex-grow: 0;
    height: 616px;
    padding: 46px 23px;
    box-sizing: border-box;
}

.special_poster_area{
    display: flex;
}

.special_poster_name{
    font-size: 18px;
    color: #555;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-word;
}

.special_poster_title{
    color: #555;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.special_poster_qrcode{
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    margin-top: 70px;
    margin-left: 82px;
}

.special_poster_btn{
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 72px;
}

.special_poster_describe{
    color: #9B9B9B;
    font-size: 12px;
    margin-bottom: 15px;
}

.special_poster_link{
    width: 100%;
    padding-left: 10px;
    border: 1px solid #e8e8e8;
    height: 40px;
    border-radius: 2px;
    background: none;
    outline: none;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.special_project_rand{
    width: 100px;
    display: inline-block;
}

.special_poster_time{
    font-size: 14px;
    color: #999999;
}

.special_poster_select{
    display: flex;
    margin-top: 18px;
    box-sizing: border-box;
    padding-top: 16px;
    border-top: 2px dashed #d8d8d8;
}

.special_poster_option{
    width: 33px;
    height: 33px;
    border: 3px solid #f5f5f5;
    border-radius: 9px;
    margin-right: 3px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.special_poster_line{
    background: #e8e8e8;
    height: 1px;
    margin-bottom: 46px;
}
/* ***************************************** 专题活动列表 end ***************************************** */


/* ***************************************** 添加/修改 专题活动列表 ***************************************** */

.special_create .content {
    margin-top: 30px;
    justify-content: space-between;
}

.special_create .content .left {
    width: 350px;
}

.special_create .content .right {
    padding: 20px;
    width: 790px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px #cbcbcb;
    border-radius: 4px;
}

.special_create .right .cover_img2 {
    position: relative;
    width: 100px;
    height: 100px;
}

.special_create .right .xitong_delect {
    width: 100px;
    height: 20px;
    line-height: 20px;
    background: #4579FF;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    display: none;
}

.special_create .cover_alert,
.special_create .active_zhezhao,
.special_create .cover_alert .cover_img_box,
.special_create .right .remove-img,
.special_create .right .coverChangeJq{
    display: block;
}

.special_create .cover_alert .cover_group_btn.active {
    background: #3F50FB;
    color: #fff;
}

.special_create .right .color_item {
    margin-right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 41px;
    text-align: center;
    border: 1px solid transparent;
}

.special_create .right .color_item i {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.special_create .right .color_default {
    color: rgba(37, 76, 234, 100);
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
}

.special_create .right .color_default.active{
    border-color: rgba(37, 76, 234, .5);
}

.special_create .right .demo {
    width: auto;
    margin-top: 15px;
}

.special_create .right .progress {
    line-height: 20px;
}

.special_create .cover_activity_box {
    width: 730px;
    margin-left: 20px;
    height: 380px;
    overflow-y: scroll;
    background: #fff;
}

.special_create .activity_btn {
    text-align: center;
}

.special_create .activity_btn .el-button {
    width: 150px;
    background-color: #3F50FB;
    border-color: #3F50FB;
}

.special_create .activity_pagination {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.special_create .activity_item .el-checkbox {
    width: 100%;
}
.special_create .activity_item .el-checkbox__label {
    width: calc(100% - 30px);
    color: #333;
}

.special_create .activity_item .activity_item_box {
    width: 100%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.special_create .activity_item .activity_item_content {
    width: calc(100% - 60px);
}

.special_create .activity_item .activity_item_content.active {
    width: calc(100% - 80px);
}

.special_create .activity_item .activity_item_type {
    width: 60px;
    text-align: center;
    color: #333;
}

.special_create .activity_item .activity_item_type.under_way {
    color: #16b920;
}

.special_create .activity_item .activity_item_remove {
    font-size: 20px;
    cursor: pointer;
}

.special_create .activity_item .activity_item_title {
    font-weight: 600;
    color: #333;
}

.special_create .activity_item .activity_item_time {
    color: rgba(134, 134, 134, 100);
    font-size: 14px;
}

.special_create .form_activity_item {
    line-height: 20px;
}

.special_create .release_btn {
    width: 830px;
    position: fixed;
    bottom: 0;
    right: auto;
    height: 55px;
    background: #fff;
    box-shadow: 1px 1px 20px rgba(51, 51, 51, .3);
    z-index: 89;
    margin-left: 370px;
    text-align: center;
}

.special_create .release_btn .el-button {
    margin-top: 9px;
    width: 280px;
    background-color: #4579FF;
    border-radius: 30px;
}

/* 左侧手机 */
iphone section {
    width: 320px;
    height: 601px;
    position: absolute;
    top: 69px;
}

.iphone_center .swiper-container img{
    width: 100%;
}

.iphone_center .project_list {
    padding: 10px;
}

.iphone_center .project_item {
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}

.iphone_center .project_item {
    margin-bottom: 15px;
    box-shadow: 0 0 10px #e3e3e3ee;
}

.iphone_center .project_item .image {
    font-size: 0;
    line-height: 0;
    height: auto;
}

.iphone_center .project_item .image img{
    width: 100%;
}

.iphone_center .project_item .project_item_title {
    padding: 0 10px;
    margin-top: 8px;
    line-height: 20px;
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    word-break: break-all;
    font-weight: 600;
}

.iphone_center .project_item .project_item_num {
    margin-top: 10px;
    padding-bottom: 10px;
    justify-content: space-around;
}

.iphone_center .project_item .project_item_num_item {
    width: 33.33%;
    text-align: center;
}

.iphone_center .project_item .number {
    line-height: 20px;
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    font-weight: 700;
}

.iphone_center .project_item .text {
    line-height: 18px;
    color: rgba(134, 134, 134, 100);
    font-size: 12px;
}

.iphone_center .el-scrollbar__wrap {
    overflow-x: hidden;
}

.iphone_center .el-scrollbar__bar div {
    opacity: 0;
}

/* ***************************************** 添加/修改 专题活动列表 end ***************************************** */


.color_111 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.small_right{
    position: absolute;
    width: 35px;
    top: 16px;
    right: 8px;
}
.small_right_big{
    position: absolute;
    width: 60px;
    top: 39px;
    right: 10px;
}