﻿			#mask {
				position: fixed;
				top: 0px;
				left: 0px;
				z-index: 90;
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.7);
				transition: all 0.8s;
				display: none;
			}

			#popup {
				position: fixed;
				z-index: 99;
				transition: all 0.7s;
				margin: auto;
				left: 0;
				right: 0;
				background: #F9F9F9;
				width: 95%;
				bottom: 20%;
				border-radius: 5px;
				overflow: hidden;
			}

			.div-wxts {
				background-color: #41C074;
				color: #fff;
				height: 50px;
				line-height: 50px;
				text-align: center;
				font-size: 16px;
				font-family: 微软雅黑;
			}

			.tk-div-1 {
				line-height: 22px;
				text-align: center;
				height: 110px;
				padding-top: 25px;
			}

			.tk-div-a {
				display: inline-block;
				white-space: nowrap;
				text-align: center;
				font-size: 14px;
				border: none;
				border-radius: 2px;
				cursor: pointer;
				
			}

			.tk-div-gb {
				text-align: center;
				height: 45px;
				line-height: 45px;
				border-top: 1px solid #D1D1D3;
				font-size: 12px;
				color: #666;
				cursor: pointer;
			}

			select,
			input,
			img,
			select {
				vertical-align: middle;
			}
			.copyicon {
				width: 22px !important;
				float: left !important;
				margin-right: 5px !important;
				margin-top: 8px !important;
			}
			.layui-m-layerbtn span[yes] {
			    background-color: #fff !important;
			    color: #000 !important;
			}
			