#creation-home #creation-header{
    width: 100%;
    padding: 0 12.008% 0 12.008%;
}
#creation-home #creation-banner{
    position: relative;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
#creation-home #creation-switch{
    width: 100%;
    margin: 30px 0 ;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
}
#creation-home .selectpicker{
    width: 120px;
    height: 40px;
    background-color: #f2f4f4;
    color: #000;
    border: 0px;
}
#creation-home .selectpicker{


}

#creation-home .selectpicker>option{
    margin-top: 50px;
}

#creation-home .creation-tap>ul>li{
    display: inline-block;   
    padding:0 20px; 
}
#creation-home .creation-tap>ul>li>a {display: inline-block}
#creation-home .creation-tap>ul>li>p, #creation-home .creation-tap>ul>li>a{
    font-size: 14px;
    font-family: 'Montserrat';
	font-weight: 400;
    color: #000;
    cursor: pointer;
    line-height: 40px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
#creation-home .creation-tap>ul>li:first-of-type>p{
    min-width: 54px;
}
#creation-home .creation-tap>ul>li:nth-of-type(2)>p{
    min-width: 67px;
}
#creation-home .creation-tap>ul>li:last-of-type>p{
    min-width: 30px;
}
#creation-home #creation-tap-checked{
    font-weight: 700;
    border-bottom: 5px solid #ff8b00;
}
#creation-home #creation-column{
    margin-right: 15px;
}
#creation-home .creation-format{
    width: 11%;
    display: flex;
    justify-content: flex-end;
}
#creation-home .creation-format>img{
    display: inline-block;
    cursor: pointer;
    margin-top: 11px ;
    height: 16px;
}
#creation-home .review-select{
    display: flex;
}
#creation-home .review-select>div{
    margin-right: 15px;
}

#creation-home .creation_con_repost{
    margin: 20px 0 0 0;
    width: 100%;
    /* display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; */
    display: grid;
    grid-gap: 36px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
#creation-home .creation_conten{
    width: 100%;
    margin: 22px 2.3% 22px 0;
    position: relative;
}
#creation-home .creation_works{
    width: 100%;
    display: block;
    z-index: 1;
    border-radius: 10px;
    cursor: pointer;
}   
.creation_works:hover{
    opacity: 0.8;
}
#creation-home .personal_creation_conten{
    display: none;
    margin: 20px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#creation-home .personal_repost_father{
   width: 100%;
}

#creation-home .creation_conten > a > .post-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 12px 0;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    cursor: pointer;
}
#creation-home .creation_conten > a > .post-title:hover {
    color: #ff8b00;
}
#creation-home .creation_conten > a > .post-category{
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #FFFFFF;
    background: #9E9EA6;
    opacity: 1;
    border-radius: 5px;
    padding: 0 8px;
}

#creation-home .creation_conten_number{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#creation-home .creation_conten_photo{
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
#creation-home .creation_conten_number>p>img{
    display: inline-block;
    margin: 0 5px;
    width: 16px;
    /* vertical-align: middle; */
}
#creation-home .creation_conten_number>p{
    margin-right: 15px;
    display: flex;
    align-items: center;
}
#creation-home .creation_conten_name{
    vertical-align: middle;
    margin: 0 30px 0 5px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #000000;
}
#creation-home .creation_conten_number>p>span{
    font-size: 11px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #3D3D4D;
}
#creation-home .creation_conten_information{
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    position: relative;
}

#creation-home .creation_follow{
    background: #F2F4F4;
    border-radius: 1px;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000000;
    width: 100px;
    height: 40px;
}
#creation-home .creation_img_mask{
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    border-radius: 10px;
    /* min-height: 73.635%; */
    position: absolute;
    top: 0%;
    left: 0%;
}
#creation-home #creation_con_block{
    display: block;
}

#creation-home .creation-review,.creation-teaching,.creation-clip{
    display: none;
}





#creation-home .creation_banner_width>span{  
    z-index: 5;
    display: block;
    text-align: right;
    margin: 15px 0 0 0;
    padding-right: 15px;
    color: #ff8b00;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 300;
}
#creation-home .creation_banner_width>h1{
    color: #FFF;
    font-size: 57.82px;
    font-family: 'Montserrat';
    font-weight: 300;
    margin: 17.225% 0 0 0;
}
#creation-home .creation_banner_width .subtitle{
    color: #ff8b00;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin: 10% 0 0 0;
}
#creation-home .creation_banner_width .description{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    height: 112px;
    line-height: 1;
    margin: 2% 0 0 0;
    width: 93%;
}
#creation-home .creation_banner_width>p{
    width: 135px;
    height: 40px;
   
}
#creation-home .creation_banner_width>p>a{
    text-align: center;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

#creation-home .select-menu{
    width: 120px;
    color: #000;
    
}
#creation-home .select-type{
    width: 90px;
}
#creation-home .select-product{
    width: 100px;
}
#creation-home .select-scene{
    width: 100px;
}
#creation-home .select-country{
    width: 135px;
}
#creation-home .select-activity{
    width: 100px;
}
#creation-home .select-media{
    width: 135px;
}
#creation-home .select-time{
    width: 140px;
}

