.colorBg{
    background:#028B7B;
}

.box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    background:url(../Images/boxBg.png) no-repeat center;
    background-size: cover;
}
.dialogContent{
    width: 693px;
    overflow-x: hidden;
}
.dialogBox{
    width:1000px;
    height: 70vh;
    margin:15vh auto 0;
    border-radius: 8px;
    background: #fff;
}
.dialogBox .title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    color:#fff;
    border-radius:8px 8px 0 0;
    position: relative;
}
.dialogBox .title>p{
    margin-left: 30px;
}
.dialogBox .title img{
    width: 200px;
    position: absolute;
    top: 0;
    right: 10px;
}
.dialogBox>.clear{
    height: calc(70vh - 60px);
    min-height: 460px;
}

.dialog{
    width: 700px;
    height: 100%;
    background: #F9FCFF;
    border-right: 1px solid rgba(112, 112, 112, .1);
}
.dialog .content{
    height:calc(70vh - 196px);
    min-height: 324px;
    position: relative;
    overflow-x: hidden;
}
.dialog .content>div{
    height: 100%;
    overflow-y: auto;
    padding-top:20px;
    margin-right:6px;
    overflow-x: hidden;
}
.dialog .content .reset{
    position: absolute;
    width: 60px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border:1px solid #B3B3B3;
    border-radius: 11px;
    font-size: 12px;
    color:#B3B3B3;
    right:10px;
    bottom:10px;
    background:#F9FCFF;
    cursor: pointer;
}

.tip , .date{
    text-align: center;
    padding-bottom:36px;
}
.tip span , .date span{
    display: inline-block;
    background:#F1F4F7;
    border-radius: 20px;
    height:30px;
    line-height: 30px;
    font-size: 12px;
    color:#707070;
    padding:0 26px;
}
.date span{
    color:#999;
}
.history{
    border-bottom:1px solid #B3B3B3;
    margin-bottom:27px;
    text-align: center;
}
.history span{
    background:#F9FCFF;
    padding:0 22px;
    position: relative;
    top:9px;
    font-size: 12px;
    color:#999;
}
.msg_robot{
    margin-bottom: 36px;
    margin-left:20px;
}
.msg_robot>img{
    width: 40px;
    margin-right:5px;
    position: relative;
    bottom:12px;
    vertical-align: top;
}
.msg_robot .robotContent{
    display: inline-block;
    background:#fff;
    border-radius:0 20px 20px 20px;
    max-width: 418px;
    box-shadow: 0 3px 6px 0 rgba(179, 179, 179, .3);
}
.msg_robot .robotContent>p{
    padding:10px 20px 11px;
    font-size: 14px;
    color:#353535;
}
.msg_robot .robotContent>p>img{
   margin-top: -3px;
   margin-left: 8px;
}
.msg_robot .robotContent>p>a{
    color: #2493E8;
}
.msg_robot .robotContent>div{
    padding:10px 20px 15px 20px;
    border-top:1px solid #B3B3B3;
}
.msg_robot .robotContent div>p{
    font-size: 14px;
    color:#B3B3B3;
    margin-bottom:8px;
}
.msg_robot .robotContent ul{
    padding-left:14px;
    font-size: 14px;
    color:#576B95;
    list-style: decimal;
}
.msg_robot .robotContent ul li{
    margin-bottom:5px;
    cursor: pointer;
}
.msg_robot>span{
    display: inline-block;
    vertical-align: bottom;
}
.msg_robot>span img{
    display: block;
    width: 31px;
    cursor: pointer;
}

.msg_mine{
    text-align: right;
    margin-bottom: 36px;
    margin-right:14px;
}
.msg_mine p{
    display: inline-block;
    border-radius:20px 0 20px 20px;
    max-width: 418px;
    text-align: left;
    font-size: 14px;
    color:#fff ;
    padding:10px 20px 11px;
    box-shadow: 0 3px 6px 0 rgba(36, 147, 232, .5);
}
.msg_mine p>font{
    color: #fff;
}
.msg_mine img{
    position: relative;
    bottom:12px;
    vertical-align: top;
    margin-left:5px;
}

