﻿.foot .shu {
    margin: -32px 15px 0 15px;
}

.cusSelect{
    width:100%;
    height: 40px;
    line-height:40px;
    margin-top: 9px;
    position:relative;
    cursor:pointer;
    background:url("http://www.zxgzqz.com/footAsset/select.png") no-repeat right center;
    display: inline-block;
    _zoom: 1;
    _display: inline;
}

.cusTitle{
    width:90%;
    height: 100%;
    font-size:14px;
    color:#000;
    line-height:inherit;
    position:relative;
    cursor:pointer;
    overflow:hidden;
    text-overflow:ellipsis;
}

.cusOpSet{
    min-width:100%;
    max-height:322px;
    display:none;
    list-style:none;
    padding: 0;
    margin:0;
    border:1px solid #ccc;
    position:absolute;
    left:0;
    overflow-y:auto;
    background-color:#fff;
    z-index:100;
}

.cusOption{
    width:auto;                   
    line-height:inherit;
    font-size:inherit;
    background-color:inherit;
    padding:0;
    white-space: nowrap;
}

.cusOption a{
    text-decoration:none;
    color:inherit;
    display:block;
    padding:0 10px;
}

.cusOption:hover{
    background-color:#2f6ea2;
    color:#fff;
}

.hide{
    display:none;
}

.show{
	display:block;
}

.aTips{
    position: fixed;
    _position: absolute;
	z-index: 101;
    width: 480px;
    height: 170px;
    top: 50%;
	margin-top: -85px;
    left: 50%;
	margin-left:-240px;
	background-color: #fff;
}

.aTips .text {
    position: relative;
	font-size: 16px;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
	text-align: center;
	margin-top: 30px;
}

.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
	margin-top:30px;
}

.layui-layer-btn div {
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
	display: inline-block;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}