* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline-style: none;
    text-decoration: none;
}

a {
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    body {
        padding-top: 68px;
        background-color: #000;
    }
}

.content-out {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*position: relative;*/
    background-color: rgb(234, 244, 255);
    /*background: url("../image/background.jpg") no-repeat;*/
    background-size: 100% 100%;
}

.content-head {
    background: #2f64b5 url("../image/head.png") no-repeat center top;;
    width: 100%;
    height: 158px;
    text-align: center;
}

.content-head .content-head-item {
    width: 60%;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}

.content-head .head-chinese {
    font-size: 36px;
    padding-top: 30px;
}

.content-head .head-english {
    font-size: 16px;
    line-height: 34px;
}

/*.content-out:before {*/
/*content: '';*/
/*background: url("../image/bg-left.png") no-repeat;*/
/*width: 300px;*/
/*height: 300px;*/
/*background-size: 300px 300px;*/
/*position: absolute;*/
/*left: 0;*/
/*top: 30px;*/
/*}*/

.content {
    width: calc(100% - 300px);
    height: 640px;
    position: absolute;
    max-width: 1100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content .container {
    background-color: #fff;
    /*width: 100%;*/
    width: calc(100% - 280px);
    height: 100%;
    z-index: 10;
    position: relative;
    /*box-shadow: 0 8px 8px 0 rgba(128, 128, 128, 0.50);*/
    float: right;
    max-height: 530px;
    /*border-radius: 6px;*/
}

.content .title {
    /*background-image: linear-gradient(to right, #3a77c9, #1e69c2);*/
    background: #2f64b5;
    width: 65%;
    height: 63px;
    /*border-top-left-radius: 6px;*/
}

.title .logo .logo-img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 15px;
}

.logo-img img {
    width: 100%;
    height: 100%;
}

.content .title .logo {
    position: relative;
    height: 100%;
    width: 70%;
    float: left;
    font-size: 18px;
    user-select: none;
}

.content-title-img {
    width: 80px;
    height: 80px;
    float: left;
    padding-top: 14px;
}

.content-title-img img {
    width: 100%;
    height: 100%;
}

.content .title .logo .logo-title {
    position: absolute;
    left: 64px;
    top: 14px;
    color: #fff;
    padding-right: 15px;
    user-select: none;
    font-family: PingFangSC-Semibold;
    font-size: 21px;
    color: #ffffff;
    letter-spacing: 2.86px;
    text-align: left;
}

.content .title .logo .logo-subtitle {
    position: absolute;
    left: 90px;
    top: 51px;
    font-size: 12px;
    color: #fff;
}

.content .title .title-right {
    float: right;
    margin-right: 40px;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.wx {
    position: absolute;
    top: 58px;
    left: -107px;
    display: none;
    z-index: 10;
}

.title-right:hover .wx {
    display: block !important;
}

.center {
    width: 65%;
    height: calc(100% - 75px);
    float: left;
    overflow: hidden;
}

.center #chat {
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    float: left;
    padding-bottom: 40px;
    box-sizing: border-box;
    overflow: auto;
    position: absolute;
    bottom: 0;
}

.center .chat-out {
    position: relative;
    overflow: hidden;
    height: calc(100% - 130px);
    width: 100%;
}

.chat-right {
    float: left;
    height: 100%;
    width: calc(35% - 0px);
    overflow: hidden;
    border-top: none;
    border-left: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 0;
    /*border-top-right-radius: 6px;*/
    /*margin-left: 3px;*/
}

.content .chat-right .title-children {
    font-size: 14px;
    color: #9b9b9b;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    background: #4ca3df;
    height: 63px;
}

.content .chat-right .title-children.active i {
    position: absolute;
    bottom: 0px;
    left: 48%;
    border-bottom: 8px solid #fff;
    border-right: 5px solid #e1e4e8;
    border-left: 5px solid #e1e4e8;
}

.chat-right .chat-right-title {
    overflow: hidden;
    /*border-bottom: 1px solid #5ea4e4;*/
}

