*::-webkit-scrollbar {
    width: 10px;
  }
 *::-webkit-scrollbar-thumb {
    background-color: #2f3542;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
  }
 *::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
  }

.flw_wrap {
    display: none;
    padding: 20px;
    width: 300px;
    height: 240px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 20px;
}
.flw_wrap .wr_btn{
    position: absolute;
    right:10px;
    top:10px;
}
.flw_wrap table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.flw_wrap table tr th,
.flw_wrap table tr td {
    padding: 4px;
    color: #333;
    text-align: center;
}

.flw_wrap table tr th {

}


.flw_wrap table tr .brd_none {
    border: none;
    padding: 20px 0;
}

.flw_wrap table tr td b{
    color: #ffcb1c;
    font-weight: bold;
}
.flw_wrap table tr td span{
    color: #1c81c5;
    font-weight: bold;
}
.flw_wrap table tr td #flw_num {
    width: 100%;
    text-align: center;
    padding: 0;
}

.flw_wrap table tr td button {
    background: #1c81c5;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

.add_fallow {
    background: #e52a2b !important;
}

.blk_bg {
    display: none;
}

.mp_wrap {
    display: none;
    background: #1a1a1a;
    width:65%;
    height:90vh;
    /*width: 1050px;
    height: 800px;*/
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    z-index: 999;
    padding: 40px;
}

@media all and (max-width:767px){
    .mp_wrap {width:90%;height:90vh;}
}

.mp_wrap .blk_bg {
    display: none;
    min-height: 174vh;
}

.mp_wrap .dt_wrap {
    background: #212121;
    padding: 20px;
    margin-bottom: 20px;
}

.mp_wrap .wr_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.mp_wrap iframe {
    display: block;
    width: 100%;
    margin: 20px auto;
}

.mp_wrap .ant_cont iframe{
    max-width:450px;
    margin: 0;
    float: left;
}

.mp_wrap h2 {
    color: #fff;
    font-size:24px;
    padding-bottom: 2px;
    
}

.mp_wrap .dt_info .l_info {
    float: left;
}

.mp_wrap .dt_info .l_info li {
    float: left;
    margin: 0 5px;
    font-size: 16px;
    color: #ccc;
}

.mp_wrap .dt_info .r_info {
    float: right;
}

.mp_wrap .dt_info .r_info li {
    float: left;
    margin: 10px
}

.mp_wrap .dt_info .r_info li button {
    background: #212121;
    outline: none;
    font-size:18px;
}

.mp_wrap .dt_info .r_info li button i {
    color: #999;
    font-size: 1.5em;
}

.mp_wrap .dt_info .r_info li button b{color:#999; font-size:18px;}
.mp_wrap .dt_info .r_info li:nth-child(2) button b{vertical-align: 2px;}
.mp_wrap .dt_info .r_info li img{height:27px; width: auto;}
.mp_wrap .dt_info .r_info li button:hover i {
    color: #fff;
}

.mp_wrap .dt_info .r_info {
    float: right;
}
.mp_wrap .dtv_img{width:100%;}
.mp_wrap .dtv_img img{width:100%;margin: 20px auto;}
.mp_wrap .dt_info p {
    clear: both;
}

.mp_wrap .dt_info p img{
    width: 100%;
    max-width: 60px;
    border-radius: 50%;
    height: auto;
}

.mp_wrap .dt_info span {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}

.mp_wrap .dt2 {
    clear: both;
    position: relative;
}

.mp_wrap .dt2 h3 {
    cursor: pointer;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    color: #999;
}

.mp_wrap .dt2 .more_btn {
    position: absolute;
    right: 24px;
    top: 16px;
    cursor: pointer;
}

.mp_wrap .dt2 .rp_box {
    padding: 20px 0 50px;
    clear: both;
}

.mp_wrap .dt2 .rp_box li {
    float: left;
    margin-left: 20px;
}

.mp_wrap .dt2 .rp_box li:nth-child(1) {
     color:#777;
    
}

.mp_wrap .dt2 .rp_box li:nth-child(4) {
    padding-top: 5px;
    color: #fff;
    font-weight: bold;
}

.mp_wrap .dt3 {
   /* min-height: 520px;*/
}

.mp_wrap .dt3 h4 {
    padding-bottom: 10px;
    color: #999;
    font-size: 1.2em;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}

.mp_wrap .dt3 .ant_cont figure {
    width: 98%;
    margin: 1% 1% 4%;
    float: left;
    display: block;
}

.mp_wrap .dt3 .ant_cont figure img {
    width: 100%;
    border-radius: 20px;
    max-width: 450px;
    float:left;
}

.mp_wrap .dt3 .ant_cont figure figcaption {
    padding-top: 20px;
    float:left;
    padding-left: 30px;    
}

.mp_wrap .dt3 .ant_cont figure figcaption b {
    color: #fff;
    font-size:18px;
}

.mp_wrap .dt3 .ant_cont figure figcaption span {
    display: block;
    padding-top: 10px;
    color: #777;
}

.mp_wrap .dt3 .more_view {
    display: block;
    background: #333;
    color: #fff;
    margin: 0 auto;
    padding: 5px 20px;
    text-align: center;
    border-radius: 30px;
    outline: none;
    clear:both;
}

.mp_wrap .dt3 .more_view:hover {
    background: #fff;
    color: #212121;
    transition: all 0.3s;
}

.mp_wrap .rp_pop {
    display: none;
    width: 600px;
    height: 600px;
    background: #1a1a1a;
    padding: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    z-index: 999;
}
@media all and (max-width:767px){
    .mp_wrap .rp_pop {width: 90%;}
}
.mp_wrap .rp_pop .wr_btn1 {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.mp_wrap .rp_pop h5 {
    font-size: 1.2em;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.mp_wrap .rp_pop .pop_head {
    padding: 5px 0;
}

.mp_wrap .rp_pop .pop_head ul li:nth-child(1) {
    float: left;
}

.mp_wrap .rp_pop .pop_head ul li:nth-child(2) {
    float: right;
}

.mp_wrap .rpl_wrap {
    clear: both;
    margin: 30px 0;
}

.mp_wrap .rpl_wrap .rpl_box {
    position: relative;
    clear: both;
    padding-top: 20px;
}

.mp_wrap .rpl_wrap .rpl_box ul li {
    float: left;
    margin-left: 10px;
}

.mp_wrap .rpl_wrap .rpl_box ul li:nth-child(1) {
    color: #999;
}

.mp_wrap .rpl_wrap .rpl_box ul li:nth-child(4) {
    width: 410px;
    word-break: keep-all;
    color: #fff;
    padding-top: 5px;
}

.mp_wrap .rpl_wrap .rpl_box ul li:nth-child(6) {
    clear: both;
}

.mp_wrap .rpl_wrap .rpl_box ul li:nth-child(7) {
    margin-left: 80px;
    margin-top: 20px;
}

.mp_wrap .rpl_wrap .rpl_box ul li:nth-child(8) {
    margin-left: 10px;
    margin-top: 20px;
}

.mp_wrap .rpl_wrap .rpl_box p {
    clear: both;
    color: #fff;
    padding: 20px 0;
    margin-left: 80px;
    cursor: pointer;
    display: block;
    width: 100px;
}

.mp_wrap .rpl_wrap .rpl_box .rpl_inner {
    clear: both;
}

.mp_wrap .rpl_wrap .rpl_box .rp_wr,
.mp_wrap .rpl_wrap .rpl_box .rp_in {
    background: #1a1a1a;
    outline: none;
    vertical-align: 0;
}

.mp_wrap .rpl_wrap .rpl_box > .rpl_opt {
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}

.mp_wrap .rpl_wrap .rpl_box > .rpl_opt i {
    font-size: 16px;
}

.mp_wrap .rpl_wrap .rpl_box .rpl_inner .rpl_opt {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.mp_wrap .rpl_wrap .rpl_box .rpl_inner .rpl_opt i {
    font-size: 16px;
}

.mp_wrap .rpl_wrap .rpl_box .rpl_inner {
    padding: 0 40px;
    min-height: 90px;
    position: relative;
}

.mp_wrap .rpl_wrap .rpl_box .rpl_inner ul li {
    ;
}

.mp_wrap .rpl_wrap .rpl_box .rpl_inner ul li:nth-child(5) {
    width: 350px;
}

.mp_wrap .rpl_wrap .rpl_box .rpl_inner ul li:nth-child(6) {
    margin-top: 10px;
    margin-left: 60px;
}

.mp_wrap .rpl_wrap .rpl_box .rpl_inner ul li:nth-child(7) {
    margin-left: 10px;
    margin-top: 10px;
    vertical-align: 0;
}

.mp_wrap .rpl_wrap .rpl_box .rpl_inner ul li:nth-child(8) {}

.mp_wrap .rpl_wrap .rpl_box .rpl_inner ul li img {
    width: 40px;
    height: 40px;
}

.mp_wrap .ov_write {margin:30px 0;}
.mp_wrap .ov_write table {width:100%;}
.mp_wrap .ov_write table tr td:nth-child(2) {width:6%; padding-left: 20px;}
.mp_wrap .ov_write table tr td input{height:36px; border-radius: 20px; border:0; width:100%;}
.mp_wrap .ov_write table tr td button{background: transparent;}

.rpl_opt_wrap {
    display: none;
    position: absolute;
    width: 100px;
    padding: 10px;
    background: #333;
    right: 0;
}

.rpl_opt_wrap ul li {
    line-height: 1.5;
    color: #777;
}

.btn_wrap {
    float: left;
    margin-top: 30px;
}

.btn_wrap a {
    padding: 5px 10px;
    background: #1c81c5;
    color: #fff;
}

.share_wrap {
    width: 411px;
    height: 500px;
    background: #000;
    position: fixed;
    left: 30%;
    top: 20%;
    padding: 20px;
    display: none;
    border: 1px solid #333;
    box-sizing: border-box;
    overflow-y: scroll;
}

.share_wrap h2 {
    text-align: center;
}

.share_wrap h3 {
    font-size: 1.2em;
    padding-bottom: 20px;
}

.share_wrap ul li {
    text-align: center;
    float: left;
    margin: 0 20px;
}

.share_wrap ul li:hover a {
    color: #4283df;
}

.share_wrap .wr_btn3 {
    position: absolute;
    right: 10px;
    top: 10px;
}

.list_wrap table tr td:nth-child(1){
    text-align: left;
}

.ct_wrap .share_wrap {
    display: none;
    width: 411px;
    height: 500px;
    background: #000;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 20px;
    display: none;
    border: 1px solid #333;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
}
.ct_wrap .share_wrap .img-box {width:300px;margin:0 auto;}
.ct_wrap .share_wrap .img-box > img {
    width: 100%;
    display: block;
}
.ct_wrap .share_wrap.on{
    display: block;
}