#creation-home  xm-select .xm-tips{
    font-size: 12.5px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 34px;
    color: #000000;
}
#creation-home .xm-option-content{
    font-size: 12.5px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000000;
}
#creation-home .label-content{
    font-size: 12.5px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
}
#creation-home .select-menu xm-select,#creation-home .select-menu .xm-body{
    background-color: #f2f4f4;
}
#creation-home .select-type .xm-body,.select-product .xm-body,.select-scene .xm-body,.select-country .xm-body,.select-activity .xm-body,.select-media .xm-body,.select-time .xm-body{
    border-radius: 10px;
    
}
#creation-home .select-product .xm-body,.select-scene .xm-body,.select-activity .xm-body,.select-media .xm-body{
    width: 195px;
    padding: 20px 0;
}
#creation-home .select-country .xm-body{
    width: 230px;
}
#creation-home .row_conten{
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    padding: 30px 0;
}
#creation-home .row_conten{
    display: flex;
    justify-content: space-between;
}
#creation-home .row_conten>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
#creation-home .row_left{
    width: 260px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#creation-home .row_right{  
    width: calc(100% - 260px);
    position: relative;
    margin: auto;
    height: 180px;
    padding: 14px 0;
}
#creation-home .row_left>a>img{
    width: 240px;
    height: 180px;
    border-radius: 10px;
    max-width: 100%;
}
#creation-home .row_right .post_title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
#creation-home .row_right>h1:hover{
    color: #ff8b00;
}
#creation-home .row_right .description{
    font-size: 14px;
    font-weight: 400;
    color: #a4a4a4;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
#creation-home .row_right>span{
    font-size: 12px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
    padding: 5px;
    background-color: #9e9ea6;
    border-radius: 5px;
}
#creation-home .row_interactive{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 12px;
    width: 100%;
}
#creation-home .row_interactive_left{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
}
#creation-home .row_icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.small_userphoto{
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
#creation-home .row_interactive_left>p{
    margin-left: 10px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
}
#creation-home .row_icon{
    margin-left: 35px;
}
#creation-home .row_icon>p>img{
    display: inline-block;
    margin-right: 2px;
    vertical-align: text-top;
}
#creation-home .row_icon>p{
    margin-left: 10px;
}
#creation-home .row_interactive_right{
    display: flex;
    align-items: center;
    padding-top: 22px;
}
#creation-home .row_icon>p>span{
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #3d3d4d;
}
#creation-home .row_interactive_right>span{
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
}
#creation-home .creation-row, #creation-home .personal_repost_father{
    display: none;
}
#creation-home .creation_paging{
    margin-top: 90px;
}
#creation-home xm-select .xm-option-content:hover{
    color: #ff8b00;
}
#creation-home  xm-select .xm-option-content{
    text-transform: capitalize;
}
#creation-home xm-select > .xm-label .scroll .label-content{
    padding: 3px 30px 0px 10px;
}
#creation-home xm-select{
    height: 36px;
}
.column_click{
    pointer-events: none;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 15px;
    margin: 0 5px;
    text-decoration: none;
    color: #000;
    background-color: #f2f2f2;
    font-family: 'Montserrat';
    font-weight: 600;
   
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 0px;
}
.creation_photo_div{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* .banner_img_post{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
} */
.banner_img_mask{
    width: 100%;
}
.creation_banner_width{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40.5%;;
    height: 100%;
    padding-left: 4.1%;
}
.row_interactive_left .row_icon>p{
    display: flex;
    align-items: center;
}
/*个人信息悬浮窗*/
#creation-home .creation_conten_hover::before{
    content: '';
    position: absolute;
    bottom: -6%;
    left: 10%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
#creation-home .creation_conten_hover{
    z-index: 5;
    display: none;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
    position: absolute;
    left: -5px;
    bottom: 37px;
    width: 400px;
    height: 200px;
    background-color: #FFFFFF;
}
#creation-home .creation_conten_hover_son{
    display: flex;
    justify-content: space-between;
}
#creation-home .row_interactive>.creation_conten_hover{
    z-index: 5;
    display: none;
    padding: 10px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 10%);
    position: absolute;
    bottom: 90%;
    left: -1%;
    width: 315px;
    height: 165px;
    background-color: #FFFFFF;
}
#creation-home .creation_hover_son{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#creation-home .creation_hover_son>div>p{
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: normal;
    max-width: 176px;
}
#creation-home .creation_hover_son>div>span{
    display: inline-block;
    margin-top: 8px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #ff8b00;
    font-size: 12px;
}
#creation-home .creation_hover_son>div{
    margin-left: 12px;
    height: 40px;
}
#creation-home .creation_hover_son>div>p:hover{
    color: #ff8b00;
}
.photo_badge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    z-index: 5;
}
#creation-home .creation_hover_photo{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
#creation-home .small_photo{
    width: 110px;
    height: 82px;
    border-radius: 10px;
}
.creation-format>button>img{
    width: 14px;
    height: 14px;
}
#creation-home .creation_hover_works_img{
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
xm-select[size='large'] {
    min-height: 36px;
    line-height: 36px;
}

