#popup01{
    display: none;
}
#popup01{
width: 500px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
margin: -250px 0 0 -250px;
background-color: #fff;
z-index: 2;
    }
.backon{
    content: "";
    width: 100%;
    height: 100%;
    background: #00000054;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.openPopup{
  cursor:pointer;
}


.modal-header {
    min-height: 16.43px;
    padding: 35px;
    border-bottom: 1px solid #e5e5e5;
}

.modalBox{width:100%;}

.modal-title{font-size: 18px;margin: 0;line-height: 1.42857143;}
.modal-body {position: relative; padding: 15px;}
.modal-footer {padding: 15px;text-align: right;border-top: 1px solid #e5e5e5;}

.btn-default {color: #333; background-color: #fff;border-color: #ccc; width: 90px;height: 30px;}
.btn-primary {color: #fff;background-color: #464646;border-color: #464646; width: 90px;height: 30px;}

.formG{padding-right: 15px;padding-left: 15px; margin-bottom: 15px;    display: flex;}

.logtit{width: 16.66666667%;padding-top: 7px;margin-bottom: 0;text-align: left;}
.wd80{width: 83.33333333%;float: right;position: relative;min-height: 1px;}
.formCont{    
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;}


.modalC{float: right;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url(/admin/image/icon_close_bl.png) no-repeat center center;
    background-size: 13px auto;
    display: inline-block;}


@media screen and (max-width: 500px) {
#popup01 {width: 350px;margin: -350px 0 0 -175px;}
}