.chat-right .chat-right-title .title-children span {
    /*display: block;*/
    /*width: 80px;*/
    /*height: 40px;*/
    /*margin-left: 20px;*/
    display: block;
    width: 100%;
    /* height: 40px; */
    /* margin-left: 20px; */
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1.79px;
    text-align: center;
    line-height: 60px;
    width: 100px;
    height: 60px;
    margin: 0 auto;
}

.footer {
    position: absolute;
    width: 100%;
    height: 120px;
    line-height: 2;
    padding: 10px 0;
    margin-top: 20px;
    bottom: 0;
    text-align: center;
    font-size: 9pt;
    color: #fff;
    background: #2f64b5;
}

@media screen and (max-width: 1024px) and (min-width: 640px) {
    .chat-right .chat-right-title .title-children span {
        margin-left: 0;
    }
}

.chat-right .chat-right-title .title-children.active span {
    color: #ffffff;
    border-bottom: 5px solid #ffffff;
}

.center .enter #question {
    width: 100%;
    resize: none;
    height: 80px;
    padding: 10px !important;
    box-sizing: border-box;
    border: none;
    font-size: 14px !important;
    /*border-bottom: 1px solid #ccc;*/
    /*border-top: 1px solid #ccc;*/
}

.center .enter {
    width: 100%;
    height: 64px;
    position: relative;
    box-sizing: border-box;
    font-size: 20px;
}

.center .enter-bottom {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    right: 29px;
    top: 90px;
    color: #9b9898;
    background: #7ed321;
    border-radius: 4px;
    width: 121px;
    height: 40px;
    line-height: 40px;
    z-index: 99;
}

.center .enter-bottom .btn-group {
    float: right;
}

.center .enter-bottom .btn-group button {
    margin-right: 20px;
    background-color: #e4e6ea;
    border-radius: 5px;
    outline-style: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    background: #9b9b9b;
    border-radius: 4px;
    width: 92px;
    height: 36px;
    color: #FFFFFF;
}

.center .enter-bottom .btn-group button:last-child {
    background: #7ed321;
    border-radius: 4px;
    width: 121px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    margin-right: 0;
}

.chat-right .question-ul {
    height: calc(100% - 63px);
    padding-bottom: 15px;
}

.chat-right.ulhidden {
    overflow: hidden;
}

.chat-right .question-ul.showul {
    display: block;
}

.chat-right .question-ul li {
    line-height: 40px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    letter-spacing: 1.43px;
    line-height: 30px;
    text-align: left;
    padding: 3px 14px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    padding-top: 10px;
}

.chat-right .question-ul li .link {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    box-sizing: border-box;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    cursor: pointer;
    display: block;
    color: #1e1e1e;
    font-weight: 600;
}

.chat-right .question-ul li .triangle {
    display: block;
    position: absolute;
    top: 13px;
    right: 13px;
    border-top: 6px solid #FFFFFF;
    border-bottom: 6px solid #FFFFFF;
    border-left: 7px solid #5ea4e4;
}

/*.chat-right .question-ul li div {*/
/*background-color: #eceef2;*/
/*border-bottom: 1px solid #ced9e1;*/
/*border-top: 1px solid #ced9e1;*/
/*}*/

.chat-right .question-ul li div {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    line-height: 26px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #9b9b9b;
    letter-spacing: 1.25px;
    line-height: 26px;
    text-align: left;
    width: 100%;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chat-right .question-ul li div p {
    padding: 0;
    margin: 0;
}

.chat-right .question-ul li div.disabled {
    display: none;
}

.chat-right .question-ul li .triangle.actived {
    border-top: 7px solid #5ea4e4 !important;
    border-right: 6px solid #fff !important;
    border-left: 7px solid #fff !important;
    top: 16px !important;
    right: 10px !important;

}

#chat li {
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 18px;
}

#chat li .msg {
    font-size: 14px;
    /*max-width: calc(100% - 100px)*/
}

#chat li p.msg {
    font-size: 14px;
}

#chat li .time {
    color: #9b9898;
    text-align: center;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}

