.alert_wrap_box {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.alert_wrap_box .show-captcha {
    margin-left: 10px;
}

.alert_wrap_box #alert_wrap {
    width: 460px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -292px;
    margin-left: -230px;
    background: #fff;
    z-index: 2000;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    border-radius: 5px;
}

.alert_wrap_box .alert_top {
    padding: 20px 0;
    padding-left: 28px;
    background: url("/statics/epower/img/alert_top.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.alert_wrap_box .icon_left {
    width: 42px;
    height: 42px;
    background: url("/statics/epower/img/alert_icon.png") no-repeat center center;
    background-size: contain;
    margin-right: 11px;
    float: left;
}

.alert_wrap_box .desc_center {
    float: left;
    width: 70%;
    text-align: left;
}

.alert_wrap_box .close_right {
    width: 20px;
    height: 20px;
    font-size: 36px;
    margin-top: 11px;
    margin-right: 20px;
    float: right;
    color: #fff;
    line-height: 16px;
    text-align: center;
    font-weight: lighter;
    cursor: pointer;
}

.alert_wrap_box .desc_title {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 3px;
}

.alert_wrap_box .desc_span {
    font-size: 14px;
    color: #fff;
}

.alert_wrap_box .alert_center {
    margin: 32px 48px 28px 48px;
    overflow: hidden;
}

.alert_wrap_box .inp_div {
    height: 44px;
    margin-bottom: 10px;
    overflow: hidden;
}

.alert_wrap_box .inp_label {
    width: 23%;
    text-align: left;
    height: 44px;
    color: #666;
    font-size: 16px;
    line-height: 44px;
    float: left;
}

.alert_wrap_box .inp_input {
    width: 73%;
    height: 44px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    line-height: 42px;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    float: right;
}

.alert_wrap_box .button_div {
    height: 48px;
    overflow: hidden;
}

.alert_wrap_box .button_div .button_right,
.alert_wrap_box .button_div button {
    height: 48px;
    line-height: 46px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.alert_wrap_box .button_div .button_right {
    color: #ff6700;
}

.alert_wrap_box .button_div .button_right:hover {
    color: #ff6700;
}

.alert_wrap_box .button_left {
    width: 210px;
    float: left;
    color: #fff;
    background: #ff6700;
    border: solid 1px #ff6700;
}

.alert_wrap_box .button_right {
    width: 134px;
    float: right;
    color: #ff6700;
    background: #fdf2ea;
    border: solid 1px #ff6700;
    border-radius: 5px;
    outline: none;
}

.alert_wrap_box .warn_icon {
    line-height: 48px;
    color: red;
    font-size: 14px;
    width: 4%;
    height: 48px;
    float: right;
    text-align: center;
    display: none;
}

.alert_wrap_box .alert_bottom {
    padding: 0 48px;
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 27px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.alert_wrap_box .ab_title {
    line-height: 48px;
    position: relative;
    height: 48px;
    width: 100%;
}

.alert_wrap_box .ab_title p {
    width: 60%;
    line-height: 48px;
    font-size: 14px;
    color: #666;
    position: absolute;
    left: 68px;
    top: 0;
    z-index: 100;
    background: #f5f5f5;
    text-align: center;
}

.alert_wrap_box .ab_title b {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    z-index: 10;
}

.alert_wrap_box .link_method .link_desc {
    float: left;
    width: 60%;
    height: 88px;
}

.alert_wrap_box .link_desc div {
    height: 42px;
    padding: 5px 0;
}

.alert_wrap_box .link_desc p {
    font-size: 18px;
    color: #666;
    line-height: 28px;
    text-align: left;
    float: left;
}

.alert_wrap_box .ld_icon {
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 10px;
}

.alert_wrap_box .ld_top .ld_icon {
    background: url("/statics/epower/img/icon-03.png") no-repeat center center;
}

.alert_wrap_box .ld_bottom .ld_icon {
    background: url("/statics/epower/img/icon-04.png") no-repeat center center;
}

.alert_wrap_box .link_wx {
    width: 40%;
    float: right;
    position: relative;
}

.alert_wrap_box .link_wx .ld_icon {
    margin: 26px 9px 26px 12px;
    background: url("/statics/epower/img/icon-06.png") no-repeat center center;
}

.alert_wrap_box .alert_img {
    border: solid 1px #e7e7e7;
    position: relative;
    float: right;
    padding: 4px;
    background: #fff;
}

.alert_wrap_box .alert_img:before {
    content: '';
    position: absolute;
    top: 28px;
    right: 86px;
    width: 0;
    height: 0;
    border-right: 10px solid #e7e7e7;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.alert_wrap_box .alert_img:after {
    content: '';
    position: absolute;
    top: 29px;
    right: 85px;
    width: 0;
    height: 0;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #fff;
    border-top: 9px solid transparent;
}

.alert_wrap_box .alert_img img {
    width: 78px;
    height: 78px;
    display: block;
}

.alert_wrap_box .success_icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: url("/statics/epower/img/success_icon.png") no-repeat center center;
    background-size: contain;
}

.alert_wrap_box .success_info {
    text-align: center;
    padding-bottom: 40px;
    overflow: hidden;
}

.alert_wrap_box .success_info p {
    line-height: 32px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.alert_wrap_box .success_info span {
    line-height: 30px;
    font-size: 12px;
    color: #666;
    display: block;
}

.alert_wrap_box .success_btnn {
    display: block;
    width: 210px;
    height: 48px;
    margin: 0 auto;
    color: #ff6700;
    font-size: 16px;
    background: #fdf2ea;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #ff6700;
    cursor: pointer;
    text-decoration: none;
}

.alert_wrap_box .success_btnn:link {
    color: #ff6700;
}

.alert_wrap_box .success_btnn:visited {
    color: #ff6700;
}

.alert_wrap_box .success_btnn:hover {
    color: #ff6700;
}

.alert_wrap_box .success_btnn:active {
    color: #ff6700;
}

.alert_wrap_box .check-code label {
    width: 26%;
    text-align: center;
    margin-right: 1%;
}

.alert_wrap_box .check-code input {
    width: 36%;
    float: left;
    height: 42px;
    line-height: 42px;
}

.alert_wrap_box .button_div {
    margin-top: 20px;
}