@media screen and (min-width:767px) {
    #page{
        position: absolute;
        right:40px;
        bottom:0;
        width:840px;
        background:#fff;
    }
    .contentBox{
        padding-top:20px;
        width:1150px;
        margin:0 auto;
        min-height: 100vh;
        margin-bottom: 80px;
    }
    .centerBox{
        position: relative;
        height:200px;
        padding:50px 90px 50px 50px;
        margin-bottom:30px;
    }
    .header_pendant {
        width: 32px;
        position: absolute;
        top: -5px;
        left: -5px;
    }
    .userImg{
        width:100px;
        height:100px;
        margin-right:50px;
        border-radius:100%;
    }
    .userName{
        font-size:24px;
        color:#212121;
        line-height:44px;
        width:350px;
    }
    .userName>img{
        width: 117px;
        display: inline-block;
        margin-left: 10px;
    }
    .userpeech{
        width:350px;
        font-size:16px;
        color:#707070;
        line-height:36px;
    }
    .centerContribute{
        position: absolute;
        right:90px;
        bottom:60px;
        width:120px;
        height:40px;
        border-radius:20px;
        color:#fff;
        font-size:14px;
        line-height:40px;
        text-align: center;
        letter-spacing:2px;
    }
    .centerTools{
        min-height:710px;
        margin-bottom:80px;
        position: relative;
        background:#f5f5f5;
    }
    .centerTools2{
        min-height:902px;
        margin-bottom:80px;
        position: relative;
        background:#fff;
    }
    .centerL{
        width:200px;
        height:inherit;
        font-size:16px;
        line-height:60px;
        text-align: center;
        background:#f5f5f5;
    }
    .centerItem{
        position: relative;
        height:60px;
    }
    .checked.centerItem{
        color:#212121;
        background:#fff;
    }
    .checked.centerItem a{
        color:#212121;
    }
    .centerItem:hover {
        background: #fff;
    }
    .centerItem.checked:after{
        width:4px;
        height:28px;
        content:'';
        background:#ffda44;
        position: absolute;
        top:16px;
        left:0;
    }
    .centerR{
        width:950px;
        padding:0 40px 100px 70px;
        background:#fff;
        min-height:710px;
        position: relative;
    }
    .tiaoshu{
        position: absolute;
        bottom: 37px;
        left: 230px;
        font-size:18px;
        font-weight:400;
        color:rgba(33,33,33,1);
    }
    .activityBox{
        padding:0 20px;
    }
    .collectItemBox{
        height:60px;
        font-size:16px;
        line-height:16px;
        padding:22px 0;
        border-bottom:1px solid #eee;
        margin-bottom: 12px;
    }
    .collectItem{
        text-align: center;
        width: 100px;
        display:inline-block;
        margin-right:78px;
        color:#b0b0b0;
    }
    .collectItem2{
        font-size:16px;
        color:rgba(33,33,33,1);
        margin-left: 25px;
        margin-top: 7px;
    }
    .collectItem.checked{
        color:#212121;
    }
    .zhmm{
        color:rgba(176,176,176,1) !important;
    }
    .collectContent{
        font-size:14px;
        line-height:44px;
        padding-left: 17px;
        margin-left: -17px;
        border-radius: 6px;
    }
    .collectContent:hover{
        background:rgba(245,245,245,1);
    }
    .collectContentL{
        color:#212629;
    }
    .collectContentL,.collectContentL p{
        width:500px;
    }
    .collectContentR{
        margin-right: 17px;
    }
    .collectContentR span{
        color:#818386;
        display:inline-block;
    }
    .collectContentR .createTime{
        width:100px;
        background: url(/img/ico_clock2.png) no-repeat left;
        padding-left:20px;
    }
    .collectContentR .readNum{
        width:80px;
        background: url(/img/ico_read.png) no-repeat left;
        padding-left:20px;
    }

    .collectContentR .author{
        color: #838383;
        opacity: 0.6;
        padding-left:20px;
    }

    .collectContentR .deleteBtn{
        display:inline-block;
        width:80px;
        height:32px;
        line-height:32px;
        background: #F6F7F9;
        text-align: center;
        margin-left: 15px;
        font-size:14px;
        cursor: pointer;
        border-radius: 6px;
    }
    .deleteBtn > span {
        color: #212629;
    }
    .deleteBtn > .text2 {
        display: none;
    }
    .collectContent:hover .deleteBtn{
        background: #FFDB00;
    }
    .deleteBtn:hover .text1{
        display: none;
    }
    .deleteBtn:hover .text2{
        display: block;
    }
    .deleteBox{
        width:438px;
        height: 202px;
        padding:64px 0 44px 0;
        position: absolute;
        left:50%;
        top:50%;
        background:#fff;
        text-align: center;
        border-radius: 6px;
    }
    .deleteTitle{
        font-size:16px;
        color:#212629;
        line-height:24px;
        margin-bottom:40px;
    }
    .chooseBtnBox{
        text-align: center;
    }
    .chooseBtn{
        display:inline-block;
        width:120px;
        height:40px;
        line-height:40px;
        border-radius:6px;
        font-size:16px;
        color: #212629;
    }
    .chooseBtn.cancel{
        border:1px solid #E8EAEE;
        margin-right:50px;
    }
    .chooseBtn.cancel:hover {
        border: 1px solid #212629;
        color: #212629;
    }
    .chooseBtn.sure{
        background:#ffda44;
    }
    .chooseBtn.sure:hover {
        background: #FFD100;
    }
    /*评论*/
    .commentContent .collectContentL{
        padding:10px 0;
        font-size:14px;
        line-height:34px;
    }
    .commentContent .collectContentL p{
        color:#212121;
    }
    .commentContent .subContent{
        color:#707070;
    }
    .commentContent .subContent .releaseTime{
        color:#b0b0b0;
    }
    .commentContent .deleteBtn{
        margin-top:33px;
    }
    /*消息*/
    .message{
        width: 838px;
        margin-top:30px;
        position: relative;
    }
    .message_left{
        width:4px;
        height:49px;
        background:rgba(255,218,67,1);
        display: inline-block;
        position: absolute;
    }
    .message_left2{
        height: 22px;
    }
    .message_actrile{
        display: inline-block;
        font-size:14px;
        font-weight:400;
        color:#A2A2A2;
        position: absolute;
        top: -5px;
        margin-left: 10px;
    }
    .message_actrile_a{
        display: inline-block;
    }
    .message_atime{
        display: inline-block
    }
    .message_actrile>span{
        width: 140px !important;
        background: url(/img/ico_clock2.png) no-repeat left;
        padding-left: 20px;
    }
    .message_delete{
        width:90px;
        height:28px;
        border-radius:14px;
        border:1px solid rgba(162,162,162,1);
        line-height: 28px;
        text-align: center;
        font-size:14px;
        font-weight:400;
        color:rgba(162,162,162,1);
        display: inline-block;
        position: absolute;
        right: 0;
        top: -10px;
        cursor: pointer;
    }
    .message_delete:hover{
        border:1px solid rgba(250,65,65,1);
        color: #FA4141;
    }
    .message_comments{
        font-size:16px;
        font-weight:500;
        color:rgba(33,33,33,1);
        display: inline-block;
        margin-left: 10px;
        margin-top: 31px;
        /* position: absolute; */
    }
    .message_comments2{
        margin-top:0px; 
    }
    .mycomments{
        display: inline-block;
        float: left;
    }
    .message_cnr{
        width:749px;
        font-size:16px;
        font-weight:400;
        color:rgba(33,33,33,1);
        margin-left: 80px;
    }
     /*活动*/
    .activityItem{
        float:left;
        width:290px;
        height:233px;
        margin:20px 20px 0 0;
        padding:10px;
        border:1px solid #eee;
        width:260px;
    }
    .activityItem:nth-child(3n){
        margin-right:0;
    }
    .activityItem img{
        width:270px;
        height:154px;
        border:1px solid #eee;
    }
    .activityItem p{
        font-size:16px;
        line-height:36px;
        width:230px;
    }
    .activityItem span{
        font-size:14px;
        line-height:14px;
        color:#707070;
    }
    /*设置*/
    .settingBox{
        position: relative;
    }
    .forlabel{
      font-size:14px;
      line-height:40px;
        color:#212121;
        width:90px;
        font-weight:700;
    }
    .labelHeadImg{
        line-height:80px;
    }
    .headImgContent{
        width:80px;
        height:80px;
        border-radius:100%;
    }

    .changeHeadImgBox{
        margin:30px 0 30px 0;
    }
    .changeUser{
        width: 410px;
        margin-bottom:18px;
        float: left;
    }
    .changeUser:nth-child(2n + 1){
        margin-left: 15px;
    }
    .changeUser .checkStatus {
        font-size: 12px;
        color: red;
    }
    .userContent {
        position: relative;
    }
    .userContent input,.userContent select{
        height:40px;
        width:245px;
        font-size: 12px;
        padding-left:5px;
        border:1px solid rgba(238,238,238,1);
        background: #fff;
        border-radius: 0px !important;
    }
    .setqianm{
        width:672px !important;
    }
    .saveUserInfBox{
        float: left;
        margin-top:40px;
    }
    .saveUserInf{
        float: right;
        font-size:18px;
        color:#2B2825;
        font-weight:500;
        line-height:40px;
        text-align: center;
        width:200px;
        height:40px;
        /* background:linear-gradient(90deg,rgba(242,141,46,1) 0%,rgba(242,204,35,1) 100%);
        border-radius:20px; */
        border: none;
    }
    .headImgContentBox{
        position: relative;
    }
    .headImgContentBox2{
        position: relative;
    }
    .headImgContentBox2 .moren{
        margin-right: 23px;
        width:80px;
        height:80px;
        border-radius:100%;
    }
    .cameraBox{
        position: absolute;
        top:0;
        left:0;
        background:#000;
        opacity:0.6;
        width:100%;
        height:100%;
        border-radius:100%;   
    }
    .fixlogo{
        width: 80px;
        display: none;
        font-size:14px;
        font-weight:400;
        color:rgba(255,255,255,1);
        text-align: center;
        line-height: 80px;
    }
    .fiximg{
        width: 27px;
        height: 21px;
        position: absolute;
        left: 50%;
        margin-left: -14px;
        top: 50%;
        margin-top: -11px;
    }
    .headImgContentBox:hover .fiximg{
        display: none;
    }
    .headImgContentBox:hover .fixlogo{
        display: block;
    }
    .camera{
        position: absolute;
        top:50%;
        left:50%;
        width:28px;
        z-index:3;
    }
    #file{
        display:none;
    }
    /* 文章 */
    .generalSituation{
        width:170px;
        height:110px;
        background:rgba(255,255,255,1);
        border:1px solid rgba(238,238,238,1);
        margin-top: 44px;
        float: left;
        margin-right: 30px;
    }
    .generalSituation_top{
        width:168px;
        height:33px;
        background:rgba(238,238,238,1);
        line-height: 33px;
        text-align: center;
        font-size:14px;
        color:rgba(20,20,20,1);
    }
    .generalSituation_bottom{
        font-size:30px;
        width:168px;
        height:76px;
        line-height: 76px;
        font-weight:500;
        color:rgba(20,20,20,1);
        text-align: center;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .wzgl_search{
        position: relative;
    }
    .wzgl_input{
        font-size:14px;
        font-weight:500;
        color:rgba(33,33,33,1);
        display: inline-block;
        margin-top: 20px;
        margin-right: 40px;
        position: relative;
    }
    .wzgl_input>img{
        position: absolute;
        width: 15px;
        height: 15px;
        top: 9px;
        right: 10px;
        cursor: pointer;
    }
    .wzgl_input:nth-child(3){
        margin-right: 0px;
    }
    .wzgl_input input,.wzgl_input select{
        width:140px;
        height:32px;
        background:rgba(255,255,255,1);
        border:1px solid rgba(238,238,238,1);
        padding-left: 5px;
        margin-left: 10px;
    }
    /* .wzgl_input .search{
        background-image: url(/img/icon/search@2x.png);
        background-repeat: no-repeat;
        background-position-x: 108px;
        background-position-y: center;
    } */
    #mySelect:hover {
        border: 1px solid #F28D2E
    }
    .wzgl_new{
        width:116px;
        height:40px;
        background:linear-gradient(90deg,rgba(242,141,46,1) 0%,rgba(242,204,35,1) 100%);
        border-radius:20px;
        font-size:16px;
        font-weight:500;
        color:rgba(255,255,255,1);
        line-height: 40px;
        text-align: center;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 20px;
    }
    .wzgl_new>a{
        color:rgba(255,255,255,1) !important;
    }
    .gridtable{
        border-width: 1px;
        border-color: #EEEEEE;
        border-collapse: collapse;
        width:838px;
        font-size:14px;
        margin-top: 30px;
    }
    .gridtable th{
        height: 44px;
        line-height: 44px;
        font-weight: bold;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #EEEEEE;
    }
    .gridtable td {
        height: 94px;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #EEEEEE;
        cursor: pointer;
    }
    .gridtable td div{
        color: #F28D2E;
        line-height: 25px;
    }
    .gridtable td a{
        color: #F28D2E;
        line-height: 25px;
    }
    .article_delete{
        color: #fa4141 !important;
    }
    tbody > tr {
        text-align: center;
    }
    tbody > tr >td:first-child{
        width: 79px;
    }
    tbody > tr >td:nth-child(2){
        width: 201px;
    }
    tbody > tr >td:nth-child(3){
        width: 94px;
    }
    tbody > tr >td:nth-child(4){
        width: 106px;
    }
    tbody > tr >td:nth-child(5){
        width: 103px;
    }
    tbody > tr >td:nth-child(6){
        width: 134px;
    }
    tbody > tr >td:nth-child(7){
        width: 118px;
    }
    /* 关注 */
    .focusbox{
        position: relative;
    }
    .focusOn{
        width:417px;
        height:139px;
        background:rgba(255,255,255,1);
        border:1px solid rgba(238,238,238,1);
        display: inline-block;
        position: relative;
        margin-top: 32px;
        /* margin-left: 40px; */
    }
    .focusOn_logo{
        width:70px;
        height:70px;
        position: absolute;
        top: 22px;
        left: 14px;
        border-radius:50%; 
    }
    .focusOn_xq{
        width: 180px;
        /* height: 45px; */
        position: absolute;
        top: 22px;
        left: 100px;
    }
    .focusOn_name{
        font-size:18px;
        font-weight:500;
        color:rgba(20,20,20,1);
    }
    .focusOn_gz{
        font-size:12px;
        font-weight:400;
        color:rgba(151,151,151,1);
    }
    .focusOn_lv{
        position: absolute;
        font-size:12px;
        font-weight:400;
        color:rgba(151,151,151,1);
        top: 98px;
        left: 25px;
    }
    .cmyy{
        cursor: pointer;
    }
    .cmyy:hover{
       color: #fa4141 !important
    }
    .cmyyhover{
        display: none;
        position: absolute;
        left: 261px;
        background: #eee;
        color: #000 !important;
        width: 300px;
        border-radius: 20px;
        padding: 10px;
        line-height: 25px !important;
        text-align: left;
    }
    .cmyy:hover .cmyyhover{
        display: block;
    }
    .focusOn_ygz{
        width:58px;
        height:26px;
        border-radius:6px;
        font-size:12px;
        font-weight:400;
        color: #AAAEB3;
        line-height: 20px;
        text-align: center;
        position: absolute;
        top: 16px;
        right: 14px;
    }
    .actricleTip{
        background: #fbfbfb;
        font-size: 14px;
        color:#8B8B8B;
        margin-top: 140px;
    }
    .actricleTip>div{
        padding: 20px;
    }
    .actricleTip>div>a{
        color:#000;
        display:inline-block !important;
        text-decoration: underline !important;
    }
    .focusOn_js{
        width:302px;
        /* height:142px; */
        font-size:14px;
        font-weight:400;
        color:rgba(113,113,116,1);
        line-height:20px;
        position: absolute;
        left: 100px;
        top: 48px;
    }
    .focusOn_zx{
        
    }
    .wz{
        position: absolute;
        top: 229px;
        left: 30px;
    }
    .wz2{
        position: absolute;
        top: 229px;
        left: 196px;
    }
    .focusOn_hx{
        width:91px;
        height:0px;
        border:1px solid rgba(238,238,238,1);
        display: inline-block;
    }
    .focusOn_zx2{
        font-size:14px;
        font-weight:500;
        color:rgba(20,20,20,1);
        display: inline-block;
        position: absolute;
        top: 220px;
        left: 130px;
    }
    .focusOn_wz{
        width:224px;
        height:20px;
        font-size:14px;
        font-weight:400;
        color:rgba(33,33,33,1);
        position: absolute;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .foucs_img{
        width: 20px;
        height: 20px;
        position: absolute;
    }
    .foucs1{
        top: 246px;
        left: 33px;
    }
    .foucs2{
        top: 278px;
        left: 33px;
    }
    .foucs3{
        top: 310px;
        left: 33px;
    }
    .onef{
        top: 246px;
        left: 59px;
    }
    .twof{
        top: 278px;
        left: 59px;
    }
    .thrf{
        top: 310px;
        left: 59px;
    }
    .foucs_more>a{ 
        font-size:14px;
        font-weight:400;
        color:#212121;
        position: absolute;
        bottom: 50px;
        right: 50px;
        z-index: 999999;
    }
    .foucs_more:hover>a{
        color: #0289ff;
    }
    /* 新建 */
    .contentBox_left{
        min-height:902px;
        width: 727px;
        display: inline-block;
        position: absolute;
        background: #fff;
    }
    .contentBox_center{
        width:3px;
        height:802px;
        background:  rgba(238,238,238,1);
        position: absolute;
        top: 35px;
        left: 727px;
    }
    .contentBox_right{
        min-height:902px;
        width: 420px;
        display: inline-block;
        position: absolute;
        left: 730px;
    }
    .contentBox_left{
        min-height:902px;
        width: 727px;
        display: inline-block;
        position: absolute;
        background: #fff;
    }
    .contentBox_center{
        width:3px;
        height:802px;
        background:  rgba(238,238,238,1);
        position: absolute;
        top: 35px;
        left: 727px;
    }
    .contentBox_right{
        min-height:902px;
        width: 420px;
        display: inline-block;
        position: absolute;
        left: 730px;
    }
    .contentBox_left{
        min-height:902px;
        width: 727px;
        display: inline-block;
        position: absolute;
        background: #fff;
    }
    .contentBox_center{
        width:3px;
        height:802px;
        background:  rgba(238,238,238,1);
        position: absolute;
        top: 35px;
        left: 727px;
    }
    .contentBox_right{
        min-height:902px;
        width: 420px;
        display: inline-block;
        position: absolute;
        left: 730px;
    }
    .right_jb{
        font-size:24px;
        font-weight:500;
        color:rgba(33,33,33,1);
        margin: 31px 0 0 27px;
    }
    .right_fm{
        width:42px;
        height:20px;
        display: inline-block;
        font-size:14px;
        font-weight:500;
        color:rgba(33,33,33,1);
        margin-left: 27px;
        position: relative;
        top: -176px;
    }
    .right_feng{
        width:300px;
        height:188px;
        background:rgba(236,236,236,1);
        position: relative;
        display: inline-block;
        margin:10px 0 0 24px;
        font-size:14px;
        font-weight:500;
        color:rgba(176,176,176,1);
        -moz-user-select: -moz-none; 
        -moz-user-select: none; 
        -o-user-select:none; 
        -khtml-user-select:none; 
        -webkit-user-select:none; 
        -ms-user-select:none; 
        user-select:none;
    }
    .right_feng>img{
        width:300px;
        height:188px;
    }
    .ms-container{
        margin-left: 24px;
    }
    .ms-container .ms-list{
        height: 100px !important;
    }
    .right_heng{
        position: absolute;
        width:38px;
        height:2px;
        background:rgba(176,176,176,1);
        border-radius:2px;
        top: 72px;
        left: 131px;
    }
    .right_shu{
        position: absolute;
        width:2px;
        height:38px;
        background:rgba(176,176,176,1);
        border-radius:2px;
        top: 54px;
        left: 149px;
    }
    .right_dj{
        position: absolute;
        top: 122px;
        left: 62px;
    }
    .right_cc{
        position: absolute;
        top: 99px;        
        left: 72px;
    }
    .right_wzfl{
        position: relative;
        margin-top: 20px;
    }
    .right_wzfl2{
        margin-top: 23px;
    }
    .right_fl{
        display: inline-block;
        margin-left: 27px;
        font-size:14px;
        font-weight:500;
        color:rgba(33,33,33,1);
        line-height: 40px;
    }
    .right_wzfl>input{
        width:300px;
        height:40px;
        background:rgba(255,255,255,1);
        border:1px solid rgba(238,238,238,1);
        position: absolute;
        left: 97px;
        padding-left: 5px;
    }
    .right_wzfl>textarea{
        width:300px;
        height:48px;
        background:rgba(255,255,255,1);
        border:1px solid rgba(238,238,238,1);
        position: absolute;
        left: 97px;
        padding: 15px 18px 11px 14px;
        resize: none;
        overflow-y:hidden;
    }
    .right_select{
        position: relative;
        display: inline-block;
        width:300px;
        height:40px;
        margin-left: 10px;
        top: 14px;
    }
    .right_wzfl select{
        position: absolute;
        /* left: 97px; */
        width:300px;
        height:40px;
        border: none;
        outline: none;
        line-height: 40px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-left: 100px;
        background: #fff;
        border:1px solid rgba(238,238,238,1);
        border-radius:0 !important; 
    } 
    .right_select::after{
        content: "";
        width: 14px;
        height: 14px;
        background: url(/img/copyxl.png) no-repeat center;
        position: absolute;
        right: 20px;
        top: 36%;
        pointer-events: none;
    }
    select::-ms-expand { display: none; }
    option::-ms-expand{ display: none; }
    .right_wzfl  option{
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari 和 Chrome */
        appearance:none;
        margin-left: 10px;
        position: absolute;
        width:300px;
        height:40px;
        border: none;
        outline: none;
        line-height: 40px;
    }
    /* --背景色字体颜色--*/
    option:hover{
        color:#fff;
        background-color:#1E90FF;
    }
    label{
        margin:10px;
    }
    .a-radio{
        display: none;
    }
    .b-radio{
        display: inline-block;
        border:1px solid #212121;
        width:20px;
        height: 20px;
        border-radius:10px;
        vertical-align: middle;
        margin-right: 5px;
        position: relative;
    }
    .b-radio:before{
        content: '';
        font-size: 0;
        width: 10px;
        height: 10px;
        background: #212121;
        position: absolute;
        left:50%;
        top:50%;
        margin-left: -5px;
        margin-top: -5px;
        border-radius: 5px;
        display: none;
    }
    .a-radio:checked~.b-radio:before{
        display: block;
    }
    /* 分页 */
    #page .active{
        color: #000 !important;
        background: #EEEEEE !important;
        border-radius: 4px !important;
        border: 1px solid #EEEEEE;
    }
    #page a, #page span{
        background: #fff !important;
        color: #212121 !important;
    }
    .threeB{
        width: 100%;
    }
    .but{
        width:140px;
        height:40px;
        border-radius:6px;
        border:1px solid rgba(162,162,162,1);
        font-size:18px;
        font-weight:400;
        color:rgba(162,162,162,1);
        text-align: center;
        line-height: 40px;
        display: inline-block;
        margin: 20px 0 0 30px;
        cursor: pointer;
        moz-user-select: -moz-none; 
        -moz-user-select: none; 
        -o-user-select:none; 
        -khtml-user-select:none; 
        -webkit-user-select:none; 
        -ms-user-select:none; 
        user-select:none;
    }
    .but:hover {
        color:  #212629 !important;
        border: 1px solid  #212629;
    }
    .bcfb{
        border-radius: 6px;
        background: #FFDB00;
        border: none !important;
        color:  #212629 !important;
        margin-left: 170px;
    }
    .bcfb:hover {
        background: #FFD100;
    }
    .header_wz{
        width: 125px;
        /* height: 20px; */
        /* background: #212121; */
        display: inline-block;
        text-align: center;
    }
    .header_num{
        font-size:36px;
        font-weight:500;
        color:rgba(20,20,20,1);
    }
    .header_text{
        font-size:14px;
        font-weight:400;
        color:rgba(20,20,20,1);
    }
    .weui_textarea_counter{
        position: absolute;
        right: 50px;
        top: 10px;
        color:rgba(176,176,176,1);
        font-size:14px;
    }
    .mypointBox{
        width: 100%;
        position: relative;
    }
    .mypointBox_top{
        width: 100%;
        margin-top: 25px;
    }
    .mypointBox_topye{
        font-size:14px; 
        font: weight 400;
        color:rgba(33,33,33,1);
        margin-top: 25px;
    }
    .mypointBox_topfl{
        width: 300px;
        height: 28px;
        margin-top: 18px;
        float: left;
    }
    .mypointBox_topfl>img {
        float: left;
        margin: 3px 10px 0 0;
    }
    .mypointBox_topfl>span {
        line-height: 28px;
        float: left;
        margin-right: 10px;
    }
    .mypointBox_coin{
        font-size:45px;
        font-family:din_alternatebold;
        font-weight:bold;
        color:rgba(255,209,26,1);
        margin-left: 15px;
    }
    .mypointBox_see{
        font-size:14px;
        font-weight:400;
        color:rgba(66,133,244,1);
        margin-left: 10px;
        position: relative;
        top: -2px;
    }
    .mypointBox_see>a{
        display: inline-block;
        color:rgba(66,133,244,1);
    }
    .mypointBox_centerleft{
        width: 457px;
        float: left;
    }
    .center_title{
        width: 100%;
        font-size:18px;
        font-weight:bold;
        color:rgba(33,33,33,1);
    }
    .center_title:before {
        content: '';
        display: block;
        width: 5px;
        height: 20px;
        background: #FFDB00;
        border-radius: 3px;
        float: left;
        margin: 3px 6px 0 0;
    }
    .mypointBox_centerright{
        width: 357px;
        float: left;
        /* background: #707070; */
    }
    .center_list{
        width:100%;
        height:64px;
        background:rgba(255,255,255,1);
        border-radius:6px;
        position: relative;
    }
    .center_list:first-child{
        margin-top: 20px;
    }
    .center_list:hover{
        background:#FAFBFC;
    }
    .center_list>img{
        width:32px;
        height:32px;
        border-radius:50%;
        margin-top: 16px;
        margin-left: 12px;
        margin-right: 7px;
        float: left;
    }
    .center_listres{
        font-size:16px;
        font-weight:500;
        color:rgba(33,33,33,1);
        top: 21px;
        left: 51px;
        position: absolute;
    }
    .center_listres>span{
        font-weight:500; 
        color:#818386;
    }
    .center_listjs{
        font-size:14px;
        font-weight:500;
        color:rgba(153,153,153,1);
        top: 23px;
        left: 155px;
        position: absolute;
    }
    .center_listbt{
        width:80px;
        height:30px;
        line-height: 30px;
        background: #FFDB00;
        border-radius:4px;
        text-align: center;
        font-size:14px;
        color: #212629;
        position: absolute;
        right: 30px;
        top: 18px;
        cursor: pointer;
    }
    .center_listbt2{
        display: none;
    }
    .center_listjy{
        font-size:14px;
        color:#818386;
        position: absolute;
        right: 48px;
        top: 25px;
    }
    .selection_box{
        width: 360px;
        height: 145px;
        border:1px solid #EEEEEE;
        margin-top: 18px;
        position: relative;
        cursor: pointer;
        border-radius: 6px;
    }
    .selection_box:hover{
        box-shadow:0px 1px 14px 0px rgba(218,218,218,0.46);
        z-index: 999;
    }
    .selection_box_but{
        width: 340px;
        height: 40px;
        line-height: 42px;
        background:#FFDB00;
        text-align: center;
        font-size:14px;
        border-radius: 6px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 10px;
        display: none;
    }
    .selection_box_but>a{
        color:#212629;
    }
    .selection_box:hover .selection_box_but{
        display: block;
    }
    .selection_box_left{
        float: left;
    }
    .selection_box_right{
        float: right;
        width:115px;
        height:115px;
        margin: 14px 19px;
    }
    .selection_box_right>img{
        width: 100%;
        background: #03b5ff;
        border-radius: 6px;
    }
    .selection_box_left_title{
        width: 150px;
        font-size:14px;
        font-weight:500;
        color: #212629;
        margin: 16px 0 0 28px;
    }
    .selection_box_left_content{
        width: 150px;
        height: 50px;
        font-size:12px;
        color:#818386;
        margin: 10px 0 0 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
    .selection_box_left_coin{
        font-size:12px;
        font-weight:bold;
        color:#FF5040;
        margin: 20px 0 0 28px;
    }
    .mypointBox_bot{
        width: 100%;
        margin-top: 30px;
    }
    .mypointBox_bot_content{
        width:814px;
        font-size:14px;
        font-weight:500;
        color:rgba(51,51,51,1);
        margin-top: 30px;
    }
    /* 我的羽毛end */
    /* 羽毛精选start */
    .mypoint{
        margin-left: 120px;
        font-size:14px;
        font-weight:400;
        color:rgba(136,136,136,1);
    }
    .mypoint_num{
        font-size:14px;
        font-weight:400;
        color:rgba(255,58,58,1);
    }
    .selection_list2{
        width: 100%;
    }
    .selection_list2>div{
        display: inline-block;
    }
    .selection_box2{
        width:277px;
        height:148px; 
        background:rgba(255,255,255,1);
        border:1px solid rgba(238,238,238,1);
        margin-top: 18px;
    }
    .selection_box2{
        position: relative;
        /* cursor: pointer; */
    }
    .selection_box2:nth-child(3n-1){
        margin: 0 4px;
    }
    .selection_box2:hover{
        box-shadow:0px 1px 14px 0px rgba(218,218,218,0.46);
    }
    .selection_box_but2{
        position: absolute;
        bottom: 0;
        left: 0;
        width:100%;
        height:33px;
        background:rgba(250,135,53,1);
        text-align: center;
        line-height: 33px;
        font-size:16px;
        font-weight:bold;
        color:rgba(255,255,255,1);
        display: none;
    }
    .selection_box2:hover .selection_box_but2{
        display:inline-block;
    }
    .selection_box_left2{
        float: left;
    }
    .selection_box_right2{
        float: left;
        width:103px;
        height:103px;
        background:rgba(255,255,255,1);
        margin-top: 19px;
        margin-left: 5px;
    }
    .selection_box_right2>img{
        width:103px;
        height:103px;
        background: #03b5ff;
    }
    .selection_box_left_title2{
        font-size:13px;
        font-weight:500;
        color:rgba(51,51,51,1);
        margin-top: 22px;
        margin-left: 27px;
        width: 130px;
        height: 36px;
    }
    .selection_box_left_content2{
        font-size:12px;
        font-weight:400;
        color:rgba(153,153,153,1);
        width: 130px;
        height: 52px;
        overflow: hidden;
        margin-left: 27px;
        margin-top: 2px;
    }
    .selection_box_left_coin2{
        font-size:12px;
        font-weight:bold;
        color:rgba(255,58,58,1);
        margin-left: 27px;
        margin-top: 10px;
    }
    .pointlogBox{
        width: 100%;
    }
    .pointlogBox_top{
        width: 100%;
        height: 46px;
        display: flex;
        border-radius: 6px;
        overflow: hidden;
        margin-top: 25px;
        margin-left: 10px;
    }
    .pointlogBox_top>div{
        flex: 1;
        height:46px;
        background:rgba(255,255,255,1);
        border:1px solid rgba(243,243,243,1);
        text-align: center;
        line-height: 46px;
        cursor: pointer;
    }
    .pointlogBox_top>div>a{

    }
    .pointlogBox_top>.pointlogBox_topcheck>a{
        background:#FFDB00;
        color: #212629;
        border-color:#FFDB00;
    }
    .pointlogBox_center{
        width: 100%;
        margin-top: 17px;
        border: 1px solid #f3f3f3;
    }
    .pointlogBox_centertop{
        width: 100%;
        display: flex;
    }
    .pointlogBox_centertop>div{
        flex: 1;
        height: 50px;
        background: #F7F8FA;
        line-height: 50px;
        text-align: center;
    }
    .pointlogBox_centerbot{
        width: 100%;

    }
    .pointlogBox_centerbotlist{
        width: 100%;
        display: flex;
    }
    .pointlogBox_centerbotlist>div{
        flex: 1;
        height: 45px;
        text-align: center;
        line-height: 45px;
        font-size:14px;
        color:rgba(33,33,33,1);
    }
    .pointlogBox_centerbotlist:hover{
        background: #F7F8FA;
    }
    .pointlog_page{
        display: flex;
        bottom: 20px;
    }
    .backpoint{
        width: 30px;
        height: 30px;
        display: inline-block;
        float: left;
    }
    .fixedtc{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
        /* display: none;  */
    }
    .scghtc,.tjtrtc{
        display: none;
    }
    .scghBox{
        width:246px;
        height:270px;
        background:rgba(255,255,255,1);
        border-radius:12px;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-top: 20%;
        position: absolute;
    }
    .scghBox>.scghBox_ewm{
        width:156px;
        height:156px;
        margin: 0 auto;
        margin-top: 28px;
    }
    .scghBox_close{
        width:15px;
        height:15px;
        position: absolute;
        right: 16px;
        top: 16px;
        cursor: pointer;
    }
    .scghBox>div{
        font-size:14px;
        color:rgba(51,51,51,1);
        text-align: center;
        line-height: 24px;
    }
    .tjtrBox{
        width:438px;
        height:270px;
        background:rgba(255,255,255,1);
        border-radius:12px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 20%;
    }
    .tjtrBox_ewm, .tjtrBox_lj{
        width:106px;
        margin: 70px 0 0 75px;
        float: left;
        border: 0;
        background: #fff;
    }
    .tjtrBox_ewm {
        border: 1px solid #eee;
    }
    .tjtrBox_ewm>img, .tjtrBox_lj>img{
        width:106px;
        height:106px;
        cursor: pointer;
    }
    .tjtrBox> .tip {
        margin-top: 15px;
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        color: #b0b0b0;
    }
    .jrdkBox{
        width:438px;
        height:270px;
        background:rgba(255,255,255,1);
        border-radius:12px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-top: 20%;
    }
    .jrdkBox>img{
        width: 173px;
        height: 139px;
        margin: -12px auto 0; 
    }
    .jrdkBox_reason{
        text-align: center;
        font-size:20px;
        color:rgba(33,33,33,1);
    }
    .jrdkBox_ym{
        text-align: center;
        font-size:14px;
        color:rgba(255,58,58,1);
        margin-top: 3px;
    }
    .jrdkBox_wzdl{
        width:193px;
        height:42px;
        background:#FFDB00;
        border-radius:6px;
        color:#212629;
        text-align: center;
        line-height: 42px;
        font-size:16px;
        margin: 0 auto;
        margin-top: 20px;
        cursor: pointer;
    }
    .jrdkBox_gif{
        width: 220px!important;
        height: 96px!important;
        margin-top: 16px !important;
        margin-left: 114px !important;
    }
    .jrdkBox_reason2{
        margin-top: 10px;
    }
    .xidktc, .cointc, .jcxx{
        display: none;
    }
    .curp{
        cursor: pointer;
    }
    .mall_content{
        width:438px;
        height:202px;
        background:rgba(255,255,255,1);
        border-radius:12px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-top: 20%;
    }
    .mall_content_text{
        text-align: center;
        margin-top: 45px;
    }
    .mall_content_left{
        width:140px;
        height:42px;
        background:rgba(255,255,255,1);
        border: 1px solid #AAAEB3;
        color: #AAAEB3;
        border-radius:6px;
        text-align: center;
        line-height: 42px;
        font-size:16px;
        display: inline-block;
        float: left;
        margin-left: 60px;
        margin-top: 28px;
        cursor: pointer;
    }
    .mall_content_left:hover {
        border: 1px solid #212629;
        color: #212629;
    }
    .mall_content_right{
        width:140px;
        height:42px;
        background:#ffdb00;
        border-radius:6px;
        border:1px solid #ffdb00;
        font-size:16px;
        text-align: center;
        line-height: 42px; 
        color:#212629;
        display: inline-block;
        float: right;
        margin-right: 60px;
        margin-top: 28px;
        cursor: pointer;
    }
    .mall_content_right:hover {
        background: #FFD100;
    }
    .mall_content_right>a{
        width:100%;
        height:100%;
        background:#ffdb00;
        border-radius:6px;
        font-size:16px;
        text-align: center;
        color:#212629;
        display: inline-block;
        cursor: pointer;
    }
    .dhqr,.jbzu,.txxx,.ljqw{
        display: none;
    } 
    .mall_content2{
        width:438px;
        height:426px;
        background:rgba(255,255,255,1);
        border-radius:12px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 16%;
    }
    .mall_content_top{
        width: 100%;
        height: 55px;
        border-bottom: 1px solid #ededed;
    }
    .mall_content_top>span{
        font-size:14px;
        display: inline-block;
        margin-top: 22px;
        margin-left: 31px;
        color:rgba(51,51,51,1);
    }
    .mall_content_top>img{
        width: 15px;
        height: 15px;
        display: inline-block;
        position: absolute;
        right: 30px;
        top: 22px;
    }
    .mall_content_tip{
        font-size:16px;
        text-align: center;
        color:rgba(51,51,51,1);
        margin-top: 36px;
    }
    .mall_content_tip2{
        font-size:12px;
        color:rgba(255,77,77,1);
        text-align: center;
        margin-top: 16px;
    }
    .mall_content_tip3{
        font-size:14px;
        text-align: center;
        margin-top: 19px;
        color:rgba(51,51,51,1);
    }
    .mall_content_tip3>span{
        font-size:14px;
        color:rgba(255,77,77,1);
    }
    .mall_content_input{
        margin: 21px 32px 0;
    }
    .mall_content_input:first-child{
        margin-top: 37px;
    }
    .mall_content_input>span{
        display: inline-block;
        width: 60px;
        font-size:14px;
        color:rgba(102,102,102,1);
        text-align: right;
    }
    .mall_content_input>input{
        width:290px;
        height:35px;
        background:rgba(255,255,255,1);
        border:1px solid rgba(234,234,234,1);
        border-radius:4px;
        margin-left: 10px;
        padding-left: 10px;
        overflow: hidden;
    }
    .mall_content_but{
        width:340px;
        height:43px;
        margin: 0 auto;
        background: #FFDB00;
        border-radius:6px;
        text-align: center;
        line-height: 43px;
        margin-top: 16px;
        font-size:16px;
        color:#212629;
        cursor: pointer;
    }
    .mall_content_but:hover {
        background: #FFD100;
    }
    .mall_content_img{
        width:89px;
        height:89px;
        margin: 0 auto;
        margin-top: 37px;
        /* background: #ff1f1f; */
    }
    .selection_box2>.spxq{
        position: absolute;
        top: 0;
        width: 100%;
        background: #fff;
        /* z-index: 999; */
        height: 210px;
        overflow: hidden;
        /* display: none; */
        opacity: 0;
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
    }
    .spxq .spxq_img {
        width: 100%;
        height: 145px;
    }
    .spxq .spxq_img>img {
        width: 100%;
        height: 145px;
    }
    .spxq .spxq_top {
        /* height: 52px;
        line-height: 52px; */
        height: 37px;
        line-height: 37px;
        font-size: 12px;
        font-weight: 500;
        color: #333;
        margin: 0 10px;
        border-bottom: 1px solid #ebebeb;
    }
    .spxq .spxq_top .spxq_topleft {
        float: left;
        width: 152px;
    }
    .spxq .spxq_top .spxq_topright {
        float: right;
        color: #ff3a3a;
    }
    .spxq .spxq_content {
        margin: 0 10px;
        font-size: 12px;
        font-weight: 500;
        color: #333;
        margin-top: 10px;
        height: 65px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .spxq .spxq_button {
        width: 246px;
        height: 38px;
        line-height: 38px;
        background:#FFDB00;
        font-size: 15px;
        color: #212629;
        text-align: center;
        cursor: pointer;
        margin: 10px auto;
        border-radius: 6px;
    }
    .spxq .spxq_button:hover {
        background: #FFD100;
    }
    .spxq .spxq_content {
        margin: 0 10px;
        font-size: 12px;
        font-weight: 500;
        color: #333;
        margin-top: 10px;
    }
    .selection_box2:hover .spxq {
        z-index: 999;
        opacity: 1 !important;
        overflow: visible;
        /* opacity: 1; */
        display: block;
        height: auto;
        box-shadow: 0px 1px 14px 0px rgba(218,218,218,0.46);
    }
    .downloadzl_box{
        width:438px;
        height:202px;
        background:rgba(255,255,255,1);
        border-radius:12px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0; 
        top: 26%;
    }
    .downloadzl_box2{
        height: 270px;
    }
    .downloadzl_box>img{
        width:61px;
        height:61px;
        margin: 0 auto;
        margin-top: 36px;
    }
    .downloadzl_reason{
        font-size:16px;
        color:rgba(51,51,51,1); 
        text-align: center;
        margin-top: 45px;
    }
    .downloadzl_reason2{
        margin-top: 25px;
    }
    .downloadzl_left{
        width:140px;
        height:42px;
        background:rgba(255,255,255,1);
        border:1px solid rgba(153,153,153,1);
        border-radius:21px;
        text-align: center;
        line-height: 42px;
        font-size:16px;
        color:rgba(153,153,153,1);
        margin-top: 20px;
        display: inline-block;
        float: left;
        margin-left: 60px;
        cursor: pointer;
    }
    .downloadzl_left:hover {
        border: 1px solid #212629;
        color: #212629;
    }
    .downloadzl_right{
        width:165px;
        height:42px;
        line-height: 42px;
        border-radius: 6px;
        background: #FFDB00;
        font-size:16px;
        color: #212629;
        text-align: center;
        margin: 20px auto 0 !important;
        cursor: pointer;
    }
    .downloadzl_right:hover {
        background: #FFD100;
    }
    .downloadzl_right>a{
        display: inline-block;
        color: #212629;
        width: 100%;
    }
    .downloadzl_wzdl{
        margin-right: 151px;
    }
    .downloadzl_ym{
        font-size:14px;
        color:rgba(255,58,58,1);
        margin-top: 10px;
        text-align: center;
    }
    
    .downloadzl_ym>img{
        display: inline-block;
        width:27px;
        height:18px;    
        margin-left: 5px;
        position: relative;
        top: 2px; 
    }
    .ans_correct{
        display: none;
    }
}