#chat li .avatar {
    margin-top: -4px;
    float: left;
    width: 70px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
}

#chat li .avatar img {
    cursor: pointer;
    width: 100%;
}

#chat li .avatar .msg {
    float: left;
}

#chat .user .avatar, #chat .user .msg {
    float: right;
}

#chat li div.user_msg {
    background: #4fabff;
    position: relative;
    padding: 15px 13px;
    max-width: 350px;
    color: #FFFFFF;
    background: #8ee154;
    border-radius: 6px;
    width: calc(100% - 167px);
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    /*box-shadow: 0px 10px 18px rgba(142, 225, 84, 0.4);*/
}

#chat li div.user_msg:before {
    content: '';
    position: absolute;
    right: -14px;
    width: 0;
    height: 0;
    top: 20px;
    border-top: 7px solid transparent;
    border-left: 7px solid #8ee154;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
}

#chat .robot .avatar, #chat .robot .msg {
    float: left;
}

#chat li div.robot_msg {
    background-color: #fff;
    position: relative;
    padding: 10px;
    width: calc(100% - 167px);
    text-indent: 0;
    border-radius: 6px;
    font-size: 14px;
    line-height: 24px;
    /*box-shadow: -3px 10px 18px #ccc;*/
}

#chat li div.robot_msg:before {
    content: '';
    position: absolute;
    left: -14px;
    width: 0;
    height: 0;
    top: 12px;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
}

#chat ul.show {
    display: block !important;
    padding-top: 20px;
}

#map {
    width: 100%;
    height: 100%;
    position: relative;
}

#map img {
    max-width: inherit;
}

#map {
    visibility: hidden;
}

#map.showmap {
    visibility: visible;
}

#map #allmap {
    height: 100%;
    width: 100%;
}

.modal {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    background: #ffffff;
    box-shadow: 0 1px 8px 0 rgba(128, 128, 128, 0.50);
    /*border-radius: 6px;*/
    width: 874px;
    height: 92%;
}

