 body {
            margin: 0;
        }

        .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;
        }
body {
            background: #e6e6e6;
            font-family: '微软雅黑';
        }

        dd {
            margin: 0;
        }

        .nav_top {
            width: 100%;
            height: 45px;
            line-height: 45px;
            background: #f8f8f8;
            text-align: center;
            font-size: 16px;
            position: fixed;
            left: 0;
            top: 0;
            z-index: 101;
        }

            .nav_top .left {
                width: auto;
                position: absolute;
                left: 10px;
                top: 0;
            }

                .nav_top .left img {
                    width: 16px;
                    height: 16px;
                    pointer-events: none;
                }

            .nav_top .center {
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }


        .bg_list_cahnge {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 12px;
            text-align: center;
        }

        .bg_list_cahnge01 {
            padding: 0;
        }

        .bg_list_cahnge .cur {
            /*color: #919191;*/
            color: #5a5858;
            font-size: 18px;
        }

        .bg_list_cahnge01 span {
            /*color: #e22d3d;*/
            color: #e22d3d;
        }


        .introduce {
            width: 90%;
            height: 130px;
            margin: 0 auto;
            border-radius: 5px;
            background: #F8F8F8;
            padding: 10px 6px;
        }

        .character {
            width: 100%;
            height: 50px;
            display: flex;
        }

        .character1 {
            width: 20%;
            position: relative;
            margin-right: 0;
            text-align: center;
        }

            .character1 img {
                width: 44px;
                height: 44px;
                border-radius: 50%;
            }

        .character2 {
            width: 75%;
            flex: 1;
        }

            .character2 div {
                height: 50px;
                font-size: 14px;
            }

                .character2 div span {
                    font-size: 16px;
                }

        .deeds {
            height: 60px;
            padding: 5px 3px;
            border-top: 1px solid #dadada;
            font-size: 14px;
            line-height: 16px;
            overflow: auto;
            letter-spacing: 2px;
        }


        .choice {
            width: 100%;
            margin-top: 10px;
            text-align: center;
        }

            .choice button {
                width: auto;
                color: #fff;
                width: 120px;
                padding: 8px 0;
                background: #e22d3d;
                border: 1px solid #e22d3d;
                border-radius: 20px;
                box-shadow: #d9d9d9 0 0 10px 3px;
            }




        .bubble {
            padding: 6px;
            overflow: hidden;
            position: relative;
            margin-top: 5px;
            animation: change 1s;
            display: none;
        }

        @keyframes change {
            0% {
                top: 100px;
            }

            100% {
                top: 0;
            }
        }

        .bubble:after {
            clear: both;
            content: '';
        }

        .bubble a.avatar {
            display: block;
            /* height: 44px; */
            width: 44px;
            border-radius: 2px;
            overflow: hidden;
        }

            .bubble a.avatar > img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        .bubble.left a.avatar {
            float: left;
        }

        .bubble.right a.avatar {
            float: right;
        }

        .bubble .content {
            width: auto;
            padding: 0.7em 0.5em;
            font-size: 16px;
            color: #363636;
            border-radius: 6px;
            box-shadow: #d9d9d9 0 0 10px 5px;
            position: relative;
            display: inline-block;
            letter-spacing: 1px;
        }

        .bubble .content1 {
            border-top-right-radius: 0;
            box-shadow: none;
            background: #e22d3d;
            color: #ffffff;
            /* display: none; */
        }

        .bubble .content:before {
            display: inline-block;
            box-sizing: border-box;
            width: 12px;
            height: 12px;
            border: 1px solid transparent;
            border-radius: 3px;
            position: absolute;
            background-color: inherit;
            border-right-color: inherit;
            border-bottom-color: inherit;
        }

        .bubble.left {
            text-align: left;
        }

        .bubble.right {
            text-align: right;
        }

        .bubble.left .wrap {
            margin-left: 56px;
            /* margin-right: 56px; */
        }

            .bubble.left .wrap p {
                width: auto;
                font-size: 10px;
                margin: 0;
                margin-bottom: 5px;
            }

        .bubble.left .content {
            background: #fafafa;
            border-color: #c6c6c6;
        }

            .bubble.left .content:before {
                left: -6px;
                top: 16px;
                transform: rotate(135deg);
            }

nav {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 640px;
	height: 50px;
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

nav ul#not3footdh {
	position: relative;
}
nav ul {
	margin: 0 auto;
	padding: 0 0;
	height: 50px;
	width: 100%;
	/* background-image: linear-gradient(to bottom, #217519, #368823); */
	overflow: hidden;
}

nav ul li {
	/* float: left; */
	text-align: center;
}

nav ul li span {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1em;
}

nav ul#not3footdh li span strong {
	padding-left: 32px;
	background: url(../images/url.png) left center no-repeat;
	background-size: 28px 28px;
	font-size: 1rem;
}