* {
	word-wrap: break-word;
}

* {
	margin: 0;
	padding: 0;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul,li,span,i {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: inherit;
}

img,a img {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: middle;
	border-style: none
}

ul,li,i,em {
	list-style: none;
	font-style: normal;
}

html,body {
	height: 100%;
	font: 12px/1.4  Microsoft YaHei, Helvetica, sans-serif;
	color: #4C4C4C;
	background: #ffffff;
}

body {
	margin: 0;
	padding: 0;
}

a , i {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a img {
	border: none;
}

a:link,a:visited,a:hover {
	color: #4C4C4C;
	text-decoration: none;
}

a.blue:link, a.blue:visited, a.blue:hover {
	color: #0086CE;
	text-decoration: none;
}

.z {
	float: left;
}

.y {
	float: right;
}

#header {
	position: fixed;
	z-index: 2;
	right: 0;
	left: 0;
	height: 44px;
	padding: 0 10px;
	background: #36b368;
	top: 0;
	box-shadow: 0 1px 6px #ccc;
	line-height: 44px;
}

#header a img {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	vertical-align: middle;
}

#header .title {
	z-index: -1;
	font-size: 14px;
	line-height: 44px;
	position: absolute;
	display: block;
	width: 100%;
	margin: 0-10px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
	top: 0px;
}

#header i {
	font-size: 28px;
	color: #fff;
}

#float {
	position: fixed;
	right: 15px;
	bottom: 120px;
	z-index: 1;
}

#float a {
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	border: 0px;
	margin-bottom: 10px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 1px 5px 1px rgba(168, 168, 168, 0.9);
	border-radius: 50px;
}

#float a i {
	line-height: 35px;
}

#float img {
	height: 35px;
	width: 35px;
	line-height: 35px;
}

.message {
	height: 30px;
	width: 30px;
	border: 0;
	background: #ffffff;
	border-radius: 50px;
	opacity: 0;
}

.tab .left {
	position: fixed;
	width: 24.5%;
	height: 100%;
	left: 0px;
	overflow-y: auto;
}

.tab .left li.active {
	background: #FFF;
	border-left: 1px solid #36b368;
	color: #36b368;
}

.tab .left li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	text-align: center;
}

.tab .right {
	overflow: auto;
	margin-left: 25%;
}

.tab_right:not(:first-child) {
	display: none;
}

.tab .right .content {
	background: #FFF;
	padding: 0 2px;
}

.tab .right .content li {
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	padding: 5px 0;
	display: block;
}

.tab .right .content li span {
	line-height: 30px;
}

.tab .right .content li i {
	font-size: 12px;
	color: #a7a7a7;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tab .right .content li img {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 25px;
	margin: 5px 5px;
}

.tab .right .content li .shu {
	background: #36b368;
	padding: 0 16px;
	float: right;
	color: #ffffff;
	text-align: center;
	margin: 10px 6px;
	line-height: 30px;
	border-radius: 3px;
}

.slider {
	overflow: hidden;
}

.slider nav {
	float: left;
	overflow: hidden;
	display: block;
	width: auto;
}

.slider img {
	border-radius: 5px;
	max-height: 80px;
	padding-top: 2px;
	box-shadow: 0 1px 6px #ccc;
}

.swiper-container {
	z-index: 0!important;
}

.swiper-wrapper {
	z-index: 0!important;
}

.swiper-slide a {
	float: left;
	margin-bottom: -4px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #36b368;
}

.banner img {
	width: 100%;
	max-height: 125px;
	/*object-fit: cover;*/
}

.notice {
	line-height: 20px;
	height: 22px;
	background: #FFF;
	border-bottom: 1px solid #ededed;
}

.notice a {
	width: 100%;
	text-decoration: none;
	text-indent: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#tabs-container {
	background: #fff;
}
.bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 120px;
}

.bottom ul {
	display: flex;
	flex-direction: column;
	align-items: center
}

.bottom ul li {
	color: #0eb24a;
	font-size: 14px;
	display: flex;
	align-items: center;
	text-shadow: 0 2px 4px #e0e0e0
}

.bottom ul li img {
	width: 15px;
	vertical-align: middle;
}

.bottom a {
	color: #0eb24a!important;
}

#footer {
	position: fixed;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .85);
	bottom: 0;
	display: inline-block;
}