.modal .modal-title {
    background-image: linear-gradient(to right, #3a77c9, #1e69c2);
    color: #fff;
    min-height: 30px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 14px;
    background: #2f64b5;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    text-align: left;
}

.modal .modal-title .caption {
    padding-top: 4px;
    float: left;
}

.modal > .modal-title > .tools {
    float: right;
    font-size: 24px !important;
    padding-top: 2px;
    cursor: pointer;
}

.modal .modal-body {
    padding: 15px 43px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #1e1e1e;
    letter-spacing: 1.79px;
    line-height: 30px;
    text-align: left;
    height: calc(100% - 81px);
}

.modal .modal-body .question-answer {
    height: calc(100% - 180px);
    overflow-y: auto;
}

.modal .modal-body .rules-item {
    line-height: 45px;
}

.master-div {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    display: none;
    background: rgba(224, 224, 224, 0.7);
}

.master-div.modalshow {
    display: block;
}

.message-title {
    width: 100%;
    padding: 3px;
}

.message-title-item {
    width: calc(50% - 4px);
    float: left;
    text-align: center;
    line-height: 50px;
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #337ab7;
}

.message-title-item.actived {
    border: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    color: #666;
    font-weight: 700;
    color: #c7503e;
}

.message-body-item {
    width: 49%;
    padding: 10px;
    box-sizing: border-box;
}

.message-body-item label {
    width: 120px;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: right;
}

.message-body-item input, .message-body-item textarea {
    width: calc(100% - 150px);
    height: 28px;
    line-height: 28px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    padding: 6px;
}

.message-body-item textarea {
    height: 180px;
    resize: none;
}

.msg-btn {
    width: 130px;
    height: 35px;
    line-height: 35px;
    border: 0;
    outline-style: none;
    background-color: #ff6048;
    color: #fff;
    margin-left: 131px;
    margin-top: 5px;
    font-size: 17px;
    border-radius: 4px;
    cursor: pointer;
}

.alert-msg {
    line-height: 28px;
    height: 28px;
    padding-left: 131px;
    color: #c7503e;
}

.msg-code {
    color: #1e69c2;
}

/*五角星*/
.rating {
    color: #a9a9a9;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

ul.rating {
    display: inline-block;
}

.rating li i {
    font-size: 30px;
}

.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    float: left;
    cursor: pointer;
}

.rating .filled {
    color: #ff9900;
}

.rating .stars {
    font-size: 20px;
    margin-right: 5px;
}

.sugguestions {
    position: absolute;
    bottom: 67px;
    left: 5px;
    background-color: #fff;
    padding: 10px 10px;
    border: 1px solid #ccc;
    width: 500px;
    display: none;
    font-size: 12px;
    z-index: 999;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.sugguestions li {
    padding: 4px;
}

.sugguestions li:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

.showsuggest {
    display: block;
}

.item-title {
    line-height: 25px;
    border-bottom: 1px solid #ccc;
}

.item-question {
    cursor: pointer;
    display: block;
    color: #4aa4eb;
    padding: 8px;
    position: relative;
    border-bottom: 1px dashed #ccc;
    line-height: 20px;
    min-height: 20px;
    overflow: hidden;
}

.item-question .item-answer {
    color: #8c8282;
    padding-left: 10px;
}

.evaluation {
    text-align: right;
}

.evaluation button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    width: 54px;
    height: 30px;
    outline-style: none;
    border: none;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 5px;
}

.evaluation .unevaluation-btn {
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #337ab7;
}

.robot-qrcode {
    border-radius: 2px;
    width: 150px;
    height: 150px;
    margin: 0px auto;
    margin-top: 5px;
}

.robot-qrcode img {
    width: 100%;
    height: 100%;
}

.evaluation button.evaluated {
    color: #fff;
    background-color: #9ba6b0;
    border-color: #828d97;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    width: 54px;
    height: 30px;
    outline-style: none;
    border: none;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
}

.evaluated {
    font-size: 12px;
    color: #555;
    padding-top: 20px;
}

#chat .evaluated .your-evaluated {
    font-size: 12px;
}

.fa-spinner {
    position: absolute;
    left: -42px;
    color: #8d8484;
}

#chat .avatar span {
    width: 60px;
    height: 60px;
    display: block;
    background-size: 50px 50px;
    position: absolute;
    left: 5px;
    top: 0px;
}

.img-robot {
    background: url("../image/marry-newrobot.png") no-repeat 3px 5px;
}

.img-user {
    background: url("../image/user.png") no-repeat;
    background-size: 54px 54px !important;
    background-repeat: no-repeat;
}

#chat .avatar .img-user {
    width: 60px;
    top: 10px;
    left: 3px;
}

