.fzrq{
    display:none;
}
.shoucang{
    float: right;
    width: 80px;
    /* height: 80px; */
    margin: 0 auto;
    /* vertical-align: middle; */
    /* text-align: center; */
    /* border-radius: 50%; */
    /* border: 1px solid #BE0000; */
}
.shoucang a{
    display:block;
    width: 100%;
    height: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.shoucang a:hover{
    text-decoration:none;
}
.shoucang a img{
    /* margin-top:15px; */
    width: 24px;
    display: inline-block;
    float: left;
}

.shoucang a p{
    margin:0 auto;
    float: left;
    margin-left: 7px;
}




/***********数字人*************/
.szrcontainer{
    display: inline-block;
    /* width: 450px; */
    width: 160px;
    height: 350px;
    max-width: 100%;
    position: fixed;
    /* right: 0px; */
    right: 120px;
    bottom: 50px;
    transition: all 1s ease;
    /* padding-bottom: 30px; */
  }
body.zzzqbody .szrcontainer{
	 /* width: 450px; */
     width: 160px;
	 overflow: unset;
	 z-index: 99;
	 /* padding-bottom: 30px; */
    visibility: hidden;
    opacity: 0;
}

.szrcontainer .human{
	display:block;
	width:100%;
	height:100%;
}
.szrcontainer>.szrbtn{
    width: 125%;
    position: absolute;
    left: 45%;
    top: -66px;
    z-index: 99;
}
.szrcontainer>.btn1{
    position: absolute;
    /* width: 33%; */
    width: 100%;
    height: 95%;
    top: 0px;
    /* left: 33%; */
    left: 0px;
    cursor: pointer;
    z-index: 990 !important;
}
/* ,.szr_shouqibtnbox .imgsta2 */
.szrcontainer>.szrbtn img.szrtsbg:nth-child(2),
.szr_shouqibtnbox img.shouqibtn2{
	display:none;
}
.szrcontainer>.szrbtn img.szrtsbg{
	 max-width: 100%; 
}
/* ,.szr_shouqibtnbox .imgsta2 */
.szrcontainer>.szrbtn.on img.szrtsbg:nth-child(2),
.szr_shouqibtnbox.on img.shouqibtn2{
	display:block;
}
/* ,.szr_shouqibtnbox .imgsta1 */
.szrcontainer>.szrbtn.on img.szrtsbg:nth-child(1),
.szr_shouqibtnbox.on img.shouqibtn1{
	display:none;
}
body>.szr_shouqibtnbox{
    /* height: 350px; */
    right: 0px;
    bottom: 210px;
    transition: all 1s ease;
    position: fixed;
    /* line-height: 350px; */
    max-width: 32%;
}
body>.szr_shouqibtnbox>div{
	position:relative;
    width: 169px;
    max-width: 100%;
}
body>.szr_shouqibtnbox img{

    position: relative;
    max-width: 100%;
}
body>.szr_shouqibtnbox div span {
    width: 12%;
    height: 22%;
    content: '';
    position: absolute;
    left: 9%;
    display: block;
    top: 38%;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}
.szrcontainer  .szrsqbtn{
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 20px;
    background:#ccc;
    color:#fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    z-index: 999 !important;
    cursor: pointer;
    bottom: -18px;
}
.szrcontainer  .szrsqbtn img{
    max-width: 100%;
}
/*播放状态、停止、播放图标*/
/*
body>.szr_shouqibtnbox>div .status{
    width: 41%;
    height: 86%;
    position: absolute;
    right: 6.5%;
    z-index: 10;
    top: 5%;
    border-radius: 50%;
    cursor: pointer;
}
body>.szr_shouqibtnbox>div .status img{
    max-width: 100%;
}
*/





/***********************/

/*弹窗*/
        #alertbox.alertbox {
            width: 510px;
            height: 288px;
            padding: 27px;
            border-radius: 10px;
            background: #fff;
            text-align: center;
            box-sizing: border-box;
            z-index: 999;
            position: absolute;
            left: 50%;
            margin-left: -255px;
            top: 150px;
        }

        #alertbox .alerttit {
            width: 100%;
            height: 62px;
            line-height: 62px;
            border-bottom: 1px solid #bebebe;
            font-size: 18px;
            font-weight: bold;
            color: #cd0000;

        }

        #alertbox button {
            outline: none;
            border: none;
            background: #cd0000;
            color: #fff;
            text-align: center;
            width: 147px;
            height: 46px;
            line-height: 46px;
            font-size: 18px;
            border-radius: 7px;
                cursor: pointer;
        }

        #alertbox .alertnr {
            line-height: 112px;
            font-size: 18px;
        }

        #alertbox .alertclose {
            position: absolute;
            color: #cd0000;
            font-size: 40px;
            right: 20px;
            top: 15px;
            cursor: pointer;
        }
       body{
            position: relative;
        }
       .alertyinying {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .1);
            position: absolute;
            top: 0;
        }
.tbheight{
    display:none;
}