
        .abc-text2 {
            font-size: 1.4rem;
            /* line-height: 5.4rem; */
        }

        #target {
            -webkit-touch-callout: default;
            -webkit-user-select: auto;
            -khtml-user-select: auto;
            -moz-user-select: auto;
            -ms-user-select: auto;
            user-select: auto;
        }

        * {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }


        img {
            max-width: 100%;
            margin: 0px auto 0px auto
        }
    
    
        body {
            font-size: 0;
        }

        .mk1 p {
            margin: 0
        }

        .mk1 .footText {
            margin: 0
        }

        #bg {
            position: fixed;
            height: 100%;
            width: 100%;
            display: none;
            left: 0;
            top: 0;
            z-index: 10;
            background-color: rgba(0, 0, 0, 0.6);
            -moz-opacity: 0.8;
            opacity: .80;
        }

        .wxh {
            display: inline-block;
            width: 100%;
            /* border: 2px solid rgb(249, 110, 87); */
            box-sizing: border-box;
            text-align: center;
            padding: 10px;
            color: red;
            font-size: 2rem;
        }
    
    
        .con {
            max-width: 750px;
            min-width: 320px;
            margin: auto;
            
        }

        .pp {
            line-height: 10px;
            font-size: 1.6em;
            width: 100%;
        }

        .cen {
            text-align: center;
        }

        .colorRed {
            color: red;
            text-align-last: left;
            /*font-weight: 600;*/
        }

        .textLeft {
            text-align-last: left
        }

 
        .comment-container {
            /*background-color: #e4e5e794;*/
            padding: 0.2em 0.4em 0 0.3em;
        }

        .comment1 {
            display: flex;
            align-items: flex-start;
        }

        .avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            /*background-color: #ccc;*/
            margin-right: 10px;
        }

        .comment-content {
            flex-grow: 1;
        }

        .comment-author {
            color: #000000;
            margin: 1px 0 0 0;
            font-size: 16px;
        }

        .comment-text {
            /*line-height: 1.6;*/
            /*text-align: justify;*/
            /*text-indent: 3.3em;*/
            color: black;
            font-size: 16px;
            line-height: 24px;
            margin: -7% 0 0 60px;
        }

        .comment-meta {
            /*color: #999;*/
            color: #919191;
            font-size: 16px;
            margin: 1% 0 5% 0;
        }

        .reply1 {
            /*background-color: #f7f7f7;*/
            padding: 2px 0 0 15px;
            margin-left: 45px;
            display: flex;
            align-items: flex-start;
            /*margin-bottom: 1px;*/
        }

        .reply2 {
            background-color: #f7f7f7;
            padding: 2px;
            margin-left: 5%;
            display: flex;
            align-items: flex-start;
            /*margin-bottom: 1px;*/
        }

        .textSty {
            text-indent: 2em;
            text-align: left;
        }



        .logoText {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-top: 25px;
        }

        .img {
            width: 100px;
            height: 100px;
            margin-right: 10px;
        }

        .text-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .title {
            font-size: 18px;
            color: #333;
        }

        .subtitle {
            float: left;
            font-size: 16px;
            color: #999;
        }








        .divs .imgs {
            display: inline-block;
            vertical-align: middle;
        }

        .divs .infos {
            display: inline-block;
        }

        .comment p {
            color: #666;
            margin-bottom: 10px;
        }


        .reply p {
            color: #999;
            margin-bottom: 5px;
        }



        .avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            /*background-color: #ccc;*/
            margin-right: 10px;
        }

        .dashed-line {
            margin-top: 5%;
            border-top: 1px dashed #ccc;
            text-align: center;
        }

        .dashed-line span {
            background-color: #fff;
            padding: 0 10px;
            position: relative;
            top: -18px;
        }

        .sty01>p {
            margin: 0;
            font-size: 20px;
            line-height: 30px;
            text-align: justify;
        }
   
        

        .polygon {
            width: 0px;
            height: 0px;
            border: 10px solid transparent;
            border-top-color: red;
            transform: rotate(270deg);
        }

        .styleTest {
            transform: skew(-90deg);
        }

        .container {
            position: relative;
            text-align: center;
        }

        .text {
            display: inline-block;
            position: relative;
            padding-bottom: 4px;
            /* 下划线的高度 */
            font-size: 19px;
        }

        /*.text::after {*/
        /*    content: "";*/
        /*    position: absolute;*/
        /*    left: 0;*/
        /*    bottom: 0;*/
        /*    width: 100%;*/
        /*    height: 2px; !* 下划线的粗细 *!*/
        /*    background-color: black; !* 下划线的颜色 *!*/
        /*}*/

        .outer-border {
            width: 94%;
            margin: 0 auto;
            border: 2px solid #E70012;
            padding: 4px;
            border-radius: 10px;
        }

        .inner-border {
            border: 1px dashed #f7a6ac;
            border-radius: 10px;
        }

        #myVideo {
            /*position: sticky;*/
            position: relative;
            top: 0;
            z-index: 999;
        }
    
    
        
 /* 评论*/
 	i,em{font-style:normal;}
 	.clear_fix:after{content:".";display:block;height:0;clear:both;overflow:hidden;visibility:hidden;}
 	.con-pin img{float: left; margin-bottom:10px; border-radius: 50%; display: block;}
 	.con-pin{max-width: 750px; margin: 15px auto; padding: 0 15px; text-align:justify; line-height: 28px;}
		.cmnt_item {  padding-bottom: 15px; border-bottom: 1px solid #f0f0f0; margin-bottom: 20px; }
		.ml10{margin-left: 10px;}
		.fl-r{float:right;}
		.fl-r92{ width: 92%; float: right;}
		.timer { display: inline !important; color: #999 !important; font-size: 13px; }
        
        
        ul,li{list-style:none;display:block; font-size:14px;}
        #scrollBox{height:180px;width:90%;margin:15px auto;overflow:hidden;}
        #scrollBox #con1,#con2{width:100%;float:left;margin-left: -35px;}
        #scrollBox li{height:15px;line-height:15px;text-align:left; color:#565656;/*letter-spacing:0.1em;*/}
        /*#scrollBox li span{ width: 40%; float: left; text-align: left;}
        #scrollBox li span:first-child{width: 20%;}*/

        #backtan1 img {
            width: 50%;
            margin-left: 25%;
            margin-top: 57%;
            position: relative;
            z-index: 1;
        }

        #backtan {
            display: none;
            position: fixed;
            width: 90%;
            z-index: 11;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            height: 153vw;
            background: url("static/images/fhtcc1.jpg") no-repeat 0 0;
            background-size: 100%;
        }

        #fhgb {
            position: absolute;
            text-align: center;
            line-height: 0.5rem;
            right: -2vw;
            background: #fff;
            top: -2vw;
            height: 8vw;
            width: 8vw;
            border-radius: 50%;
            font-size: 8vw;
            z-index: 99999;
            line-height: 6vw;
        }

        #fhgb {
            position: absolute;
            text-align: center;
            line-height: 0.5rem;
            right: -2vw;
            background: #fff;
            top: -2vw;
            height: 8vw;
            width: 8vw;
            border-radius: 50%;
            font-size: 8vw;
            z-index: 99999;
            line-height: 8vw;
        }
