#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-sizing: border-box;
}
#alert_wrap_box .show-captcha{
	margin-left: 10px;
}
#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_top {
    padding: 20px 0;
    padding-left: 28px;
    background: url("/template/Home/Default/PC/Static/img/module/index/alert_top.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.icon_left {
    width: 42px;
    height: 42px;
    background: url("/template/Home/Default/PC/Static/img/module/index/alert_icon.png") no-repeat center center;
    background-size: contain;
    margin-right: 11px;
    float: left;
}

.desc_center {
    float: left;
    width: 70%;
    text-align: left;
}

.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;
}

.desc_title {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 3px;
}

.desc_span {
    font-size: 14px;
    color: #fff;
}

.alert_center {
    margin: 32px 48px 28px 48px;
    overflow: hidden;
}

.inp_div {
    height: 44px;
    margin-bottom: 10px;
    overflow: hidden;
}

.inp_label {
    width: 23%;
    text-align: left;
    height: 44px;
    color: #666;
    font-size: 16px;
    line-height: 44px;
    float: left;
}

.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;
}
.mobile .inp_input{
    font-size: .24rem;
}
.button_div {
    height: 48px;
    overflow: hidden;
}

.button_div div,
.button_div button {
    height: 48px;
    line-height: 46px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.button_left {
    width: 210px;
    float: left;
    color: #fff;
    background: #ff6700;
    border: solid 1px #ff6700;
}

.button_right {
    width: 134px;
    float: right;
    color: #ff6700;
    background: #fdf2ea;
    border: solid 1px #ff6700;
    border-radius: 5px;
    outline: none;
}

.warn_icon {
    line-height: 48px;
    color: red;
    font-size: 14px;
    width: 4%;
    height: 48px;
    float: right;
    text-align: center;
    display: none;
}

.alert_bottom {
    padding: 0 48px;
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 27px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ab_title {
    line-height: 48px;
    position: relative;
    height: 48px;
    width: 100%;
}

.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;
}

.ab_title b {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    z-index: 10;
}

.link_method .link_desc {
    float: left;
    width: 60%;
    height: 88px;
}

.link_desc div {
    height: 42px;
    padding: 5px 0;
}

.link_desc p {
    font-size: 18px;
    color: #666;
    line-height: 28px;
    text-align: left;
    float: left;
}

.ld_icon {
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 10px;
}

.ld_top .ld_icon {
    background: url("/template/Home/Default/PC/Static/img/module/index/icon-03.png") no-repeat center center;
}

.ld_bottom .ld_icon {
    background: url("/template/Home/Default/PC/Static/img/module/index/icon-04.png") no-repeat center center;
}

.link_wx {
    width: 40%;
    float: right;
    position: relative;
}

.link_wx .ld_icon {
    margin: 26px 9px 26px 12px;
    background: url("/template/Home/Default/PC/Static/img/module/index/icon-06.png") no-repeat center center;
}

/* .ld_icon_arrow{
    width: 9px;
    height: 9px;
    position: absolute;
    z-index: 300;
    top: 36px;
    right: 80px;
} */

.alert_img {
    border: solid 1px #e7e7e7;
    /* width: 80px; */
    /* height: 80px; */
    position: relative;
    float: right;
    padding: 4px;
    background: #fff;
}

.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_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_img img {
    width: 78px;
    height: 78px;
    display: block;
    /* margin: 4px; */
}

/* 提交成功之后显示的页面 */

.success_icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: url("/template/Home/Default/PC/Static/img/success_icon.png") no-repeat center center;
    background-size: contain;
}

.success_info {
    text-align: center;
    padding-bottom: 40px;
    overflow: hidden;
}

.success_info p {
    line-height: 32px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.mobile .success_info {
    padding-bottom: .5rem;
}

.mobile .success_info p {
    font-size: 0.36rem;
    line-height: 0.32rem;
    margin: .2rem auto;
}

.mobile .success_info span {
    font-size: 0.28rem;
    line-height: 0.42rem;
}

.mobile .success_btnn {
    width: 3rem;
    height: 0.8rem;
    line-height: .8rem;
    font-size: 0.32rem;
}

.success_info span {
    line-height: 30px;
    font-size: 12px;
    color: #666;
    display: block;
}

.success_btnn {
    display: block;
    width: 210px;
    height: 48px;
    margin: 0 auto;
    color: #ff6700;
    font-size: 16px;
    background: #fdf2ea;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #ff6700;
    cursor: pointer;
    text-decoration: none;
}

.success_btnn:link {
    color: #ff6700;
}

.success_btnn:visited {
    color: #ff6700;
}

.success_btnn:hover {
    color: #ff6700;
}

.success_btnn:active {
    color: #ff6700;
}

.mobile #alert_wrap {
    width: 90%;
    left: 5%;
    margin-top: 0;
    margin-left: 0;
    top: 15%;
    max-width: 720px;
    margin: 0 auto;
}

.mobile .alert_top {
    padding-left: 10px;
    padding: .3rem 0;
}

.mobile .icon_left {
    width: 32px;
    height: 32px;
    margin-top: 5px;
}

.mobile .icon_left {
    margin-right: 5px;
    margin-left: 12px;
}

.mobile .close_right {
    margin-right: 10px;
}

.mobile .alert_center {
    margin: .4rem .4rem;
}

.mobile .inp_div {
    margin-bottom: .2rem;
    height: .64rem;
}

.mobile .inp_label {
    font-size: .24rem;
    width: 30%;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
}

.mobile .inp_input {
    width: 70%;
    float: left;
    height: .64rem;
    line-height: .64rem;
}

.mobile .button_div {
    height: auto;
    margin-top: .4rem;
}

.mobile .desc_title {
    font-size: .32rem;
}

.mobile .desc_span {
    font-size: .24rem;
}

.mobile .button_div div,
.mobile .button_div button {
    width: auto;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .2rem;
    font-size: .28rem;
}

.mobile .link_method .link_desc {
    width: 50%;
    height: auto;
    padding-top: 0;
}

.mobile .link_desc div {
    height: .8rem;
    padding: 0;
}

.mobile .link_method .link_wx {
    width: 48%;
    /* display: none; */
}

.mobile .alert_bottom {
    padding: 0 .4rem;
    padding-bottom: .3rem;
}
.mobile .ab_title {
    height: 1rem;
    line-height: 1rem;
}
.mobile .ab_title b{
    top: .5rem;
}
.mobile .ab_title p {
    width: 70%;
    left: 15%;
    font-size: .24rem;
    line-height: 1rem;
}

.mobile .link_wx .ld_icon {
    /* display: none; */
    margin: .2rem 0;
    margin-left: .3rem;
    margin-top: .5rem;
    margin-right: 0.2rem;
}

.mobile .link_desc p {
    font-size: .28rem;
}

@media screen and (max-width: 320px) {
    .mobile .link_method .link_wx {
        display: none;
    }
}
/* 新增验证码 */
.check-code label{
    width: 26%;text-align: center;margin-right: 1%;
}
.check-code input{
    width: 36%;float: left;height: 42px;line-height: 42px;
}
.check-code .ccode{
    width: auto;display: block;float: right;text-align: right;
}
.check-code #cc{
    height:42px;margin-top: -1px;border-radius: 5px;
}




.mobile #alert_wrap_box{
    /* max-width: 720px; */
}
@media screen and (min-width: 750px){
    .mobile #alert_wrap{
        width: 700px;
        left: 50%;
        margin-left: -350px;
    }
}