@charset "utf-8";
.common-dialog {
    width: 720px;
    min-height: 336px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -351px;
    margin-top: -308px;
    z-index: 31;
}

.common-dialog .common-dialog-title {
    width:100%;
    height:90px;
    text-align: center;
    line-height: 90px;
}

.common-dialog .common-dialog-title span.title{
    font-size:22px;
    color:#030303;
    width:100%;
}

.common-dialog .common-dialog-title span.common-dialog-close {
    float:right;
    width:18px;
    height:18px;
    color:#9B9B9B;
    cursor: pointer;
    position: absolute;
    top:36px;
    right:30px;
    line-height: 18px;
    margin:0;
    padding:0;
}

.common-dialog .common-dialog-body {
    width: 100%;
}

.common-alert {
    width:381px;
    min-height: 120px;
    background-color: #fff;
    position: fixed;
    left: 33%;
    top: 30%;
    z-index: 31;
    padding:32px 20px 20px 32px;
    display: none;
}

.common-alert div.alert-close {
    float:right;
    width:18px;
    height:18px;
    color:#9B9B9B;
    cursor: pointer;
    position: absolute;
    top:20px;
    right:30px;
    line-height: 18px;
    margin:0;
    padding:0;
}

.common-alert .alert-title {
    width:100%;
    height:22px;
    line-height: 22px;
}

.common-alert .alert-title .alert-icon-tip {
    width:22px;
    height:22px;
    float:left;
}

.common-alert .alert-title span {
    margin-left:16px;
    font-size: 16px;
    color: #262626;
}

.common-alert .alert-body {
    width:100%;
}

.common-alert .alert-body .alert-content {
    font-size: 14px;
    color: #444349;
    width:331px;
    height:66px;
    line-height: 22px;
    margin-left:38px;
    margin-top:12px;
    margin-bottom: 6px;
}

.common-alert .alert-body .button-confirm {
    height:32px;
    line-height: 32px;
    padding:0 22px;
    font-size: 16px;
    display: block;
    float:right;
    background: #FF5B29;
    text-decoration: none;
    color:#FFF;
    border-radius: 4px;
    margin-left:20px;
}

.common-alert .alert-body .button-cancel {
    height:32px;
    line-height: 32px;
    padding:0 14px;
    font-size: 16px;
    display: block;
    float:right;
    background: #FFF;
    text-decoration: none;
    border:1px solid #C8C7CC;
    border-radius: 4px;
    color:#444349;
}

.mark-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: .5;
    left: 0;
    top: 0;
    filter: alpha(opacity=50);
    z-index: 30;
    display: none;
}

.common-btn-orange {
    width:88px;
    height:32px;
    border-radius: 4px;
    background: #FF5B29;
    color:#FFF;
    cursor: pointer;
}