.dialog .inputBox{
    position: relative;
    height:136px;
    background:#fff;
    border-top:1px solid rgba(112, 112, 112, .1);
    padding:10px;
}
.dialog .inputBox p{
    text-align: right;
    font-size: 12px;
    color:#FF6767;
}
.dialog .inputBox p span{
    cursor: pointer;
}
.dialog .inputBox p img{
    width: 14px;
    position: relative;
    bottom:1px;
    margin-right:6px;
}
.dialog .inputBox textarea{
    height: 64px;
    width: 100%;
    padding:6px 0 0 10px;
    border: none;
    font-size: 14px;
    color:#333;
    resize:none;
}
.dialog .inputBox>.alert{
    display: none;
    position: absolute;
    width: 700px;
    background: #fff;
    border-top: 1px solid rgba(112, 112, 112, .1);
    border-right: 1px solid rgba(112, 112, 112, .1);
    padding: 10px;
    bottom: 136px;
    left: 0;
}
.dialog .inputBox>.alert p{
    font-size: 14px;
    line-height: 28px;
    color: #353535;
    padding-left:10px;
    text-align: left;
}
.dialog .inputBox>.alert p:hover{
    background-color: #F5FBFF;
 }
.dialog .inputBox textarea::-webkit-input-placeholder{
    font-size: 14px;
    color:#B3B3B3;
}
.dialog .inputBox textarea:-ms-input-placeholder{
    font-size: 14px;
    color:#B3B3B3;
}
.dialog .inputBox div{
    text-align: right;
}
.dialog .inputBox button{
    width: 72px;
    height: 30px;
    border-radius: 4px;
    font-size: 14px;
}
.dialog .inputBox button.end{
    color:#B3B3B3;
    border:1px solid #B3B3B3;
    background:#fff;
    margin-right:16px;
}
.dialog .inputBox button.send{
    color:#fff;
    border:none;
}

.info{
    width: 300px;
    height: 100%;
    background: #FCFCFC;
    overflow: hidden;
}
.info .modular{
    padding:30px 20px 0;
}
.info .modular h3{
    font-size: 16px;
    color:#353535;
    margin-bottom:15px;
}
.info .modular ul{
    font-size: 14px;
    color:#707070;
    padding-bottom:20px;
    border-bottom:1px solid #B3B3B3;
}
.info .hot>ul{
    font-size: 14px;
    color:#707070;
    list-style: decimal;
    padding-bottom:20px;
    border-bottom:1px solid #B3B3B3;
}
.info .hot>ul li{
    margin-left: 10px;
    cursor: pointer;
}
.info .modular ul li{
    margin-bottom:5px;
}
.info .modular.function li{
    margin-bottom: 0;
    width:60px;
    text-align: center;
    margin-right: 40px;
}
.info .function a{
   color: #707070;
}

.info .modular.function li:last-child{
    margin-right: 0;
}
.info .modular.function li img{
    width: 34px;
    margin-bottom:5px;
}
.info .modular.contact ul{
    border-bottom: 0;
}
.info .modular.contact img{
    width: 16px;
    margin-right:10px;
}

::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background-color: #E6E6E6;
}

.evaluate{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 9;
    background:rgba(179, 179, 179, .7);
    display: none;
}
.evaluate>i{
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 10;
}
.evaluate>div{
    width: 260px;
    height: 120px;
    background:#fff;
    border-radius: 8px;
    font-size: 16px;
    color:#353535;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:10px 20px 0 20px;
    z-index: 11;
}
.evaluate>div div{
    margin-top:25px;
    font-size: 14px;
    text-align: center;
}
.evaluate>div div span{
    display:inline-block;
    color:#B2B2B2;
    cursor: pointer;
    padding-left:25px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}
.evaluate>div div span.satisfied{
    background-image:url(../Images/icon_satisfied.png);
}
.evaluate>div div span.dissatisfied{
    background-image:url(../Images/icon_dissatisfied.png);
}
.evaluate>div div span.active{
    color:#FF6767;
}
.evaluate>div div span.satisfied.active{
    background-image:url(../Images/icon_satisfied_active.png);
}
.evaluate>div div span.dissatisfied.active{
    background-image:url(../Images/icon_dissatisfied_active.png);
}
.evaluate .satisfied{
    margin-right:50px;
}
.evaluate>div div img{
    width:20px;
    margin-right:5px;
    position: relative;
    bottom:2px;
}


























