.hide{
	display: none;
}
*{
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}
.cf {
    zoom: 1;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.banner{
	height: 293px;
	background: url(banner.png) no-repeat center;
}
.banner_content__title{
	font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding-top: 90px;
    margin-bottom: 10px;
}
.banner_content__desc{
	margin: 0 auto;
    color: hsla(0,0%,100%,.7);
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
.container{
    width: 100%;
	margin-top: 40px;
	padding-bottom: 5px;
	border-bottom: 4px solid #0d1c28;
    overflow: hidden;
}
.container .title {
    float: left;
	height: 36px;
    font-size: 24px;
    color: #0d1c28;
    line-height: 36px;
    font-weight: 700;
}
.container .select {
    float: right;
    border: 1px solid #333;
}


.yjszq {
    width: 100%;
    margin: 20px 0;
}
.yjszq .yjszq-item {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #ccc;
}
.yjszq .yjszq-item .item-name {
    float: left;
    width: 80%;
    height: 60px;
    line-height: 60px;
    word-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.yjszq .yjszq-item .item-btn {
    float: right;
    display: inline-block;
    width: 100px;
    height: 30px;
    margin-top: 15px;
    text-align: center;
    line-height: 30px;
    background: #1186df;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 2px;
    cursor: pointer;
}


.yjszq-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.yjszq-mask .mask-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 99;
}
.yjszq-mask .mask-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    max-height: 500px;
    margin-top: -250px;
    margin-left: -300px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    overflow-y: scroll;
    z-index: 999;
}
.yjszq-mask .mask-box::-webkit-scrollbar {
    display: none;
}
.yjszq-mask .mask-box .mask-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.yjszq-mask .mask-box .mask-list {
    width: 100%;
    margin-bottom: 15px;
}
.yjszq-mask .mask-box .mask-list input {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.yjszq-mask .mask-box .mask-list label {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}
.yjszq-mask .mask-box .no-data {
    width: 100%;
    margin-bottom: 20px;
    color: #999;
}
.yjszq-mask .mask-box .btn-group {
    width: 100%;
    text-align: center;
}
.yjszq-mask .mask-box .btn-group p {
    display: inline-block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
}
.yjszq-mask .mask-box .btn-group p:first-child {
    margin-right: 20px;
    line-height: 28px;
    border: 1px solid #ccc;
    color: #333;
}
.yjszq-mask .mask-box .btn-group p:last-child {
    background: #1186df;
    color: #fff;
}


.loaddiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.loaddiv .loaddiv-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.loaddiv .loaddiv-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    margin-top: -60px;
    margin-left: -60px;
}
.loaddiv .loaddiv-main img {
    display: block;
    width: 120px;
    margin-bottom: 10px;
}
.loaddiv .loaddiv-main p {
    width: 100%;
    text-align: center;
    color: #fff;
}