﻿html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #232323;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

input,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}
.box {
	/* background-color: #999999; */
	background: url(../images/big-beijin.png) center 0 no-repeat;
	background-size:cover;
	min-height: calc(100vh - 182px);
}
.box-head {
	height: 1.76rem;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	font-size: 0.18rem;
}
.box-head .logon-box {
	padding-top: 0.2rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #FFFFFF;
}
.box-head .box-head-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
}
.content {
	max-width: 100%;
	max-width: 1200px;
	min-height: 611px;
	margin: 0 auto;
	background: #FFFFFF;
	position: relative;
	/*padding-bottom: 0.53rem;*/
}
.content-top {
	position: absolute;
	/* top: -24px; */
	top: -0.24rem;
	left: 0;
	/* background-color: #0066FF; */
	width: 100%
}
.n_list {
	display: flex;
	justify-content: space-between;
	/* height: 54px; */
	height: 0.54rem
}
.tab-box {
	display: flex;
	flex: 24%;
	cursor: pointer;
}
.tab-text {
	/* width: 241px;
	height: 54px; */
	width: 100%;
	height: 0.54rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-size: 20px; */
	font-size: 0.2rem;
	color: #FFFFFF;
	background-color: #72BAE9;
}
.tab-tip {
	width: 0;
	height: 0;
	/* border-bottom: 24px solid #5F9DC6;
	border-right: 30px solid transparent; */
	border-bottom: 0.24rem solid #5F9DC6;
	border-right: 0.3rem solid transparent;
}
.text-active {
	background-color: #1174B7;
}
.tip-active {
	/* border-bottom: 24px solid #105C8E; */
	border-bottom: 0.24rem solid #105C8E;
}
.to-upload {
	padding: 0.1rem 0.2rem;
	background-color: #1174B7;
	width: 75px; color: #FFFFFF;
	cursor: pointer;
}
#weather-v2-plugin-simple {
	position: relative;
	z-index: 3;
	margin-left: 0.2rem !important;
}
.content-center {
	padding-top: 0.72rem;
}
.mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	/* display: none; */
}
.mask-box {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
	width: 7.32rem;
	height: 5.95rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	/* display: none; */
}
.mask-box .mask-del {
	position: absolute;
	top: 0;
	right: -0.5rem;
	color: #FFFFFF;
	width: 0.34rem;
	height: 0.34rem;
}
.mask-box .mask-title {
	font-size: 0.24rem;
	font-family: MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	padding-top: 0.43rem;
	padding-bottom: 0.73rem;
	text-align: center;
}
.mask-box .mask-ipt-box {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.2rem;
	margin-bottom: 0.1rem;
}
.mask-box .mask-label {
	width: 1rem;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #666666;
	text-align: right;
}
.mask-box .mask-ipt-name {
	width: 4.91rem;
	padding: 0.1rem;
	border-bottom: 1px solid #EEEEEE;
	color: #333;
	font-size: 0.2rem;
}
.mask-box .to-password {
	width: 5.91rem;
	text-align: right;
	font-size: 0.2rem;
	color: #666666;
	margin: 0 auto;
	margin-top: 0.2rem;
	cursor: pointer;
}
.mask-box .mask-btn-box {
	display: flex;
	justify-content: center;
}
.mask-box .mask-btn {
	width: 0.8rem;
	height: 0.4rem;
	font-size: 0.16rem;
	background-color: #1174B7;
	color: #FFFFFF;
	border-radius: 0.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.53rem 0;
	cursor: pointer;
}
.publicity-title {
		width: 40%;
}
.publicity-th, .publicity-td {
	height: 0.47rem;
	font-size: 0.16rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 0.2rem;
}
tr:hover {
	background-color: #EEEEEE;
}
.publicity-td {
	font-size: 0.16rem;
	cursor: pointer;
}

.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #1E9FFF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
	outline: 0;
}
.layui-btn:hover {
    opacity: .8;
    color: #fff;
	border: none;
}
.layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover {
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}
#kkpager .pageBtnWrap {
    left: 0 !important;
}
@media screen and (max-width: 680px) {
    #weather-v2-plugin-simple {
        display: none;
    }
	.table-text {
		line-height: 23px !important;
	}
	.table-label {
		line-height: 25px !important;
	}
	.head-logon {
		display: none !important;
	}
	.box-head-center {
		padding: 0.35rem 0;
	}
	.box-head-center .head-time {
		display: none !important;
	}
	.content-right .logon-box {
		display: block !important;
	}
	.publicity-box, .myletter-box {
		padding: 0 !important;
	}
	.content-left {
		display: none;
	}
	.content-right .letter-btn-box  {
		display: flex !important;
	}
	.mask-box .mask-btn {
		font-size: 14px !important;
	}
	.no-show {
		display: none;
	}
	.publicity-title {
		width: 80%;
	}
	.publicity-td {
		font-size: 12px !important;
		color: #888888;
	}
	.mask-box .mask-title {
		font-size: 0.35rem;
	}
	.mask-box .mask-ipt-box {
		font-size: 0.25rem;
	}
	.mask-box .mask-label {
		width: 1.5rem;
	}
	.mask-box .mask-ipt-name {
		font-size: 0.25rem;
	}
	.linkBox {
	    display: none !important;
	}
	.laixinEchart {
	    width: 100% !important;
	}
}