* {
            margin: 0;
            padding: 0;
        }

		button {
			margin: 0;
			padding: 0;
			border: 0px solid transparent;
			color: transparent;
		    outline: none;
			height: 50px;
		}
        html, body {
            height: 100%;
            font-family: "PingFang SC", 微软雅黑, sans-serif;
            -webkit-font-smoothing: antialiased;
            background: url('../images/bg.gif');
            background-size: 150px 150px; /* 平铺的图片大小 */
            background-repeat: repeat;
            background-position: 0 0;
            vertical-align: middle;

        }
        img{
            display : block ;
        }
        #wrapper{
            width: 90%;
            max-width: 1024px;
            background: #eef1f2;
            position: relative;
            margin-top: 10px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0px 0px 7px #999;
            text-align:center;
        }
        #download{
            width: 90%;
            max-width: 1024px;
            margin-top: 20px;

            background: #eef1f2;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0px 0px 7px #999;
            text-align:center;
            padding-top: 15px;
            padding-bottom: 20px;

        }
        #download img{
            width: 60%;
            height: auto;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        #download p{
            margin-left: 7%;
            margin-right: 7%;
            line-height:1.8em;
            text-align: justify;
            text-justify: inter-character;
        }
        #download #linkr {
            margin: 0 0 0 70px;
            text-align: left;
        }
        #download #linkr .linkt{
            text-align: left;
        }
        #download #linkr .linkt .links{
            text-align: left;
        }
        #notice{
            width: 90%;
            max-width: 1024px;
            margin-top: 20px;
            background: #eef1f2;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0px 0px 7px #999;
            text-align:center;
            padding-top: 15px;
            padding-bottom: 15px;

        }
        #notice img{
            width: 80%;
            height: auto;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        #notice p{
            margin-left: 7%;
            margin-right: 7%;
            line-height: 1.8em;
            text-align: justify;
            text-justify: inter-character;
        }
        #randomall{
            width: 90%;
            max-width: 1024px;
            margin-top: 10px;
            background: #eef1f2;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0px 0px 7px #999;
            text-align:center;
            height: 48px;
            line-height: 48px;
            /*padding-top: 18px;*/
            /*padding-bottom: 18px;*/
            font-size: 14px;
            color: #4D4D4D;
            font-weight: 700;

            font-style: normal;

        }
        #randomall:active {
            box-shadow: 0px 0px 15px #888;

        }
        #cover img{
            margin-top: 15px;
            margin-bottom: 10px;
            margin-left: auto;
            margin-right: auto;
            width: 200px;
            height: 200px;
            border-radius:100px;
            box-shadow: 0px 0px 10px #999;
        }
        #name{
            /*height: 60px;*/
            text-align: center;
            line-height: 50px;
        }
        .divderline{
            height: 1px;
            background-color: #d9d9d9;
            width: 98%;
            margin-right: auto;
            margin-left: auto;
            border-radius:1px;
        }
        #control {
            margin-top: 0px;
            width: 90%;
            margin-right: auto;
            margin-left: auto;
            height: 80px;
            /*line-height: 80px;*/
            vertical-align: middle;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }
        .controlbutton {
            width: 28%;
            float: left;
            color: black;
            vertical-align: middle;
        }
        .controlbuttonmini {
            width: 7%;
            float: left;
            color: black;
            vertical-align: middle;
        }
        .gomp{
            width: 880px;
			height: 355px;
            text-align: center;
            line-height: 50px;
			font-size: 12px;
			color: #ffffff;
			
		}
		.tips{
			height: 50px;
            text-align: center;
            line-height: 50px;
			font-size: 18px;
			color: #ffffff;
			
		}
		#copyright{
			height: 20px;
            text-align: center;
            line-height: 20px;
			font-size: 12px;
			color: #999999;
			margin-bottom: 10px;
			margin-top: 20px;
		}
		#time{
			width: 90%;
			height: 20px;
			line-height: 20px;
			font-size: 12px;
			color: #999999;
			margin-left: auto;
            margin-right: auto;
		}
		#currenttime{
			float: left;
		}
		#totaltime{
			float: right;
		}
        .basebar {
            display: block;
            border: none;
            width: 90%;
            height: 4px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            margin-bottom: 10px;
            border-radius: 2px;
            background-color: #999999;
            position: relative;
        }
        .basebar .progressbar {
            display: block;
            border: none;
            width: 1%;
            height: 4px;
            border-radius: 2px;
            background-color: #E24E49;
        }
        ul {
            list-style-type: none;
        }
        a {
            color: #b63b4d;
            text-decoration: none;
        }
        /** =======================
         * Contenedor Principal
         ===========================*/
        h1 {
            color: #FFF;
            font-size: 24px;
            font-weight: 400;
            text-align: center;
            margin-top: 80px;
        }
        h1 a {
            color: #c12c42;
            font-size: 16px;
        }
        .accordion {
            width: 90%;
            max-width: 1024px;
			margin-top: 0;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0px;
            background: #eef1f2;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
			box-shadow: 0px 0px 7px #999;
        }
        .accordion .link {
            cursor: pointer;
            display: block;
            padding: 15px 15px 15px 42px;
            color: #4D4D4D;
            font-size: 14px;
            font-weight: 700;
            border-bottom: 1px solid #CCC;
            position: relative;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        .accordion li:last-child .link {
            border-bottom: 0;
        }
        .accordion li i {
            position: absolute;
            top: 14px;
            left: 12px;
            font-size: 15px;
            color: #595959;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            font-style: normal;
        }
        .accordion li i.fa-chevron-down {
            right: 12px;
            left: auto;
            font-size: 16px;
        }
        .accordion li.open .link {
            color: #b63b4d;
        }
        .accordion li.open i {
            color: #b63b4d;
        }
        .accordion li.open i.fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .submenu {
            display: none;
            background: #444359;
            font-size: 14px;
        }
        .submenu li {
            border-bottom: 1px solid #4b4a5e;
        }
        .submenu a {
            display: block;
            text-decoration: none;
            color: #d9d9d9;
            padding: 12px;
            padding-left: 42px;
            -webkit-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }
        .submenu a:hover {
            background: #b63b4d;
            color: #FFF;
        }
        /* 内容 */
        #notice #illustration .main-bot-nr{
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 5px;
            row-gap: 15px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        #notice #illustration .main-bot-nr-kp{
            width: 100%;
            min-height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            /* background: chartreuse; */
            
        }
        #notice #illustration .main-bot-nr-kp-k{
            width: 100%;
            min-height: 80px;
            display: flex;
            align-items: center;
            transition: all 0.3s;
            margin: 0 0 0 60px;
            /* background: chocolate;  */
            border-radius: 10px;
        }

        /* 图片 */
        #notice #illustration .main-bot-nr-kp-k-img{
            min-height: 80px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            overflow: hidden;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            /* background: cornflowerblue; */
        }
        #notice #illustration .main-bot-nr-kp-k-img>img{
            width: 60px;
            height: 60px;
            display: block;
            transition: all 0.3s;
            border-radius: 10px;
            object-fit: cover;
            margin-left: 10px;
        }
        #notice #illustration .main-bot-nr-kp-k-n{
            /* background: crimson; */
            margin-left: 20px;
            display: flex;
            flex-direction: column;
        }
        #notice #illustration .main-bot-nr .main-bot-nr-kp .main-bot-nr-kp-k  .p1{
            font-size: 18px;
            /* color: rgb(38, 52, 66); */
            color: #0a274d;
            font-weight: bold;
            margin-right: auto;
        }
        #notice #illustration .main-bot-nr .main-bot-nr-kp .main-bot-nr-kp-k .p2{
            font-size: 14px;
            /* color: #1c3952; */
            color: #637792;
            margin-top: 5px;
            margin-right: auto;
        }
        #notice #illustration .main-bot-nr .main-bot-nr-kp:hover .kkk{
            transform: scale(1.5);
            width: 90px;
        }
        #notice #illustration .main-bot-nr-kp:hover .main-bot-nr-kp-k{
            background: #efefef;
        }
        @media screen and (max-width:888px) {
            #notice{
                /*width: 100%;*/
                margin-top: 20px;
            }
            #notice #illustration .main-bot-nr{
                grid-template-columns: 1fr;
            }
        }