.common-dialog-dialog {
    position: fixed;
    z-index: 1000;
    width: 690px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.common-dialog-dialog .dialog-left {
    width: 486px;
    border-right: 1px dashed #e3e6f7
}

.common-dialog-dialog .dialog-left .title-wrapper {
    overflow: hidden;
    width: 430px;
    height: 79px;
    line-height: 80px;
    margin-left: 20px
}

.common-dialog-dialog .dialog-left .title-wrapper .title {
    display: inline-block;
    margin: 0;
    color: #444;
    font-size: 22px;
    font-weight: 400;
    vertical-align: top;
    cursor: default
}

.common-dialog-dialog .dialog-left .title-wrapper .sub-title {
    display: inline-block;
    overflow: hidden;
    color: #a8a9b0;
    font-size: 14px;
    margin-left: 5px;
    cursor: default
}

.common-dialog-dialog .dialog-left .title-wrapper .sub-title::before {
    content: '';
    position: relative;
    display: inline-block;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(dialog-icon.3b41db1e.png) no-repeat;
    background-position: -36px 0
}

.common-dialog-dialog .dialog-left .main-data {
    overflow: hidden;
    width: 430px;
    margin-left: 20px
}

.common-dialog-dialog .dialog-left .main-data .input-item {
    position: relative;
    margin-bottom: 26px;
    width: 100%
}

.common-dialog-dialog .dialog-left .main-data .input-item .wraing-tips {
    z-index: 9;
    bottom: -10px;
    animation: none
}

.common-dialog-dialog .dialog-left .main-data .input-item .red {
    color: red;
    font-style: normal
}

.common-dialog-dialog .dialog-left .main-data .input-item .label {
    display: inline-block;
    width: 70px;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    cursor: default
}

.common-dialog-dialog .dialog-left .main-data .input-item input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 355px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #e1e4f7;
    color: #444
}

.common-dialog-dialog .dialog-left .main-data .input-item .changeMobile {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    text-align: center;
    top: 0;
    right: 1px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e4f7;
    font-size: 14px;
    color: #f9cb1a;
    cursor: pointer
}

.common-dialog-dialog .dialog-left .main-data .input-item .show {
    display: block
}

.common-dialog-dialog .dialog-left .main-data .input-item .safe-tips {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url(safe.f0fd213b.gif) no-repeat;
    background-position: center;
    background-size: 117%
}

.common-dialog-dialog .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
}

.common-dialog-dialog .dialog-left .main-data .input-item .common-agreement-checked .checked {
    display: block;
    width: 10px;
    height: 10px;
    background: url(check.6dc924d9.png) no-repeat;
    background-size: contain
}

.common-dialog-dialog .dialog-left .main-data .input-item .common-service-agreement {
    position: absolute;
    bottom: 0;
    left: 73px;
    font-size: 12px;
    color: #9c9c9c
}

.common-dialog-dialog .dialog-left .main-data .input-item .common-service-agreement a {
    color: #ff713f
}

.common-dialog-dialog .dialog-left .main-data .input-item .common-service-agreement a span {
    text-decoration: underline
}

.common-dialog-dialog .dialog-left .main-data .input-item .common-service-agreement a:hover {
    cursor: pointer
}

.common-dialog-dialog .dialog-left .main-data .input-item .common-service-agreement a.special-service {
    position: relative;
    left: -6px
}

.common-dialog-dialog .dialog-left .submit-btn {
    display: inline-block;
    text-align: center;
    width: 355px;
    height: 40px;
    line-height: 40px;
    margin-left: 93px;
    margin-bottom: 35px;
    color: #fff;
    background-color: #f9cb1a;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px
}

.common-dialog-dialog .dialog-left .submit-btn.checked {
    margin-top: 10px
}

.common-dialog-dialog .dialog-left .eg-count {
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    background-color: #f3f6f9;
    margin-top: 24px;
    padding-left: 20px
}

.common-dialog-dialog .dialog-left .eg-count .count-tit {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    cursor: default
}

.common-dialog-dialog .dialog-left .eg-count .count-detail {
    color: #a3a5a7;
    font-size: 12px;
    cursor: default
}

.common-dialog-dialog .dialog-left .eg-count .count-detail .orange {
    color: #ff6900;
    cursor: default
}

.common-dialog-dialog .dialog-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: #fff
}

.common-dialog-dialog .dialog-right .right-content-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 45px;
    text-align: center
}

.common-dialog-dialog .dialog-right .right-content-wrapper .right-title {
    display: block;
    color: #444;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center
}

.common-dialog-dialog .dialog-right .right-content-wrapper .right-li {
    display: block;
    color: #7e7e7e;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left
}

.common-dialog-dialog .dialog-right .right-content-wrapper .right-li::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url(dialog-icon.3b41db1e.png) no-repeat;
    background-position: -18px 0;
    margin-right: 2px
}

.common-dialog-dialog .dialog-right .right-content-wrapper div {
    display: inline-block;
    text-align: left;
    margin: 0 auto 0
}

.common-dialog-dialog .dialog-right .right-content-pic {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 110px;
    height: 110px;
    padding-top: 5px;
    background: #f3f6f9
}

.common-dialog-dialog .dialog-right .right-content-pic div {
    display: inline-block;
    width: 99px;
    height: 99px;
    background: url(app.d844d070.png) no-repeat center;
    background-size: cover
}

.common-dialog-dialog .dialog-right .bottom-agreement {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 12px
}

.common-dialog-dialog .dialog-right .bottom-agreement a {
    color: #a3a5a7;
    text-decoration: underline
}

.common-dialog-dialog .dialog-right .bottom-agreement {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%
}

.common-dialog-dialog .dialog-right .bottom-agreement a {
    color: #a3a5a7;
    font-size: 12px;
    text-decoration: underline
}

.common-dialog-dialog .close-dialog-btn {
    position: absolute;
    display: inline-block;
    top: 17px;
    right: 17px;
    width: 9px;
    height: 9px;
    background: url(dialog-icon.3b41db1e.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;
    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
}

.chance-stay {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 504px;
    height: 496px;
    margin-left: -252px;
    background-color: #fff;
    border-radius: 5px;
    letter-spacing: 1px
}

.chance-stay-title {
    height: 98px;
    text-align: center;
    background: #29e19e;
    background: linear-gradient(to bottom right, #3be992, #1ad2a0);
    overflow: hidden
}

.chance-stay-title p {
    margin-top: 8px;
    font-size: 24px;
    color: #fff
}

.chance-stay-title p:first-child {
    margin-top: 12px
}

.chance-stay-person {
    text-align: center
}

.chance-stay-person i {
    display: inline-block;
    margin-top: 30px;
    width: 194px;
    height: 230px;
    background: url(chance_stay_consultant.727b2172.png) no-repeat
}

.chance-stay-bottom button {
    display: block;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
    border: none;
    border-radius: 50px;
    width: 226px;
    height: 50px;
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background: #ff8700;
    background: linear-gradient(to bottom right, #ff9d00, #ff7300)
}

.chance-stay-bottom p {
    margin-top: 14px;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    color: #b1b1b1;
    cursor: pointer
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #FFF
}

.toast-message a:hover {
    color: #CCC;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #FFF;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

.toast-info {
    background-color: #2F96B4
}

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width: 240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}