.dialog-wrap {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.dialog-wrap .mask-shadow {
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.dialog-wrap .img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -412px;
    width:800px;
    height:824px;
    background:#fff;
    border-radius:5px;
}
.dialog-wrap .img-box .inner {
    padding: 69px 0;
    position: relative;
    width: 100%;
    height: auto;
}

.dialog-wrap .img-box .inner .close {
    display: block;
    position: absolute;
    top: 9px;
    right: 9px;
    width: 28px;
    height: 28px;
    background: url("/images/d-close.png") no-repeat;
    transition: all .2s;
}

.dialog-wrap .img-box .inner .img-main {
    margin: 0 auto;
    width: 640px;
    height: 686px;
    background: #EAEAEA;
}

.dialog-wrap .alert-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -278px;
    margin-top: -86px;
    width:456px;
    height:191px;
    background:#fff;
    border-radius:5px;
}
.dialog-wrap .alert-box .inner {
    position: relative;
}

.dialog-wrap .alert-box .inner .close {
    display: block;
    position: absolute;
    top: -21px;
    right: 9px;
    width: 28px;
    height: 28px;
    background: url("/images/d-close.png") no-repeat;
    transition: all .2s;
}

.dialog-wrap .alert-box .inner > h3 {
    margin-top: 30px;
    height:23px;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#222;
    text-align: center;
}

.dialog-wrap .alert-box .inner .pres-ctn {
    margin-top: 30px;
    text-align: center;
}

.dialog-wrap .alert-box .inner .pres-ctn > img {
    vertical-align: top;
    width: 66px;
    height: 66px;
}

.dialog-wrap .alert-box .inner .pres-ctn > div {
    vertical-align: top;
    display: inline-block;
    margin-left: 16px;
    margin-top: 13px;
    text-align: left;
}
.dialog-wrap .alert-box .inner .pres-ctn > div .name {
    height:16px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color: #666666;
}
.dialog-wrap .alert-box .inner .pres-ctn > div .tel {
    margin-top: 11px;
    height:14px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color: #004F94;
}

.dialog-wrap .box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -350px;
    width: 800px;
    height: auto;
    background: #fff;
    border-radius: 5px;
}