.send {
    position: absolute;
    right: 0px;
    top: -58px;
    height: 42px;
    width: 42px;
    margin-top: 1px;
    border: 0;
    outline-style: none;
    background-color: #ff9b15;
    color: #fff;
    border-radius: 50%;
    display: none;
    font-size: 16px;
    background: url("../image/sent_click.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.title-support {
    font-size: 12px;
    padding-left: 65px;
    color: #fff;
    display: none;
    position: absolute;
    bottom: 12px;
}

.issend {
    background: url("../image/sent_click.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.enter-div {
    position: relative;
    top: 10px;
}

.limit {
    color: #9b9898;
    margin-left: 10px;
    padding-top: 8px;
    font-size: 17px;
    width: 50%;
}

.limit .limit-num {
    color: #D64635;
}

.logo-right {
    display: none;
}

.robot-img {
    height: 160px;
    width: 160px;
    margin: 0px auto;
    /*transform: scale(0.8)*/
}

@media screen and (min-width: 1370px) {
    .content {
        height: 640px;
        max-width: 1344px !important;
    }

    .chat-right .question-ul li {
        font-size: 16px !important;
    }

    .content .container-right-top {
        font-size: 24px !important;
    }

    .content .title .logo .logo-title {
        font-size: 26px !important;
    }

    .chat-right .chat-right-title .title-children span {
        font-size: 20px !important;
    }

    .content-top {
        height: 100px !important;
        line-height: 100px !important;
        font-size: 48px !important;
    }

    .content-out-top-logo .logo-img {
        height: 58px !important;
    }

    .content-out-top-logo .logo-title {
        line-height: 100px !important;
    }

    .content-out-top-logo .logo-title-up {
        line-height: 100px !important;
    }

    .content .container {
        max-height: 640px !important;
    }

    .content .container-right {
        max-height: 640px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1370px) {
    .robot-img {
        height: 110px;
        width: 110px;
    }

    .robot-qrcode {
        height: 110px;
        width: 110px;
    }

    .content-title-img {
        height: 60px;
        width: 60px;
        padding-top: 4px;
    }

    .center .enter-bottom {
        width: 80px;
        height: 40px;
        right: 10px;
        top: 86px;
    }

    .center .enter-bottom .btn-group button:last-child {
        width: 80px;
        height: 40px;
    }

    .container-right-about-us .robot-message {
        padding: 20px 0;
    }
}

@media screen and (max-width: 640px) {
    html {
        overflow: hidden;
    }

    .showsuggest {
        display: none;
    }

    .content .container {
        border-radius: 0px !important;
    }

    .chat-right {
        display: none;
    }

    .content-head, .footer {
        display: none;
    }

    .content .title {
        background: #2f64b5;
        width: 100%;
        height: 67px;
        border-top-left-radius: 0px;
    }

    .content .title .logo .logo-title {
        position: absolute;
        left: 65px;
        top: 22px;
        color: #fff;
        padding-right: 15px;
        user-select: none;
        font-size: 17px;
    }

    .content .title .logo {
        position: relative;
        height: 100%;
        width: 75%;
        float: left;
        font-size: 18px;
        user-select: none;
    }

    .center .enter #question {
        width: 100%;
        resize: none;
        height: 170px;
        padding: 10px !important;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }

    .title .logo .logo-img {
        display: block;
    }

    .logo-right {
        display: block;
        float: right;
        line-height: 20px;
        margin-right: 10px;
        color: #fff;
        font-size: 12px;
        height: 20px;
        margin-top: 17px;
        padding: 3px 5px;
        border-radius: 4px;
        background-color: #ffa52f;
    }

    .title-support {
        display: block;
    }

    .content-out {
        overflow: hidden;
    }

    .send {
        display: block;
    }

    .content {
        min-height: 100%;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        padding: 0;
    }

    .center {
        height: 100%;
        width: 100%;
        float: none;
    }

    .center .enter #question {
        height: 40px;
        padding: 8px;
        font-size: 14px !important;
        border-radius: 25px !important;

    }

    .enter-bottom {
        display: none;

    }

    #chat li div.msg {
        width: calc(100% - 115px);
    }

    #chat li .avatar {
        margin-left: 0;
        width: 60px;
    }

    #chat li.user .avatar {
        margin-left: 10px;
    }

    .title-right {
        display: none;
    }

    .title {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .center .chat-out {
        height: calc(100% - 60px);
        overflow-y: scroll;
        /*background-color: red;*/
        -webkit-overflow-scrolling: touch;
    }

    .center .chat-out #chat {
        padding-top: 80px;
    }

    .center .enter {
        overflow: hidden;
        position: absolute;
        padding: 10px;
    }

    .limit {
        display: none;
    }

    .modal {
        width: 90%;
    }

    .modal .modal-title .caption {
        font-size: 16px;
    }

    .modal .modal-title {
        padding-top: 5px;
        padding-left: 15px;
        padding-bottom: 5px;
        min-height: 30px;
    }

    .modal .modal-body {
        overflow-y: auto;
        padding: 20px;
        text-align: left;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }

    .modal .modal-body .rules-item {
        line-height: 25px;
        font-size: 14px;
    }

    .question-answer {
        height: calc(100% - 140px);
        overflow-y: auto;
    }

    .content-top {
        display: none;
    }

    .container-right {
        display: none;
    }

    .content .container {
        width: 100%;
        max-height: none;
    }
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.line {
    height: 1px;
    width: 100%;
    margin: 10px 0;
    background-color: #ccc;
    margin-bottom: 5px;
}

