*{
    padding:0;
    margin:0;
    font-family:arial,"\5FAE\8F6F\96C5\9ED1",sans-serif;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html, body {
    height: 100%;
    padding-top: .001rem;
    background: #f4f5f9;
}
a {
    text-decoration: none;
}
input{
    outline: none;
    border: none;
    background: none;
}
input[type='button']{
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"]{
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
input:-webkit-autofill{
    background-color: #ffffff;
}
img {
    border-width: 0;
    border: none;
    outline: none;
}
.clx:after{
    clear:both;
    content:'';
    width:0;
    height:0;
    display:block;
    visibility:hidden;
}
.err_popo {
    position: fixed;
    z-index: 2000;
    top: 40%;
    left: 10%;
    width: 80%
}
.err_popo span {
    display: block;
    padding: .22rem 0.02rem;
    font-size: .22rem;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center
}
.fl{
    float: left;
}
.fr{
    float: right;
}
body .hide{
    display: none;
}
body .active{
    display: block;
}
.wrap {
    position: relative;
    width: 7.5rem;
    margin: 0 auto;
    overflow: hidden;
}
/* 浮动进度条 */
.fixed-progress-bar {
    position: fixed;
    top: 0;
    left: 50%;
    width: 7.5rem;
    height: .08rem;
    margin-left: -3.75rem;
    background: #f4f5f9;
    z-index: 1;
}
.progress-finish-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: .08rem;
    background: #39c9ff;
    transition-duration: 0.2s;
}
/* 头部banner */
.head {
    height: 1.8rem;
    margin-top: .08rem;
    background: url("../images/wap-robot-banner-v1.png") center no-repeat;
    background-size: 100%;
}
/* 聊天区域 */
.chat-area-box {
    padding-top: .3rem;
    padding-bottom: .3rem;
    background: #f4f5f9;
}
.chat-area-item {
    width: 6.9rem;
    margin: 0 auto .3rem;
}
.home-chat-banner {
    width: 6.7rem;
    height: 3.9rem;
    display: block;
    margin: 0 auto;
}
.chat-item {
    width: auto;
    max-width: 6.1rem;
    margin: 0 auto .2rem;
    font-size: .32rem;
    color: #262630;
    padding: .4rem;
    border-radius: .38rem;
    border-top-left-radius: .1rem;
    background: #fff;
    float: left;
}
.chat-item-robot p {
    opacity: 0;
    display: none;
}
.chat-item-content {
    opacity: 0;
    display: none;
}
.chat-item h3 {
    font-size: .32rem;
    color: #39c9ff;
}
.chat-item h2 {
    color: #262630;
    font-size: .36rem;
    margin-top: .16rem;
}
.chat-item p.problem-desc {
    line-height: .52rem;
    color: #b1b1bc;
    font-size: .32rem;
    margin-top: .14rem;
    margin-bottom: .28rem;
}
.chat-item.chat-item-answer {
    position: relative;
    width: auto;
    text-align: right;
    margin-top: .3rem;
    padding: .2rem .4rem;
    float: right;
    border-radius: .38rem;
    border-top-right-radius: .1rem;
    background: #39c9ff;
    color: #fff;
    display: none;
}
/* 工作选择 */
.select-item {
    width: 1.83rem;
    float: left;
    margin-right: .3rem;
    margin-bottom: .3rem;
}
.select-item label {
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    color: #262630;
    font-size: .32rem;
    border: 1px solid #b1b1bc;
    box-sizing: border-box;
    display: block;
    border-radius: .44rem;
}
.select-item input:checked + label,
.select-item-selected label {
    background: #daf5ff;
    border: 1px solid #48cdff;
}
.checkbox-select:nth-child(3n),
.job-item:nth-child(3n) {
    margin-right: 0;
}
.select-item.job-item {
    margin-bottom: 0;
}
.job-item span {
    color: #b1b1bc;
    font-size: .2rem;
    text-align: center;
    display: block;
    margin-top: .1rem;
}
.select-ensure-button {
    color: #39c9ff;
    font-size: .36rem;
    text-align: center;
}
.select-item.income-item {
    width: 2.9rem;
}
.select-item.income-item:nth-child(2n) {
    margin-right: 0;
}
/* 表单 */
.form-content {
    border-radius: .44rem;
    background: #fff;
    padding-bottom: .4rem;
    margin-bottom: .2rem;
}
.form-head {
    width: 6.9rem;
    height: 2.45rem;
    padding-top: .3rem;
    margin-bottom: .34rem;
    background: url("../images/wap-robot-form-banner.png") center no-repeat;
    background-size: 100%;
}
.form-head h2 {
    color: #01a6e4;
    font-size: .36rem;
    text-align: center;
}
.form-head p {
    width: 6rem;
    margin: .3rem auto 0;
    color: #8ac9e1;
    font-size: .24rem;
}
.robot-input-box {
    position: relative;
    width: 6.1rem;
    height: .88rem;
    margin: 0 auto .3rem;
    padding: 0 .3rem;
    box-sizing: border-box;
    color: #666666;
    font-size: .32rem;
    background: #f4f5f9;
    border-radius: .44rem;
}
.robot-input-box:last-child {
    margin-bottom: 0;
}
.robot-input-box .left-box,
.robot-input-box .right-box {
    width: 1.4rem;
    height: .44rem;
    line-height: .44rem;
    padding: .2rem 0;
    float: left;
}
.robot-input-box .left-box {
    color: #262630;
}
.robot-input-box .right-box {
    width: 4.1rem;
}
.robot-input-box .right-box .robot-input-text {
    width: 100%;
    height: .44rem;
    line-height: .44rem;
    text-align: right;
    font-size: .32rem;
}
.robot-form-submit {
    width: 6.1rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    border-radius: .38rem;
    background: linear-gradient(to bottom, #ffc539, #ffaa39);
    color: #ffffff;
    font-size: .32rem;
    display: block;
    margin: .4rem auto 0;
}
.robot-form .robot-input-box.robot-captcha-box.hide {
    display: none;
}
.robot-form .robot-input-box.robot-captcha-box.active {
    display: block;
}
.robot-form .robot-input-box.robot-captcha-box .left-box {
    width: 1.46rem;
}
.robot-form .robot-input-box.robot-captcha-box .right-box {
    width: 2rem;
}
.robot-send-box {
    height: .5rem;
    padding: .1rem .2rem;
    float: right;
    text-align: right;
    background: #39c9ff;
    border-radius: .44rem;
    margin-top: .1rem;
    margin-right: -.2rem;
}
.robot-send-box .robot-send {
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    color: #fff;
    font-size: .32rem;
}
.sex-age-box .robot-input-box .left-box {
    position: absolute;
    width: 2.3rem;
    z-index: 1;
}
.sex-age-box .robot-input-box .right-box {
    position: relative;
    width: 100%;
    float: right;
    z-index: 2;
}
.sex-age-box .robot-input-box .right-box .input-text {
    width: 100%;
    text-align: right;
    font-size: .32rem;
}
/* 等待样式 */
.waiting i {
    width: .1rem;
    height: .1rem;
    background: #909090;
    display: inline-block;
    margin-right: .1rem;
    border-radius: 50%;
    opacity: 0;
    animation: opacity-dot 1s ease infinite;
    -o-animation: opacity-dot 1s ease infinite;
    -webkit-animation: opacity-dot 1s ease infinite;
    -ms-animation: opacity-dot 1s ease infinite;
    -moz-animation: opacity-dot 1s ease infinite;
}
/* 遮罩层 */
.mask {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter:Alpha(opacity=50);
    z-index: 10;
    display: none;
}
/* 动画延时 */
body .delay200 {
    animation-delay: .2s!important;
}
body .delay250 {
    animation-delay: .25s!important;
}
body .delay300 {
    animation-delay: .3s!important;
}
body .delay400 {
    animation-delay: .4s!important;
}
body .delay500 {
    animation-delay: .5s!important;
}
body .delay750 {
    animation-delay: .75s!important;
}
body .delay800 {
    animation-delay: .8s!important;}
body .delay1000 {
    animation-delay: 1s!important;
}
body .delay1200 {
    animation-delay: 1.2s!important;
}
body .delay1600 {
    animation-delay: 1.6s!important;
}
body .delay2000 {
    animation-delay: 2s!important;
}
body .delay3000 {
    animation-delay: 3s!important;
}
body .delay4000 {
    animation-delay: 4s!important;
}
body .delay6000 {
    animation-delay: 6s!important;
}
body .delay8000 {
    animation-delay: 8s!important;
}
/* 动画效果 */
@keyframes opacity-dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes opacity-dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes opacity-dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes opacity-dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes opacity-dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes move-from-bottom {
    0% {
        transform: translateY(6rem);
    }
}