.dialog-wrap .box .inner {
    margin-bottom: 60px;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.dialog-wrap .box .inner .dialog-main {
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.dialog-wrap .box .inner .close {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 28px;
    height: 28px;
    background: url("/images/d-close.png") no-repeat;
    transition: all .2s;
}

.dialog-wrap .box .inner .close:hover {
    transform: rotate(180deg);
}

.dialog-wrap .box .inner > h3 {
    padding: 48px 0 23px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
}

.dialog-wrap .box .inner .hint-1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
}

.dialog-wrap .box .inner .hint-2 {
    margin-top: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.dialog-wrap .box .inner .hint-2 > span {
    font-size: 18px;
    color: #FF3333;
}

.dialog-wrap .box .inner .input-wrap {
    font-size: 0;
    margin: 37px auto;
    min-height: 44px;
    line-height: 44px;
}
.dialog-wrap .box .inner .input-wrap .plus-wrap {
    display: inline-block;
    width: 374px;
    text-align: left;
}
.dialog-wrap .box .inner .input-wrap .plus-wrap .plus-hint {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#C40000;
    line-height:18px;
}
.dialog-wrap .box .inner .input-wrap .plus-wrap .plus-add-box {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width:120px;
    height:97px;
    border:1px dashed #DBDBDB;
    text-align: center;
    margin-bottom: 10px;
}
.dialog-wrap .box .inner .input-wrap .plus-wrap .plus-add-box > input {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%!important;
    height: 100%!important;
    font-size: 0!important;
    opacity: 0!important;
    filter: alpha(opacity=0);
}
.dialog-wrap .box .inner .input-wrap .plus-wrap .plus-img-box {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width:120px;
    height:97px;
    border:1px dashed #DBDBDB;
    overflow: hidden;
    margin-bottom: 10px;
}
.dialog-wrap .box .inner .input-wrap .plus-wrap .plus-img-box > img {
    width: 100%;
    height: 97px;
}
.dialog-wrap .box .inner .input-wrap .plus-wrap .plus-add-box > img {
    vertical-align: top;
    margin-top: 24px;
    width: 48px;
    height: 48px;
}

.dialog-wrap .box .inner .input-wrap .plus-wrap .plus-img-box .plus-close-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
}
.dialog-wrap .box .inner .input-wrap .plus-wrap .plus-img-box .plus-close-btn > img {
    width: 100%;
    height: 100%;
}

.dialog-wrap .box .inner .input-wrap > span {
    vertical-align: top;
    text-align: left;
    display: inline-block;
    width: 90px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
}

.dialog-wrap .box .inner .input-wrap > select {
    padding: 0 5px;
    width: 374px;
    height: 44px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}
.dialog-wrap .box .inner .input-wrap > textarea {
    padding: 0 7px;
    width: 360px;
    height: 88px;
    line-height: 44px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}

.dialog-wrap .box .inner .input-wrap > input {
    padding: 0 10px;
    width: 354px;
    height: 44px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}

.dialog-wrap .box .inner .input-wrap .sms-input {
    width: 196px;
}

.dialog-wrap .box .inner .input-wrap > a {
    display: inline-block;
    width: 146px;
    height: 44px;
    background: #FF3333;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    margin-left: 14px;
}

.dialog-wrap .box .inner .input-wrap > a:hover {
    background: #D51515
}

.dialog-wrap .box .inner .input-wrap > input::placeholder, .dialog-wrap .box .inner .input-wrap > textarea::placeholder {
    color: #999;
}

.dialog-wrap .box .inner .btn-wrap {
    margin-top: 62px;
}

.dialog-wrap .box .inner .btn-wrap a {
    font-size: 0;
    display: inline-block;
    width: 156px;
    height: 50px;
    line-height: 50px;
}

.dialog-wrap .box .inner .btn-wrap .close-btn {
    margin-left: 90px;
    background: #D1D1D1;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.dialog-wrap .box .inner .btn-wrap .sub-btn {
    margin-left: 44px;
    background: #FF3333;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.dialog-wrap .box .inner .btn-wrap .sub-btn:hover {
    background: #D51515
}

.dialog-wrap .box .inner .hint {
    margin: 18px auto 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}


/*  */
.aging-box {
    position: relative;
    margin: 20px auto 0;
    width: 470px;
    font-size: 0;
    text-align: left;
}

.aging-box > div {
    width: 223px;
}

.aging-box .s-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.aging-box > div > p {
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    height: 30px;
}

.aging-box > div > select, .aging-box > div > input {
    height: 44px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}

.aging-box > div > select {
    padding: 0 5px;
    width: 218px;
}

.aging-box > div > input {
    padding: 0 10px;
    width: 198px;
}

.aging-box > div > input::placeholder {
    color: #D4D4D4;
}

.radio-wrap {
    font-size: 0;
    text-align: center;
}
.radio-wrap > label {
    display: inline-block;
    width: 233px;
    font-size: 18px;
    text-align: center;
    color: #004F94;
}

.radio-wrap .radio-type {

}
.radio-type{
    width: 20px;
    height: 20px;
    margin-left: 0;
    vertical-align: top;
    margin-top: -2px;
    margin-right: 10px;
    appearance: none;
    position: relative;
}
.radio-type:before{
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #004F94;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio-type:checked:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #004F94;
    background:#004F94;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio-type:checked:after{
    content: '';
    width: 10px;
    height:5px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 6px;
    left:5px;
    vertical-align: middle;
    transform: rotate(-45deg);
}
.radio-type:checked+label{
    color: #004F94;
}