#footer .tab-item {
	display: table-cell;
	overflow: hidden;
	width: 1%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #929292;
}

#footer .tab-item .icon {
	top: 3px;
	width: 28px;
	height: 28px;
	font-size: 25px;
	padding-top: 0;
	padding-bottom: 0;
}

#footer .tab-item .icon~.tab-label {
	font-size: 11px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

#footer .tab-item.active {
	color: #36b368;
}

#footer a {
	text-decoration: none;
}
.menu__footer {
	position: absolute;
	width: 42px!important;
	height: 42px!important;
	line-height: 42px;
	background: #36b368;
	box-shadow: 0px 1px 5px 1px rgba(168, 168, 168, 0.9);
	border-radius: 50%;
	top: -3px!important;
	cursor: pointer;
	transition: .35s ease;
	margin: 0px -20px;
	left: 50%;
	display: flex;
 /* 使用 Flex 布局     left: 50%;transform: translateX(-50%) translateY(0%);*/
	justify-content: center;
 /* 在水平方向上居中 */
	align-items: center;
 /* 在垂直方向上居中 */
}
.rotate {
	transform: rotateZ(225deg);
	background: #ff0000!important;
}

.main {
	position: fixed;
	right: 15px;
	bottom: 65px;
	z-index: 1;
}
.main .icon {
	color: #F00;
	font-size: 25px;
	text-align: center;
	line-height: 40px;
	display: flex;
 /* 使用 Flex 布局 */
	justify-content: center;
 /* 在水平方向上居中 */
	align-items: center;
 /* 在垂直方向上居中 */
	transform-origin: center center;
 /* 指定旋转中心点为元素中心 */
}
.menu__item {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 70px;
	border-radius: 50%;
	background: #FFF;
	border: none;
	box-shadow: 0 1px 6px #ccc;
	z-index: 0;
	opacity: 0;
}

.menu__item--0 {
	transition: .35s ease;
	left: calc(50% - 40px);
}

.menu__item--1 {
	transition: .35s ease .1s;
	left: calc(50% - 40px);
}

.menu__item--2 {
	transition: .35s ease .2s;
	left: calc(50% - 40px);
}

.menu__item--3 {
	transition: .35s ease .3s;
	left: calc(50% - 40px);
}

.item-0 {
	top: -240px;
	left: calc(50% - 40px);
	opacity: 1;
}

.item-1 {
	top: -190px;
	left: calc(50% - 40px);
	opacity: 1;
}

.item-2 {
	top: -140px;
	left: calc(50% - 40px);
	opacity: 1;
}

.item-3 {
	top: -90px;
	left: calc(50% - 40px);
	opacity: 1;
}

.form-main {
	max-width: 100%;
	margin-right: auto;
	background: #fff;
	padding: 2rem
}

.form-columns {
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem
}

.form-flex {
	display: flex
}

.form-input span {
	border-right: 1px solid #eee;
	margin-right: 5px;
	text-indent: -4px;
}

.form-input input[type="text"],input[type="url"],input[type="password"],input[type="email"] {
	background: transparent;
	border: none;
	outline: none;
	width: 100%;
	font-size: 14px;
	height: 36px;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.form-input {
	margin-top: 12px;
	background: #ffffff;
	display: grid;
	grid-template-columns: .1fr 1fr;
	align-items: center;
	padding-left: 15px;
	border-bottom: 1px solid #ededed;
}

input[type="submit"] {
	text-align: center;
	box-sizing: border-box
}

.form-input input:hover,.form-input input:focus {
	border-bottom: 1px solid #36b368;
	outline: none;
}

.copy-right {
	padding: 10px;
	position: absolute;
	bottom: 20px;
	font-size: 12px;
	text-align: center;
}


.upload {
	width: 100px;
	min-width: 100px;
	height: 100px;
	border: 1px dashed #c0ccda !important;
	border-radius: 5px;
	background-color: #fbfdff !important;
	display: block;
	transition: .4s;
}

.logo-iocn {
	height: 98px;
}

.start-icon {
	;height: 178px !important;
}

.upload-img {
	width: 98px;
	border-radius: 5px;
	cursor: pointer;
	margin: 0;
	transition: .4s;
}

.submit {
	background: #36b368;
	border: 0;
	color: #fff;
	padding: 0 6px;
	border-radius: 2px;
	line-height: 2;
	height: 40px;
	outline: none;
}

input[type="text"],input[type="url"],input[type="password"],input[type="email"] {
	text-indent: 12px;
}

#show input[type="text"],input[type="color"] {
	width: 25%;
	border: none;
	outline: none;
	height: 30px;
	background-color: #ffffff;
	border: 1px solid #eee;
}

