﻿

/*********--WAP端样式--*********/


@media (max-width: 767px) 
{
    
    @charset "utf-8";
    /* CSS Document */
    /* 初始化 */
    body, v, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
        margin: 0;
        padding: 0;
    }

    body {
        font-size: .65rem;
        color: #333;
        background-color: white;
        font-family: "Microsoft YaHei";
    }

    fieldset, img {
        border: 0;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .tmenulist ol, ul {
        list-style: none;
    }

    em {
        font-style: normal;
    }

    input, button, select, textarea {
        outline: none;
    }

    textarea {
        resize: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: none;
        -moz-outline: none;
    }

    a {
        text-decoration: none;
    }

    *:before, *:after {
        z-index: -1;
    }

    .clear {
        clear: both;
    }

    .commonwidth{
        width:92%;
        margin:0 auto;
    }
    .innertop{
        height:3rem;
        border-bottom:1px solid #e5e5e5;
        margin-bottom:0.5rem;
    }
    .innertop button img{
        height:80%;
    }
    .editback img{
        height:80%;
        margin-top:10%;
    }
    .innertop  label{
        width:70%;
        margin-left:5%;
        float:left;
        text-align:center;
        display:block;
        line-height:3rem;
        font-size:1.1rem;
        font-weight:bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .innertop a {
        font-size:1rem;
        line-height:3rem;
        display:block;
        float:right;
        width:15%;
        text-align:center;
        color:#fe2844;
    }
    .innertop button, 
    .innertop .editback {
        height:100%;
        width:10%;
        background:none;
        border:none;
        float:left;
    }
    .showloadings {
        position:fixed;
        top:0;
        background:rgba(0,0,0,0.6);
        width:100%;
        height:100%;
        display:none;
        z-index: 11;
    }
    .showloadings img{
        margin: 0 auto;
        display: block;
        margin-top: 60%;
        height: 60px;
        -webkit-transform: rotate(360deg);
        animation: rotation 2.3s linear infinite;
        -moz-animation: rotation 2.3s linear infinite;
        -webkit-animation: rotation 2.3s linear infinite;
        -o-animation: rotation 2.3s linear infinite;
    }
    @-webkit-keyframes rotation{
        from {-webkit-transform: rotate(0deg);}
        to {-webkit-transform: rotate(360deg);}
    }
    .showtips_box {
        position:fixed;
        top:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.6);
        z-index: 13;
        display:none;
    }
    .showtips {
        background-color: white;
        margin-top: 40%;
        width: 70%;
        height: 23%;
        margin-left: 10%;
        padding: 5%;
        border-radius: 5px;
    }
    .showtips p {
        font-size:1rem;
        line-height:1.5rem;
    }
    .showtips_box a{
        color: white;
        font-size: 1rem;
        background-color: #ff7529;
        border-radius: 20px;
        line-height: 2rem;
        text-align: center;
        display: block;
        width: 43%;
        margin:0 auto;
        margin-top:2rem;
        background: linear-gradient(to bottom, #fca97c, #ff7529);
        border:1px solid #fd8746;
    }
    .showtips_box button {
        width: 2.2rem;
        height: 2.2rem;
        margin: 0 auto;
        display: table;
        margin-top: 2rem;
        border: none;
        border-radius: 100%;
        background: none;
        background-image: url(../images/close_03.png);
        background-size: contain;
    }
    .showtips_box img {
        width: 70%;
        margin: 0 auto;
        display: block;
        margin-top: 30%;
    }
    .switchtab {
        position:fixed;
        bottom:0;
        width:100%;
        background-color:white;
        border-top:1px solid #dcdcdc;
        padding:0.2rem 0;
        display: flex;
        justify-content: space-around;
        padding: 0.5rem 0;
        z-index:10;
    }
    .switchtab li {
        float:left;
        width:33.3%;
    }
    .switchtab li a {
        display:block;
    }
    .tabicon {
        display:block;
        width:1.3rem;
        margin:0 auto;
    }
    .tabavatar {
        border-radius:100%;
    }
    .switchtab p {
        text-align:center;
        font-size:0.9rem;
        color:#333;
    }
    .switchcurrent p {
        color:#fe2844;
    }
    /****************--首页--****************/
    .topdirectbox {
        border-bottom: 1px solid #dcdcdc;
        position: fixed;
        top: 0;
        width: 100%;
        background: white;
        z-index: 20;
        overflow: scroll;
    }

    .topdirect {
        display: flex;
        position: relative;
        overflow: scroll;
        align-items:center;
        width: 100%;
    }
    .topdirect li {
        width: 16%;
        flex-shrink: 0;
    }
    .topdirect .topcurrent{
        width:20%;
    }
    .topdirect li a {
        color: #333;
        font-size: 1rem;
        text-align: center;
        line-height: 3rem;
        display: block;
        text-align: center;
        font-weight: 550;
    }
    .topdirect .topcurrent a {
        color:#fe2844;
        font-size:1.5rem;
    }
    .search_box {
        width:96%;
        margin:0.5rem auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .searchbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:100%;
        height:2rem;
    }
    .searchtext  {
        width: 80%;
        height: 100%;
        font-size: 1rem;
        border: none;
        padding-left: 5px;
        line-height:2rem;
        color: #666;
        margin-left: 0.2rem;
        background:none;
    }
    .searchbox button {
        height: 100%;
        margin-right:0.5rem;
        border: none;
        background: none;
    }
    .searchbox button img {
        height: 1.4rem;
    }
    .nolist {
        width:4rem;
        margin:0 auto;
        display:block;
        margin-top:20%;
    }
    .nolinkcontent {
        text-align:center;
        line-height:2rem;
        font-size:1rem;
        margin-top:0.5rem;
        color:#666;
    }
    .vipbox {
        display:flex;
        width:30%;
        background-color:#ff7529;
        border-radius:15px;
        height:2rem;
        text-align: center;
        line-height: 2rem;
        color: white;
        font-size: 0.8rem;
        align-items:center;
        justify-content:center;
    }
    .vipbox img{
        height:1.6rem;
    }
    .vipbox span{
        color: white;
        float: left;
        display: block;
        line-height: 2rem;
        margin-left: 0.2rem;
        font-size: 0.8rem;
        text-align: center;
    }
    .homecontent {
        width:100%;
        margin-top: 1rem;
    }
    .homecontent_title {
        width:92%;
        margin:0 auto;
        display:flex;
        align-items:center;
    }
    .homecontent_title span {
        font-size:1rem;
        color:black;
        line-height: 2.5rem;
        font-weight:bold;
        display:inline-block;
    }
    .homecontent_title img {
        width:0.5rem;
        margin-left:0.2rem;
    }
    .indexcontent_product li {
        width:49%;
        vertical-align: top;
		display: inline-block;
    }
    .indexcontent_product li:nth-child(2n) {
        margin-left:1%;
    }
	.indexcontent_product li img {
        width:100%;
    }
    .indexcontent_product {
        position:relative;
        display:flex;
        justify-content:space-between;
    }
    .indexcontent_product li .playericon {
        position:absolute;
        width: 35%;
        top: 33%;
        left: 33%;
    }
    .indexcontent_product li a{
        display:block;
    }

    .indexcontent_product li p {
        width: 92%;
        color: black;
        font-size: 0.9rem;
        margin: 0.5rem auto;
		overflow:hidden;
        margin-left: 8%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
	.homecontent_product li {
        width:49.5%;
        float:left;
    }
    .homecontent_product li:nth-child(2n) {
       float:right;
    }
    .homecontent_product li img {
        width:100%;
    }
    .homecontent_playerbox {
        width:100%;
        height:6.5rem;
        overflow:hidden;
    }
    .hitnumbox {
        position: absolute;
        width: 92%;
        padding:0 4%;
        bottom: 0;
        background: rgba(255,255,255,0.8);
    }
    .hitnumbox span {
        color:#fe2844;
        line-height:1.5rem;
        font-size:0.65rem;
    }
    .hitnumbox samp {
        color:#fe2844;
        line-height:1.5rem;
        font-size:0.65rem;
        font-weight:700;
        font-family:Arial;
    }
    .homecontent_product li .playericon {
        position:absolute;
        width: 35%;
        top: 33%;
        left: 33%;
    }
    .homecontent_product li p {
        line-height: 1.4rem;
        color: black;
        font-size: 0.9rem;
        margin: 0.5rem auto;
        width: 90%;
        min-height: 3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .showvipendbox {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:20;
        background:rgba(0,0,0,0.6);
    }
    .showvipend {
        position: absolute;
        top: 12%;
    }
    .showvipend img {
        width:70%;
        margin:0 auto;
        display:block;
    }
    .showvipend button {
        width: 2.2rem;
        height: 2.2rem;
        margin: 0 auto;
        display: table;
        margin-top: 2rem;
        border: none;
        border-radius: 100%;
        background: none;
        background-image: url(../images/close_03.png);
        background-size: contain;
    }

    .updateuerinfordialog {
        position:fixed;
        top:0;
        z-index:12;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.6);
    }

    .uerinfordialogcontent{
        position:absolute;
        top:30%;
        width:84%;
        left:4%;
        padding:1.5rem 4%;
        border-radius:1rem;
        background-color:white;
    }

    .uerinfordialogcontent label {
        font-size:1.1rem;
        line-height:2rem;
        font-weight:550;
        text-align:center;
        display:block;
    }

    .uerinfordialogcontent p {
        font-size:1rem;
        text-align:center;
        line-height:2rem;
        margin-top:0.5rem;
    }

    .uerinfordialogbutton {
        margin-top:1.5rem;
        display:flex;
        justify-content:space-between;
    }

    .uerinfordialogbutton button {
        background:none;
        border:1px solid #999;
        color:#666;
        font-size:1rem;
        line-height:2.5rem;
        border-radius:5px;
        width:46%;
    }

    .uerinfordialogbutton a {
        background-color:#fe2844;
        border:1px solid #fe2844;
        color:#666;
        font-size:1rem;
        line-height:2.5rem;
        border-radius:5px;
        width:46%;
        text-align:center;
        color:white;
    }

    .tolitebtn {
        position: fixed;
        right: 4%;
        bottom: 15%;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 100%;
        overflow: hidden;
        background-color: #6191e4;
        padding: 0.4rem;
        animation: heartbeat 1.4s infinite;
    }

    @keyframes heartbeat {
        0% {
            transform: scale(1);
        }

        10% {
            transform: scale(1.2);
        }

        100% {
            transform: scale(1);
        }
    }

    /******************--usercenter--*****************/

    .userhead {
        display:flex;
        align-items:center;
        padding-top: 0.8rem;
    }

    .avatar {
        width:4rem;
        border-radius:100%;
        overflow:hidden;
    }
    .avatar img {
        width:100%;
    }

    .userinfobox {
        margin-left:5%;
        width:77%;
    }

    .userinfobox_nickname {
        font-size:1rem;
        font-weight:600;
        line-height:2rem;
    }

    .otherinfo {
        display: flex;
        align-items: center;
        justify-content:space-between;
    }

    .userinfobox_thumbup{
        font-size:1rem;
    }

    .userinfo_vipinfobox{
        width:84%;
        margin:0 auto;
        display:flex;
        align-items:center;
        justify-content:space-between;
        margin-top:1rem;
        background-color: #f2564b;
        border-radius: 15px 15px 0 0;
        padding:0 4%;
    }

    .userinfo_vipinfo img{
        width:1.5rem;
    }

    .userinfo_vipinfo p{
        color: #fef5b8;
        font-size: 1rem;
        font-weight: 600;
        line-height: 3rem;
        margin-left: 0.5rem;
    }

    .userinfo_iconright {
        width:0.5rem;
    }

    .userinfo_vipinfo{
        display:flex;
        align-items:center;
    }
   
    .updateuerinfor {
        display: flex;
        align-items: center;
        border: 1px solid #fe2844;
        border-radius: 1.25rem;
        padding: 0 1rem;
    }

    .updateuerinfor p{
        color: #fe2844;
        font-size: 0.95rem;
        line-height: 1.8rem;
    }

    .updateuerinfor img {
        width: 0.8rem;
        margin-left: 0.2rem;
    }


    .userinfobuttons {
        width:92%;
        margin:0 auto;
        margin-top:0.5rem;
    }

    .userinfobuttons a {
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    .userinfobutton_name {
        display: flex;
        align-items: center;
    }

    .userinfobutton_name img {
        width:1.5rem;
    }

    .userinfobutton_name p{
        font-size: 1.1rem;
        margin-left: 0.5rem;
        color: black;
        line-height: 3rem;
    }

    .showqrcodebox{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9;
        display:none;
    }

    .qrcodebox{
        position: relative;
        top: 10%;
        background-color: white;
        border-radius: 5px;
        width: 92%;
        left: 4%;
        padding: 2rem 0;
    }

    .qrcodebox img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    .qrcodebox p {
        display: block;
        font-size: 1rem;
        text-align: center;
        margin-top: 0.5rem;
    }

    .qrcodebox button {
        border:none;
        font-size: 1rem;
        text-align: center;
        display: block;
        width: 92%;
        margin: 0 auto;
        background-color: #fe2844;
        color: white;
        line-height: 2.5rem;
        border-radius: 1.25rem;
        margin-top: 1.8rem;
    }
  
    /********************--VIP--******************/

    .viphead {
        padding: 1.5rem 0;
        background: url('../images/vipback_04.jpg') no-repeat;
        background-size:cover;
        position:relative;
        border-radius: 0.625rem;
        margin-top: 0.8rem;
        position: relative;
        overflow: hidden;
    }

    .vipinfobox{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }

    .vipinfo{
        width:50%;
    }

    .vipinfo img {
        width: 3.5rem;
        border-radius: 100%;
        border: 2px solid white;
        display:block;
        margin:0 auto;
    }

    .vipinfo p{
        text-align:center;
        color:white;
        font-size:1rem;
        line-height:2rem;
        font-weight:600;
    }

     .vipinfo span{
         display:block;
         text-align:center;
         color:white;
         font-size:1rem;
     }

     .followdata{
         width:50%;
     }

    .followdata label {
        color: white;
        font-size: 1rem;
        line-height: 2rem;
        display:block;
        text-align:center;
    }

    .followdatanum {
        width: 60%;
        margin: 0 auto;
        margin-top: 0.5rem;
        display:flex;
        align-items:baseline;
    }

    .followdatanum p{
        font-size:1.8rem;
        font-weight:600;
        text-align:center;
        color:white;
        line-height:2rem;
    }

     .followdatanum span{
        font-size:1rem;
        color:white;
    }

     .vipicon{
        position:absolute;
        width: 38%;
        bottom: -6%;
        right: -6%;
        z-index: 0;
     }

     .viptypebox {
        border-top: 0.5rem solid #f7f7f7;
        border-bottom: 0.5rem solid #f7f7f7;
        padding: 0.5rem 0 1rem 0;
        margin: 0.8rem 0;
    }

     .viptypetitlebox{
         display:flex;
         align-items:center;
     }

    .viptypetitlebox img {
        width:1.25rem;
    }

     .viptype_title {
        font-size: 1rem;
        font-weight: bold;
        line-height: 2rem;
        margin-left:0.4rem;
    }

    .viptype {
        margin-top: 1.5rem;
        display: flex;
        align-items: center;
        flex-direction: row;
        white-space: nowrap;
    }

    .viptype li {
        width: 30%;
        position: relative;
        text-align: center;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        padding: 1.5rem 0;
        margin-left: 4%;
    }

     .viptype li:first-child {
        margin-left: 0;
    }

     .vipcurrent {
        background-color: #fef1e0;
        border: 1px solid #d6a666;
    }

     .vipprice{
        display: flex;
        align-items: baseline;
        justify-content: center;
        margin: 0.2rem 0;
     }

     .viprecommend{
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f3453c;
        font-size: 11px;
        color: white;
        padding: 0 0.5rem;
        line-height: 1.2rem;
        border-radius: 5px 0 5px 0;
     }

     .vipprice samp{
         font-size:1.1rem;
         color: #d6a666;
         font-weight:600;
     }

      .vipprice span{
         font-size:1.6rem;
         color: #d6a666;
         font-weight:600;
     }

     .vipcontent em{
         font-size:1rem;
         display:block;
         text-align:center;
         text-decoration:line-through;
         color: #878787;
     }

     .viptypebox button{
        display: block;
        border: none;
        background:none;
        width: 92%;
        margin: 0 auto;
        line-height: 3rem;
        font-size: 1.2rem;
        color: white;
        border-radius: 5rem;
        background-color: #dcb581;
        text-align: center;
        margin-top: 2rem;
     }

     .vipother{
         margin-top:1rem;
         padding-bottom: 5rem;
     }

     .vipscontent{
         margin-top:1rem;
     }

    .vipotherbox {
        float: left;
        position: relative;
        text-align: center;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        margin-left: 4%;
    }

    .vipotheritems {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #ececec;
        border-radius: 6px 6px 0 0;
    }

    .viporangeback {
        background-color: #e7caa0;
        border-radius: 0 0 6px 6px;
    }

    .vipotheritems label {
        padding: 0.5rem;
        border-right: 1px solid #fff;
        font-size: 0.9rem;
        font-weight: 600;
        line-height: 0.9rem;
    }

    .vipotheritemscontent {
        padding: 0.5rem;
    }

    .vipotheritemscontent img {
        width: 1.5rem;
        display: block;
        margin: 0 auto;
    }

    .vipotheritemscontent p {
        display: block;
        text-align: center;
        font-size: 1rem;
        margin-top: 0.4rem;
        font-weight: bold;
    }

    /****************--视频播放--***************/
    .videobox {
        position:relative;
    }
    .plaervideo {
        width:100%;
    }
    .controlbox {
        position:absolute;
        top:10%;
        width:100%;
        height:50%;
        z-index: 9;
    }
    .playbutton {
        width:100%;
        background:none;
        border:none;
        height:100%;
        padding:0;
        top:0;
    }
    .playbutton img {
        background: rgba(255,255,255,0.8);
        border-radius: 100%;
        left: 45%;
        top: 25%;
        position: absolute;
        width: 12%;
    }
    .timeconcrol {
        position:absolute;
        bottom:0;
        width:100%;
        background:rgba(0,0,0,0.4);
        padding:0.8rem 0;
    }
    .timespan span {
        float:left;
        color:white;
        line-height:1.5rem;
        font-size:0.9rem;
        margin-left:5%;
    }
    .timespan img {
        float:right;
        margin-right:5%;
        width: 1.3rem;
        margin-top: 0.1rem;
    }
    .watermark {
        position: absolute;
        top: 0;
        left:0;
        text-align: center;
        width: 100%;
        font-size: 0.8rem;
        font-weight: 400;
        background: rgba(0,0,0,0.4);
        color: #efefef;
        line-height: 1.5rem;
        padding: 0.8rem 0;
        display:none;
        z-index:11;
    }
    .timebar {
        background:rgba(255,255,255,0.7);
        height:0.3rem;
        width:90%;
        margin:0 auto;
        margin-top:0.5rem;
        border-radius:100px;
        position:relative;
    }
    .timebar button{
        position:absolute;
        border:none;
        padding:0;
        width: 0.8rem;
        height: 0.8rem;
        top: -0.25rem;
        background-color:white;
        border-radius:100%;
        left:0%;
    }
    .progressbar {
        border-radius:50px;
        height:0.3rem;
        height:0.3rem;
        background-color:white;
        width:0%;
    }
    .notshow {
        display:none;
    }
    .playercontent {
        margin:1rem 0;
        border-top:0.5rem solid #f7f7f7;
    }
    .playercontent_title span {
        float:left;
        color:black;
        font-size:1rem;
        line-height:3rem;
        font-weight:bold;
    }
    .playercontent_title a {
        float:right;
        color:black;
        font-size:1rem;
        line-height:3rem;
        color:#999;
    }
    .playercontent_product_box {
        overflow:scroll;
    }
    .playercontent_product {
        width:100%;
        display:flex;
    }
    .playercontent_product li{
        float:left;
        width: 40%;
        flex-shrink: 0;
        margin-right: 0.2rem;
    }
    .playercontent_playerbox {
        position:relative;
        width:100%;
    }
    .playercontent_playerbox img {
        width:100%;
    }
   .playercontent_playerbox .playericon {
        position:absolute;
        width:30%;
        top:33%;
        left:33%;
    }
    .playercontent_product p {
        color: #26271c;
        font-size: 0.9rem;
        line-height: 1.3rem;
        margin: 0 auto;
        margin-top: 0.6rem;
        width: 92%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .playerbutton_box {
        margin-top:1rem;
    }
    .playerbutton_box a {
        color:white;
        font-size:1rem;
        background-image:url(../images/addmela_03.png);
        background-size:cover;
        border-radius:20px;
        line-height:2rem;
        display:block;
        float:left;
        width:47%;
        text-align:center;
    }
    .playerbutton_box .meluaservice {
        float:right;
        background-image:url(../images/servicebutton_05.png);
    }
    .videosnum {
        margin:0.5rem auto;
    }
    .videosnum h2 {
        font-size:1rem;
        line-height:2rem;
    }
    .videosnum span {
        font-size:0.9rem;
        line-height:2rem;
        color:#8b8b8b;
    }
    .videosnum label {
        font-size:0.9rem;
        line-height:2rem;
        color:#8b8b8b;
    }
    .videosnum label samp {
        font-size:1.1rem;
        line-height:2rem;
        font-weight:200;
        color:#8b8b8b;
    }
    .clickup {
        height:1.6rem;
        float:left;
        margin-left:0.5rem;
    }
    .advertisement a {
        display:block;
        position:relative;
    }
    .advertisement img {
        width:100%;
    }
    .advertisement .advicon{
        position:absolute;
        top: 0.4rem;
        left: 0.4rem;
        width: 12%;
    }
    .commentsbox {
        margin:1rem 0;
        border-top: 0.5rem solid #f7f7f7;
    }
    .commentlabel {
        margin-top:1rem;
    }
    .plaernumber{
        font-size:1rem;
        color:#7a7a7a;
    }
    .commentlabel button {
        float:right;
        border:none;
        background:none;
        color:#ff7529;
        font-size:1rem;
    }
    .commentlist {
        margin-top:1rem;
    }
    .sendcommentbox {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 11;
        display:none;
    }
    .cancelwrite{
        position: absolute;
        top: 14%;
        width: 2rem;
        right: 4%;
    }
    .sendcomment_box {
        position: absolute;
        top: 20%;
        background-color: white;
        width: 84%;
        left: 4%;
        padding: 2rem 4%;
        border-radius: 1rem;
    }

    .comment_imgbox{
        display: flex;
        align-items: center;
    }

    .comment_addimg {
        width: 30%;
        margin-right:5%;
    }

    .imageboxitem {
	    position: relative;
	    width: 30%;
	    margin-right: 5%;
	    max-height: 6rem;
	    overflow: hidden;
    }

    .commentdeleteimg{
        position: absolute;
        right: 2%;
        top: 2%;
        width: 1.5rem;
        height: 1.5rem;
    }

    .commentimgs {
	    width: 100%;
    }

    .comment_imgbox .imageboxitem:last-child {
	    margin-right: 0;
    }

    .sendcomment_box samp {
        color: #999999;
        font-size: 1rem;
        border-bottom: 1px solid #f7f6f6;
        display:block;
        line-height:2.5rem;
    }

    .sendcomment_box samp:before {
        color: red;
        content:"*";
        font-size: 1rem;
    }

    .sendcomment_box textarea {
        width: 98%;
        padding: 1%;
        height: 12rem;
        margin:0 auto;
        display:block;
        line-height:1.2rem;    
        font-size: 1rem;
        color: #333;
        margin-top: 1rem;
        border:none;
    }

    .sendcomment_box button{
        border:none;
        background:none;
        width:100%;
        background-color: #ff2442;
        color: white;
        font-weight: 500;
        font-size: 1rem;
        line-height: 2.5rem;
        border-radius: 1.25rem;
        margin-top: 1.5rem;
    }
   
    .showvipsbox {
        position:fixed;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.65);
        z-index:13;
        top:0;
        display:none;
    }
    .showvips {
        position: relative;
        top: 30%;
        padding: 1.5rem 4%;
        background-color: white;
        border-radius: 10px;
        width: 82%;
        left: 4%;
    }
    .showvips p{
        font-size:1rem;
        color:#333;
        text-align:center;
        margin:0rem auto;
        margin-bottom:1.5rem;
        line-height: 3rem;
        font-weight: 550;
    }
    .showvips button{
        background-color: #fdba00;
        font-size: 1rem;
        border-radius: 20px;
        color: white;
        line-height: 2.2rem;
        display: block;
        float:left;
        width: 46%;
        text-align: center;
        border:none;
    }
    .showvips a{
        background-color: #ff7529;
        font-size: 1rem;
        border-radius: 20px;
        color: white;
        line-height: 2.2rem;
        display: block;
        float:right;
        width: 46%;
        text-align: center;
        border:none;
    }
    .showalert {
        position:fixed;
        top:45%;
        height:6rem;
        width:60%;
        left:20%;
        border:1px solid #8b8b8b;
        border-radius:5px;
        display:none;
        background-color:white;
    }
    .showalert p{
        font-size:1rem;
        line-height:6rem;
        text-align:center;
    }
    .commentlist {
        width:92%;
        margin:0 auto;
        padding-bottom: 3rem;
    }
    .commentlist li{
        margin-top:0.8rem;
    }

    .commentinfobox {
        display:flex;
        align-items:center;
    }

    .commentavatar {
        width: 12%;
        display: block;
        border-radius: 100%;
    }
    .commentinfo {
        margin-left:4%;
        width:80%;
    }
    .commentinfo span {        
        font-size: 1rem;
        color:#999;
        display: block;
        line-height: 1.5rem;
    }

    .commentinfo img {        
       width:1.2rem;
    }

    .commentinfo p{
        font-size: 1rem;
        color: #333;
        line-height: 1.5rem;
    }
    .commentimgsbox {
        display:flex;
        align-items:center;
        margin-top:0.5rem;
        max-height: 6rem;
        overflow: hidden;
    }
    .commentimgsbox img {
        width:30%;
    }

    .commentimgsbox img:nth-child(3n-1) {
        margin:0 5%;
    }

    .shareinfobox{
        width: 92%;
        margin: 0 auto;
        border-radius: 0.625rem;
        background-color: #6399e3;
        padding: 0.25rem 1%;
        margin-top: 1rem;
        position:relative;
    }

    .bubblebox {
        position: absolute;
        bottom: -20%;
        left: 20%;
        width: 40%;
    }

    .bubblebox img{
        width:100%;
    }

    .shareinfocontent{
        display: flex;
        justify-content: space-between;
        align-items:center;
    }

    .shareinfoavatar{
        border-radius: 100%;
        width:3rem;
        height:3rem;
        margin-left: 0.5rem;
    }

    .shareinfos{
        width: 61%;
        margin-left:5%;
    }

    .shareinfos li{
        display: flex;
        align-items: center;
    }

    .shareinfos li a{
        display: flex;
        align-items: center;
    }

    .shareinfos li img{
        width: 1rem;
    }

    .shareinfos li p{
        font-size: 1rem;
        line-height: 1.8rem;
        color: white;
        margin-left: 0.2rem;
    }

    .shareqrcode{
        width: 35%;
        border-radius: 0 0.5rem 0.5rem 0;
        background-color: white;
        padding: 0.5rem 1rem;
    }

    .shareqrcode img{
        width: 6rem;
        display: block;
        margin: 0 auto;
        height: 6rem;
    }

    .shareqrcode p{
        color: #6399e3;
        font-size: 0.8rem;
        display: block;
        text-align: center;
        margin-top: 0.4rem;
    }

    .complatebox {
        position: absolute;
        top: 0;
        left:-100%;
        height: 75%;
        width: 100%;
        z-index: 10;
        background: rgba(0,0,0,0.7);
    }

    .complateboxshow {
        left:0;
    }

    .complatebutton {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 15%;
        width: 92%;
        left: 4%;
    }

    .productask{
        display:block;
        width: 33%;
        margin: 0 auto;
        border-right:1px solid white;
    }

    .productask img {
        display:block;
        width:45%;
        margin:0 auto;
    }

    .productask span {
        display:block;
        font-size:1rem;
        color:#ffcc00;
        text-align:center;
        margin-top: 0.5rem;
    }

    .productlinkbox {
        width: 63%;
        margin-left: 4%;
    }

    .sharevipbox button{
        width:2.2rem;
        height:2.2rem;
        margin:0 auto;
        display:table;
        margin-top:2rem;
        border:none;
        border-radius: 100%;
        background:none;
        background-image:url(../images/close_03.png);
        background-size:contain;
    }

    .playercommentbox{
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: white;
        padding: 0.5rem 0;
        border-top: 1px solid #efefef;
    }

    .toshowcomment{
        background:none;
        border:none;
        width: 65%;
        border-radius: 1.25rem;
        background-color: #f6f6f6;
        color: #666;
        font-size: 1rem;
        padding-left: 4%;
        margin-left: 4%;
        line-height: 2rem;
        text-align: left;
    }

    .playerthumbupbox{
        background:none;
        border:none;
        margin-right:4%;
        display:flex;
        align-items:center;
    }

    .playerthumbupbox img{
        width:1.4rem;
    }

    .playerthumbupbox p{
        font-size: 1rem;
        margin-left: 0.3rem;
        line-height: 2rem;
    }

    .showbigimgbox{
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9;
        display: none;
        overflow:scroll;
    }

    .cancelshowbig {
        width: 2.5rem;
        display:table;
        margin:0 auto;
        margin-top: 2rem;
    }

    .showbigimg {
        width:92%;
        margin:0 auto;
        display:block;
        margin-top:4%;
    }

    .deletebox{
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 11;
        display: none;
    }

    .deletecontent {
        position: absolute;
        top: 30%;
        background-color: white;
        width: 84%;
        left: 4%;
        padding: 2rem 4%;
        border-radius: 1rem;
    }

    .deletecontent p{
        font-size:1rem;
        display:block;
        text-align:center;
        line-height:2rem;
    }

    .deletebutton{
        margin-top:2rem;
        display:flex;
        justify-content:space-between;
    }

    .suredelete{
        background:none;
        border:1px solid #fe2844;
        color:#fe2844;
        font-size:1rem;
        width:46%;
        line-height: 2rem;
        border-radius: 5px;
    }

    .canceldelete{
        background:none;
        border:1px solid #999;
        color:#666;
        font-size:1rem;
        width:46%;
        line-height: 2rem;
        border-radius: 5px;
    }

    /************--个人资料--**************/
    .userinformationimg,.userinformations {
        border-bottom:1px solid #dcdcdc;
        padding-bottom:0.8rem;
        margin-bottom:0.8rem;
    }
    .userinformationimg span {
        float:left;
        font-size:1rem; 
        line-height:4rem;
    }
    .inforimgbox {
        float:right;
    }
    .inforimgbox img{
        width:4rem;
        height:4rem;
        display:block;
        border-radius:5px;
        float:left;
    }
    .inforimgbox label{
        float:right;
        font-size:1.5rem;
        line-height:4rem;
        margin-left:0.5rem;
    }
    .userinformations span {
        float:left;
        font-size:1rem; 
        line-height:2rem;
        text-align:justify;
    }
    .userinformations input {
        float:right;
        display:block;
        width:76%;
        font-size:1rem; 
        line-height:2rem;
        color:#9c9c9c;
        border:none;
        text-align:right;
    }
    .clearcontent {
        float:right;
        font-size:1rem; 
        line-height:2rem;
        color:white;
        background-color: #ff7529;
        border-radius: 5px;
        border:none;
    }
    #uservideos {
        float: right;
        font-size: 1rem;
        height: 2rem;
        background-color: #ff7529;
        color: white;
        border: none;
        line-height: 2rem;
        border-radius: 5px;
    }
    .userinformark {
        float: right;
        width: 56%;
    }
    .userinformark samp {
        font-size: 0.8rem;
        color: #666;
        line-height: 1.2rem;
        display:block;
        text-align:center;
    }
    .userinformark label {
        font-size: 0.8rem;
        color: #fdba00;
        line-height: 1.2rem;
        text-align:center;
        display:block;
    }
    .userinformations a {
        display: block;
        line-height: 1.8rem;
        font-size: 1rem;
        color: #ff7529;
        float: left;
        margin-top: 0.2rem;
    }
    .introducebox textarea {
        height:4rem;
        float:right;
        display:block;
        width:76%;
        color:#9c9c9c;
        border:none;
        text-align:right;
        font-size:1.2rem; 
    }
    .userinfosave {
        padding-bottom: 1rem;
        padding-top: 1rem;
        position: fixed;
        width: 90%;
        bottom: 0;
        background-color: white;
    }
    .marklink {
        font-size:1rem;
        line-height:2rem;
        background:linear-gradient(to right, #f5d793, #e9c46d);
        color:white;
        border-radius:20px;
        margin:0.5rem auto;
        text-align:center;
        display:block;
    }
    .introducebox {
        margin-bottom:4rem;
    }
    .userinfosave button {
        color: white;
        font-size: 1rem;
        background-color: #fe2844;
        border-radius: 20px;
        line-height: 2rem;
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        border: none;
    }
    .userinfosave .saveandshow {
        float:right;
        background-color: #ff7529;
    }
    .serviceimg {
        border-bottom:0.5rem solid #f7f7f7;
        padding-bottom:0.8rem;
    }
    
    .servicebox,.seeservicebox {
        margin-top:0.8rem;
    }
    .seeserviceweixin {
        padding: 0.5rem 0;
    }
    .seeserviceweixin span{
        float:left;    
        font-size: 1rem;
        line-height: 6rem;
    }
    .seeserviceinfor span {
        float:left;    
        line-height: 2rem;
        font-size: 1rem;
    }
    .seeserviceweixin img {
        width: 6rem;
        height: 6rem;
        border-radius: 5px;
        float:right;
    }
    .seeserviceinfor a {
        color: white;
        font-size: 1rem;
        background-color: #ff7529;
        border-radius: 20px;
        line-height: 2rem;
        text-align: center;
        display: block;
        width: 7rem;
        float:right;
    }
    .serviceimg img {
        width:100%;
    }
    .serviceimg h2 {
        width:90%;
        margin:0 auto;
        margin-top:1.2rem;
        line-height:1.5rem;
        font-size:1.1rem;
    }
    .serviceimg span {
        width:90%;
        margin:0 auto;
        display:block;
        margin-top:0.4rem;
        line-height:1.4rem;
        font-size:1rem;
        color:#9b9b9b;
    }
    .seeservicebox h2 {
        line-height:1.5rem;
        font-size:1.1rem;
        padding-bottom:0.8rem;
        border-bottom:1px solid #dcdcdc;
    }
    .serviceweixin {
        float:right;
        margin-right:5%;
        width:6rem;
    }
    .serviceweixin img {
        width: 6rem;
        height: 6rem;
        border-radius: 5px;
        display: block;
    }
    .serviceweixin samp{
        display:block;
        text-align:center;
        font-size:0.8rem;
        color:#333;
        line-height:1.8rem;
    }
    .serviceinfor {
        display:table;
        margin:0 auto;
        padding-bottom:0.8rem;
    }
    .serviceinfor span{
        float: left;
        font-size: 1rem;
        line-height:2rem;
    }
    .serviceinfor p{
        float:right;
        font-size: 1rem;
        line-height:2rem;
        color:#9c9c9c;
    }
    .serviceinfor a{
        color: white;
        font-size: 1rem;
        background-color: #ff7529;
        border-radius: 20px;
        line-height: 2rem;
        text-align: center;
        display: block;
        width: 7rem;
    }
    .toseevideo {
        color: white;
        font-size: 1rem;
        background-color: #ff7529;
        border-radius: 20px;
        line-height: 2.2rem;
        display: block;
        width: 100%;
        text-align: center;
        border: none;
        margin:2rem 0;
    }
    .seethemovie {
        margin-top:1rem;
        margin-bottom:3rem;
    }
    .seethemovie p {
        font-size: 1rem;
        line-height: 2rem;
    }
    .seethemovie video{
        width:100%;
    }
    /*****************--cutimg--****************/
    .cutbox {
        position:fixed;
        top:100%;
        width:100%;
        height:100%;
        left: 0;
        background-color:white;
        transition:all 1s;
        -ms-transition:all 1s;
        -moz-transition:all 1s;
        -webkit-transition:all 1s;
        -o-transition:all 1s;
    }
    .cutbutton {
        color: white;
        font-size: 1rem;
        background-color: #c9963b;
        border-radius: 20px;
        line-height: 2rem;
        display: block;
        width: 100%;
        text-align: center;
        top:20px;
        position:relative;
        border: none;
    }
    .cutbutton-info {
        background-color: #ff7529;
        top:0;
        float:right;
    }
    .avatarbox {
        margin: 0 auto;
        background-color: black;
    }
    #avatar{
        margin: 0 auto;
        position: relative;
    }

    .botton-box{
        width: 95%; 
        position:relative;
        left:2.5%;
    }
    #Mavatar-canvasWrapper {
        background-color:white;
    }
    #Mavatar-file {
        font-size:1rem;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 2rem;
        top:0;
    }
    .cancelcut {
        width:100%;
        margin:0 auto;
        font-size: 1rem;
        color: white;
        background-color:gray;
        border:none;
        border-radius: 20px;
        line-height: 2rem;
        display: block;
        margin-top:1.5rem;
    }
    .avatarbox p {
        text-align:center;
        line-height:2rem;
        font-size:0.9rem;
        color:white;
    }
    #selectimg {
        position:relative;
        margin-top: 0.8rem;
    }
    #selectimgbutton {
        color: white;
        font-size: 1rem;
        background-color: #fdba00;
        border-radius: 20px;
        line-height: 2rem;
        display: block;
        width: 100%;
        text-align: center;
        border: none;
    }
    /******************--视频审批--*****************/
    .checkviedobutton {
        margin:1rem auto;
    }
    .checkviedobutton label {
        display:block;
        float:left;
        width:50%;
        font-size:1rem;
    }

    .checkviedobutton input {
        margin-right:0.5rem;
        margin-left: 1rem;
        font-size:1rem;
    }

    .checkvideobox textarea {
        display:block;
        width:99%;
        padding:1%;
        border:1px solid #dcdcdc;
        height:5rem;
        text-align:justify;
        line-height:1.5rem;
    }
    .checkvideobox button {
        display:block;
        border:none;
        color:white;
        background-color:#ff7529;
        border-radius:40px;
        width:100%;
        margin:1.5rem 0;
        line-height:2rem;
        font-size:1rem;
    }
    .checkvideobox .complatecheck {
        background-color:#9c9c9c;
    }
    .checkvideolist li {
        margin-bottom:0.8rem;
        border-bottom:1px solid #dcdcdc;
        padding-bottom:0.8rem;
    }
    .checkvideolist a {
        display:block;
    }
    .checkvideolist img{
        float:left;
        width:18%;
        border-radius:100%;
    }
    .checkvideoinfor {
        float:left;
        margin-left:5%;
        width:77%;
    }
    .checkvideoinfor p {
        font-size:1rem;
        line-height:2rem;
        color:#c9963b;
    }

    .checkvideoinfor span {
        font-size:0.9rem;
        line-height:1.5rem;
        color:#666;
        display:block;
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /*************--我的故事--**************/
    .storybox {
        position: absolute;
        width: 100%;
        height: 98%;
        top: 2%;
    }
    .storybackground {
        height:100%;
        width:100%;
    }
    .storycontentbox {
        width: 90%;
        height:88%;
        margin: 0 auto;
        border: 5px solid #f3e3ca;
        overflow: scroll;
    }
    .storyeditename {
        font-size:1.4rem;
        color:black;
        margin-left:25%;
        margin-top:1rem;
    }
    .storytitle {
        font-size:1.2rem;
        color:#cd913e;
        margin-left:25%;
        display:inline-block;
        margin-top:0.5rem;
    }
    .storyinfo {
        width:90%;
        margin:0 auto;
        position:relative;
        height: 5rem;
    }
    .storyinfo img{
        display: block;
        width: 2.5rem;
        left: 14%;
        top:0.5rem;
        position:absolute;
        z-index:9;
    }
    .storyname {
        display:block;
        position:absolute;
        width: 65%;
        left: 24%;
        padding-left: 5%;
        top: 1rem;
        background-image:url(../images/readback_10.jpg);
        background-size:100% 100%;
        z-index:2;
    }
    .storyname p {
        color:white;
        font-size:0.85rem;
        line-height:1.5rem;
        display:inline-block;
    }
    .storyname span {
        color:white;
        font-size:0.75rem;
        margin-left: 0.8rem;
    }
    .storygohome {
        position:fixed;
        right: 0%;
        top: 2%;
        display: block;
        font-size: 0.8rem;
        text-align: center;
        color: blue;
        border-radius:20px;
        padding:0 1rem;
        line-height:1.8rem;
        z-index:9;
    }
    .storycontent {
        width:90%;
        margin:0 auto;
        margin-left: 5%;
        margin-top:1rem;
    }
    .storycontent img {
        max-width:100%;
        margin:0.5rem 0;
    }
    .storycontent p{
        color:black;
        line-height:1.8rem;
        font-size:0.85rem;
        font-family:'Microsoft YaHei';
    }
    .story_content {
        display:block;
        margin-top:0.5rem;
        line-height: 1.7rem;
        font-size: 1rem;
        color:#333;
        text-align:justify;
        text-indent:2em;
        width:100%;
    }
    .storylevel {
        position:absolute;
        top: -2%;
        left: 3.5%;
        width:20%;
    }
    .storylevel img {
        width:100%;
    }
    .storylevelcontent {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
    .storylevelcontent p,.storylevelcontent span {
        text-align:center;
        display:block;
        font-size:0.95rem;
        line-height:2rem;
        height:2rem;
        border-bottom:1px dashed white;
        width:90%;
        margin:0 auto;
        color:white;
        margin-top:0.3rem;
    }
    .storylevelcontent span {
        font-size:1.2rem;
    }
    .storyeditbox {
        position:fixed;
        top:0%;
        height:100%;
        width:100%;
        background:rgba(0,0,0,0.6);
        display:none;
        z-index:9;
    }
    .story_editbox {
        width: 89.5%;
        margin: 0 auto;
        background-color: white;
        border-radius: 10px;
        margin-top: 40%;
        padding-bottom: 1rem;
        line-height: 1.5rem;
        font-size: 0.8rem;
        padding:0.5%;
    }
    .story_editecancel {
        float:right;
        border-radius:100%;
        border:1px solid #333;
        color:#333;
        width:1.5rem;
        height:1.5rem;
        line-height:1.5rem;
        margin-right:0.5rem;
        margin-top:0.5rem;
        font-size:1rem;
        background:none;
    }
    .story_editcontent {
        display:block;
        margin:0 auto;
        margin-top:1.5rem;
        width:90%;
        height:8rem;
        border:1px solid #acacac;
        border-radius:5px;
    }
    .story_editesure {
        display:block;
        width:90%;
        margin:0 auto;
        margin-top:2rem;
        border:none;
        background-color:#ff7529;
        color:white;
        border-radius:5px;
        line-height:2rem;
        font-size:0.8rem;
        margin-bottom:1rem;
    }
    .tab-content {
        width: 90%;
        margin: 0 auto;
    }
    .tab-content dl{
        margin-bottom:0.5rem;
    }
    .tab-content dl dt {
        display: block;
        text-align: left;
        color: #333;
        font-size: 1rem;
        line-height: 2rem;
    }

    .tab-content dl .input {
        padding: 5px 4px;
        line-height: 1.8rem;
        border: 1px solid #d4d4d4;
        background: #fff;
        vertical-align: middle;
        color: #333;
        font-size: 0.85rem;
        width:97%;
    }
    .tab-content dl .none {
        display:none;
    }
    .Validform_checktip {
        margin-left: 8px;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        color: #999;
        font-size: 12px;
    }
    .storybackgroundimg {
        width:30%;
        margin-bottom: 0.8rem;
        display: block;
    }
    .upload-box {
        font-size: 1rem;
        line-height: 2rem;
        color: white;
        background-color: #ff7529;
        border-radius: 5px;
        border: none;
        display: inline-block;
        padding: 0 1rem;
    }
    #edui1_iframeholder {
        height:10rem;
    }
    #btnSubmit {
        color: white;
        font-size: 1rem;
        background-color: #fdba00;
        border-radius: 20px;
        line-height: 2rem;
        display: block;
        width: 100%;
        text-align: center;
        border: none;
        margin-bottom:2rem;
        margin-top:1rem;
    }
    .editor img {
        max-width:100%;
    }
    /***********--海报页面--***********/
    .postertoimg {
        position:fixed;
        top:10%;
        right:5%;
        z-index:9;
        color: #ff7529;
        font-size: 1rem;
        border:none;
        padding:0 1rem;
        background-color: white;
        border-radius: 5px;
        border:1px solid #ff7529;
        line-height: 1.8rem;
        text-align: center;
        display: block;
    }
    .poster {
        padding-bottom:4rem;
    }
    .posterbox {
        background-color: white;
    }
    .posterintroduction {
        width:90%;
        margin:0 auto;
    }
    .posterimage {
        width:100%;
    }
    .poserinforimg {
        float:left;
        width:35%;
        padding:0.5rem;
        background-color:white;
        position: relative;
        top: -1rem;
    }
    .poserinfor img {
        width:100%;
    }
    .posterinfobox {
        float:left;
        margin-left: 6%;
        margin-top:1.5rem;
    }
    .posterinfobox h2 {
        font-size:1.2rem;
        line-height:2rem;
    }
    .posterinfobox p {
        font-size:1rem;
        line-height:1.5rem;
    }
    .poserintroduce {
        font-size:1rem;
        line-height:1.5rem;
    }
    .goeditinfo {
        color: white;
        font-size: 1rem;
        background-color: #fdba00;
        border-radius: 5px;
        line-height: 2rem;
        text-align: center;
        display: block;
        padding:0 1rem;
        position: fixed;
        right: 5%;
        top: 3%;
        z-index:9;
    }
    .postermark label {
        display:block;
        text-align:center;
        font-size:1rem;
        color:red;
        margin-top:30%;
    }
    .posterimgbox {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:10;
        display:none;
        background:rgba(0,0,0,0.8);
    }
    .posterimg {
        width:85%;
        display:block;
        margin:0 auto;
        margin-top:2rem;
    }
    .posterimgbox span {
        width:80%;
        display:block;
        margin:0 auto;
        margin-top:1rem;
        color:white;
        font-size:1rem;
        color:white;
        text-align:center;
    }
    .posterimgbox button {
        width:40%;
        display:block;
        margin:0 auto;
        margin-top:1rem;
        color:white;
        font-size:1rem;
        color:white;
        text-align:center;
        line-height:2rem;
        border-radius:5px;
        background:none;
        border:1px solid white;
    }

    /*********--个人资料列表页--*********/
    .userinfolist {
        width: 90%;
        margin: 0 auto;
    }
    .userinfolist li a{
        display:block;
        margin-top:1.5rem;
        background-color:#e9c46c;
        color:white;
        font-size:1rem;
        line-height:2rem;
        text-align:center;
        border-radius:20px;
    }


    /*****************--更多视频--*******************/
    .morevideo{
        position:relative;
    }

    .morevideo li {
        width: 49%;
        vertical-align: top;
        display: inline-block;
    }

    .morevideo li:nth-child(2n){
        margin-left:1%;
    }

    .morevideo li a {
        display: block;
    }

    .morevideo li img {
        width:100%;
    }

    .morevideo li p {
        line-height: 1.4rem;
        color: black;
        font-size: 0.9rem;
        margin: 0.5rem auto;
        width: 92%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /***************--更多列表--*************/
    
    .morelisttabbox {
        overflow: scroll;
        display:flex;
        background-color: #f7f8fc;
        margin-top:3rem;
    }

    .morelisttabbox li {
        flex-shrink:0;
        position: relative;
        margin:0 0.5rem;
    }

    .morelisttabbox .morelisttabcurrent{
        background-color:white;
        padding:0 0.8rem;
    }

    .morelisttabbox li:last-child {
        padding-right: 0.8rem;
    }

    .morelisttabbox li p {
        font-size: 0.9rem;
        color: #7a7a7a;
        line-height: 2.5rem;
        text-align: center;
    }

    .morelisttabbox .morelisttabcurrent p {
        color: black;
        font-weight: bolder;
        background-color: white;
    }

    .morelisttabbox li em {
        content: "";
        position: absolute;
        left: 5%;
        top: 20%;
        width: 4px;
        height: 60%;
        background-color: #fe2844;
        border-radius: 4rem;
        display:none;
    }

    .morelisttabbox  .morelisttabcurrent em {
        display:block;
    }

    .searchboxcontrolbox{
        position:fixed;
        top:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.6);
        z-index:3;
        display:none;
    }

    .searchboxcontrol {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        background: white;
        width: 84%;
        padding: 0.25rem 4%;
        border: 1px solid #81a6e6;
        margin-top: 4.5rem;
    }

    .searchboxcontrol input{
        width:80%;
        font-size:0.85rem;
        height:2rem;
    }

        .searchboxcontrol img {
            width: 1.5rem;
            padding: 0.25rem;
            display: block;
        }

    .closesearch{
        margin-top:5rem;
    }

    .closesearch img{
        width:12%;
        display:block;
        margin:0 auto;
    }

    .morelistcontent {
        width: 92%;
        margin:0 auto;
        margin-top: 0.5rem;
    }

    .morelistcontent li {
        margin-bottom: 1.5rem;
        border-bottom: 1px dashed #6191e4;
        padding-bottom: 0.8rem;
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

    .morelistcontent li:nth-child(2n){
        margin-left: 2%;
    }

    .morelistcontent li a{
        display:block;
    }

    .morelistcontent li a .imagebox {
        width:100%;
    }

    .morelistcontent li img {
        width:100%;
    }

    .morelistcontent li p {
        width: 92%;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.5rem;
        color: black;
        margin-top: 0.5rem;
        min-height:3rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    /****************--轮播图底部菜单--***************/
    .swiperdirection{
        margin-top:0.5rem;
        display:flex;
        align-items:center;
        justify-content:space-between;
        width: 60%;
        margin: 0 auto;
    }

    .swiperdirection img {
        width:1.5rem;
    }

    .swiperpage {
        display:flex;
        justify-content:center;
        align-items:center;
    }

    .swiperpage p {
        font-size:1.2rem;
        font-weight:550;
        color:#fe2844;
        display:inline-block;
    }

    .swiperpage span {
        font-size:1rem;
        font-weight:550;
    }

    /********************sharereport*******************/

    .reportbox {
        margin-top:0.5rem;
    }

    .reporttitle{
        font-size: 1.1rem;
        line-height: 2.5em;
        background-color: #f2564b;
        color: #fef5b8;
        display: block;
        width: 92%;
        margin: 0 auto;
        padding: 0 4%;
    }

    .opensharepagelist{
        margin-top:0.5rem;
    }

    .opensharepagelist li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0.8rem;
        border-bottom: 1px dashed #afafaf;
        margin-top:0.5rem;
    }

     .opensharepagelist li:nth-child(1) {
         margin-top:0;
     }

    .binduserinfobox{
        width:22%;
    }

    .binduserinfobox img{
        width:3rem;
        display:block;
        margin:0 auto;
        border-radius:100%;
    }

    .binduserinfobox p {
        display: block;
        text-align: center;
        font-weight:650;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 0.2rem;
        font-size: 0.9rem;
    }

    .bindusercoperation {
        width:55%;
    }

    .bindusercoperation p {
        font-size:1rem;
        line-height:1.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-all;
    }

    .bindusercoperation span {
        font-size:0.85rem;
        color:#666;
        margin-top: 0.5rem;
        display: block;
        font-family:Arial;
    }

    .opensharepagelist li label {
        color: #f2564b;
        font-size: 1rem;
        font-weight: bold;
    }

    .opensharepagelist li .bindcolorgray {
        color: #777;
    }

    .opensharepagelist li .bindcolorblue {
        color: #3687fc;
    }


    /***********--最近更新--************/
    .updatelist{
        display:block;
        width:92%;
        margin:0 auto;
    }

    .updatelist li{
        margin-bottom:1rem;
        float:left;
        width:48%;
    }

    .updatelist li:nth-child(2n){
        float:right;
    }

    .updatelist li a{
        display:block;
    }

    .updatelist li a img{
        width:100%;
    }

    .updatelist li a p{
        display:block;
        color:#333;
        font-size:0.75rem;
        line-height:1.3rem;
        min-height: 2.5rem;
    }

    .contentbox img {
        width:100%;
    }

    .bottombuttton{
        position:fixed;
        bottom:4%;
        right:2%;
        display:flex;
        flex-direction:column;
        z-index:5;
    }

    .bottombuttton a {
        display: block;
        background: rgba(254,40,68,0.8);
        border-radius: 100%;
        width: 2rem;
        height: 2rem;
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .bottombuttton a img{
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .bottombuttton a samp{
        color:white;
        font-size:0.5rem;
        display:block;
        margin-top:0.1rem;
        text-align: center;
    }

}

/*********--PC端样式--*********/


@media (min-width: 767px) 
{
    @charset "utf-8";
    /* CSS Document */
    /* 初始化 */
    body, v, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
        margin: 0;
        padding: 0;
    }

    body {
        font-size: 12px;
        font-family: \5FAE\8F6F\96C5\9ED1,Heiti,arial,helvetica,sans-serif !important;
        line-height: 19px;
        color: #333;
        position: relative;
    }

    fieldset, img {
        border: 0;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .tmenulist ol, ul {
        list-style: none;
    }

    em {
        font-style: normal;
    }

    input, button, select, textarea {
        outline: none;
    }

    textarea {
        resize: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: none;
        -moz-outline: none;
    }

    html *,html *:before,html *:after {-webkit-transition: 0.5s; transition: 0.5s;}
    *:before,*:after { z-index:-1;}

    .clear{clear:both;}
}












