@charset "utf-8";
div.box img {vertical-align:middle;border:0;}
.weixin-box {position:fixed;bottom:0;z-index:25;width:720px;height:55px;background:#4292ef;opacity:1;border-top:1px solid #4292ef;box-sizing:border-box;margin:auto;left:0;right:0;}
.join-weixinImg {display:block;float:left;width:42px;height:46px;margin:2px 0 0 2px;}
.join-weixinText {float:left;margin-left:4px;}
.join-weixinText p {font-size:15px;color:#fff700;margin:0;}
p:nth-child(1) {margin-top:0;}
.join-weixinText p span {color:#FFCC00;font-weight:bold;font-size:20px;}
.btn {float:left;font-size:15px;margin:11px 0 0 5px;color:#FFFF00;background-color:#fd0000;border-color:#0383F7;border-radius:7px;padding:6px;text-decoration:none;}

* {
				margin: 0;
				padding: 0;
				list-style-type: none;
				border: none
			}

			html {
				background: #000
			}

			body {
				font-size: 16px;
				background-color: #f8f8f8;
				/* max-width: 700px; */
				min-height: 100vh;
				margin: 0 auto;
			}

			a:link {
				text-decoration: none;
			}

			a:visited {
				text-decoration: none;
			}

			a:hover {
				text-decoration: none
			}

			a:active {
				text-decoration: none
			}

			.main {}

			header {
				text-align: center;
				display: flex;
				justify-content: space-between;
				padding: 0 4%;
				background: linear-gradient(to top, #43b9f8, rgb(0 128 255));
				align-items: center;
				height: 40px;
			}

			header img {
				width: 24px;
			}
			

			.cot li {
				line-height: 40px;
				border-bottom: 1px #ddd solid;
			}
			
			.cot li:last-child{
			    border-bottom: none;
			}
			
			.cot li a{
				color: #000;
				font-size: 14px;
				font-weight: 100;
				display: block;
			}
			
			.pagination {
				display: flex;
				justify-content: center;
				padding: 10px 0;
				align-items: center;
			}

			.pagination li {
				padding: 2px 5px;
				color: #000;
                border-radius: 50%;
                border: 1px #ccc solid;
                margin: 0 5px;
                font-weight: 200;
                font-size: 12px;
			}
			
			.pagination a{
			    color: #795548;
			}

			.pagination .disabled {
				color: #ebebeb;
			}

			.pagination .active {
				color: #000;
                background: linear-gradient(to top, #fff, #ccc, #fff);
                border-radius: 50%;
                border: 1px #ccc solid;
                height: 15px;
                line-height: 15px;
			}

			.adv{
				display: none;
            }

			.title {
				color: #ffeb3b;
			}
			
			.white-box {
                margin-top: 10px;
                padding: 5px;
                border: solid 1px #ddd;
                border-radius: 5px;
                background: #fff;
                box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
            }
