.dialog-new-form {
    position: fixed;
    z-index: 1000;
    width:690px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Microsoft YaHei", "Helvetica Neue";
}
.dialog-new-form .dialog-left {
    width: 486px;
    border-right: 1px dashed #e3e6f7;
}
.dialog-new-form .dialog-left .title-wrapper {
    overflow: hidden;
    width: 430px;
    height: 79px;
    line-height: 80px;
    margin-left: 20px;
}
.dialog-new-form .dialog-left .title-wrapper .title {
    display: inline-block;
    margin: 0;
    color: #444;
    font-size: 22px;
    font-weight: bold;
    vertical-align: top;
    height: 80px;
    line-height: 80px;
    cursor: default;
}
.dialog-new-form .dialog-left .title-wrapper .sub-title {
    display: inline-block;
    overflow: hidden;
    color: #a8a9b0;
    font-size: 14px;
    margin-left: 5px;
    cursor: default;
}
.dialog-new-form .dialog-left .title-wrapper .sub-title::before {
    content: '';
    position: relative;
    display: inline-block;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url('../img/dialog-icon.png') no-repeat;
    background-position: -36px 0;
}
.dialog-new-form .dialog-left .main-data {
    overflow: hidden;
    width: 430px;
    margin-left: 20px;
}
.dialog-new-form .dialog-left .main-data .input-item {
    position: relative;
    height: 66px;
    width: 100%;
}
.dialog-new-form .dialog-left .main-data .input-item .red {
    color: red;
    font-style: normal;
}
.dialog-new-form .dialog-left .main-data .input-item .label {
    display: inline-block;
    width: 70px;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #444444;
    cursor: default;
}
.dialog-new-form .dialog-left .main-data .input-item input {
    box-sizing: border-box;
    width: 354px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #e1e4f7;
    color: #444;
}
.dialog-new-form .dialog-left .main-data .input-item .changeMobile {
    box-sizing: border-box;
    display: none;
    position: absolute;
    text-align: center;
    top: 0;
    right: 3px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e4f7;
    border-right-color: transparent;
    color: #7e7e7e;
    cursor: pointer;
}
.dialog-new-form .dialog-left .main-data .input-item .changeMobile:hover {
    color: #1ad2a0;
}
.dialog-new-form .dialog-left .main-data .input-item .show {
    display: inline-block;
}
.dialog-new-form .dialog-left .main-data .input-item .safe-tips {
    display: inline-block;
    position: absolute;
    bottom: 3px;
    left: 78px;
    width: 165px;
    height: 20px;
    background: url('../img/dialog-icon.png') no-repeat;
    background-position: -59px 0;
}
.dialog-new-form .dialog-left .main-data .input-item .common-agreement-checked {
    float: left;
    margin-top: 2px;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(206, 208, 226);
    background-color: rgb(255, 255, 255);
    background: #fff;
    cursor: pointer;
}
.dialog-new-form .dialog-left .main-data .input-item .common-agreement-checked .checked {
    display: block;
    width: 10px;
    height: 10px;
    background: url('../img/check.png') no-repeat;
    background-size: contain;
}
.dialog-new-form .dialog-left .main-data .input-item .common-service-agreement {
    position: absolute;
    bottom: 0;
    left: 73px;
    font-size: 12px;
    color: rgb(156, 156, 156);
}
.dialog-new-form .dialog-left .main-data .input-item .common-service-agreement a {   
    color: #ff713f;
}
.dialog-new-form .dialog-left .main-data .input-item .common-service-agreement a span {
    text-decoration: underline;
}
.dialog-new-form .dialog-left .main-data .input-item .common-service-agreement a.special-service {
    position: relative;
    left: -6px;
}
.dialog-new-form .dialog-left .submit-btn {
    display: inline-block;
    text-align: center;
    width: 355px;
    height: 40px;
    line-height: 40px;
    margin-left: 93px;
    color: #fff;
    background-color: #f9cb1a;
    font-size: 18px;
    cursor: pointer;
}
.dialog-new-form .dialog-left .submit-btn.checked {
    margin-top: 10px;
}
.dialog-new-form .dialog-left .eg-count {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    background-color: #f3f6f9;
    margin-top: 24px;
    padding-left: 20px;
}
.dialog-new-form .dialog-left .eg-count .count-tit {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    cursor: default;
}
.dialog-new-form .dialog-left .eg-count .count-detail {
    color: #a3a5a7;
    font-size: 12px;
    cursor: default;
}
.dialog-new-form .dialog-left .eg-count .count-detail .orange {
    color: #ff6900;
    cursor: default;
}
.dialog-new-form .dialog-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: #fff;
}
.dialog-new-form .dialog-right .right-content-wrapper {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.dialog-new-form .dialog-right .right-content-wrapper .right-title {
    display: inline-block;
    color: #444;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
.dialog-new-form .dialog-right .right-content-wrapper .right-li {
    display: block;
    color: #7e7e7e;
    font-size: 14px;
    margin-bottom: 5px;
}
.dialog-new-form .dialog-right .right-content-wrapper .right-li::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url('../img/dialog-icon.png') no-repeat;
    background-position: -18px 0;
    margin-right: 2px;
}
.dialog-new-form .dialog-right .right-content-wrapper div {
    display: inline-block;
    text-align: left;
    margin: 0 auto 0;
}
.dialog-new-form .dialog-right .bottom-agreement {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
}
.dialog-new-form .dialog-right .bottom-agreement a {
    color: #a3a5a7;
    font-size: 12px;
    text-decoration: underline;
}
.dialog-new-form .close-dialog-btn {
    position: absolute;
    display: inline-block;
    top: 17px;
    right: 17px;
    width: 9px;
    height: 9px;
    background: url('dialog-icon.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

#add-chance-mask {
    display: none;
    position: fixed;
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5;
    filter:alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: 1000;
}
.chance-stay {
    position: fixed !important;
    z-index: 1000;
}
.chance-stay .chance-stay-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.chance-stay .chance-stay-bottom {
    text-align: center;
}
.chance-stay .chance-stay-bottom p {
    display: inline-block;
}