input[type="file"] {
	position: absolute;
	opacity: 0;
	outline: none
}

#mask {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5) !important;
	top: 0px;
	z-index: 3;
}

#tip {
	position: absolute;
	text-align: center;
	color: #FFEB3B;
	z-index: 2;
	font-size: 15px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

input[type="radio"] {
    display: none;
}

label {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 3px;
}

input[type="radio"]:checked + label {
    background-color: #007bff;
    color: #fff;
}
#momk {
	animation: change 10s infinite;
	font-weight: 800;
}

@keyframes change {
	0% {
		color: #5cb85c;
	}

	25% {
		color: #556bd8;
	}

	50% {
		color: #e40707;
	}

	75% {
		color: #66e616;
	}

	100% {
		color: #67bd31;
	}
}

.flex {
	display: flex;
	background: #FFF;
	padding: 0px 5px;
	height: 60px;
}

.upload-head {
	width: 45px;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 45px;
	margin: 7.5px 5px;
}

.flex img {
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 25px;
	margin: 7.5px 5px;
}

.down {
	background: #FFF;
	padding: 0 5px;
}

.down li {
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	padding: 5px 0;
	display: block
}

.down li img {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 25px;
	margin: 5px 5px
}

.down li .shu {
	height: 31.5px;
	background: #36b368;
	padding: 0 16px;
	float: right;
	color: #ffffff;
	text-align: center;
	margin: 10px 6px;
	line-height: 31.5px;
	border-radius: 3px;
	font-size: 13px;
}

.down li a {
	color: #ffffff;
	margin-bottom: initial!important;
}

.down li span {
	line-height: 30px
}

.down li i {
	font-size: 12px;
	color: #a7a7a7;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
::-webkit-calendar-picker-indicator {
    border: 1px solid #3b82f6;
    border-radius: 25px;
    box-shadow: inset 0 1px #fff, 0 1px #eee;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
    color: #666;
    outline:none;
}
select {
	border: 0;
	background: #36b368;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	height: 30px;
	outline: none;
}

#icon {
	text-align: center;
	font-size: 14px;
	color: #36b368;
	text-shadow: 5px 5px 5px #36b368;
}

.data {
	background-color: #fff;
	margin: 0 12px;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}

.data a {
    margin: 0px 5px;
	font-weight: normal;
	width: 64px;
	padding: 5px 10px;
	line-height: 32px;
	border-bottom: 1px solid #36b368;
	color: #ffffff;
	background: #36b368;
}

.data a.active {
	color: #36b368;
	background: #ffffff;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #36b368;
}

.drop {
	width: 10px;
	height: 10px;
	;border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

.modal-container {
	display: flex;
	z-index: 1;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.25s,
	opacity 0.25s
}

.modal-content {
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	line-height: 20px;
	width: 90%;
} 

#preview {
	position: absolute;
	right: 10px;
	width: 20%;
	height: 36px;
	outline: none;
	display: block;
}

#icon img {
	width: 98px;
	border-radius: 3px
}

#start img {
	height: 178px
}

textarea:hover,.form-input:focus,.form-textarea:focus {
	border-color: #36b368!important
}

textarea {
	position: relative;
	min-height: 100px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical
}

textarea {
	display: block;
	width: 100%;
	padding-left: 10px
}

textarea {
	height: 38px;
	line-height: 1.3;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: rgba(0,0,0,.85);
	border-radius: 2px
}

textarea {
	border-color: #eee
}

textarea {
	outline: 0;
	-webkit-appearance: none;
	margin-bottom: 10px;
	box-sizing: border-box
}
.textarea > div {
    border-radius: 0.53333vw;
    -webkit-clip-path: polygon(0 0, calc(100% - 5.33333vw) 0, 100% 5.33333vw, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 5.33333vw) 0, 100% 5.33333vw, 100% 100%, 0 100%);
}
.textarea > div {
    border-radius:.4vw;
    height:100%;
    position:relative;
    transition:all .4s;
    width:100%;
    margin: 10px 0;
}