.mini {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

.map-marker {
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.map-marker:before {
    content: '';
    height: 4px;
    width: 4px;
    border: 4px solid #ccc;
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    background: #fff;
    line-height: 26px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    color: #fff;
    text-align: center;
}

.map-marker:after {
    content: '';
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 13px;
    left: 3.2px;
    border: 2px transparent solid;
    border-top-color: #ccc;
    border-width: 8px 5px 0px 5px;
}

.content-out-top {
    background: #0051b2;
    width: 100%;
    height: 105px;
}

.content-out-top-logo {
    width: 100%;
    height: 100%;
}

.content-out-top-logo img {
    padding-left: 50px;
}

.content-out-top-logo .logo-img {
    float: left;
    width: 120px;
    height: 40px;
    margin-left: 65px;
    position: relative;
    top: 14px;
}

.content-out-top-logo .logo-title {
    float: left;
    margin-left: 26px;
    line-height: 64px;
    /*color: #5ea4e4;*/
    position: relative;
}

.content-out-top-logo .logo-title-up {
    position: absolute;
    line-height: 64px;
    color: #D64635;
    left: -3px;
    top: -2px;
}

.content-out-bottom {
    /*background: url("http://img.czkj1010.com/kbase/bjsf/img/backgroundbottom.png") no-repeat;*/
    background-size: 100% 100%;
    width: 100%;
    height: 108px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content .container-right {
    width: 250px;
    height: 100%;
    /*background: #ffffff;*/
    float: left;
    max-height: 530px;
    /*border-radius: 6px;*/
    /*box-shadow: 0 8px 8px 0 rgba(128, 128, 128, 0.50);*/
}

.content .container-right-top {
    background: #2f65b5;
    width: 250px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 2.14px;
}

.content .top-about-us {
    /*border-top-left-radius: 6px;*/
    /*border-top-right-radius: 6px;*/
}

.demoSpan1:before {
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    border: 2px solid #ffa52f;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    right: 7px;
    margin-top: 19px;
    margin-right: 17px;
}

.container-right-about-us {
    height: calc(36% - 63px);
    background: #ffffff;
    width: 100%;
    position: relative;
}

.container-right-standard {
    height: calc(64% - 63px);
    background: #ffffff;
    width: 100%;
    position: relative;
    /*border-bottom-left-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
}

.container-right-about-us-title {
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #1e1e1e;
    letter-spacing: 1.79px;
    padding-top: 14px;
}

/*.container-right-about-us-title {*/
/*text-align: center;*/
/*font-family: PingFangSC-Regular;*/
/*font-size: 20px;*/
/*color: #1e1e1e;*/
/*letter-spacing: 1.79px;*/
/*padding-top: 14px;*/
/*}*/

.robot-img img {
    width: 100%;
    height: 100%;
}

.robot-message {
    width: 213px;
    margin: 0px auto;
    padding: 28px 0;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #1e1e1e;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 18px;
    /*text-indent: 28px;*/
}

.about-us {
    text-indent: 28px;
}

.chat-right .chat-right-title .title-children.active {
    background: #3c74ad;
}

.metters-title {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #2d81ce;
    letter-spacing: 1.79px;
    line-height: 30px;
    text-align: left;
}

.metters-item {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #9b9b9b;
    letter-spacing: 1.79px;
    line-height: 30px;
    text-align: left;
    padding: 26px 0px;
    min-height: 350px;
    overflow: auto;
}

.circle {
    float: left;
    margin-top: 13px;
    transform: rotate(-45deg);
    background: #ffa52f;
    border-radius: 1px;
    width: 7px;
    height: 7px;
}

.collapse {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: 1.25px;
    float: right;
    line-height: 30px;
}

.content-top {
    width: 100%;
    font-family: PingFangSC-Semibold;
    font-size: 34px;
    color: #ffffff;
    letter-spacing: 4.71px;
    text-align: left;
    height: 54px;
    line-height: 54px;
    margin-bottom: 30px;
}

.container-right-radius {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.container-rules {
    width: 209px;
    height: 42px;
    margin: 6px auto;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1.43px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.container-rules .rules-item {
    width: 48%;
    float: left;
    background: #ffa52f;
    box-shadow: 6px 6px 8px rgba(255, 165, 47, 0.3);
}

.container-rules .rules-item:first-child {
    margin-right: 4%;
}

.see-all {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #5ea4e4 !important;
    letter-spacing: 1.25px;
    line-height: 26px;
    padding-left: 20px;
    height: 26px;
    cursor: pointer;
    text-align: right !important;
    padding-right: 20px;
    padding-top: 5px;
}

.support {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.container-title {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

@media screen and (min-width: 980px) and (min-height: 600px) and (max-height: 640px) {
    .content-top {
        margin-bottom: 25px;
        margin-top: 30px;
    }

    .content {
        width: calc(100% - 100px);
    }

    .content-title-img {
        width: 50px;
        height: 50px;
        padding-top: 10px;
    }

    .content .container, .content .container-right {
        max-height: 490px;
    }

    .content-out-top-logo .logo-title {
        font-size: 24px;
    }

    .support {
        bottom: 22px;
    }

    .content .container-right-top {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .container-right-about-us {
        height: calc(36% - 50px);
    }

    .container-right-standard {
        height: calc(64% - 50px);
    }

    .container-right-standard .robot-message {
        padding: 0;
    }

    .content .title .logo .logo-title {
        font-size: 16px;
        top: 18px;
    }

    .content .title {
        height: 56px;
    }

    .content .chat-right .title-children {
        height: 56px;
    }

    .chat-right .chat-right-title .title-children span {
        height: 51px;
    }
}

.red-font {
    color: red;
}

.fons-size {
    word-break: break-all;
    font-size: 14px;
}

.file-href a {
    color: rgb(0, 0, 238);
    cursor: pointer;
}

.modal .file-modal-body {
    padding: 10px;
    text-align: center;
    height: calc(100% - 69px);
    overflow: auto;
}

/*.modal .file-modal-body .file-modal-item {*/
/*height: 100%;*/
/*}*/

.file-name {
    line-height: 25px;
}

.file-content {
    margin-left: 5%;
    max-width: 90%;
    line-height: 0;
    text-align: center;
    /*height: calc(100% - 60px);*/
}

.file-source-modal {
    height: 100%;
}

.file-source {
    height: calc(100% - 60px);
    /*overflow: auto;*/
    max-width: 100%;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.file-content img, .file-content video, .file-content audio, .file-content iframe {
    max-width: 100%;
}

.file-content iframe {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.file-content .img-name {
    text-align: center;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 30px;
}

.question-name {
    margin: 20px 0;
}

.question-name span {
    background-color: #df1a1a;
    color: #fff;
    padding: 3px 5px;
    margin-right: 15px;
}

.satisfaction-l, .satisfaction-r {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
}

.satisfaction-l {
    text-align: right;
}

.satisfaction-r {
    text-align: left;
}

.satisfaction-r img {
    position: relative;
    top: 9px;
}

.satisfaction-l .eval-num {
    width: 28px;
    float: right;
    text-align: center;
}

.satisfaction-r .eval-num {
    width: 28px;
    float: left;
    text-align: center;
}

.satisfaction img {
    padding-top: 10px;
    cursor: pointer;
}

.source-title {
    position: relative;
    line-height: 25px;
    cursor: pointer;
}

.source-title img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.eval-res {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.file-btn {
    position: relative;
    width: 100%;
    height: 80%;
    display: none;
}

@media screen  and (max-width: 640px) {
    .file-source {
        display: none;
    }

    .file-btn {
        display: block;
    }

    .file-btn iframe {
        overflow: auto;
    }
}

.file-btn-all {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

#the-canvas {
    margin-top: 30px;
    width: 100%;
}