        .white_content { 
            display: none; 
            position: absolute; 
            width: 100%;
            min-width: 100%;
            background-color: white; 
            z-index:1002; 
            overflow: auto; 
            margin-bottom: 10px;
        } 
        #layui-layer1{
            top: 150px !important;
        }
		
							.box-touzhu{
						background: #99ceff;
						font-size: 15px;
						text-align: center;
						padding: 0.1rem;
						border-radius: 1rem;
						width: 0.7rem;
						height: 0.7rem;
						line-height: 0.56rem;
					}
					.box-touzhu_on{
						background: #4d8eff;
					}