.dialog-new-form {
    position: fixed;
    z-index: 1000;
    width: 690px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.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: 700;
    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('info.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: #444;
    cursor: default
}

.dialog-new-form .dialog-left .main-data .input-item input {
    box-sizing: border-box;
    width: 355px;
    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: 2px;
    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(info.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: #ced0e2;
    background-color: #fff;
    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('') 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: #9c9c9c
}

.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: 700;
    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: 700
}

.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(info.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
}

.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(info.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;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "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
}

.ipr-hide {
    display: none
}

.ui-win-load {
    height: 500px!important
}

.module-chance-glyx {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -330px);
    width: 500px;
    margin: 0;
    background-color: #fff;
    border-radius: 5px;
    letter-spacing: 1px
}

.module-chance-glyx h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    color: #444;
    border-top: 8px solid #1ad2a0;
    border-radius: 5px 5px 0 0;
    letter-spacing: 2px;
    line-height: 42px;
    font-weight: 400;
    text-align: center
}

.module-chance-glyx .chance-tip {
    font-size: 14px;
    margin-bottom: 30px;
    padding-bottom: 26px;
    margin-right: 22px;
    margin-left: 22px;
    color: #aaa;
    border-bottom: 1px dashed #cacaca;
    text-align: center
}

.module-chance-glyx .glyx-chance-close {
    top: 0;
    right: 8px;
    text-decoration: none;
    color: #c2c2c2;
    font-weight: 400;
    position: absolute;
    font-size: 32px;
    cursor: pointer;
    transition: transform .3s
}

.module-chance-glyx .chance-btn {
    width: 264px;
    height: 48px;
    margin-bottom: 30px;
    letter-spacing: 5px;
    color: #fff;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
    transition: all .3s;
    font-size: 18px;
    background: linear-gradient(to right, #ff9a00, #ff7400)
}

.module-chance-glyx .chance-item {
    margin-bottom: 10px;
    padding-bottom: 16px;
    margin-left: 22px;
    float: left;
    position: relative
}

.module-chance-glyx .chance-item .item-label {
    margin-top: 8px;
    text-align: right;
    letter-spacing: 2px;
    color: #727272;
    font-size: 16px;
    float: left;
    width: 130px;
    margin-right: 10px
}

.module-chance-glyx .chance-item .item-text {
    width: 275px;
    height: 48px;
    padding: 0 9px;
    border: 1px solid #dedede;
    line-height: 37px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s
}

.module-chance-glyx .chance-item .item-wrap {
    position: relative;
    float: left
}

.module-chance-glyx .chance-item .industry {
    cursor: pointer
}

.module-chance-glyx .chance-item .select-industry {
    width: 275px;
    height: 48px;
    padding: 0 9px;
    border: 1px solid #dedede;
    line-height: 48px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s;
    display: block;
    color: #999
}

.module-chance-glyx .chance-item .select-industry b {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
    text-overflow: ellipsis
}

.module-chance-glyx .chance-item .select-industry .select-empty {
    position: absolute;
    right: 28px;
    top: 0;
    color: #999;
    font-size: 16px;
    z-index: 1
}

.module-chance-glyx .chance-item .select-industry:after {
    width: 14px;
    height: 9px;
    overflow: hidden;
    float: right;
    display: inline-block;
    content: '';
    margin-top: 20px;
    background: url('') no-repeat
}

.module-chance-glyx .chance-item .select-industry.active {
    border: 1px solid #1ad2a0
}

.module-chance-glyx .chance-item .select-industry.active:after {
    background-position: 0 -9px
}

.module-chance-glyx .chance-item ul.all-industry {
    width: 273px;
    height: 156px;
    overflow-y: auto;
    border: 1px solid #dedede;
    border-top: 0;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 48px;
    background: #fff
}

.module-chance-glyx .chance-item ul.all-industry li {
    line-height: 38px;
    font-size: 14px;
    color: #444;
    letter-spacing: 2px;
    padding: 0 10px
}

.module-chance-glyx .chance-item ul.all-industry li:hover,
.module-chance-glyx .chance-item ul.all-industry li.active {
    background: #eee
}

.module-chance-glyx .glyx-fg {
    width: 100%;
    height: 30px;
    overflow: hidden;
    position: relative;
    top: -10px
}

.module-chance-glyx .glyx-fg:before {
    width: 90%;
    margin: 20px auto;
    display: block;
    content: '';
    border-bottom: 1px solid #dedede
}

.module-chance-glyx .glyx-fg span {
    width: 240px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
    display: block;
    margin: 0 auto;
    background: url('') no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    top: 10px;
    z-index: 1
}

.module-chance-glyx .glyx-service {
    width: 90%;
    overflow: hidden;
    margin: 20px auto
}

.module-chance-glyx .glyx-service .glyx-service-item {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 30px 10px 10px;
    border-radius: 5px;
    border: 1px solid #dedede;
    line-height: 30px;
    color: #aaa;
    padding: 0 8px;
    text-indent: 28px
}

.module-chance-glyx .glyx-service .glyx-service-item i {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 8px;
    background: url('') no-repeat
}

.module-chance-glyx .glyx-service .glyx-service-item.active {
    border: 1px solid #f60;
    color: #f60
}

.module-chance-glyx .glyx-service .glyx-service-item.active i {
    background-position: 0 -14px
}

.module-chance-glyx .glyx-service .tip-icon {
    content: '';
    position: absolute;
    right: -23px;
    top: 7px;
    height: 18px;
    width: 18px;
    background: url('')
}

.module-chance-glyx .glyx-service .tip-icon:hover {
    background: url('')
}

.module-chance-glyx .glyx-service .tip-icon.active:after {
    position: absolute;
    content: '';
    top: 29px;
    left: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #fff3e2;
    z-index: 1002
}

.module-chance-glyx .glyx-service .glyx-service-text {
    float: right;
    display: none;
    width: 440px;
    height: 25px;
    background: #fff3e2;
    z-index: 1002;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px
}

.module-chance-glyx .glyx-service .glyx-service-text p {
    text-indent: 0;
    color: #f60
}

.module-chance-glyx .glyx-service .glyx-service-item.glyx-service-text-show+.glyx-service-text {
    display: block
}

.ipr-hide {
    display: none
}