@charset "UTF-8";
.allalert_yz {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000000;
    display: none;
}

.allalertbox {
    width: 650px;
    min-height: 100px;
    background: url("../images/xmbg_headtit.png") #fff no-repeat center top;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: 0 3px 8px rgba(51, 51, 51, 0.26);
    -webkit-box-shadow: 0 3px 8px rgba(51, 51, 51, 0.26);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.allalertbox .close {
    width: 35px;
    height: 35px;
    background: url("../images/close.png") no-repeat center center;
    position: absolute;
    top: 14px;
    right: 19px;
    cursor: pointer;
}

.allalertbox .headtit {
    height: 62px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    padding-left: 69px;
    background: url(../images/icon_headtit.png) no-repeat 31px center;
}

.allalertbox .allalertbd {
    padding-bottom: 47px;
}

.allalertbox .allalertbd .h1 {
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    color: #333;
    padding: 40px 0 20px;
}

.allalertbox .allalertbd .h1:after {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    background: url("../images/line_title.png") no-repeat;
    margin: 10px auto 0;
}

.allalertbox .allalertul {
    position: relative;
    display: table;
    margin: 0 auto;
}

.allalertbox .allalertul > li {
    position: relative;
    height: 50px;
    margin-bottom: 12px;
}

.allalertbox .allalertul > li .objtit {
    float: left;
    display: inline-block;
    width: 76px;
    line-height: 50px;
    font-size: 16px;
    color: #4c4c4c;
}

.allalertbox .allalertul > li .inp01 {
    width: 347px;
    height: 48px;
    border: 1px solid #ececec;
    padding-left: 15px;
    font-size: 14px;
    color: #4c4c4c;
}

.allalertbox .allalertul > li.pull .inp01 {
    cursor: pointer;
}

.allalertbox .allalertul > li.pull .inpclick {
    display: inline-block;
    height: 50px;
}

.allalertbox .allalertul > li.pull .inpclick:after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background: url("../images/pull_down.png") #fafafa no-repeat center center;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}

.allalertbox .allalertul > li.btnbox {
    height: 36px;
    margin-bottom: 0;
    padding-top: 18px;
    padding-left: 76px;
}

.allalertbox .allalertul > li.btnbox a {
    display: inline-block;
    float: left;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #c26aff;
    border: 1px solid #c26aff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 40px;
    margin-left: 7px;
}

.allalertbox .allalertul > li.btnbox a:first-child {
    font-weight: bold;
    color: #fff;
    border: 1px solid #576fff;
    background: #576fff;
    margin-left: 0;
}

.allalertbox .select_son {
    width: 347px;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0;
    border: 1px solid #ececec;
    background: #fff;
    position: absolute;
    top: 49px;
    right: 0;
    z-index: 9;
    display: none;
}

.allalertbox .select_son li {
    height: 30px;
}

.allalertbox .select_son li a {
    display: block;
    padding-left: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #777;
}

.allalertbox .select_son li:hover a {
    color: #4c4c4c;
}